@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 ns0: <http://publications.europa.eu/ontology/authority/end.> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ns1: <http://publications.europa.eu/ontology/authority/> .
@prefix ns2: <http://publications.europa.eu/resource/authority/> .

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

country:PUS
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "USA mitmesugused Vaikse ookeani saared"@et, "Îles US éparses du Pacifique"@fr, "US Miscellaneous Pacific Islands"@de, "US Miscellaneous Pacific Islands"@en ;
  skos:altLabel "United States Miscellaneous Pacific Islands"@en ;
  ns0:use "1986-12-31" ;
  dc11:identifier "PUS" ;
  ns1:authority-code "PUS" ;
  ns1:deprecated "true" ;
  ns1:op-code "PUS" ;
  ns1:start.use "1950-05-09" ;
  ns2:op-code "PUS" .

