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

country:MYT
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Mayotte"@en, "Mayotte"@it, "Mayotte"@de, "Mayotte"@hu, "Mayotte"@da, "Mayotte"@hr, "Μαγιότ"@el, "Mayotte"@fr, "Mayotte"@sv, "Mayotte"@cs, "Mayotte"@ga, "Mayotte"@sk, "Mayotte"@fi, "Mayotte"@sl, "Majotas"@lt, "Mayotte"@ro, "Majotta"@pl, "Mayotte"@et, "Majota"@lv, "Mayotte"@nl, "Майот"@bg, "Mayotte"@es, "Maiote"@pt, "Mayotte"@mt ;
  dc11:identifier "MYT" ;
  ns0:authority-code "MYT" ;
  ns0:deprecated "false" ;
  ns0:op-code "MYT" ;
  ns0:start.use "2011-03-31" ;
  ns1:op-code "MYT" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] ;
  skos:broader country:COU0022 .

