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

lexmeta:domainIndication
  rdfs:label "valdkond"@et, "marca de especialidad"@es, "domain indication"@en, "sviðsmerking"@is, "domæneangivelse"@da, "marca d'especialitat"@ca, "srities nurodymas"@lt, "indicazione di dominio"@it, "arloaren adierazle"@eu ;
  skos:prefLabel "sviðsmerking"@is, "arloaren adierazle"@eu, "domain indication"@en, "domæneangivelse"@da, "marca d'especialitat"@ca, "valdkond"@et, "indicazione di dominio"@it, "srities nurodymas"@lt, "marca de especialidad"@es ;
  a lexmeta:MicrostructureFeature, skos:Concept, owl:NamedIndividual ;
  skos:narrower lexmeta:subjectLabel .

skos:Concept a owl:Class .
lexmeta:MicrostructureFeatureScheme
  rdfs:label "Microstructure Feature Taxonomy"@en ;
  skos:prefLabel "Microstructure Feature Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme .

lexmeta:subjectLabel
  rdfs:comment "term that captures the essence of the topic of a document"@en, "a label used to mark the field, domain, or subject of a sense or entry, for example, chemistry, computer science, psychology."@en ;
  skos:altLabel "emnemarkør"@da, "domeniu"@ro, "etiqueta de especialidad"@es, "index term"@en, "kwalifikator dziedzinowy"@pl, "področni kvalifikator"@sl ;
  rdfs:label "מילת מפתח"@he, "področna oznaka"@sl, "kwalifikator zawodowy"@pl, "erialamärgend"@et, "deskriptor"@cs, "ключевое слово"@ru, "deskriptor"@hr, "deskriptor"@nn, "termino pažyma; vartosenos pažyma"@lt, "ключове слово"@uk, "atslēgvārds"@lv, "fagmarkør"@da, "Ключова дума"@bg, "merkingarflokkur"@is, "etichetta dell'argomento"@it, "Deskriptor"@de, "gaiaren adierazle"@eu, "categorie"@ro, "palavra-chave"@pt, "subject label"@en, "marca d'especialitat"@ca, "asiasana"@fi, "indexterm"@nl, "indeksterm"@nb, "Ämnesord"@sv, "mot clé"@fr, "marca de especialidad"@es ;
  skos:prefLabel "fagmarkør"@da, "subject label"@en, "deskriptor"@nn, "deskriptor"@hr, "deskriptor"@cs, "Ämnesord"@sv, "marca de especialidad"@es, "termino pažyma; vartosenos pažyma"@lt, "atslēgvārds"@lv, "kwalifikator zawodowy"@pl, "ключевое слово"@ru, "erialamärgend"@et, "področna oznaka"@sl, "asiasana"@fi, "etichetta dell'argomento"@it, "palavra-chave"@pt, "Deskriptor"@de, "Ключова дума"@bg, "indeksterm"@nb, "מילת מפתח"@he, "categorie"@ro, "gaiaren adierazle"@eu, "indexterm"@nl, "ключове слово"@uk, "mot clé"@fr, "merkingarflokkur"@is, "marca d'especialitat"@ca ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  a lexmeta:MicrostructureFeature, skos:Concept, owl:NamedIndividual ;
  skos:broader lexmeta:domainIndication ;
  lexmeta:wikidataEntity wd:Q1128340 ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14994> .

skos:inScheme rdfs:label "skos:inScheme"@en .
lexmeta:MicrostructureFeature
  rdfs:label "Microstructure feature"@en ;
  a owl:Class .

