Class: Space¶
Spatial container used for occupancy, circulation, service, or analysis.
URI: pbs:Space
classDiagram
direction TB
class Space
click Space href "./Space.html" _blank
VirtualEntity <|-- Space
click VirtualEntity href "./VirtualEntity.html" _blank
click Entity href "./Entity.html" _blank
click PhysicalElement href "./PhysicalElement.html" _blank
click Classification href "./Classification.html" _blank
click Entity href "./Entity.html" _blank
click CostRecord href "./CostRecord.html" _blank
click GeometryRepresentation href "./GeometryRepresentation.html" _blank
click LocalizedText href "./LocalizedText.html" _blank
click LocalizedText href "./LocalizedText.html" _blank
click Material href "./Material.html" _blank
click MetadataEntry href "./MetadataEntry.html" _blank
click BuiltAssetContext href "./BuiltAssetContext.html" _blank
click LevelContext href "./LevelContext.html" _blank
click ZoneContext href "./ZoneContext.html" _blank
click PerformanceProperty href "./PerformanceProperty.html" _blank
click QuantityValue href "./QuantityValue.html" _blank
click SpaceNameType href "./SpaceNameType.html" _blank
click SpaceType href "./SpaceType.html" _blank
click StatusType href "./StatusType.html" _blank
click TimeRecord href "./TimeRecord.html" _blank
Hold "Alt" / "Option" to enable pan & zoom
Inheritance¶
- Entity
- VirtualEntity
- Space
- VirtualEntity
Class Properties¶
| Property | Value |
|---|---|
| Class URI | pbs:Space |
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| space_type | 1 SpaceType |
Classification of space (void, circulation, usable, service). | direct |
| space_name_type | 0..1 SpaceNameType |
Normalized abstract room name type (for example office, kitchen, corridor). Project-specific labels remain on name. When set, adapters may derive a BuildingSpaceActivityClassification entry in classifications[] via the room-name-to-activity mapping bridge. | direct |
| is_heated | 0..1 Boolean |
Whether the space is designed to receive heating. | direct |
| is_cooled | 0..1 Boolean |
Whether the space is designed to receive cooling (air conditioning). | direct |
| is_above_ground | 0..1 Boolean |
Whether the space is above ground level. When unset, consumers may derive from parent_level elevation relative to project datum. | direct |
| parent_building | 0..1 BuiltAssetContext |
Parent building context reference. | direct |
| parent_level | 0..1 LevelContext |
Parent level/storey context reference. | direct |
| parent_zone | 0..1 ZoneContext |
Parent zone context reference. | direct |
| bounded_by | * PhysicalElement |
Physical elements that bound a space. | direct |
| contained_entities | * Entity |
Generic containment for associated entities. | direct |
| cost_records | * CostRecord |
Cost records associated with this entity. | VirtualEntity |
| time_records | * TimeRecord |
Time records associated with this entity. | VirtualEntity |
| materials | * Material |
Material definitions associated with this entity. | VirtualEntity |
| 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 |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| SeparatorWall | separates_spaces | range | Space |
| Boundary | bounded_space | range | Space |
| Equipment | parent_space | range | Space |
| System | serves_spaces | range | Space |
| ConnectionVirtual | connects_spaces | range | Space |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://schema.pragmaticbim.ch
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | pbs:Space |
| native | pbs:Space |
| exact | bot:Space, ifcowl:IfcSpace |
LinkML Source¶
Direct¶
name: Space
description: Spatial container used for occupancy, circulation, service, or analysis.
from_schema: https://schema.pragmaticbim.ch
exact_mappings:
- bot:Space
- ifcowl:IfcSpace
is_a: VirtualEntity
slots:
- space_type
- space_name_type
- is_heated
- is_cooled
- is_above_ground
- parent_building
- parent_level
- parent_zone
- bounded_by
- contained_entities
slot_usage:
parent_building:
name: parent_building
range: BuiltAssetContext
parent_level:
name: parent_level
range: LevelContext
class_uri: pbs:Space
Induced¶
name: Space
description: Spatial container used for occupancy, circulation, service, or analysis.
from_schema: https://schema.pragmaticbim.ch
exact_mappings:
- bot:Space
- ifcowl:IfcSpace
is_a: VirtualEntity
slot_usage:
parent_building:
name: parent_building
range: BuiltAssetContext
parent_level:
name: parent_level
range: LevelContext
attributes:
space_type:
name: space_type
description: Classification of space (void, circulation, usable, service).
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: Space
domain_of:
- Space
range: SpaceType
required: true
space_name_type:
name: space_name_type
description: Normalized abstract room name type (for example office, kitchen,
corridor). Project-specific labels remain on name. When set, adapters may derive
a BuildingSpaceActivityClassification entry in classifications[] via the room-name-to-activity
mapping bridge.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: Space
domain_of:
- Space
range: SpaceNameType
is_heated:
name: is_heated
description: Whether the space is designed to receive heating.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: Space
domain_of:
- Space
range: boolean
is_cooled:
name: is_cooled
description: Whether the space is designed to receive cooling (air conditioning).
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: Space
domain_of:
- Space
range: boolean
is_above_ground:
name: is_above_ground
description: Whether the space is above ground level. When unset, consumers may
derive from parent_level elevation relative to project datum.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: Space
domain_of:
- Space
range: boolean
parent_building:
name: parent_building
description: Parent building context reference.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: Space
domain_of:
- PhysicalElement
- SpatialContext
- Space
- System
range: BuiltAssetContext
parent_level:
name: parent_level
description: Parent level/storey context reference.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: Space
domain_of:
- PhysicalElement
- SpatialContext
- Space
range: LevelContext
parent_zone:
name: parent_zone
description: Parent zone context reference.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: Space
domain_of:
- SpatialContext
- Space
range: ZoneContext
bounded_by:
name: bounded_by
description: Physical elements that bound a space.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: Space
domain_of:
- Space
inverse: bounded_space
range: PhysicalElement
multivalued: true
contained_entities:
name: contained_entities
description: Generic containment for associated entities.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: Space
domain_of:
- Space
- System
range: Entity
multivalued: true
cost_records:
name: cost_records
description: Cost records associated with this entity.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: Space
domain_of:
- VirtualEntity
range: CostRecord
multivalued: true
inlined: false
time_records:
name: time_records
description: Time records associated with this entity.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: Space
domain_of:
- VirtualEntity
range: TimeRecord
multivalued: true
inlined: false
materials:
name: materials
description: Material definitions associated with this entity.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: Space
domain_of:
- VirtualEntity
range: Material
multivalued: true
inlined: false
id:
name: id
description: Unique local identifier.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
identifier: true
owner: Space
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: Space
domain_of:
- Entity
range: string
required: true
equals_string: virtual
name:
name: name
description: Default display name.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: Space
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: Space
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: Space
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: Space
domain_of:
- Entity
range: uriorcurie
localized_descriptions:
name: localized_descriptions
description: Localized variants of description.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: Space
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: Space
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: Space
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: Space
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: Space
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: Space
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: Space
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: Space
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: Space
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: Space
domain_of:
- Entity
range: datetime
revision:
name: revision
description: Integer revision counter for change tracking.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: Space
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: Space
domain_of:
- Entity
range: StatusType
class_uri: pbs:Space