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

lexmeta:semanticClass
  skos:exactMatch ms:semanticClass ;
  a lexmeta:MicrostructureFeature, skos:Concept, owl:NamedIndividual ;
  skos:broader lexmeta:semanticInformation ;
  skos:prefLabel "semantic class"@en, "clase semántica"@es ;
  rdfs:label "semantic class"@en, "clase semántica"@es ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q24065> .

ms:semanticClass skos:exactMatch lexmeta:semanticClass .
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 ;
  skos:narrower lexmeta:semanticClass ;
  a skos:Concept, lexmeta:MicrostructureFeature, owl:NamedIndividual .

