Skip to content

Slot: inherits

An enum definition that is used as the basis to create a new enum

URI: linkml:inherits Alias: inherits

Applicable Classes

Name Description Modifies Slot
EnumDefinition an element whose instances must be drawn from a specified set of permissible ... no
EnumExpression An expression that constrains the range of a slot no
AnonymousEnumExpression An enum_expression that is not named no

Properties

Comments

  • All permissible values for all inherited enums are copied to form the initial seed set

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self linkml:inherits
native linkml:inherits

LinkML Source

name: inherits
description: An enum definition that is used as the basis to create a new enum
comments:
- All permissible values for all inherited enums are copied to form the initial seed
  set
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: enum_expression
alias: inherits
domain_of:
- enum_expression
range: enum_definition
multivalued: true