Slot: inlined_as_list
True means that an inlined slot is represented as a list of range instances. False means that an inlined slot is represented as a dictionary, whose key is the slot key or identifier and whose value is the range instance.
URI: linkml:inlined_as_list
Alias: inlined_as_list
Applicable Classes
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| ### Slot Characteristics |
|
| Property |
Value |
| Inherited |
Yes |
In Subsets
- The default loader will accept either list or dictionary form as input. This parameter controls internal
representation and output.
- A keyed or identified class with one additional slot can be input in a third form, a dictionary whose key
is the key or identifier and whose value is the one additional element. This form is still stored according
to the inlined_as_list setting.
See Also
Rank: 27
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
linkml:inlined_as_list |
| native |
linkml:inlined_as_list |
LinkML Source
name: inlined_as_list
description: True means that an inlined slot is represented as a list of range instances. False
means that an inlined slot is represented as a dictionary, whose key is the slot
key or identifier and whose value is the range instance.
comments:
- 'The default loader will accept either list or dictionary form as input. This parameter
controls internal
representation and output.'
- 'A keyed or identified class with one additional slot can be input in a third form,
a dictionary whose key
is the key or identifier and whose value is the one additional element. This form
is still stored according
to the inlined_as_list setting.'
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: 27
domain: slot_definition
inherited: true
alias: inlined_as_list
domain_of:
- slot_expression
range: boolean