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.
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
- Range: Boolean
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.
See Also
- https://w3id.org/linkml/docs/specification/06mapping/#collection-forms
- https://linkml.io/linkml/schemas/inlining.html
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/meta
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