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

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:Script
  rdfs:label "Script"@en ;
  a owl:Class .

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

ms:ScriptTaxonomy
  rdfs:label "Script Taxonomy"@en ;
  skos:prefLabel "Script Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme ;
  skos:hasTopConcept bcp47:script_Tirh .

bcp47:script_Tirh
  rdfs:label "Chữ Tirhuta"@vi, "邁蒂利文"@cmn-hant, "tirhuta gbeŋɔŋlɔ"@ee, "ເທຮຸທາ"@lo, "เทอฮุทา"@th, "tirhuta"@fi, "tirhuta"@da, "tirhuta"@nb, "tirhuta"@nn, "tirhuta"@pl, "tirhuta"@sv, "Tirhuta"@en, "Tirhuta"@id, "ティルフータ文字"@ja, "tirhouta"@fr, "tirhut"@ca, "迈蒂利文"@cmn, "티르후타 문자"@ko ;
  a ms:Script, skos:Concept, owl:NamedIndividual ;
  skos:prefLabel "邁蒂利文"@cmn-hant, "ເທຮຸທາ"@lo, "迈蒂利文"@cmn, "Tirhuta"@en, "Tirhuta"@id, "tirhuta gbeŋɔŋlɔ"@ee, "tirhouta"@fr, "tirhuta"@da, "tirhuta"@fi, "tirhuta"@nb, "tirhuta"@nn, "tirhuta"@pl, "tirhuta"@sv, "티르후타 문자"@ko, "ティルフータ文字"@ja, "tirhut"@ca, "เทอฮุทา"@th, "Chữ Tirhuta"@vi ;
  dc:issued "2011-08-16"^^xsd:date ;
  skos:topConceptOf ms:ScriptTaxonomy ;
  skos:inScheme ms:ScriptTaxonomy ;
  ms:hasIANASubtag "Tirh" .

<http://lexvo.org/id/script/Tirh> owl:sameAs bcp47:script_Tirh .
