@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <http://purl.org/umu/uneskos#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<http://skos.um.es/unescothes/CS000>
  skos:prefLabel "Тезаурус ЮНЕСКО"@ru, "Thésaurus de l'UNESCO"@fr, "Tesauro de la UNESCO"@es, "UNESCO Thesaurus"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept <http://skos.um.es/unescothes/C01866> .

<http://skos.um.es/unescothes/C02075>
  skos:prefLabel "Международное право"@ru, "Derecho internacional"@es, "Droit international"@fr, "International law"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C01866> .

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

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

<http://skos.um.es/unescothes/C01857>
  skos:prefLabel "Droits humains"@fr, "Права человека"@ru, "Derechos humanos"@es, "Human rights"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C01866> .

skos:topConceptOf
  rdfs:subPropertyOf skos:inScheme ;
  skos:definition "Relates a concept to the concept scheme that it is a top level concept of."@en ;
  rdfs:label "is top concept in scheme"@en .

<http://skos.um.es/unescothes/C01866>
  skos:topConceptOf <http://skos.um.es/unescothes/CS000> ;
  skos:related <http://skos.um.es/unescothes/C01057>, <http://skos.um.es/unescothes/C04277>, <http://skos.um.es/unescothes/C00577>, <http://skos.um.es/unescothes/C02190>, <http://skos.um.es/unescothes/C04282>, <http://skos.um.es/unescothes/C01857>, <http://skos.um.es/unescothes/C04283>, <http://skos.um.es/unescothes/C04280>, <http://skos.um.es/unescothes/C03418>, <http://skos.um.es/unescothes/C02075> ;
  skos:altLabel "Derecho de los prisioneros de guerra"@es, "Rights of war wounded"@en, "Rights of civilians"@en, "Derecho de las víctimas de guerra"@es, "Права гражданского населения"@ru, "Droit international humanitaire"@fr, "Закон войны"@ru, "International humanitarian law"@en, "Права военнопленных"@ru, "Derecho de la población civil"@es, "Law of armed conflicts"@en, "Droit de la population civile"@fr, "Права раненных в ходе боевых действий"@ru, "Derecho internacional humanitario"@es, "Droit humanitaire international"@fr, "Droit des victimes de guerre"@fr, "Droit des prisonniers de guerre"@fr, "Rights of war prisoners"@en, "Derecho de los conflictos armados"@es, "Droit des conflits armés"@fr, "Law of war"@en ;
  skos:inScheme <http://skos.um.es/unescothes/CS000> ;
  skos:prefLabel "Humanitarian law"@en, "Derecho humanitario"@es, "Droit humanitaire"@fr, "Гуманитарный закон"@ru ;
  ns0:mainConceptOf <http://skos.um.es/unescothes/COL610> ;
  ns0:memberOf <http://skos.um.es/unescothes/COL610> ;
  skos:narrower <http://skos.um.es/unescothes/C02797>, <http://skos.um.es/unescothes/C04278> ;
  a skos:Concept .

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

<http://skos.um.es/unescothes/COL610>
  skos:prefLabel "Права человека"@ru, "Human rights"@en, "Derechos humanos"@es, "Droits de l'homme"@fr ;
  rdfs:label "Droits de l'homme"@fr, "Derechos humanos"@es, "Права человека"@ru, "Human rights"@en ;
  skos:member <http://skos.um.es/unescothes/C01866> ;
  a isothes:ConceptGroup ;
  skos:notation "6.10" ;
  ns0:hasMainConcept <http://skos.um.es/unescothes/C01866> .

<http://skos.um.es/unescothes/C01057>
  skos:prefLabel "Военные ветераны-инвалиды"@ru, "Inválido de guerra"@es, "Invalide de guerre"@fr, "Disabled war veterans"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C01866> .

<http://skos.um.es/unescothes/C03418>
  skos:prefLabel "Права солдат"@ru, "Derechos de los soldados"@es, "Droits des soldats"@fr, "Rights of soldiers"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C01866> .

<http://skos.um.es/unescothes/C04283>
  skos:prefLabel "Боевые действия"@ru, "Arte de la guerra"@es, "Opération guerrière"@fr, "Warfare"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C01866> .

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

skos:altLabel
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "An alternative lexical label for a resource."@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 ;
  rdfs:label "alternative label"@en .

<http://skos.um.es/unescothes/C04282>
  skos:prefLabel "Жертвы войны"@ru, "Víctima de guerra"@es, "Victime de guerre"@fr, "War victims"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C01866> .

<http://skos.um.es/unescothes/C02190>
  skos:prefLabel "Наземные мины"@ru, "Mina terrestre"@es, "Mine terrestre"@fr, "Land mines"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C01866> .

<http://skos.um.es/unescothes/C02797>
  skos:prefLabel "Оккупированные территории"@ru, "Territorio ocupado"@es, "Territoire occupé"@fr, "Occupied territories"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C01866> .

<http://skos.um.es/unescothes/C04278>
  skos:prefLabel "Военные преступления"@ru, "Crimen de guerra"@es, "Crime de guerre"@fr, "War crimes"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C01866> .

<http://skos.um.es/unescothes/C00577>
  skos:prefLabel "Малолетние солдаты"@ru, "Niño soldado"@es, "Enfant soldat"@fr, "Child soldiers"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C01866> .

<http://skos.um.es/unescothes/C04277>
  skos:prefLabel "Война"@ru, "Guerra"@es, "Guerre"@fr, "War"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C01866> .

<http://skos.um.es/unescothes/C04280>
  skos:prefLabel "Военнопленные"@ru, "Prisionero de guerra"@es, "Prisonnier de guerre"@fr, "War prisoners"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C01866> .

skos:narrower
  rdfs:subPropertyOf skos:narrowerTransitive ;
  skos:definition "Relates a concept to a concept that is more specific in meaning."@en ;
  rdfs:comment "Narrower concepts are typically rendered as children in a concept hierarchy (tree)."@en ;
  rdfs:label "has narrower"@en .

