@prefix bcp47: <http://w3id.org/meta-share/bcp47/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bcp47:script_Dupl
  skos:prefLabel "taquigrafia Duployé"@ca, "Stenografi Duployan"@id, "듀플로이안 문자"@ko, "デュプロワエ式速記"@ja, "Duployén pikakirjoitus"@fi, "Chữ tốc ký Duployan"@vi, "杜普洛伊速记"@cmn, "ຊົວເລດັບໂລຍັນ"@lo, "Duploye'a"@pl, "Duployéstenografiska"@sv, "ชวเลขดัปโลยัน"@th, "Duployan shorthand"@en, "sténographie Duployé"@fr, "杜普洛伊速記"@cmn-hant ;
  ms:hasIANASubtag "Dupl" ;
  skos:inScheme ms:ScriptTaxonomy ;
  rdfs:label "Duployéstenografiska"@sv, "Chữ tốc ký Duployan"@vi, "듀플로이안 문자"@ko, "杜普洛伊速记"@cmn, "ชวเลขดัปโลยัน"@th, "Duployan shorthand, Duployan stenography"@en, "杜普洛伊速記"@cmn-hant, "taquigrafia Duployé"@ca, "Duployan shorthand"@en, "Duploye'a"@pl, "Duployan stenography"@en, "ຊົວເລດັບໂລຍັນ"@lo, "デュプロワエ式速記"@ja, "Stenografi Duployan"@id, "sténographie Duployé"@fr, "Duployén pikakirjoitus"@fi ;
  skos:altLabel "Duployan shorthand, Duployan stenography"@en, "Duployan stenography"@en ;
  a owl:NamedIndividual, ms:Script, skos:Concept ;
  dc:issued "2010-08-16"^^xsd:date ;
  skos:topConceptOf ms:ScriptTaxonomy .

<http://lexvo.org/id/script/Dupl> owl:sameAs bcp47:script_Dupl .
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_Dupl .

