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

country:DMA
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Dominique"@fr, "Dominika"@cs, "Dominica"@da, "Dominika"@pl, "Dominica"@sv, "Domínica"@pt, "Dominica"@de, "Dominika"@sk, "Dominica"@it, "Dominika"@lt, "Dominica"@nl, "Dominica"@mt, "Dominika"@lv, "Dominica"@et, "Dominica"@ro, "Dominika"@hr, "Dominica"@fi, "Доминика"@bg, "Dominika"@hu, "Dominica"@en, "Dominika"@sl, "Doiminice"@ga, "Ντομίνικα"@el, "Dominica"@es ;
  skos:altLabel "Κοινοπολιτεία της Ντομίνικα"@el, "Доминикански съюз"@bg, "Dominikos Sandrauga"@lt, "Samväldet Dominica"@sv, "Commonwealth di Dominica"@it, "Dominikas Sadraudzība"@lv, "Commonwealth de Dominique"@fr, "Dominica Ühendus"@et, "Dominické společenství"@cs, "Commonwealth of Dominica"@da, "Comunidade da Domínica"@pt, "Zajednica Dominike"@hr, "Dominican liittovaltio"@fi, "Uniunea Dominica"@ro, "Commonwealth of Dominica"@en, "Zveza Dominika"@sl, "Wspólnota Dominiki"@pl, "Il-Commonwealth ta’ Dominica"@mt, "Dominikai Közösség"@hu, "Comhlathas Dhoiminice"@ga, "Gemenebest Dominica"@nl, "Commonwealth de Dominica"@es, "Dominické spoločenstvo"@sk, "Commonwealth Dominica"@de ;
  dc11:identifier "DMA" ;
  ns0:authority-code "DMA" ;
  ns0:deprecated "false" ;
  ns0:op-code "DMA" ;
  ns0:start.use "1978-11-03" ;
  ns1:op-code "DMA" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

