@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:090100
  a skos:Concept, eu:MicroThesaurus ;
  skos:topConceptOf thesaurus:09 ;
  eu:domain thesaurus:09 ;
  skos:prefLabel "تخطيط المستوطنات"@ar, "SETTLEMENT PLANNING"@en, "PLANIFICATION DES ETABLISSEMENTS HUMAINS"@fr, "住区规划"@zh, "PLANIFICACION DE LOS ASENTAMIENTOS HUMANOS"@es, "ПЛАНИРОВАНИЕ НАСЕЛЕННЫХ ПУНКТОВ"@ru .

thesaurus:090200
  a skos:Concept, eu:MicroThesaurus ;
  skos:topConceptOf thesaurus:09 ;
  eu:domain thesaurus:09 ;
  skos:prefLabel "HOUSING"@en, "VIVIENDA"@es, "LOGEMENT"@fr, "住房"@zh, "ЖИЛЬЕ"@ru, "الإسكان"@ar .

thesaurus:00 dc:hasPart thesaurus:09 .
thesaurus:09
  a skos:ConceptScheme, eu:Domain ;
  dc:title "المستوطنات البشرية"@ar, "HUMAN SETTLEMENTS"@en, "ASENTAMIENTOS HUMANOS"@es, "ETABLISSEMENTS HUMAINS"@fr, "人类住区"@zh, "НАСЕЛЕННЫЕ ПУНКТЫ"@ru ;
  skos:hasTopConcept thesaurus:090100, thesaurus:090200 ;
  skos:prefLabel "المستوطنات البشرية"@ar, "HUMAN SETTLEMENTS"@en, "ASENTAMIENTOS HUMANOS"@es, "ETABLISSEMENTS HUMAINS"@fr, "人类住区"@zh, "НАСЕЛЕННЫЕ ПУНКТЫ"@ru ;
  skos:historyNote "Update of pref label in Arabic, 12 June 2023."@ar ;
  dc11:identifier "09" .

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 .

skos:historyNote
  rdfs:label "history note"@en ;
  skos:definition "A note about the past state/use/meaning of a concept."@en ;
  rdfs:subPropertyOf skos:note .

