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

lexmeta:morphologicalInformation
  rdfs:label "morphological information"@en, "información morfológica"@es ;
  skos:prefLabel "morphological information"@en, "información morfológica"@es ;
  a lexmeta:MicrostructureFeature, owl:NamedIndividual, skos:Concept ;
  skos:narrower lexmeta:inflectionMorphology .

skos:Concept a owl:Class .
lexmeta:inflectionMorphology
  skos:prefLabel "morfologia fleksyjna"@pl, "κλιτική μορφολογία"@el, "flexión"@es, "morfologia della flessione"@it, "флективна морфологија"@sr, "muutemorfoloogia"@et, "bøjningsmorfologi"@da, "inflection morphology"@en, "kaitybinė morfologija"@lt, "flexio morfologia"@eu, "Flexionsmorphologie"@de, "flexió"@ca ;
  rdfs:label "morfologia fleksyjna"@pl, "flexión"@es, "Flexionsmorphologie"@de, "κλιτική μορφολογία"@el, "bøjningsmorfologi"@da, "morfologia della flessione"@it, "kaitybinė morfologija"@lt, "флективна морфологија"@sr, "muutemorfoloogia"@et, "flexio morfologia"@eu, "inflection morphology"@en, "flexió"@ca ;
  skos:altLabel "флексивна морфологија"@sr, "morfología flexiva"@es, "fleksionsmorfologi"@da ;
  a owl:NamedIndividual, skos:Concept, lexmeta:MicrostructureFeature ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  skos:broader lexmeta:morphologicalInformation ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14299> .

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 .

