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

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:entryLine
  rdfs:label "sarrera-lerro"@eu, "kirje rida"@et, "entrada"@ca, "entrada"@es, "címszó"@hu, "žodžio informacija, pateikiama prieš apibrėžtį"@lt, "indgang til ordbogsartikel"@da, "flettuhaus"@is, "entry line"@it, "entry line"@en ;
  a skos:Concept, owl:NamedIndividual, lexmeta:MicrostructureFeature ;
  skos:prefLabel "flettuhaus"@is, "entrada"@es, "entrada"@ca, "indgang til ordbogsartikel"@da, "címszó"@hu, "entry line"@it, "entry line"@en, "žodžio informacija, pateikiama prieš apibrėžtį"@lt, "kirje rida"@et, "sarrera-lerro"@eu ;
  rdfs:comment "the parts of an entry which precede the definition(s), usually the headword, pronunciation and syllabication, part of speech, and label(s); the initial line of a reference-work entry indicated by indentation or typography (e.g. boldface)."@en ;
  skos:broader lexmeta:entryLayoutFeature ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14465> .

