@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/C03044> .

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

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/C01922>
  skos:prefLabel "Империализм"@ru, "Imperialismo"@es, "Impérialisme"@fr, "Imperialism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

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 .

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/C03044>
  skos:narrower <http://skos.um.es/unescothes/C03319>, <http://skos.um.es/unescothes/C04081>, <http://skos.um.es/unescothes/C03613>, <http://skos.um.es/unescothes/C02529>, <http://skos.um.es/unescothes/C00657>, <http://skos.um.es/unescothes/C04223>, <http://skos.um.es/unescothes/C00774>, <http://skos.um.es/unescothes/C02680>, <http://skos.um.es/unescothes/C00149>, <http://skos.um.es/unescothes/C02420>, <http://skos.um.es/unescothes/C00505>, <http://skos.um.es/unescothes/C02875>, <http://skos.um.es/unescothes/C01509>, <http://skos.um.es/unescothes/C02272>, <http://skos.um.es/unescothes/C03029>, <http://skos.um.es/unescothes/C01922>, <http://skos.um.es/unescothes/C02090>, <http://skos.um.es/unescothes/C01500>, <http://skos.um.es/unescothes/C03986> ;
  skos:altLabel "Политические идеологии"@ru, "Ideología política"@es, "Idéologie politique"@fr, "Political ideologies"@en ;
  skos:prefLabel "Doctrina política"@es, "Doctrine politique"@fr, "Political doctrines"@en, "Политические доктрины"@ru ;
  skos:related <http://skos.um.es/unescothes/C03061>, <http://skos.um.es/unescothes/C03060>, <http://skos.um.es/unescothes/C03247>, <http://skos.um.es/unescothes/C01909>, <http://skos.um.es/unescothes/C01154>, <http://skos.um.es/unescothes/C02970> ;
  a skos:Concept ;
  ns0:memberOf <http://skos.um.es/unescothes/COL615> ;
  skos:inScheme <http://skos.um.es/unescothes/CS000> ;
  skos:topConceptOf <http://skos.um.es/unescothes/CS000> ;
  ns0:mainConceptOf <http://skos.um.es/unescothes/COL615> .

<http://skos.um.es/unescothes/C01909>
  skos:prefLabel "Идеологии"@ru, "Ideología"@es, "Idéologie"@fr, "Ideologies"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C02529>
  skos:prefLabel "Милитаризм"@ru, "Militarismo"@es, "Militarisme"@fr, "Militarism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C00149>
  skos:prefLabel "Анархизм"@ru, "Anarquismo"@es, "Anarchisme"@fr, "Anarchism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C01500>
  skos:prefLabel "Федерализм"@ru, "Federalismo"@es, "Fédéralisme"@fr, "Federalism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C03986>
  skos:prefLabel "Технократия"@ru, "Tecnocracia"@es, "Technocratie"@fr, "Technocracy"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C03319>
  skos:prefLabel "Регионализм"@ru, "Regionalismo"@es, "Régionalisme"@fr, "Regionalism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C02272>
  skos:prefLabel "Либерализм"@ru, "Liberalismo"@es, "Libéralisme"@fr, "Liberalism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

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 .

<http://skos.um.es/unescothes/COL615>
  ns0:hasMainConcept <http://skos.um.es/unescothes/C03044> ;
  skos:prefLabel "Politics and government"@en, "Politique et gouvernement"@fr, "Política y gobierno"@es, "Политика и государство"@ru ;
  a isothes:ConceptGroup ;
  skos:member <http://skos.um.es/unescothes/C03044> ;
  skos:notation "6.15" ;
  rdfs:label "Политика и государство"@ru, "Politique et gouvernement"@fr, "Politics and government"@en, "Política y gobierno"@es .

<http://skos.um.es/unescothes/C03247>
  skos:prefLabel "Расизм (доктрина)"@ru, "Racismo (doctrina)"@es, "Racisme (doctrine)"@fr, "Racism (doctrine)"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C03044> .

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/C03061>
  skos:prefLabel "Политическая теория"@ru, "Teoría política"@es, "Théorie politique"@fr, "Political theory"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C03029>
  skos:prefLabel "Плюрализм"@ru, "Pluralismo"@es, "Pluralisme"@fr, "Pluralism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C01154>
  skos:prefLabel "Экономические учения"@ru, "Doctrina económica"@es, "Doctrine économique"@fr, "Economic doctrines"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C02970>
  skos:prefLabel "Философские школы"@ru, "Escuelas filosóficas"@es, "École philosophique"@fr, "Philosophical schools"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C03060>
  skos:prefLabel "Политические системы"@ru, "Sistema político"@es, "Système politique"@fr, "Political systems"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C02090>
  skos:prefLabel "Интернационализм"@ru, "Internacionalismo"@es, "Internationalisme"@fr, "Internationalism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C00505>
  skos:prefLabel "Капитализм"@ru, "Capitalismo"@es, "Capitalisme"@fr, "Capitalism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C00657>
  skos:prefLabel "Коллективизм"@ru, "Colectivismo"@es, "Collectivisme"@fr, "Collectivism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C01509>
  skos:prefLabel "Феодализм"@ru, "Feudalismo"@es, "Féodalisme"@fr, "Feudalism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C02420>
  skos:prefLabel "Марксизм"@ru, "Marxismo"@es, "Marxisme"@fr, "Marxism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C03613>
  skos:prefLabel "Сепаратизм"@ru, "Separatismo"@es, "Séparatisme"@fr, "Separatism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C00774>
  skos:prefLabel "Консерватизм"@ru, "Conservatismo"@es, "Conservatisme"@fr, "Conservatism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

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 .

<http://skos.um.es/unescothes/C02875>
  skos:prefLabel "Пацифизм"@ru, "Pacifismo"@es, "Pacifisme"@fr, "Pacifism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C02680>
  skos:prefLabel "Национализм"@ru, "Nacionalismo"@es, "Nationalisme"@fr, "Nationalism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C04223>
  skos:prefLabel "Утопия"@ru, "Utopía"@es, "Utopie"@fr, "Utopia"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

<http://skos.um.es/unescothes/C04081>
  skos:prefLabel "Тоталитаризм"@ru, "Totalitarismo"@es, "Totalitarisme"@fr, "Totalitarianism"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C03044> .

