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

skos:Concept a owl:Class .
ms:tense skos:exactMatch lexmeta:tense .
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:tense
  skos:prefLabel "temps gramatical"@ca, "Timp"@ro, "Aeg"@et, "igeidő"@hu, "čas"@cs, "aikamuoto"@fi, "temps"@fr, "czas"@pl, "Време"@bg, "tid"@nn, "tid"@nb, "tempo gramatical"@pt, "tempo gramatical"@gl, "Glagolski čas"@sl, "час"@uk, "час"@be, "זמן"@he, "tiempo gramatical"@es, "Tíðbeyging sagna"@is, "tempo"@it, "Tempus"@de, "Gramatinis laikas"@lt, "време"@mk, "время"@ru, "darbības vārda laiks"@lv, "werkwoordstijd"@nl, "tempus"@sv, "tempus"@da, "Gramatická kategória času"@sk, "tense"@en, "denbora gramatikal"@eu, "γραμματικός χρόνος"@el, "глаголско време"@sr ;
  rdfs:label "tempus"@da, "tempus"@sv, "Tempus"@de, "время"@ru, "tense"@en, "igeidő"@hu, "darbības vārda laiks"@lv, "Aeg"@et, "Tíðbeyging sagna"@is, "temps"@fr, "czas"@pl, "זמן"@he, "време"@mk, "γραμματικός χρόνος"@el, "tid"@nb, "tid"@nn, "denbora gramatikal"@eu, "Glagolski čas"@sl, "Timp"@ro, "Gramatinis laikas"@lt, "tempo gramatical"@gl, "tempo gramatical"@pt, "глаголско време"@sr, "čas"@cs, "час"@be, "час"@uk, "tempo"@it, "werkwoordstijd"@nl, "Gramatická kategória času"@sk, "tiempo gramatical"@es, "Време"@bg, "aikamuoto"@fi, "temps gramatical"@ca ;
  skos:exactMatch ms:tense ;
  skos:broader lexmeta:morphologicalInformation ;
  skos:altLabel "grammatical tense"@en ;
  a lexmeta:MicrostructureFeature, owl:NamedIndividual, skos:Concept ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q24073> .

