@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#> .
@prefix ms: <http://w3id.org/meta-share/meta-share/> .

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:auxiliary .

ms:auxiliary skos:exactMatch lexmeta:auxiliary .
skos:Concept a owl:Class .
lexmeta:auxiliary
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  rdfs:label "помошен глагол"@mk, "Verb auxiliar"@ro, "pomožni glagol"@sl, "hjálparsögn"@is, "apuverbi"@fi, "hulpwerkwoord"@nl, "laguntzaile"@eu, "вспомогательный глагол"@ru, "czasownik posiłkowy"@pl, "verbe auxiliaire"@fr, "βοηθητικό"@el, "verbo auxiliar"@es, "verbo auxiliar"@pt, "auxiliar"@ca, "pagalbinis veiksmažodis"@lt, "verb awżiljarju"@mt, "briathar cúnta"@ga, "hjelpeverb"@nb, "hjelpeverb"@nn, "auxiliary"@en, "помоћни глагол"@sr, "hjälpverb"@sv, "допоміжне дієслово"@uk, "פועל עזר"@he, "Hilfsverb"@de, "segédige"@hu, "hjælpeverbum"@da, "Verbo auxiliar"@gl, "abitegusõna"@et, "ausiliare"@it, "pomocné sloveso"@cs ;
  skos:prefLabel "hjælpeverbum"@da, "verbe auxiliaire"@fr, "laguntzaile"@eu, "abitegusõna"@et, "auxiliary"@en, "βοηθητικό"@el, "hulpwerkwoord"@nl, "pomocné sloveso"@cs, "czasownik posiłkowy"@pl, "вспомогательный глагол"@ru, "hjelpeverb"@nn, "hjelpeverb"@nb, "briathar cúnta"@ga, "допоміжне дієслово"@uk, "pomožni glagol"@sl, "hjálparsögn"@is, "auxiliar"@ca, "Hilfsverb"@de, "segédige"@hu, "ausiliare"@it, "помоћни глагол"@sr, "Verb auxiliar"@ro, "verb awżiljarju"@mt, "apuverbi"@fi, "Verbo auxiliar"@gl, "verbo auxiliar"@pt, "verbo auxiliar"@es, "pagalbinis veiksmažodis"@lt, "помошен глагол"@mk, "פועל עזר"@he, "hjälpverb"@sv ;
  skos:broader lexmeta:morphologicalInformation ;
  a lexmeta:MicrostructureFeature, owl:NamedIndividual, skos:Concept ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q24035> ;
  skos:exactMatch ms:auxiliary ;
  skos:altLabel "Auxiliar"@gl .

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 .

