@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:LanguageTaxonomy
  rdfs:label "Language Taxonomy"@en ;
  skos:prefLabel "Language Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme ;
  skos:hasTopConcept bcp47:language_heh .

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

<http://publications.europa.eu/resource/authority/language/HEH> owl:sameAs bcp47:language_heh .
owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

<http://lexvo.org/id/iso639-3/heh> owl:sameAs bcp47:language_heh .
bcp47:language_heh
  rdfs:label "hehe"@heh, "Hehe"@fr, "Hehe"@en, "Język hehe"@pl, "Hehe language"@en, "Kihehe"@sw ;
  a ms:LanguageCode, owl:NamedIndividual, skos:Concept ;
  skos:prefLabel "hehe"@heh, "Język hehe"@pl, "Kihehe"@sw, "Hehe"@fr, "Hehe"@en ;
  ms:hasIANASubtag "heh" ;
  skos:altLabel "Hehe language"@en ;
  dc:issued "2009-07-29"^^xsd:date ;
  skos:topConceptOf ms:LanguageTaxonomy ;
  owl:sameAs <https://glottolog.org/resource/languoid/id/hehe1240> ;
  skos:inScheme ms:LanguageTaxonomy .

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