@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:subsense
  skos:prefLabel "sottosenso"@it, "aljelentés"@hu, "subsent"@ro, "undirmerking"@is, "underbetydning"@da, "subsense"@en, "alltähendus"@et, "azpi-adiera"@eu, "accepció"@ca, "reikšmės atspalvis"@lt, "subaccepción"@es ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14591> ;
  rdfs:label "sottosenso"@it, "subaccepción"@es, "undirmerking"@is, "subsent"@ro, "azpi-adiera"@eu, "underbetydning"@da, "reikšmės atspalvis"@lt, "accepció"@ca, "aljelentés"@hu, "alltähendus"@et, "subsense"@en ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  skos:altLabel "sub-sense"@en, "sens derivat"@ro ;
  skos:broader lexmeta:polysemyIndication ;
  a skos:Concept, owl:NamedIndividual, lexmeta:MicrostructureFeature ;
  rdfs:comment "one of the distinct meanings of a polysemous word, often marked by a number; a meaning that follows or is attached to a main sense of a word or phrase and which gives a more specific meaning or use."@en .

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:polysemyIndication
  rdfs:label "marca de polisémia"@es, "polysemy indication"@en, "indicazione polisemantica"@it, "skipting í merkingarliði"@is, "marca de polisèmia"@ca, "polüseemia eristus"@et, "betydningsadskillelse"@da, "reikšmių skyrimas"@lt, "polisemia-argibide"@eu ;
  skos:prefLabel "skipting í merkingarliði"@is, "marca de polisémia"@es, "indicazione polisemantica"@it, "polysemy indication"@en, "polüseemia eristus"@et, "reikšmių skyrimas"@lt, "marca de polisèmia"@ca, "betydningsadskillelse"@da, "polisemia-argibide"@eu ;
  a skos:Concept, lexmeta:MicrostructureFeature, owl:NamedIndividual ;
  skos:narrower lexmeta:subsense .

