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
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
- 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
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