@prefix thesaurus: <http://metadata.un.org/thesaurus/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix eu: <http://eurovoc.europa.eu/schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

thesaurus:050000
  a skos:Concept, eu:MicroThesaurus ;
  skos:narrower thesaurus:1000755 ;
  skos:prefLabel "INDUSTRIAL SECTOR"@en, "SECTOR INDUSTRIAL"@es, "SECTEUR INDUSTRIEL"@fr, "工业部门"@zh, "ПРОМЫШЛЕННЫЙ СЕКТОР"@ru, "القطاع الصناعي"@ar .

thesaurus:1000745
  a skos:Concept ;
  skos:related thesaurus:1000755 ;
  skos:prefLabel "المشروعات التجارية"@ar, "BUSINESS ENTERPRISES"@en, "EMPRESAS COMERCIALES"@es, "ENTREPRISES COMMERCIALES"@fr, "Хозяйственные предприятия"@ru, "商业企业"@zh .

thesaurus:1002053
  a skos:Concept ;
  skos:related thesaurus:1000755 ;
  skos:prefLabel "تنمية المشاريع"@ar, "ENTERPRISE DEVELOPMENT"@en, "DESARROLLO DE EMPRESAS"@es, "DEVELOPPEMENT DES ENTREPRISES"@fr, "Развитие предпринимательства"@ru, "企业发展"@zh .

thesaurus:1005831
  a skos:Concept ;
  skos:related thesaurus:1000755 ;
  skos:prefLabel "صناعة الخدمات"@ar, "SERVICE INDUSTRIES"@en, "SECTOR TERCIARIO"@es, "SECTEUR TERTIAIRE"@fr, "Сфера услуг"@ru, "服务行业"@zh .

thesaurus:1000755
  a skos:Concept ;
  skos:scopeNote "All intermediary services rendered to business companies intended to support the production of goods"@en, "Todos los servicios intermediarios prestados a compañías de negocios para coadyuvar la producción de mercancías"@es, "Services fournis aux entreprises commerciales en vue de favoriser la fabrication de marchandises"@fr, "Все посреднические услуги коммерческим компаниям, имеющие своей целью поддержку производства товаров"@ru ;
  skos:inScheme thesaurus:05 ;
  skos:prefLabel "الخدمة التجارية"@ar, "BUSINESS SERVICES"@en, "SERVICIOS A LAS EMPRESAS"@es, "SERVICES AUX ENTREPRISES"@fr, "Предпринимательские услуги"@ru, "商务服务"@zh ;
  skos:altLabel "BUSINESS DEVELOPMENT SERVICES"@en, "INTERMEDIARY SERVICES"@en, "PRODUCER SERVICES"@en, "SERVICIOS A LOS PRODUCTORES"@es, "SERVICES AUX PRODUCTEURS"@fr, "Посреднические услуги"@ru, "Услуги деловым предприятиям"@ru, "Услуги производителю"@ru ;
  skos:note "Term. DB"@ar, "Chinese General Terminology"@zh, "Scope from [TD/]UNCTAD/ITP/22, p. 196-197"@en ;
  skos:broader thesaurus:050000 ;
  skos:related thesaurus:1000745, thesaurus:1002053, thesaurus:1005831 ;
  skos:exactMatch <http://eurovoc.europa.eu/2602> ;
  dc:identifier "T0010105" .

rdf:type
  rdfs:label "type" ;
  rdfs:comment "The subject is an instance of a class." .

skos:Concept
  a owl:Class ;
  rdfs:label "Concept"@en .

skos:scopeNote
  rdfs:label "scope note"@en ;
  skos:definition "A note that helps to clarify the meaning and/or the use of a concept."@en ;
  rdfs:subPropertyOf skos:note .

skos:inScheme
  rdfs:label "is in scheme"@en ;
  skos:definition "Relates a resource (for example a concept) to a concept scheme in which it is included."@en .

thesaurus:05
  a skos:ConceptScheme, eu:Domain ;
  skos:prefLabel "INDUSTRY"@en, "INDUSTRIA"@es, "INDUSTRIE"@fr, "ПРОИЗВОДСТВО"@ru, "工业"@zh, "الصناعة"@ar .

skos:prefLabel
  rdfs:label "preferred label"@en ;
  rdfs:comment "A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag."@en, "The range of skos:prefLabel is the class of RDF plain literals."@en, """skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise
      disjoint properties."""@en ;
  skos:definition "The preferred lexical label for a resource, in a given language."@en ;
  rdfs:subPropertyOf rdfs:label .

skos:altLabel
  rdfs:label "alternative label"@en ;
  rdfs:comment "The range of skos:altLabel is the class of RDF plain literals."@en, "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en ;
  skos:definition "An alternative lexical label for a resource."@en ;
  rdfs:subPropertyOf rdfs:label .

skos:note
  rdfs:label "note"@en ;
  skos:definition "A general note, for any purpose."@en .

skos:broader
  rdfs:label "has broader"@en ;
  rdfs:comment "Broader concepts are typically rendered as parents in a concept hierarchy (tree)."@en ;
  skos:definition "Relates a concept to a concept that is more general in meaning."@en ;
  rdfs:subPropertyOf skos:broaderTransitive .

skos:related
  rdfs:label "has related"@en ;
  rdfs:comment "skos:related is disjoint with skos:broaderTransitive"@en ;
  skos:definition "Relates a concept to a concept with which there is an associative semantic relationship."@en ;
  rdfs:subPropertyOf skos:semanticRelation .

skos:exactMatch
  rdfs:label "has exact match"@en ;
  rdfs:comment "skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch."@en ;
  skos:definition "skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch."@en ;
  rdfs:subPropertyOf skos:closeMatch .

dc:identifier
  rdfs:label "Identifier"@en ;
  rdfs:comment "An unambiguous reference to the resource within a given context."@en ;
  rdfs:subPropertyOf dc11:identifier .

