@prefix ms: <http://w3id.org/meta-share/meta-share/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix bcp47: <http://w3id.org/meta-share/bcp47/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ms:deprecationDate
  rdfs:comment "The date on which an entity was deprecated."@en ;
  rdfs:label "deprecation date"@en .

dc:Location
  rdfs:label "Location"@en ;
  a owl:Class .

skos:Concept a owl:Class .
ms:hasIANASubtag
  rdfs:comment "Used in BCP47 recommendation for the subtag of a language, script, region or variant"@en ;
  rdfs:label "IANA subtag"@en .

owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

ms:LocationTaxonomy
  rdfs:label "Location Taxonomy"@en ;
  skos:prefLabel "Location Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme ;
  skos:hasTopConcept bcp47:region_NT .

<http://publications.europa.eu/resource/authority/country/NTZ> owl:sameAs bcp47:region_NT .
bcp47:region_NT
  skos:prefLabel "Semleges terület"@hu, "Zonă neutră"@ro, "Limistéar Neodrach"@ga, "Zona neutral"@es, "Żona Newtrali"@mt, "Neutral zon"@sv, "Zona neutrale"@it, "Strefa neutralna"@pl, "Неутрална зона"@bg, "Nevtralno območje"@sl, "Neutralt område"@da, "Zone neutre"@fr, "Neutral Zone"@en, "Ουδέτερη ζώνη"@el, "Zona Neutra"@pt, "Neutralno područje"@hr, "Neutraali vyöhyke"@fi, "Neutrálna zóna"@sk, "Neutraalne tsoon"@et, "Neutrale zone"@nl, "Neitrāla zona"@lv, "Neutrale Zone"@de, "Neutrální území"@cs, "Neutrali zona"@lt ;
  rdfs:label "Semleges terület"@hu, "Neutral Zone"@en, "Zone neutre"@fr, "Neutralt område"@da, "Nevtralno območje"@sl, "Neutrale zone"@nl, "Zona neutral"@es, "Neutral zon"@sv, "Zona neutrale"@it, "Neutraalne tsoon"@et, "Strefa neutralna"@pl, "Zonă neutră"@ro, "Neutraali vyöhyke"@fi, "Żona Newtrali"@mt, "Zona Neutra"@pt, "Neutralno područje"@hr, "Neutrali zona"@lt, "Limistéar Neodrach"@ga, "Neutrální území"@cs, "Неутрална зона"@bg, "Neitrāla zona"@lv, "Ουδέτερη ζώνη"@el, "Neutrale Zone"@de, "Neutrálna zóna"@sk ;
  a skos:Concept, owl:NamedIndividual, dc:Location ;
  ms:deprecationDate "1993-07-12"^^xsd:date ;
  owl:deprecated true ;
  skos:inScheme ms:LocationTaxonomy ;
  skos:topConceptOf ms:LocationTaxonomy ;
  ms:hasIANASubtag "NT" .

