Class: ResourceLength
A class to indicate the length of the resource.
URI: common_domain_model:ResourceLength
classDiagram
class ResourceLength
click ResourceLength href "../ResourceLength/"
ResourceLength : lengthUnit
ResourceLength --> "1" LengthUnitEnum : lengthUnit
click LengthUnitEnum href "../LengthUnitEnum/"
ResourceLength : lengthValue
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| lengthUnit | 1 LengthUnitEnum |
The length unit of the resource | direct |
| lengthValue | 1 Decimal |
The length value of the resource | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Resource | length | range | ResourceLength |
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:ResourceLength |
| native | common_domain_model:ResourceLength |
LinkML Source
Direct
name: ResourceLength
description: A class to indicate the length of the resource.
in_subset:
- cdm_legaldocumentation_common
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- lengthUnit
- lengthValue
Induced
name: ResourceLength
description: A class to indicate the length of the resource.
in_subset:
- cdm_legaldocumentation_common
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
lengthUnit:
name: lengthUnit
description: The length unit of the resource. For example, pages (pdf, text documents)
or time (audio, video files).
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: ResourceLength
domain_of:
- ResourceLength
range: LengthUnitEnum
required: true
lengthValue:
name: lengthValue
description: The length value of the resource.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: ResourceLength
domain_of:
- ResourceLength
range: decimal
required: true