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

country:CAN
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Kanada"@fi, "Canada"@da, "Canada"@ro, "Kanada"@sk, "Canada"@en, "Kanada"@sl, "Kanāda"@lv, "Kanada"@lt, "Kanada"@sv, "Канада"@bg, "Ceanada"@ga, "Kanada"@pl, "Kanada"@hr, "Canadá"@es, "Καναδάς"@el, "Il-Kanada"@mt, "Kanada"@cs, "Kanada"@hu, "Canada"@fr, "Canadá"@pt, "Kanada"@et, "Canada"@nl, "Kanada"@de, "Canada"@it ;
  dc11:identifier "CAN" ;
  ns0:authority-code "CAN" ;
  ns0:deprecated "false" ;
  ns0:op-code "CAN" ;
  ns0:start.use "1931-12-11" ;
  ns1:op-code "CAN" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

