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

country:MNE
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Črna gora"@sl, "Montenegro"@et, "Juodkalnija"@lt, "Montainéagró"@ga, "Čierna Hora"@sk, "Montenegro"@it, "Svartfjallaland"@is, "Černá Hora"@cs, "Montenegro"@fi, "Montenegro"@es, "Црна Гора"@sr, "Montenegro"@eu, "Montenegro"@pt, "Muntenegru"@ro, "Crna Gora"@hr, "Monténégro"@fr, "Montenegro"@da, "Черна гора"@bg, "Црна Гора"@mk, "Melnkalne"@lv, "Montenegro"@no, "Montenegro"@sv, "Montenegro"@gl, "Mali i Zi"@sq, "Crna Gora"@bs, "Montenegro"@ca, "Чарнагорыя"@be, "Montenegro"@rm, "Montenegro"@fo, "Montenegro"@en, "Karadağ"@tr, "Чорногорія"@uk, "Il-Montenegro"@mt, "Montenegro"@de, "Μαυροβούνιο"@el, "Черногория"@ru, "Montenegró"@hu, "Montenegro"@nl, "Czarnogóra"@pl ;
  dc11:identifier "MNE" ;
  ns0:authority-code "MNE" ;
  ns0:deprecated "false" ;
  ns0:op-code "MNE" ;
  ns0:start.use "2006-06-03" ;
  ns1:op-code "MNE" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

