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

ms:meronym skos:exactMatch lexmeta:meronym .
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:meronym
  skos:exactMatch ms:meronym ;
  skos:broader lexmeta:semanticInformation ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  rdfs:label "meronüüm"@et, "merónimo"@es, "merónimo"@pt, "meronym"@en, "meronym"@nb, "meronym"@nn, "meronym"@sv, "meronym"@da, "meronim"@hr, "meronim"@pl, "meronim"@ro, "мероним"@bg, "мероним"@ru, "мероним"@sr, "meroniem"@nl, "meronimo"@eu, "meronimo"@it, "méronyme"@fr, "меронім"@uk, "meronimas"@lt, "merònim"@ca, "Meronym"@de ;
  skos:prefLabel "meronimo"@eu, "meronimo"@it, "meronimas"@lt, "meronim"@hr, "meronim"@pl, "meronim"@ro, "meroniem"@nl, "meronüüm"@et, "меронім"@uk, "мероним"@sr, "мероним"@ru, "мероним"@bg, "meronym"@da, "meronym"@en, "meronym"@nb, "meronym"@nn, "meronym"@sv, "merónimo"@pt, "merónimo"@es, "méronyme"@fr, "Meronym"@de, "merònim"@ca ;
  a skos:Concept, owl:NamedIndividual, lexmeta:MicrostructureFeature ;
  skos:altLabel "osasõna"@et ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q24054> .

skos:inScheme rdfs:label "skos:inScheme"@en .
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: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 ;
  skos:narrower lexmeta:meronym .

