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

country:IMN
  a skos:Concept ;
  skos:inScheme <http://publications.europa.eu/resource/authority/country> ;
  skos:prefLabel "Ishulli i Njeriut"@sq, "Острів Мен"@uk, "Isola di Man"@it, "Wyspy Man"@pl, "Man Uhartea"@eu, "Insla da Man"@rm, "Otok Man"@sr, "Øya Man"@no, "Île de Man"@fr, "Man-sziget"@hu, "Illa de Man"@ca, "Остров Мэн"@ru, "Man"@nl, "Otok Man"@hr, "Illa de Man"@gl, "Mansaari"@fi, "Ostrvo Man"@bs, "Островот Ман"@mk, "Man Adası"@tr, "Menas sala"@lv, "Insel Man"@de, "Isle of Man"@mt, "Insula Man"@ro, "Ostrovov Man"@sk, "Νήσος Μαν"@el, "Mani saar"@et, "Остров Ман"@bg, "Isle of Man"@sv, "Oileán Mhanann"@ga, "Ilha de Man"@pt, "Isle of Man"@da, "Eyjan Mön"@is, "Востраў Мэн"@be, "Mann"@fo, "Ostrov Man"@cs, "Otok Man"@sl, "Meno sala"@lt, "Isla de Man"@es, "Isle of Man"@en ;
  skos:altLabel "Isle of Man"@nl ;
  dc11:identifier "IMN" ;
  ns0:authority-code "IMN" ;
  ns0:deprecated "false" ;
  ns0:op-code "IMN" ;
  ns0:start.use "1950-05-09" ;
  ns1:op-code "IMN" ;
  ns0:op-mapped-code [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ] .

