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

skos:Concept a owl:Class .
lexmeta:semanticRole
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  rdfs:label "semantic role"@en, "rol semántico"@es ;
  skos:broader lexmeta:semanticInformation ;
  a skos:Concept, owl:NamedIndividual, lexmeta:MicrostructureFeature ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q24068> ;
  skos:exactMatch ms:semanticRole ;
  skos:prefLabel "semantic role"@en, "rol semántico"@es .

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 .
ms:semanticRole skos:exactMatch lexmeta:semanticRole .
lexmeta:MicrostructureFeature
  rdfs:label "Microstructure feature"@en ;
  a owl:Class .

lexmeta:semanticInformation
  rdfs:label "semantic information"@en, "información semántica"@es, "semantiline info"@et, "informație semantică"@ro, "семантичке информације"@sr, "semantinė informacija"@lt, "informacja semantyczna"@pl, "informazione semantica"@it, "semàntica"@ca, "merkingarupplýsingar"@is, "argibide semantiko"@eu, "betydningsangivelse"@da, "szemantikai információ"@hu ;
  skos:narrower lexmeta:semanticRole ;
  skos:prefLabel "información semántica"@es, "semàntica"@ca, "semantinė informacija"@lt, "semantic information"@en, "informacja semantyczna"@pl, "betydningsangivelse"@da, "informație semantică"@ro, "семантичке информације"@sr, "informazione semantica"@it, "argibide semantiko"@eu, "szemantikai információ"@hu, "merkingarupplýsingar"@is, "semantiline info"@et ;
  a skos:Concept, lexmeta:MicrostructureFeature, owl:NamedIndividual .

