Class: QuantityValue¶
Minimal quantity record for costing and analysis.
Embedded value type — nested inside a parent record, not a graph node.
URI: pbs:QuantityValue
classDiagram
direction TB
class QuantityValue
click QuantityValue href "./QuantityValue.html" _blank
click QuantityType href "./QuantityType.html" _blank
Hold "Alt" / "Option" to enable pan & zoom
Class Properties¶
| Property | Value |
|---|---|
| Class URI | pbs:QuantityValue |
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| quantity_type | 1 QuantityType |
Controlled quantity type. | direct |
| quantity_value | 1 Double |
Numeric quantity value. | direct |
| quantity_unit | 1 String |
Unit of the quantity value. | direct |
| quantity_unit_uri | 0..1 Uriorcurie |
Optional URI that identifies the quantity unit in an external vocabulary such as QUDT. | direct |
| metric_scheme | 0..1 String |
Vocabulary scheme identifier for the measured concept: AbstractBuildingMetric or AbstractBuildingRatio. | direct |
| metric_code | 0..1 String |
skos:notation of the concept in the matching abstract metric or ratio scheme. | direct |
| metric_uri | 0..1 Uriorcurie |
Concept URI from building-metrics.skos.ttl or building-ratios.skos.ttl. | direct |
Usages¶
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://schema.pragmaticbim.ch
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | pbs:QuantityValue |
| native | pbs:QuantityValue |
LinkML Source¶
Direct¶
name: QuantityValue
description: Minimal quantity record for costing and analysis.
from_schema: https://schema.pragmaticbim.ch
slots:
- quantity_type
- quantity_value
- quantity_unit
- quantity_unit_uri
- metric_scheme
- metric_code
- metric_uri
class_uri: pbs:QuantityValue
Induced¶
name: QuantityValue
description: Minimal quantity record for costing and analysis.
from_schema: https://schema.pragmaticbim.ch
attributes:
quantity_type:
name: quantity_type
description: Controlled quantity type.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: QuantityValue
domain_of:
- QuantityValue
range: QuantityType
required: true
quantity_value:
name: quantity_value
description: Numeric quantity value.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: QuantityValue
domain_of:
- QuantityValue
range: double
required: true
minimum_value: 0
quantity_unit:
name: quantity_unit
description: Unit of the quantity value.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: QuantityValue
domain_of:
- QuantityValue
range: string
required: true
quantity_unit_uri:
name: quantity_unit_uri
description: Optional URI that identifies the quantity unit in an external vocabulary
such as QUDT.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: QuantityValue
domain_of:
- QuantityValue
range: uriorcurie
metric_scheme:
name: metric_scheme
description: 'Vocabulary scheme identifier for the measured concept: AbstractBuildingMetric
or AbstractBuildingRatio.'
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: QuantityValue
domain_of:
- QuantityValue
range: string
metric_code:
name: metric_code
description: skos:notation of the concept in the matching abstract metric or ratio
scheme.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: QuantityValue
domain_of:
- QuantityValue
range: string
metric_uri:
name: metric_uri
description: Concept URI from building-metrics.skos.ttl or building-ratios.skos.ttl.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: QuantityValue
domain_of:
- QuantityValue
range: uriorcurie
class_uri: pbs:QuantityValue