@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://publications.europa.eu/resource/authority/language/DML> owl:sameAs bcp47:language_dml .
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:LanguageCode
  rdfs:label "Language"@en ;
  a owl:Class .

ms:LanguageTaxonomy
  rdfs:label "Language Taxonomy"@en ;
  skos:prefLabel "Language Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme ;
  skos:hasTopConcept bcp47:language_dml .

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

<http://lexvo.org/id/iso639-3/dml> owl:sameAs bcp47:language_dml .
bcp47:language_dml
  skos:prefLabel "ภาษาดาเมลี"@th, "தாமேலி மொழி"@ta, "דאמעלי"@yi, "dameli"@dml, "Dameleg"@br, "Дамели"@ru, "Dameli"@fr, "Dameli"@en, "Damelin kieli"@fi ;
  rdfs:label "Дамели"@ru, "Dameleg"@br, "Dameli"@fr, "Dameli"@en, "தாமேலி மொழி"@ta, "דאמעלי"@yi, "Damelin kieli"@fi, "ภาษาดาเมลี"@th, "dameli"@dml, "Dameli language"@en ;
  skos:inScheme ms:LanguageTaxonomy ;
  dc:issued "2009-07-29"^^xsd:date ;
  owl:sameAs <https://glottolog.org/resource/languoid/id/dame1241> ;
  a owl:NamedIndividual, skos:Concept, ms:LanguageCode ;
  skos:topConceptOf ms:LanguageTaxonomy ;
  ms:hasIANASubtag "dml" ;
  skos:altLabel "Dameli language"@en .

<https://glottolog.org/resource/languoid/id/dame1241> a owl:NamedIndividual .
