@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: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:classificatoryLabel .

lexmeta:classificatoryLabel
  skos:prefLabel "classificazione"@it, "klassificerende markør"@da, "clasificare"@ro, "tudományos név"@hu, "klasifikacijos vieneto pavadinimas"@lt, "marca clasificatoria"@es, "semantiline tüüp"@et, "etiketa sailkatzaile"@eu, "nom científic"@ca, "flokkunarfræðileg merking"@is, "classificatory label"@en ;
  skos:altLabel "latin név"@hu, "videnskabelig klassifikation"@da, "taksonomisk navn"@da, "caracteristică"@ro, "taxonomic name"@en, "klassifikation"@da, "etichetă"@ro ;
  rdfs:label "klassificerende markør"@da, "flokkunarfræðileg merking"@is, "etiketa sailkatzaile"@eu, "tudományos név"@hu, "nom científic"@ca, "clasificare"@ro, "classificatory label"@en, "semantiline tüüp"@et, "marca clasificatoria"@es, "klasifikacijos vieneto pavadinimas"@lt, "classificazione"@it ;
  a lexmeta:MicrostructureFeature, skos:Concept, owl:NamedIndividual ;
  skos:broader lexmeta:semanticInformation ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14452> ;
  rdfs:comment "a taxonomic name or class of a sense or entry, for example, the order and genus for an animal; also called taxonomic name, scientific classification (e.g. Felis catus)."@en ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme .

