Class: PerformanceRequirement¶
Performance target requirement (U-value, fire rating, airflow, acoustic, etc.). Boolean targets use target_value_boolean with requirement_property_key aligned to entity slot names where applicable (for example is_heated on Space). Application pipelines compare the subject entity slot to the requirement target and record the outcome as MatchChange (match_status met, unmet, or unknown).
URI: pbs:PerformanceRequirement
classDiagram
direction TB
class PerformanceRequirement
click PerformanceRequirement href "./PerformanceRequirement.html" _blank
Requirement <|-- PerformanceRequirement
click Requirement href "./Requirement.html" _blank
click Entity href "./Entity.html" _blank
click Classification href "./Classification.html" _blank
click GeometryRepresentation href "./GeometryRepresentation.html" _blank
click LocalizedText href "./LocalizedText.html" _blank
click LocalizedText href "./LocalizedText.html" _blank
click MetadataEntry href "./MetadataEntry.html" _blank
click PerformanceProperty href "./PerformanceProperty.html" _blank
click QuantityValue href "./QuantityValue.html" _blank
click Artifact href "./Artifact.html" _blank
click StatusType href "./StatusType.html" _blank
click RequirementTargetOperator href "./RequirementTargetOperator.html" _blank
Hold "Alt" / "Option" to enable pan & zoom
Inheritance¶
- Entity
- Requirement
- PerformanceRequirement
- Requirement
Class Properties¶
| Property | Value |
|---|---|
| Class URI | pbs:PerformanceRequirement |
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| requirement_property_key | 1 String |
Canonical performance key for the target (for example u_value, resistance_rating). Aligns with performance property keys where applicable. | direct |
| target_operator | 0..1 RequirementTargetOperator |
Comparison operator for the requirement target. | direct |
| target_value_string | 0..1 String |
Textual target value when applicable. | direct |
| target_value_number | 0..1 Double |
Numeric target value when applicable. | direct |
| target_value_boolean | 0..1 Boolean |
Boolean target value when applicable. | direct |
| target_unit | 0..1 String |
Unit for numeric targets (for example W/m2K, min, dB). | direct |
| target_unit_uri | 0..1 Uriorcurie |
Optional URI identifying the target unit (for example QUDT). | direct |
| source_artifact | 0..1 Artifact |
Optional source artifact backing this requirement. | Requirement |
| id | 1 String |
Unique local identifier. | Entity |
| content_kind | 1 String |
Entity type discriminator for adapter projection and querying. Must be a ContentKind value. | Entity |
| name | 1 String |
Default display name. | Entity |
| localized_names | * LocalizedText |
Localized variants of name. | Entity |
| description | 0..1 String |
Default description text. | Entity |
| meaning_uri | 0..1 Uriorcurie |
Optional semantic URI for linking the entity instance to an external ontology concept. | Entity |
| localized_descriptions | * LocalizedText |
Localized variants of description. | Entity |
| ifc_global_id | 0..1 String |
IFC GlobalId of the mapped entity. | Entity |
| classifications | * Classification |
Classification entries from IFC and other schemes. | Entity |
| geometry_representations | * GeometryRepresentation |
Geometry references associated with the entity. A single element may link to multiple geometry representations to serve different intents (authoring, coordination, analysis, visualization) without duplicating the element itself. | Entity |
| quantity_values | * QuantityValue |
Quantities associated with the entity. | Entity |
| metadata | * MetadataEntry |
Generic metadata container for IFC attributes/properties and project-specific extensions. | Entity |
| performance_properties | * PerformanceProperty |
Normalized, strongly typed domain properties (fire/acoustic/thermal/structural/ security/material) extracted from raw IFC PropertySet values. | Entity |
| applies_to_entities | * Entity |
Model entities this record applies to (requirements, cost items, schedule items, etc.). | Entity |
| created_at | 0..1 Datetime |
Creation timestamp for this entity record. | Entity |
| modified_at | 0..1 Datetime |
Last modification timestamp for this entity record. | Entity |
| revision | 0..1 Integer |
Integer revision counter for change tracking. | Entity |
| status | 0..1 StatusType |
Lifecycle or QA status. | Entity |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://schema.pragmaticbim.ch
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | pbs:PerformanceRequirement |
| native | pbs:PerformanceRequirement |
LinkML Source¶
Direct¶
name: PerformanceRequirement
description: Performance target requirement (U-value, fire rating, airflow, acoustic,
etc.). Boolean targets use target_value_boolean with requirement_property_key aligned
to entity slot names where applicable (for example is_heated on Space). Application
pipelines compare the subject entity slot to the requirement target and record the
outcome as MatchChange (match_status met, unmet, or unknown).
from_schema: https://schema.pragmaticbim.ch
is_a: Requirement
slots:
- requirement_property_key
- target_operator
- target_value_string
- target_value_number
- target_value_boolean
- target_unit
- target_unit_uri
class_uri: pbs:PerformanceRequirement
Induced¶
name: PerformanceRequirement
description: Performance target requirement (U-value, fire rating, airflow, acoustic,
etc.). Boolean targets use target_value_boolean with requirement_property_key aligned
to entity slot names where applicable (for example is_heated on Space). Application
pipelines compare the subject entity slot to the requirement target and record the
outcome as MatchChange (match_status met, unmet, or unknown).
from_schema: https://schema.pragmaticbim.ch
is_a: Requirement
attributes:
requirement_property_key:
name: requirement_property_key
description: 'Canonical performance key for the target (for example u_value, resistance_rating).
Aligns with performance property keys where applicable.
'
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- PerformanceRequirement
range: string
required: true
target_operator:
name: target_operator
description: Comparison operator for the requirement target.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- PerformanceRequirement
- CostRequirement
range: RequirementTargetOperator
target_value_string:
name: target_value_string
description: Textual target value when applicable.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- PerformanceRequirement
range: string
target_value_number:
name: target_value_number
description: Numeric target value when applicable.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- PerformanceRequirement
- CostRequirement
range: double
target_value_boolean:
name: target_value_boolean
description: Boolean target value when applicable.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- PerformanceRequirement
range: boolean
target_unit:
name: target_unit
description: Unit for numeric targets (for example W/m2K, min, dB).
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- PerformanceRequirement
range: string
target_unit_uri:
name: target_unit_uri
description: Optional URI identifying the target unit (for example QUDT).
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- PerformanceRequirement
range: uriorcurie
source_artifact:
name: source_artifact
description: Optional source artifact backing this requirement.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Requirement
range: Artifact
inlined: false
id:
name: id
description: Unique local identifier.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
identifier: true
owner: PerformanceRequirement
domain_of:
- Entity
- Change
range: string
required: true
content_kind:
name: content_kind
description: Entity type discriminator for adapter projection and querying. Must
be a ContentKind value.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
range: string
required: true
equals_string: requirement
name:
name: name
description: Default display name.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
range: string
required: true
localized_names:
name: localized_names
description: Localized variants of name.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
range: LocalizedText
multivalued: true
inlined: true
description:
name: description
description: Default description text.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
range: string
meaning_uri:
name: meaning_uri
description: Optional semantic URI for linking the entity instance to an external
ontology concept.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
range: uriorcurie
localized_descriptions:
name: localized_descriptions
description: Localized variants of description.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
range: LocalizedText
multivalued: true
inlined: true
ifc_global_id:
name: ifc_global_id
description: IFC GlobalId of the mapped entity.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
- Change
range: string
pattern: ^[0-3][0-9A-Za-z_$]{21}$
classifications:
name: classifications
description: Classification entries from IFC and other schemes.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
- Artifact
range: Classification
multivalued: true
inlined: true
geometry_representations:
name: geometry_representations
description: 'Geometry references associated with the entity. A single element
may link to multiple geometry representations to serve different intents (authoring,
coordination, analysis, visualization) without duplicating the element itself.
'
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
range: GeometryRepresentation
multivalued: true
inlined: true
quantity_values:
name: quantity_values
description: Quantities associated with the entity.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
range: QuantityValue
multivalued: true
inlined: true
metadata:
name: metadata
description: Generic metadata container for IFC attributes/properties and project-specific
extensions.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
range: MetadataEntry
multivalued: true
inlined: true
performance_properties:
name: performance_properties
description: 'Normalized, strongly typed domain properties (fire/acoustic/thermal/structural/
security/material) extracted from raw IFC PropertySet values.
'
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
range: PerformanceProperty
multivalued: true
inlined: true
applies_to_entities:
name: applies_to_entities
description: Model entities this record applies to (requirements, cost items,
schedule items, etc.).
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
- TimeRecord
- CostRecord
range: Entity
multivalued: true
inlined: false
created_at:
name: created_at
description: Creation timestamp for this entity record.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
range: datetime
modified_at:
name: modified_at
description: Last modification timestamp for this entity record.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
range: datetime
revision:
name: revision
description: Integer revision counter for change tracking.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
range: integer
minimum_value: 0
status:
name: status
description: Lifecycle or QA status.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: PerformanceRequirement
domain_of:
- Entity
range: StatusType
class_uri: pbs:PerformanceRequirement