@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#> .

lexmeta:subentry
  rdfs:label "subentry"@en, "subentrada"@ca, "subentry"@it, "paantraštinis žodis"@lt, "sublemma"@da, "undirfletta"@is, "allmärksõna"@et, "azpi-sarrera"@eu, "subentrada"@es ;
  skos:broader lexmeta:entryLayoutFeature ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14484> ;
  skos:prefLabel "azpi-sarrera"@eu, "undirfletta"@is, "subentry"@it, "subentry"@en, "paantraštinis žodis"@lt, "sublemma"@da, "allmärksõna"@et, "subentrada"@es, "subentrada"@ca ;
  skos:narrower lexmeta:runOn ;
  a owl:NamedIndividual, skos:Concept, lexmeta:MicrostructureFeature ;
  skos:altLabel "underopslagsord"@da, "sub-entry"@en ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  rdfs:comment "a listed or defined derivative of a lexical unit, one of the numbered senses of a headword within a dictionary entry; a derivative, idiom, etc. listed or defined within or following a dictionary entry; compare main entry."@en .

skos:Concept a owl:Class .
lexmeta:runOn
  rdfs:label "run-on"@en ;
  skos:prefLabel "run-on"@en ;
  a lexmeta:MicrostructureFeature, owl:NamedIndividual, skos:Concept ;
  skos:broader lexmeta:subentry .

lexmeta:entryLayoutFeature
  rdfs:label "entry layout feature"@en ;
  skos:prefLabel "entry layout feature"@en ;
  a lexmeta:MicrostructureFeature, owl:NamedIndividual, skos:Concept ;
  skos:narrower lexmeta:subentry .

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 .

