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

skos:Concept a owl:Class .
lexmeta:statusLabel
  rdfs:label "estatus-adierazle"@eu, "vartosenos statusas"@lt, "marca de uso"@es, "marca d'ús"@ca, "málsniðsmerking"@is, "register"@et, "sprogbrugsmarkør"@da, "etichetta sullo stato"@it, "status label"@en ;
  skos:prefLabel "marca de uso"@es, "sprogbrugsmarkør"@da, "málsniðsmerking"@is, "marca d'ús"@ca, "estatus-adierazle"@eu, "vartosenos statusas"@lt, "status label"@en, "etichetta sullo stato"@it, "register"@et ;
  rdfs:comment "a label used to mark the acceptability or currency of a word or phrase in a dictionary, for example, obsolete, rare."@en ;
  a skos:Concept, lexmeta:MicrostructureFeature, owl:NamedIndividual ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14342> ;
  skos:broader lexmeta:usageInformation ;
  skos:altLabel "vartosenos vertinimas; statuso pavadinimas; vertinimo laipsnis"@lt .

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:usageInformation
  skos:prefLabel "pragmatinė informacija"@lt, "informazione pragmatica"@it, "información pragmática"@es, "pragmàtica"@ca, "pragmaatiline info"@et, "argibide pragmatiko"@eu, "usage information"@en ;
  rdfs:label "información pragmática"@es, "pragmàtica"@ca, "usage information"@en, "informazione pragmatica"@it, "argibide pragmatiko"@eu, "pragmatinė informacija"@lt, "pragmaatiline info"@et ;
  a owl:NamedIndividual, skos:Concept, lexmeta:MicrostructureFeature ;
  skos:narrower lexmeta:statusLabel .

