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

skos:Concept a owl:Class .
lexmeta:phoneticInformation
  rdfs:label "phonetic information"@en, "información fonética"@es ;
  skos:prefLabel "phonetic information"@en, "información fonética"@es ;
  a lexmeta:MicrostructureFeature, owl:NamedIndividual, skos:Concept ;
  skos:narrower lexmeta:accentuation .

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

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

lexmeta:accentuation
  skos:exactMatch ms:accentuation ;
  a owl:NamedIndividual, skos:Concept, lexmeta:MicrostructureFeature ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q24032> ;
  rdfs:label "acentuación"@es, "accentuation"@en ;
  skos:prefLabel "acentuación"@es, "accentuation"@en ;
  skos:broader lexmeta:phoneticInformation ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme .

