Class: Product
Enables either a TransferableProduct or a NonTransferableProduct to be used in an underlier.
- NOTE: this is an abstract class and should not be instantiated directly
URI: common_domain_model:Product
classDiagram
class Product
click Product href "../Product/"
Class Properties
Slots
| Name |
Cardinality and Range |
Description |
Inheritance |
|
|
|
|
Usages
In Subsets
- Generated from Rosetta 'choice' construct — represents a union/one-of type.
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
common_domain_model:Product |
| native |
common_domain_model:Product |
LinkML Source
Direct
name: Product
description: Enables either a TransferableProduct or a NonTransferableProduct to be
used in an underlier.
comments:
- Generated from Rosetta 'choice' construct — represents a union/one-of type.
in_subset:
- cdm_product_template
from_schema: https://w3id.org/lmodel/common-domain-model
abstract: true
union_of:
- TransferableProduct
- NonTransferableProduct
Induced
name: Product
description: Enables either a TransferableProduct or a NonTransferableProduct to be
used in an underlier.
comments:
- Generated from Rosetta 'choice' construct — represents a union/one-of type.
in_subset:
- cdm_product_template
from_schema: https://w3id.org/lmodel/common-domain-model
abstract: true
union_of:
- TransferableProduct
- NonTransferableProduct