@prefix lexmeta: <http://w3id.org/meta-share/lexmeta/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

lexmeta:pronunciation
  skos:prefLabel "udtale"@da, "pronuncia"@it, "výslovnost"@cs, "pronunciación"@es, "pronunciación"@gl, "вимова"@uk, "Izgovarjava"@sl, "pronunciació"@ca, "Shqiptimi"@sq, "izruna"@lv, "framburður"@is, "uitspraak"@nl, "výslovnosť"@sk, "ääntäminen"@fi, "hääldus"@et, "הגייה"@he, "uttale"@nb, "uttale"@nn, "изговор"@mk, "изговор"@sr, "ahoskera"@eu, "tartis"@lt, "Aussprache"@de, "uttal"@sv, "pronúncia"@pt, "προφορά"@el, "произношение"@ru, "Aussprooch"@lb, "Ortoepie"@ro, "wymowa"@pl, "prononciation"@fr, "Fuaimniú"@ga, "kiejtés"@hu, "pronunciation"@en ;
  rdfs:label "pronunciació"@ca, "wymowa"@pl, "prononciation"@fr, "výslovnosť"@sk, "Aussprache"@de, "framburður"@is, "Aussprooch"@lb, "изговор"@sr, "изговор"@mk, "произношение"@ru, "pronuncia"@it, "Fuaimniú"@ga, "uitspraak"@nl, "Shqiptimi"@sq, "pronunciation"@en, "Izgovarjava"@sl, "הגייה"@he, "ääntäminen"@fi, "tartis"@lt, "προφορά"@el, "udtale"@da, "kiejtés"@hu, "hääldus"@et, "Ortoepie"@ro, "ahoskera"@eu, "výslovnost"@cs, "uttale"@nn, "uttale"@nb, "uttal"@sv, "izruna"@lv, "pronunciación"@gl, "pronunciación"@es, "pronúncia"@pt, "вимова"@uk ;
  a skos:Concept, lexmeta:MicrostructureFeature, owl:NamedIndividual ;
  skos:broader lexmeta:phoneticInformation .

skos:Concept a owl:Class .
lexmeta:phoneticInformation
  skos:narrower lexmeta:accentuation, lexmeta:pronunciation ;
  rdfs:label "información fonética"@es, "phonetic information"@en ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q24023> ;
  rdfs:comment "A type of content included in a language resource pertaining to the audio level"@en ;
  skos:topConceptOf lexmeta:MicrostructureFeatureScheme ;
  skos:prefLabel "información fonética"@es, "phonetic information"@en ;
  a skos:Concept, owl:NamedIndividual, lexmeta:MicrostructureFeature ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme .

lexmeta:MicrostructureFeatureScheme
  rdfs:label "Microstructure Feature Taxonomy"@en ;
  skos:prefLabel "Microstructure Feature Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme ;
  skos:hasTopConcept lexmeta:phoneticInformation .

skos:inScheme rdfs:label "skos:inScheme"@en .
lexmeta:MicrostructureFeature
  rdfs:label "Microstructure feature"@en ;
  a owl:Class .

lexmeta:accentuation
  rdfs:label "acentuación"@es, "accentuation"@en ;
  skos:prefLabel "acentuación"@es, "accentuation"@en ;
  a lexmeta:MicrostructureFeature, owl:NamedIndividual, skos:Concept ;
  skos:broader lexmeta:phoneticInformation .

