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

lexmeta:usageLabel
  skos:prefLabel "etichetă"@ro, "marca de uso"@es, "vartosenos pažyma"@lt, "sprogbrugsmarkør"@da, "marca d'ús"@ca, "usage label"@en, "kasutusmärgend"@et, "stílmerking"@is, "etichetta di uso"@it, "erabilpenaren adierazle"@eu, "квалификатор употребе"@sr ;
  rdfs:label "kasutusmärgend"@et, "marca de uso"@es, "stílmerking"@is, "etichetă"@ro, "marca d'ús"@ca, "usage label"@en, "квалификатор употребе"@sr, "erabilpenaren adierazle"@eu, "vartosenos pažyma"@lt, "etichetta di uso"@it, "sprogbrugsmarkør"@da ;
  a owl:NamedIndividual, lexmeta:MicrostructureFeature, skos:Concept ;
  skos:altLabel "ознака употребе"@sr, "etiqueta de uso"@es, "málsniðsmerking"@is ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14995> ;
  skos:broader lexmeta:usageInformation ;
  rdfs:comment "the marking of a word, phrase or sense for a syntactic or semantic restriction; the marking of a word or phrase as typical or appropriate in a particular context or language variety."@en ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme .

skos:Concept a owl:Class .
lexmeta:MicrostructureFeatureScheme
  rdfs:label "Microstructure Feature Taxonomy"@en ;
  skos:prefLabel "Microstructure Feature Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme .

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

skos:inScheme rdfs:label "skos:inScheme"@en .
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:usageLabel .

