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

bcp47:script_Sind
  rdfs:label "Khudawadi, Sindhi"@en, "クダワディ文字"@ja, "khoudawadî, sindhî"@fr, "sindhiska"@sv, "Chữ Khudawadi"@vi, "信德文"@cmn-hant, "信德文"@cmn, "쿠다와디 문자"@ko, "Sindhi"@en, "ດຸດາວາດີ"@lo, "khudawadi"@pl, "คุดาวาดี"@th, "Khudawadi"@en, "Khudawadi"@id, "sindhî"@fr, "khudabadi"@fi, "devangari"@ca ;
  skos:prefLabel "คุดาวาดี"@th, "khoudawadî, sindhî"@fr, "Khudawadi"@en, "Khudawadi"@id, "クダワディ文字"@ja, "sindhiska"@sv, "ດຸດາວາດີ"@lo, "khudabadi"@fi, "Chữ Khudawadi"@vi, "devangari"@ca, "信德文"@cmn, "信德文"@cmn-hant, "khudawadi"@pl, "쿠다와디 문자"@ko ;
  skos:altLabel "Khudawadi, Sindhi"@en, "sindhî"@fr, "Sindhi"@en ;
  a skos:Concept, owl:NamedIndividual, ms:Script ;
  skos:inScheme ms:ScriptTaxonomy ;
  dc:issued "2010-08-16"^^xsd:date ;
  skos:topConceptOf ms:ScriptTaxonomy ;
  ms:hasIANASubtag "Sind" .

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

<http://lexvo.org/id/script/Sind> owl:sameAs bcp47:script_Sind .
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_Sind .

