Class: Inventory
A data type that can be used to describe an inventory of securities.
URI: common_domain_model:Inventory
classDiagram
class Inventory
click Inventory href "../Inventory/"
Inventory : inventoryRecord
Inventory --> "*" InventoryRecord : inventoryRecord
click InventoryRecord href "../InventoryRecord/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| inventoryRecord | * InventoryRecord |
An array holding the list of inventory being described | direct |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:Inventory |
| native | common_domain_model:Inventory |
LinkML Source
Direct
name: Inventory
description: A data type that can be used to describe an inventory of securities.
in_subset:
- cdm_event_position
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- inventoryRecord
Induced
name: Inventory
description: A data type that can be used to describe an inventory of securities.
in_subset:
- cdm_event_position
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
inventoryRecord:
name: inventoryRecord
description: An array holding the list of inventory being described. Each element
in the inventoryRecord array represents an individual piece of inventory i.e.
a security.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: Inventory
domain_of:
- Inventory
range: InventoryRecord
multivalued: true
inlined: true
inlined_as_list: true