@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:pragmaticInformation
  skos:altLabel "informació pragmàtica"@ca, "informație pragmatică"@ro, "pragmatica"@it, "variedad"@es ;
  rdfs:label "pragmàtica"@ca, "informazione pragmatica"@it, "pragmatinė informacija"@lt, "pragmatic"@ro, "información pragmática"@es, "pragmaatiline info"@et, "pragmatic information"@en, "pragmatisk information"@da ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14394> ;
  skos:prefLabel "pragmàtica"@ca, "pragmatisk information"@da, "información pragmática"@es, "informazione pragmatica"@it, "pragmatinė informacija"@lt, "pragmatic"@ro, "pragmatic information"@en, "pragmaatiline info"@et ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  a owl:NamedIndividual, skos:Concept, lexmeta:MicrostructureFeature ;
  rdfs:comment "word data describing social and cultural rules of speaking such as gesture, intonation and tone, pitch, and other conventions of communication."@en ;
  skos:broader lexmeta:usageInformation .

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:pragmaticInformation .

