Skip to content

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

Type and Range

Property Value
Range Boolean
Domain SlotDefinition
Domain Of SlotExpression

Cardinality and Requirements

Property Value
### Slot Characteristics
Property Value
Inherited Yes

In Subsets

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

Identifier and Mapping Information

Administrative Metadata

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