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

<http://publications.europa.eu/resource/authority/language/XSS> owl:sameAs bcp47:language_xss .
ms:LanguageTaxonomy
  rdfs:label "Language Taxonomy"@en ;
  skos:prefLabel "Language Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme ;
  skos:hasTopConcept bcp47:language_xss .

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

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

bcp47:language_xss
  owl:deprecated true ;
  skos:prefLabel "Assan"@en, "assan"@xss ;
  skos:topConceptOf ms:LanguageTaxonomy ;
  a skos:Concept, owl:NamedIndividual, ms:LanguageCode ;
  skos:inScheme ms:LanguageTaxonomy ;
  dc:isReplacedBy bcp47:language_zko ;
  dc:issued "2009-07-29"^^xsd:date ;
  rdfs:label "Assan"@en, "assan"@xss ;
  ms:deprecationDate "2023-03-17"^^xsd:date ;
  ms:hasIANASubtag "xss" .

bcp47:language_zko
  a owl:NamedIndividual, skos:Concept, ms:LanguageCode ;
  rdfs:label "Język kott"@pl, "Kott"@en, "Kotte"@fr, "ภาษากอตต์"@th, "kott"@zko, "Kott language"@en, "Котт чĕлхи"@cv, "Kottski jezik"@hr, "Kotteg"@br, "Коттский язык"@ru, "Kottisk"@no, "Kotin kieli"@fi, "Kot"@nl ;
  skos:prefLabel "Kot"@nl, "ภาษากอตต์"@th, "Котт чĕлхи"@cv, "kott"@zko, "Kott"@en, "Kotteg"@br, "Kottisk"@no, "Kotin kieli"@fi, "Коттский язык"@ru, "Język kott"@pl, "Kotte"@fr, "Kottski jezik"@hr ;
  dc:replaces bcp47:language_xss .

