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

<http://skos.um.es/unescothes/C01096>
  skos:prefLabel "Доминика"@ru, "Dominica"@es, "Dominique"@fr, "Dominica"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C00268>
  skos:prefLabel "Аруба"@ru, "Aruba"@es, "Aruba"@fr, "Aruba"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

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

<http://skos.um.es/unescothes/C00512>
  skos:narrower <http://skos.um.es/unescothes/C00326>, <http://skos.um.es/unescothes/C00451>, <http://skos.um.es/unescothes/C02580>, <http://skos.um.es/unescothes/C00341>, <http://skos.um.es/unescothes/C03477>, <http://skos.um.es/unescothes/C04155>, <http://skos.um.es/unescothes/C01732>, <http://skos.um.es/unescothes/C01758>, <http://skos.um.es/unescothes/C02419>, <http://skos.um.es/unescothes/C04184>, <http://skos.um.es/unescothes/C00160>, <http://skos.um.es/unescothes/C00847>, <http://skos.um.es/unescothes/C00931>, <http://skos.um.es/unescothes/C02705>, <http://skos.um.es/unescothes/C03651>, <http://skos.um.es/unescothes/C01096>, <http://skos.um.es/unescothes/C04136>, <http://skos.um.es/unescothes/C03227>, <http://skos.um.es/unescothes/C02128>, <http://skos.um.es/unescothes/C00181>, <http://skos.um.es/unescothes/C03476>, <http://skos.um.es/unescothes/C00268>, <http://skos.um.es/unescothes/C01744>, <http://skos.um.es/unescothes/C03479>, <http://skos.um.es/unescothes/C01097>, <http://skos.um.es/unescothes/C00534> ;
  ns0:memberOf <http://skos.um.es/unescothes/COL710> ;
  skos:altLabel "Вест-Индия"@ru, "Antilles"@fr, "Antillas"@es, "West Indies"@en ;
  skos:topConceptOf <http://skos.um.es/unescothes/CS000> ;
  skos:prefLabel "Caribbean"@en, "Caraïbes"@fr, "Caribe"@es, "Регион Карибского моря"@ru ;
  ns0:mainConceptOf <http://skos.um.es/unescothes/COL710> ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C00143> ;
  skos:inScheme <http://skos.um.es/unescothes/CS000> .

<http://skos.um.es/unescothes/C02580>
  skos:prefLabel "Монтсеррат"@ru, "Montserrat"@es, "Montserrat"@fr, "Montserrat"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/COL710>
  rdfs:label "Américas y Caribe"@es, "Американский континент и регион Карибского моря"@ru, "Americas and the Caribbean"@en, "Amériques et Caraïbes"@fr ;
  skos:member <http://skos.um.es/unescothes/C00512> ;
  skos:notation "7.10" ;
  skos:prefLabel "Américas y Caribe"@es, "Amériques et Caraïbes"@fr, "Americas and the Caribbean"@en, "Американский континент и регион Карибского моря"@ru ;
  a isothes:ConceptGroup ;
  ns0:hasMainConcept <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C01758>
  skos:prefLabel "Гаити"@ru, "Haití"@es, "Haïti"@fr, "Haiti"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C00181>
  skos:prefLabel "Антигуа и Барбуда"@ru, "Antigua y Barbuda"@es, "Antigua-et-Barbuda"@fr, "Antigua and Barbuda"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

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/C00143>
  skos:prefLabel "Американский континент"@ru, "Américas"@es, "Amériques"@fr, "Americas"@en ;
  a skos:Concept ;
  skos:related <http://skos.um.es/unescothes/C00512> .

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 .

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/C00341>
  skos:prefLabel "Барбадос"@ru, "Barbados"@es, "Barbade"@fr, "Barbados"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C01732>
  skos:prefLabel "Гренада"@ru, "Granada"@es, "Grenade"@fr, "Grenada"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C04184>
  skos:prefLabel "Виргинские острова (США)"@ru, "Islas Vírgenes Estadounidenses"@es, "Îles Vierges américaines"@fr, "United States Virgin Islands"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

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/C02419>
  skos:prefLabel "Мартиника"@ru, "Martinica"@es, "Martinique"@fr, "Martinique"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

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/C00160>
  skos:prefLabel "Ангила"@ru, "Anguila"@es, "Anguilla"@fr, "Anguilla"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C04155>
  skos:prefLabel "Острова Теркс и Кайкос"@ru, "Islas Turcas y Caicos"@es, "Îles Turques et Caïques"@fr, "Turks and Caicos Islands"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C00931>
  skos:prefLabel "Curazao"@es, "Curaçao"@fr, "Curaçao"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C04136>
  skos:prefLabel "Тринидад и Тобаго"@ru, "Trinidad y Tobago"@es, "Trinité-et-Tobago"@fr, "Trinidad and Tobago"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C03479>
  skos:prefLabel "Сент-Винсент и Гренадины"@ru, "San Vicente y las Granadinas"@es, "Saint-Vincent-et-Grenadines"@fr, "Saint Vincent and the Grenadines"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C00847>
  skos:prefLabel "Куба"@ru, "Cuba"@es, "Cuba"@fr, "Cuba"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C00534>
  skos:prefLabel "Каймановы острова"@ru, "Islas Caimán"@es, "Îles Cayman"@fr, "Cayman Islands"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C00326>
  skos:prefLabel "Багамы"@ru, "Bahamas"@es, "Bahamas"@fr, "Bahamas"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C03227>
  skos:prefLabel "Пуэрто-Рико"@ru, "Puerto Rico"@es, "Porto Rico"@fr, "Puerto Rico"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C03651>
  skos:prefLabel "Sint Maarteen"@es, "Sint Maarten"@fr, "Sint Maarten"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C02705>
  skos:prefLabel "Нидерландские Антильские острова"@ru, "Antillas Holandesas"@es, "Antilles néerlandaises"@fr, "Netherlands Antilles"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C01097>
  skos:prefLabel "Доминиканская Республика"@ru, "República Dominicana"@es, "République dominicaine"@fr, "Dominican Republic"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C03477>
  skos:prefLabel "Сент-Люсия"@ru, "Santa Lucía"@es, "Sainte-Lucie"@fr, "Saint Lucia"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C01744>
  skos:prefLabel "Гваделупа"@ru, "Guadalupe"@es, "Guadeloupe"@fr, "Guadeloupe"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

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/C02128>
  skos:prefLabel "Ямайка"@ru, "Jamaica"@es, "Jamaïque"@fr, "Jamaica"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C03476>
  skos:prefLabel "Сент-Китс и Невис"@ru, "San Cristóbal y Nieves"@es, "Saint-Christophe-et-Nevis"@fr, "Saint Kitts and Nevis"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

<http://skos.um.es/unescothes/C00451>
  skos:prefLabel "Британские Виргинские острова"@ru, "Islas Vírgenes Británicas"@es, "Îles Vierges britanniques"@fr, "British Virgin Islands"@en ;
  a skos:Concept ;
  skos:broader <http://skos.um.es/unescothes/C00512> .

