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

lexmeta:hyponym
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q24050> ;
  skos:prefLabel "υπώνυμο"@el, "hiponimo"@eu, "hyponym"@en, "hyponym"@da, "hüponüüm"@et, "undirheiti"@is, "хипоним"@sr, "iponimo"@it, "Hyponym"@de, "hiponim"@ro, "hiponim"@pl, "hiponimas"@lt, "hipònim"@ca ;
  rdfs:label "hiponim"@ro, "hiponim"@pl, "хипоним"@sr, "Hyponym"@de, "hipònim"@ca, "hyponym"@en, "hyponym"@da, "iponimo"@it, "υπώνυμο"@el, "undirheiti"@is, "hiponimas"@lt, "hiponimo"@eu, "hüponüüm"@et ;
  skos:exactMatch ms:hyponym ;
  a skos:Concept, owl:NamedIndividual, lexmeta:MicrostructureFeature ;
  skos:broader lexmeta:semanticInformation ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  skos:altLabel "underbegreb"@da .

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

ms:hyponym skos:exactMatch lexmeta:hyponym .
