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

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_ppr .

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

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

<http://publications.europa.eu/resource/authority/language/PPR> owl:sameAs bcp47:language_ppr .
bcp47:language_lcq
  rdfs:label "luhu"@lcq, "Luhu"@en ;
  skos:prefLabel "luhu"@lcq, "Luhu"@en ;
  a ms:LanguageCode, owl:NamedIndividual, skos:Concept ;
  dc:replaces bcp47:language_ppr .

bcp47:language_ppr
  dc:isReplacedBy bcp47:language_lcq ;
  rdfs:label "Piru"@en, "piru"@ppr ;
  a skos:Concept, ms:LanguageCode, owl:NamedIndividual ;
  ms:deprecationDate "2013-09-10"^^xsd:date ;
  skos:prefLabel "Piru"@en, "piru"@ppr ;
  skos:topConceptOf ms:LanguageTaxonomy ;
  skos:inScheme ms:LanguageTaxonomy ;
  owl:deprecated true ;
  ms:hasIANASubtag "ppr" ;
  dc:issued "2009-07-29"^^xsd:date .

