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

lexmeta:entryBlock
  rdfs:label "contingut"@ca, "bloque de entrada"@es, "žodyninis straipsnis"@lt, "entry block"@en, "blocco di entrate"@it, "afsnit i ordbogsartikel"@da, "päis"@et, "sarrera-eremu"@eu, "szócikkblokk"@hu ;
  rdfs:comment "a paragraph describing a lexical unit or part of speech of a lexical unit."@en ;
  skos:broader lexmeta:entryLayoutFeature ;
  skos:altLabel "entry block"@it ;
  skos:prefLabel "contingut"@ca, "päis"@et, "entry block"@en, "blocco di entrate"@it, "szócikkblokk"@hu, "afsnit i ordbogsartikel"@da, "žodyninis straipsnis"@lt, "sarrera-eremu"@eu, "bloque de entrada"@es ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  a skos:Concept, lexmeta:MicrostructureFeature, owl:NamedIndividual ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14464> .

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 .

