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

lexmeta:nesting
  a lexmeta:MicrostructureFeature, skos:Concept, owl:NamedIndividual ;
  rdfs:label "nidificazione"@it, "undirskipan"@is, "indlejring"@da, "nesting"@eu, "nesting"@en, "gniazdowanie"@pl, "pesa"@et, "cuiburi"@ro, "inclusió"@ca, "lizdinis pateikimas"@lt, "anidamiento"@es ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  skos:prefLabel "nidificazione"@it, "pesa"@et, "gniazdowanie"@pl, "cuiburi"@ro, "anidamiento"@es, "lizdinis pateikimas"@lt, "undirskipan"@is, "inclusió"@ca, "indlejring"@da, "nesting"@eu, "nesting"@en ;
  skos:altLabel "alamhulk"@et, "inclusión"@es, "annidamento"@it, "redestruktur"@da ;
  rdfs:comment "the practice of clustering related words/phrases within an entry in a reference work, for example, the entry for casual would nest the entries casually, casualness at the end of the entry."@en ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14474> ;
  skos:broader lexmeta:entryLayoutFeature .

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 .

