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

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

<http://publications.europa.eu/resource/authority/language/DIT> owl:sameAs bcp47:language_dit .
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 .

ms:LanguageTaxonomy
  rdfs:label "Language Taxonomy"@en ;
  skos:prefLabel "Language Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme ;
  skos:hasTopConcept bcp47:language_dit .

ms:LanguageCode
  rdfs:label "Language"@en ;
  a owl:Class .

bcp47:language_dit
  skos:topConceptOf ms:LanguageTaxonomy ;
  a ms:LanguageCode, skos:Concept, owl:NamedIndividual ;
  rdfs:label "Dirari"@en, "dirari"@dit ;
  ms:hasIANASubtag "dit" ;
  skos:prefLabel "dirari"@dit, "Dirari"@en ;
  ms:deprecationDate "2019-04-29"^^xsd:date ;
  dc:isReplacedBy bcp47:language_dif ;
  owl:deprecated true ;
  dc:issued "2009-07-29"^^xsd:date ;
  skos:inScheme ms:LanguageTaxonomy .

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

bcp47:language_dif
  rdfs:label "dieri"@dif, "Diyari"@en, "Língua diyari"@pt, "Diyari language"@en, "Dieri"@en, "Dieri"@sv ;
  a ms:LanguageCode, owl:NamedIndividual, skos:Concept ;
  skos:prefLabel "dieri"@dif, "Língua diyari"@pt, "Dieri"@sv, "Dieri"@en ;
  dc:replaces bcp47:language_dit .

