@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:formalInformation
  rdfs:label "vormiinfo"@et, "formalioji informacija"@lt, "informazione formale"@it, "marques lingüístiques"@ca, "formupplýsingar"@is, "información formal"@es, "forma-argibide"@eu, "formal information"@en, "formel information"@da ;
  skos:prefLabel "formal information"@en, "informazione formale"@it, "forma-argibide"@eu, "vormiinfo"@et, "formalioji informacija"@lt, "formupplýsingar"@is, "formel information"@da, "información formal"@es, "marques lingüístiques"@ca ;
  a owl:NamedIndividual, lexmeta:MicrostructureFeature, skos:Concept ;
  skos:narrower lexmeta:variant .

ms:LemmaType skos:narrower lexmeta:variant .
skos:Concept a owl:Class .
ms:variant1 skos:exactMatch lexmeta:variant .
lexmeta:MicrostructureFeatureScheme
  rdfs:label "Microstructure Feature Taxonomy"@en ;
  skos:prefLabel "Microstructure Feature Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme .

lexmeta:variant
  skos:prefLabel "wariant"@pl, "variantas"@lt, "variant"@et, "variant"@en, "variant"@da, "variant"@ca, "Variante"@de, "варијанта"@sr, "variantă"@ro, "tilbrigði"@is, "variáns"@hu, "variante"@it, "variante"@es ;
  skos:broader lexmeta:formalInformation, ms:LemmaType ;
  rdfs:label "wariant"@pl, "variant"@et, "variant"@en, "variant"@da, "variant"@ca, "variante"@it, "variante"@es, "variantas"@lt, "tilbrigði"@is, "variáns"@hu, "variantă"@ro, "Variante"@de, "варијанта"@sr ;
  skos:altLabel "változat"@hu, "versione"@it, "versión"@es ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q24078>, <https://lexbib.elex.is/entity/Q14348> ;
  a skos:Concept, owl:NamedIndividual, lexmeta:MicrostructureFeature ;
  skos:exactMatch ms:variant1 ;
  rdfs:comment "a form of a word or phrase that is different from the standard (most commonly / frequently used) form – in spelling, pronunciation or grammar."@en ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme .

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

