Minimal geometry reference for an entity, separating representation from encoding format.
URI: pbs:GeometryRepresentation
| Property | Value |
|---|---|
| Class URI | pbs:GeometryRepresentation |
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| geometry_reference | 1 String |
URI/path/hash/pointer to geometry payload | direct |
| geometry_representation | 1 GeometryRepresentationType |
Representation kind/dimension (for example body_3d, footprint_2d, point), ind... | direct |
| geometry_format | 0..1 String |
Optional serialization/encoding format (for example ifc, gltf, wkt, geojson),... | direct |
| Mapping Type | Mapped Value |
|---|---|
| self | pbs:GeometryRepresentation |
| native | pbs:GeometryRepresentation |
name: GeometryRepresentation
description: Minimal geometry reference for an entity, separating representation from
encoding format.
from_schema: https://example.org/pragmatic-bim-data-contract
slots:
- geometry_reference
- geometry_representation
- geometry_format
class_uri: pbs:GeometryRepresentation
name: GeometryRepresentation
description: Minimal geometry reference for an entity, separating representation from
encoding format.
from_schema: https://example.org/pragmatic-bim-data-contract
attributes:
geometry_reference:
name: geometry_reference
description: URI/path/hash/pointer to geometry payload.
from_schema: https://example.org/pragmatic-bim-data-contract
rank: 1000
alias: geometry_reference
owner: GeometryRepresentation
domain_of:
- GeometryRepresentation
range: string
required: true
geometry_representation:
name: geometry_representation
description: Representation kind/dimension (for example body_3d, footprint_2d,
point), independent of file format.
from_schema: https://example.org/pragmatic-bim-data-contract
rank: 1000
alias: geometry_representation
owner: GeometryRepresentation
domain_of:
- GeometryRepresentation
range: GeometryRepresentationType
required: true
geometry_format:
name: geometry_format
description: Optional serialization/encoding format (for example ifc, gltf, wkt,
geojson), independent of representation kind.
from_schema: https://example.org/pragmatic-bim-data-contract
rank: 1000
alias: geometry_format
owner: GeometryRepresentation
domain_of:
- GeometryRepresentation
range: string
class_uri: pbs:GeometryRepresentation