@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:entryLayoutFeature
  rdfs:label "entry layout feature"@en ;
  skos:prefLabel "entry layout feature"@en ;
  a lexmeta:MicrostructureFeature, owl:NamedIndividual, skos:Concept ;
  skos:narrower lexmeta:label .

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:label
  skos:prefLabel "marca"@es, "label"@en ;
  a lexmeta:MicrostructureFeature, skos:Concept, owl:NamedIndividual ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14470> ;
  skos:broader lexmeta:entryLayoutFeature ;
  rdfs:label "marca"@es, "label"@en ;
  rdfs:comment "a descriptor or abbreviation indicating a restricted usage of a lexical unit, either by classification (domain, field, subject), part of speech, language variety, register, status, style, or usage, for example, American English, archaic, derogatory, informal, slang."@en ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme .

