@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:number .

skos:Concept a owl:Class .
lexmeta:number
  rdfs:label "tal"@nn, "Slovnično število"@sl, "numero gramatikal"@eu, "Numerus"@de, "Kieliopillinen luku"@fi, "Αριθμός"@el, "число"@bg, "число"@uk, "numerus"@da, "numerus"@sv, "nombre grammatical"@fr, "getal"@nl, "лік"@be, "číslo"@cs, "číslo"@sk, "tala"@is, "skaičiaus požymis"@lt, "liczba"@pl, "number"@en, "грамматическое число"@ru, "nombre"@ca, "proprietà di numero"@it, "rasgo de número"@es, "număr gramatical"@ro, "arvukategooria"@et, "grammatisk tall"@nb, "број"@mk, "број"@sr, "szám"@hu, "מספר"@he, "gramatiskais skaitlis"@lv, "número gramatical"@gl, "número gramatical"@pt, "numër gramatikor"@sq ;
  skos:prefLabel "лік"@be, "Numerus"@de, "număr gramatical"@ro, "skaičiaus požymis"@lt, "grammatisk tall"@nb, "nombre"@ca, "tala"@is, "gramatiskais skaitlis"@lv, "číslo"@sk, "číslo"@cs, "número gramatical"@pt, "número gramatical"@gl, "number"@en, "tal"@nn, "מספר"@he, "Kieliopillinen luku"@fi, "szám"@hu, "numerus"@sv, "numero gramatikal"@eu, "numerus"@da, "numër gramatikor"@sq, "число"@uk, "число"@bg, "nombre grammatical"@fr, "rasgo de número"@es, "Αριθμός"@el, "грамматическое число"@ru, "arvukategooria"@et, "број"@sr, "број"@mk, "getal"@nl, "liczba"@pl, "Slovnično število"@sl, "proprietà di numero"@it ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q24058> ;
  skos:altLabel "número"@es ;
  skos:broader lexmeta:morphologicalInformation ;
  skos:exactMatch ms:number ;
  a lexmeta:MicrostructureFeature, owl:NamedIndividual, skos:Concept .

ms:number skos:exactMatch lexmeta:number .
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 .

