Skip to content

Slot: inlined

True means that keyed or identified slot appears in an outer structure by value. False means that only the key or identifier for the slot appears within the domain, referencing a structure that appears elsewhere.

URI: linkml:inlined

Applicable Classes

Name Description Modifies Slot
SlotExpression an expression that constrains the range of values a slot can take no
AnonymousSlotExpression no
SlotDefinition an element that describes how instances are related to other instances no

Properties

Comments

  • classes without keys or identifiers are necessarily inlined as lists
  • only applicable in tree-like serializations, e.g json, yaml

See Also

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/meta

LinkML Source

name: inlined
description: True means that keyed or identified slot appears in an outer structure
  by value.  False means that only the key or identifier for the slot appears within
  the domain, referencing a structure that appears elsewhere.
comments:
- classes without keys or identifiers are necessarily inlined as lists
- only applicable in tree-like serializations, e.g json, yaml
in_subset:
- SpecificationSubset
- BasicSubset
from_schema: https://w3id.org/linkml/meta
see_also:
- https://w3id.org/linkml/docs/specification/06mapping/#collection-forms
rank: 25
domain: slot_definition
inherited: true
alias: inlined
domain_of:
- slot_expression
range: boolean