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 Alias: inlined

Applicable Classes

Name Description Modifies Slot
AnonymousSlotExpression no
SlotExpression an expression that constrains the range of values a slot can take 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

Mappings

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

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
- https://linkml.io/linkml/schemas/inlining.html
rank: 25
domain: slot_definition
inherited: true
alias: inlined
domain_of:
- slot_expression
range: boolean