@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/STL> owl:sameAs bcp47:language_stl .
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 .

<http://lexvo.org/id/iso639-3/stl> owl:sameAs bcp47:language_stl .
bcp47:language_stl
  skos:prefLabel "استلینگورفی"@fa, "Stellingwerfsk"@stq, "Stellingwerfsk"@no, "Stellingwerfsk"@fy, "Stellingwarfs"@nds, "Lenga stellingwerfs"@pms, "stellingwerfs"@stl, "Stellingwerfs"@nl, "Stellingwerfs"@li, "Stellingwerfs"@hr, "Stellingwerfs"@fi, "Stellingwerfs"@en ;
  owl:sameAs <https://glottolog.org/resource/languoid/id/stel1238> ;
  skos:altLabel "Stellingwarfs"@en ;
  rdfs:label "استلینگورفی"@fa, "stellingwerfs"@stl, "Stellingwerfs"@nl, "Stellingwarfs"@nds, "Stellingwarfs"@en, "Stellingwerfs"@hr, "Stellingwerfs"@fi, "Stellingwerfs"@en, "Stellingwerfs"@li, "Stellingwerfsk"@stq, "Stellingwerfsk"@no, "Stellingwerfsk"@fy, "Lenga stellingwerfs"@pms ;
  ms:hasIANASubtag "stl" ;
  skos:topConceptOf ms:LanguageTaxonomy ;
  dc:issued "2009-07-29"^^xsd:date ;
  skos:inScheme ms:LanguageTaxonomy ;
  a ms:LanguageCode, skos:Concept, owl:NamedIndividual .

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

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

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

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