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

country:COM
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Comoros"@en, "Komory"@pl, "Κομόρες"@el, "Comore-szigetek"@hu, "Komori"@hr, "Komoren"@de, "Oileáin Chomóra"@ga, "Komorai"@lt, "Comorerne"@da, "Komorit"@fi, "Comoren"@nl, "Komori"@sl, "Коморски острови"@bg, "Komorerna"@sv, "Comore"@it, "Comores"@pt, "Komory"@cs, "Comoras"@es, "Comores"@fr, "Komoru salas"@lv, "Komoorid"@et, "Comoros"@mt, "Komory"@sk, "Comore"@ro ;
  skos:altLabel "Съюз на Коморските острови"@bg, "Komorský svaz"@cs, "Unión de las Comoras"@es, "Unija Komora"@hr, "Komorský zväz"@sk, "Ένωση των Κομορών"@el, "Komoori Liit"@et, "Union of the Comoros"@en, "Komorien liitto"@fi, "Związek Komorów"@pl, "Zveza Komori"@sl, "Komorų Sąjunga"@lt, "Union des Comores"@fr, "Comore-szigeteki Unió"@hu, "L-Unjoni ta’ Comoros"@mt, "Unionen Comorerne"@da, "Unie der Comoren"@nl, "Union der Komoren"@de, "Komoru Salu Savienība"@lv, "Unionen Komorerna"@sv, "Aontas Oileáin Chomóra"@ga, "Uniunea Comorelor"@ro, "União das Comores"@pt, "Unione delle Comore"@it ;
  dc11:identifier "COM" ;
  ns0:authority-code "COM" ;
  ns0:deprecated "false" ;
  ns0:op-code "COM" ;
  ns0:start.use "1975-07-06" ;
  ns1:op-code "COM" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

