@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#> .
@prefix ms: <http://w3id.org/meta-share/meta-share/> .
@prefix wd: <http://www.wikidata.org/entity/> .

lexmeta:usageNote
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14996> ;
  skos:prefLabel "kasutusmärkus"@et, "Nutzungshinweise"@de, "sprogbrugsbemærkning"@da, "usage note"@en, "gebruiksinstructie"@nl, "erabilpen-ohar"@eu, "indicație de uz"@ro, "nota d'ús"@ca, "напомена о употреби"@sr, "nota d'uso"@it, "indicación de uso"@es, "ábending"@is, "vartosenos pastaba"@lt ;
  rdfs:label "gebruiksinstructie"@nl, "vartosenos pastaba"@lt, "nota d'ús"@ca, "напомена о употреби"@sr, "kasutusmärkus"@et, "usage note"@en, "erabilpen-ohar"@eu, "sprogbrugsbemærkning"@da, "ábending"@is, "nota d'uso"@it, "indicación de uso"@es, "indicație de uz"@ro, "Nutzungshinweise"@de ;
  a owl:NamedIndividual, lexmeta:MicrostructureFeature, skos:Concept ;
  skos:altLabel "scope note"@en, "ábending um notkun"@is, "nota de uso"@es, "märkus"@et ;
  rdfs:comment "a note or paragraph offering explanation or guidance on syntactic or semantic restrictions on a lexical unit (word or phrase)."@en ;
  skos:broader lexmeta:usageInformation ;
  skos:exactMatch ms:note1 ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  lexmeta:wikidataEntity wd:Q106480922 .

skos:Concept a owl:Class .
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:usageNote .

ms:note1 skos:exactMatch lexmeta:usageNote .
