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

country:AUS
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "An Astráil"@ga, "Australien"@sv, "Avstralija"@sl, "L-Awstralja"@mt, "Australien"@de, "Australia"@it, "Australië"@nl, "Australia"@fi, "Austraalia"@et, "Αυστραλία"@el, "Австралия"@bg, "Ausztrália"@hu, "Austrália"@sk, "Australia"@ro, "Austrália"@pt, "Austrālija"@lv, "Australien"@da, "Australia"@pl, "Australia"@es, "Australija"@lt, "Austrálie"@cs, "Australie"@fr, "Australia"@en, "Australija"@hr ;
  skos:altLabel "Austrálsky zväz"@sk, "Commonwealth of Australia"@en, "Australischer Bund"@de, "Austrālijas Savienība"@lv, "Uniunea Australiană"@ro, "Australska Zajednica"@hr, "Commonwealth dell’Australia"@it, "Comhlathas na hAstráile"@ga, "Avstralska zveza"@sl, "Австралийски съюз"@bg, "Κοινοπολιτεία της Αυστραλίας"@el, "Commonwealth d’Australie"@fr, "Samväldet Australien"@sv, "Australian liittovaltio"@fi, "Gemenebest Australië"@nl, "Forbundsstaten Australien"@da, "Australijos Sandrauga"@lt, "Comunidade da Austrália"@pt, "Ausztrál Államszövetség"@hu, "Il-Commonwealth tal-Awstralja"@mt, "Commonwealth de Australia"@es, "Australské společenství"@cs, "Związek Australijski"@pl, "Austraalia Liit"@et ;
  dc11:identifier "AUS" ;
  ns0:authority-code "AUS" ;
  ns0:deprecated "false" ;
  ns0:op-code "AUS" ;
  ns0:start.use "1950-05-09" ;
  ns1:op-code "AUS" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

