@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#> .

skos:Concept a owl:Class .
lexmeta:directSense
  skos:altLabel "sens de bază"@ro, "primær betydning"@da, "sentido literal"@es, "frummerking"@is, "direkte betydning"@da, "significat literal"@ca ;
  skos:prefLabel "direct sense"@en, "adiera zuzen"@eu, "senso diretto"@it, "bókstafleg merking"@is, "sens principal"@ro, "significat recte"@ca, "sentido recto"@es, "főjelentés"@hu, "otsene tähendus"@et, "hovedbetydning"@da, "tiesioginė reikšmė"@lt ;
  rdfs:label "otsene tähendus"@et, "significat recte"@ca, "főjelentés"@hu, "direct sense"@en, "senso diretto"@it, "sentido recto"@es, "hovedbetydning"@da, "bókstafleg merking"@is, "sens principal"@ro, "adiera zuzen"@eu, "tiesioginė reikšmė"@lt ;
  a owl:NamedIndividual, skos:Concept, lexmeta:MicrostructureFeature ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  skos:broader lexmeta:semanticInformation ;
  rdfs:comment "the primary or significant sense of a lexical unit."@en ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14327> .

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

