Class: System

Building service system grouping that serves spaces or zones.

URI: pbs:System

classDiagram class System click System href "./System.html" VirtualEntity <|-- System click VirtualEntity href "./VirtualEntity.html" System : classifications System --> "*" Classification : classifications click Classification href "./Classification.html" System : contained_entities System --> "*" Entity : contained_entities click Entity href "./Entity.html" System : cost_assemblies System --> "*" CostAssembly : cost_assemblies click CostAssembly href "./CostAssembly.html" System : cost_items System --> "*" CostItem : cost_items click CostItem href "./CostItem.html" System : created_at System : decisions System --> "*" Decision : decisions click Decision href "./Decision.html" System : description System : documents System --> "*" Document : documents click Document href "./Document.html" System : geometry_representations System --> "*" GeometryRepresentation : geometry_representations click GeometryRepresentation href "./GeometryRepresentation.html" System : id System : ifc_global_id System : localized_descriptions System --> "*" LocalizedText : localized_descriptions click LocalizedText href "./LocalizedText.html" System : localized_names System --> "*" LocalizedText : localized_names click LocalizedText href "./LocalizedText.html" System : materials System --> "*" Material : materials click Material href "./Material.html" System : meaning_uri System : metadata System --> "*" MetadataEntry : metadata click MetadataEntry href "./MetadataEntry.html" System : modified_at System : name System : parent_building System --> "0..1" BuiltAssetContext : parent_building click BuiltAssetContext href "./BuiltAssetContext.html" System : parent_project System --> "0..1" ProjectContext : parent_project click ProjectContext href "./ProjectContext.html" System : performance_properties System --> "*" PerformanceProperty : performance_properties click PerformanceProperty href "./PerformanceProperty.html" System : quantity_values System --> "*" QuantityValue : quantity_values click QuantityValue href "./QuantityValue.html" System : revision System : serves_spaces System --> "*" Space : serves_spaces click Space href "./Space.html" System : serves_zones System --> "*" ZoneContext : serves_zones click ZoneContext href "./ZoneContext.html" System : status System --> "0..1" StatusType : status click StatusType href "./StatusType.html" System : system_discipline System --> "1" SystemDiscipline : system_discipline click SystemDiscipline href "./SystemDiscipline.html" System : system_type System --> "1" SystemType : system_type click SystemType href "./SystemType.html" System : tasks System --> "*" Task : tasks click Task href "./Task.html"

Inheritance

Class Properties

Property Value
Class URI pbs:System

Slots

Name Cardinality and Range Description Inheritance
system_type 1
SystemType
Classification of system role (unit, network, terminal) direct
system_discipline 1
SystemDiscipline
Classification of system discipline (electrical, sanitary, ventilation, heati... direct
parent_project 0..1
ProjectContext
Parent project context reference direct
parent_building 0..1
BuiltAssetContext
Parent building context reference direct
serves_spaces *
Space
Spaces served by this system direct
serves_zones *
ZoneContext
Zone context nodes served by this system direct
contained_entities *
Entity
Generic containment for associated entities direct
cost_items *
CostItem
Cost items associated with this entity VirtualEntity
cost_assemblies *
CostAssembly
Aggregated unit prices associated with this entity VirtualEntity
materials *
Material
Material definitions associated with this entity VirtualEntity
id 1
String
Unique local identifier 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... 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 Entity
quantity_values *
QuantityValue
Quantities associated with the entity Entity
documents *
Document
Linked documents associated with this entity Entity
metadata *
MetadataEntry
Generic metadata container for IFC attributes/properties and project-specific... Entity
performance_properties *
PerformanceProperty
Normalized, strongly typed domain properties (fire/acoustic/thermal/structura... Entity
decisions *
Decision
Decision records associated with this entity Entity
tasks *
Task
Tasks associated with this entity 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

Usages

used by used in type used
Equipment parent_system range System

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self pbs:System
native pbs:System
exact ifcowl:IfcSystem

LinkML Source

Direct

name: System
description: Building service system grouping that serves spaces or zones.
from_schema: https://example.org/pragmatic-bim-data-contract
exact_mappings:
- ifcowl:IfcSystem
is_a: VirtualEntity
slots:
- system_type
- system_discipline
- parent_project
- parent_building
- serves_spaces
- serves_zones
- contained_entities
slot_usage:
  parent_project:
    name: parent_project
    range: ProjectContext
  parent_building:
    name: parent_building
    range: BuiltAssetContext
class_uri: pbs:System

Induced

name: System
description: Building service system grouping that serves spaces or zones.
from_schema: https://example.org/pragmatic-bim-data-contract
exact_mappings:
- ifcowl:IfcSystem
is_a: VirtualEntity
slot_usage:
  parent_project:
    name: parent_project
    range: ProjectContext
  parent_building:
    name: parent_building
    range: BuiltAssetContext
attributes:
  system_type:
    name: system_type
    description: Classification of system role (unit, network, terminal).
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: system_type
    owner: System
    domain_of:
    - System
    range: SystemType
    required: true
  system_discipline:
    name: system_discipline
    description: Classification of system discipline (electrical, sanitary, ventilation,
      heating).
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: system_discipline
    owner: System
    domain_of:
    - System
    range: SystemDiscipline
    required: true
  parent_project:
    name: parent_project
    description: Parent project context reference.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: parent_project
    owner: System
    domain_of:
    - SpatialContext
    - System
    range: ProjectContext
  parent_building:
    name: parent_building
    description: Parent building context reference.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: parent_building
    owner: System
    domain_of:
    - PhysicalElement
    - SpatialContext
    - Space
    - System
    range: BuiltAssetContext
  serves_spaces:
    name: serves_spaces
    description: Spaces served by this system.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: serves_spaces
    owner: System
    domain_of:
    - System
    range: Space
    multivalued: true
  serves_zones:
    name: serves_zones
    description: Zone context nodes served by this system.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: serves_zones
    owner: System
    domain_of:
    - System
    range: ZoneContext
    multivalued: true
  contained_entities:
    name: contained_entities
    description: Generic containment for associated entities.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: contained_entities
    owner: System
    domain_of:
    - Space
    - System
    range: Entity
    multivalued: true
  cost_items:
    name: cost_items
    description: Cost items associated with this entity.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: cost_items
    owner: System
    domain_of:
    - VirtualEntity
    range: CostItem
    multivalued: true
    inlined: false
  cost_assemblies:
    name: cost_assemblies
    description: Aggregated unit prices associated with this entity.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: cost_assemblies
    owner: System
    domain_of:
    - VirtualEntity
    range: CostAssembly
    multivalued: true
    inlined: false
  materials:
    name: materials
    description: Material definitions associated with this entity.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: materials
    owner: System
    domain_of:
    - VirtualEntity
    range: Material
    multivalued: true
    inlined: false
  id:
    name: id
    description: Unique local identifier.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    identifier: true
    alias: id
    owner: System
    domain_of:
    - Entity
    range: string
    required: true
  name:
    name: name
    description: Default display name.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: name
    owner: System
    domain_of:
    - Entity
    range: string
    required: true
  localized_names:
    name: localized_names
    description: Localized variants of name.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: localized_names
    owner: System
    domain_of:
    - Entity
    range: LocalizedText
    multivalued: true
    inlined: true
  description:
    name: description
    description: Default description text.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: description
    owner: System
    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://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: meaning_uri
    owner: System
    domain_of:
    - Entity
    range: uriorcurie
  localized_descriptions:
    name: localized_descriptions
    description: Localized variants of description.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: localized_descriptions
    owner: System
    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://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: ifc_global_id
    owner: System
    domain_of:
    - Entity
    range: string
    pattern: ^[0-3][0-9A-Za-z_$]{21}$
  classifications:
    name: classifications
    description: Classification entries from IFC and other schemes.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: classifications
    owner: System
    domain_of:
    - Entity
    - Document
    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://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: geometry_representations
    owner: System
    domain_of:
    - Entity
    range: GeometryRepresentation
    multivalued: true
    inlined: true
  quantity_values:
    name: quantity_values
    description: Quantities associated with the entity.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: quantity_values
    owner: System
    domain_of:
    - Entity
    range: QuantityValue
    multivalued: true
    inlined: true
  documents:
    name: documents
    description: Linked documents associated with this entity.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: documents
    owner: System
    domain_of:
    - Entity
    range: Document
    multivalued: true
    inlined: true
  metadata:
    name: metadata
    description: Generic metadata container for IFC attributes/properties and project-specific
      extensions.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: metadata
    owner: System
    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://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: performance_properties
    owner: System
    domain_of:
    - Entity
    range: PerformanceProperty
    multivalued: true
    inlined: true
  decisions:
    name: decisions
    description: Decision records associated with this entity.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: decisions
    owner: System
    domain_of:
    - Entity
    range: Decision
    multivalued: true
    inlined: true
  tasks:
    name: tasks
    description: Tasks associated with this entity.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: tasks
    owner: System
    domain_of:
    - Entity
    range: Task
    multivalued: true
    inlined: true
  created_at:
    name: created_at
    description: Creation timestamp for this entity record.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: created_at
    owner: System
    domain_of:
    - Entity
    range: datetime
  modified_at:
    name: modified_at
    description: Last modification timestamp for this entity record.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: modified_at
    owner: System
    domain_of:
    - Entity
    range: datetime
  revision:
    name: revision
    description: Integer revision counter for change tracking.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: revision
    owner: System
    domain_of:
    - Entity
    range: integer
    minimum_value: 0
  status:
    name: status
    description: Lifecycle or QA status.
    from_schema: https://example.org/pragmatic-bim-data-contract
    rank: 1000
    alias: status
    owner: System
    domain_of:
    - Entity
    range: StatusType
class_uri: pbs:System