@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:ATA ;
  skos:prefLabel "Country"@en .

country:ATA
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Antarktis"@da, "Antarktisz"@hu, "Антарктика"@bg, "Antarctique"@fr, "Antarktyda"@pl, "Antarctica"@en, "Antarktis"@de, "Antarktída"@sk, "Antarktida"@cs, "Antarctica"@nl, "Antártida"@es, "Ανταρκτική"@el, "Antarktika"@et, "Antartaice"@ga, "Antarctica"@ro, "Antarktis"@fi, "Antártida"@pt, "Antartide"@it, "Antarktika"@hr, "Antarktika"@lv, "Antarktis"@lt, "Antarktika"@sl, "Antarktis"@sv, "L-Antartika"@mt ;
  skos:altLabel "Antartico"@it ;
  dc11:identifier "ATA" ;
  ns0:authority-code "ATA" ;
  ns0:deprecated "false" ;
  ns0:op-code "ATA" ;
  ns0:start.use "1950-05-09" ;
  ns1:op-code "ATA" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

