@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 dc11: <http://purl.org/dc/elements/1.1/> .
@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#> .

thesaurus:180701
  a skos:Concept, eu:MicroThesaurus ;
  skos:topConceptOf thesaurus:18 ;
  eu:domain thesaurus:18 ;
  skos:prefLabel "会议"@zh, "CONFERENCES"@en, "CONFERENCIAS"@es, "CONFERENCES"@fr, "КОНФЕРЕНЦИИ"@ru, "المؤتمرات"@ar .

thesaurus:180400
  a skos:Concept, eu:MicroThesaurus ;
  skos:topConceptOf thesaurus:18 ;
  eu:domain thesaurus:18 ;
  skos:prefLabel "财政"@zh, "FINANCING"@en, "FINANCIACION"@es, "FINANCEMENT"@fr, "ФИНАНСИРОВАНИЕ"@ru, "التمويل"@ar .

thesaurus:180600
  a skos:Concept, eu:MicroThesaurus ;
  skos:topConceptOf thesaurus:18 ;
  eu:domain thesaurus:18 ;
  skos:prefLabel "OPERATIONAL ACTIVITIES"@en, "ACTIVIDADES OPERACIONALES"@es, "ACTIVITES OPERATIONNELLES"@fr, "业务活动"@zh, "ОПЕРАТИВНАЯ ДЕЯТЕЛЬНОСТЬ"@ru, "الأنشطة التنفيذية"@ar .

thesaurus:180702
  a skos:Concept, eu:MicroThesaurus ;
  skos:topConceptOf thesaurus:18 ;
  eu:domain thesaurus:18 ;
  skos:prefLabel "DOCUMENTS"@en, "DOCUMENTOS"@es, "DOCUMENTS"@fr, "ДОКУМЕНТЫ"@ru, "文件"@zh, "الوثائق"@ar .

thesaurus:180200
  a skos:Concept, eu:MicroThesaurus ;
  skos:topConceptOf thesaurus:18 ;
  eu:domain thesaurus:18 ;
  skos:prefLabel "الهيكل التنظيمي"@ar, "ORGANIZATIONAL STRUCTURE"@en, "组织结构"@zh, "ESTRUCTURAS DE ORGANIZACION"@es, "STRUCTURE DES ORGANISATIONS"@fr, "ОРГАНИЗАЦИОННАЯ СТРУКТУРА"@ru .

thesaurus:180300
  a skos:Concept, eu:MicroThesaurus ;
  skos:topConceptOf thesaurus:18 ;
  eu:domain thesaurus:18 ;
  skos:prefLabel "شؤون الإدارة"@ar, "ADMINISTRATION"@en, "ADMINISTRACION"@es, "ADMINISTRATION"@fr, "АДМИНИСТРАЦИЯ"@ru, "行政"@zh .

thesaurus:180100
  a skos:Concept, eu:MicroThesaurus ;
  skos:topConceptOf thesaurus:18 ;
  eu:domain thesaurus:18 ;
  skos:prefLabel "INTERNATIONAL CIVIL SERVICE"@en, "ADMINISTRACION PUBLICA INTERNACIONAL"@es, "FONCTION PUBLIQUE INTERNATIONALE"@fr, "国际公务员"@zh, "МЕЖДУНАРОДНАЯ ГРАЖДАНСКАЯ СЛУЖБА"@ru, "الخدمة المدنية الدولية"@ar .

thesaurus:180500
  a skos:Concept, eu:MicroThesaurus ;
  skos:topConceptOf thesaurus:18 ;
  eu:domain thesaurus:18 ;
  skos:prefLabel "تخطيط البرامج"@ar, "PROGRAMME PLANNING"@en, "PLANIFICACION DE PROGRAMAS"@es, "PLANIFICATION DES PROGRAMMES"@fr, "ПРОГРАММА ПЛАНИРОВАНИЯ"@ru, "项目规划"@zh .

thesaurus:180703
  a skos:Concept, eu:MicroThesaurus ;
  skos:topConceptOf thesaurus:18 ;
  eu:domain thesaurus:18 ;
  skos:prefLabel "RECOMMENDATIONS"@en, "RECOMENDACIONES"@es, "RECOMMANDATIONS"@fr, "РЕКОМЕНДАЦИИ"@ru, "建议 "@zh, "التوصيات"@ar .

thesaurus:00 dc:hasPart thesaurus:18 .
thesaurus:18
  a skos:ConceptScheme, eu:Domain ;
  dc:title "مسائل تنظيمية"@ar, "ORGANIZATIONAL QUESTIONS"@en, "CUESTIONES DE ORGANIZACION"@es, "QUESTIONS ORGANISATIONNELLES"@fr, "ОРГАНИЗАЦИОННЫЕ ВОПРОСЫ"@ru, "组织内事务"@zh ;
  skos:hasTopConcept thesaurus:180701, thesaurus:180400, thesaurus:180600, thesaurus:180702, thesaurus:180200, thesaurus:180300, thesaurus:180100, thesaurus:180500, thesaurus:180703 ;
  skos:prefLabel "مسائل تنظيمية"@ar, "ORGANIZATIONAL QUESTIONS"@en, "CUESTIONES DE ORGANIZACION"@es, "QUESTIONS ORGANISATIONNELLES"@fr, "ОРГАНИЗАЦИОННЫЕ ВОПРОСЫ"@ru, "组织内事务"@zh ;
  dc11:identifier "18" .

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

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

dc:title
  rdfs:label "Title"@en ;
  rdfs:comment "A name given to the resource."@en ;
  rdfs:subPropertyOf dc11:title .

skos:hasTopConcept
  rdfs:label "has top concept"@en ;
  skos:definition "Relates, by convention, a concept scheme to a concept which is topmost in the broader/narrower concept hierarchies for that scheme, providing an entry point to these hierarchies."@en .

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 .

