@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix country: <http://publications.europa.eu/resource/authority/country/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ns0: <http://publications.europa.eu/ontology/authority/> .
@prefix ns1: <http://publications.europa.eu/resource/authority/> .

<http://publications.europa.eu/resource/authority/country>
  a skos:ConceptScheme ;
  rdfs:label "Country"@en ;
  skos:hasTopConcept country:ESH ;
  skos:prefLabel "Country"@en .

country:ESH
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Lääne-Sahara"@et, "Δυτική Σαχάρα"@el, "Západní Sahara"@cs, "An Sahára Thiar"@ga, "Zapadna Sahara"@hr, "Westelijke Sahara"@nl, "Rietumsahāra"@lv, "Länsi-Sahara"@fi, "Vestsahara"@da, "Western Sahara"@en, "Sáhara Occidental"@es, "Sara Ocidental"@pt, "Westsahara"@de, "Западна Сахара"@bg, "Sahara occidentale"@it, "Vakarų Sachara"@lt, "Sahara Occidentală"@ro, "Sahara Zachodnia"@pl, "Is-Saħara tal-Punent"@mt, "Nyugat-Szahara"@hu, "Västsahara"@sv, "Západná Sahara"@sk, "Zahodna Sahara"@sl, "Sahara occidental"@fr ;
  dc11:identifier "ESH" ;
  ns0:authority-code "ESH" ;
  ns0:deprecated "false" ;
  ns0:op-code "ESH" ;
  ns0:start.use "1950-05-09" ;
  ns1:op-code "ESH" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

