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

country:BLZ
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Belize"@pl, "Belize"@cs, "Belize"@sv, "Belize"@et, "Белиз"@bg, "Belize"@da, "Belize"@fi, "Il-Belize"@mt, "Beliza"@lv, "Μπελίζε"@el, "Belize"@sk, "Belize"@de, "Belizas"@lt, "Belize"@sl, "Belize"@en, "An Bheilís"@ga, "Belize"@hu, "Belize"@pt, "Belize"@it, "Belice"@es, "Belize"@ro, "Belize"@fr, "Belize"@nl, "Belize"@hr ;
  dc11:identifier "BLZ" ;
  ns0:authority-code "BLZ" ;
  ns0:deprecated "false" ;
  ns0:op-code "BLZ" ;
  ns0:start.use "1981-09-21" ;
  ns1:op-code "BLZ" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

