Enum: PropertyPathKind¶
Classification of a property path for diff interpretation across IFC and text sources.
URI: pbs:PropertyPathKind
Enum URI: pbs:PropertyPathKind
Permissible Values¶
| Value | Meaning | Description | Additional Info |
|---|---|---|---|
| ifc_attribute | pbs:property_path_kind_ifc_attribute | Direct IFC entity attribute (for example IfcWall.Name). | Title: IFC Attribute |
| ifc_pset | pbs:property_path_kind_ifc_pset | IFC PropertySet property (for example Pset_WallCommon.FireRating). | Title: IFC PropertySet |
| schema_slot | pbs:property_path_kind_schema_slot | Field on a schema entity (for example description, space_type). | Title: Schema Slot |
| document_field | pbs:property_path_kind_document_field | Structured field in an extracted document (for example section.4.2.title). | Title: Document Field |
| text_span | pbs:property_path_kind_text_span | Free-text span anchor (for example body:char_offset:1204-1389). | Title: Text Span |
Slots¶
| Name | Description |
|---|---|
| property_path_kind | Classification of the property path for downstream diff interpretation. |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://schema.pragmaticbim.ch
LinkML Source¶
name: PropertyPathKind
description: Classification of a property path for diff interpretation across IFC
and text sources.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
enum_uri: pbs:PropertyPathKind
permissible_values:
ifc_attribute:
text: ifc_attribute
description: Direct IFC entity attribute (for example IfcWall.Name).
meaning: pbs:property_path_kind_ifc_attribute
alt_descriptions:
de:
source: de
description: IFC Attribut
title: IFC Attribute
ifc_pset:
text: ifc_pset
description: IFC PropertySet property (for example Pset_WallCommon.FireRating).
meaning: pbs:property_path_kind_ifc_pset
alt_descriptions:
de:
source: de
description: IFC PropertySet
title: IFC PropertySet
schema_slot:
text: schema_slot
description: Field on a schema entity (for example description, space_type).
meaning: pbs:property_path_kind_schema_slot
alt_descriptions:
de:
source: de
description: Schema Feld
title: Schema Slot
document_field:
text: document_field
description: Structured field in an extracted document (for example section.4.2.title).
meaning: pbs:property_path_kind_document_field
alt_descriptions:
de:
source: de
description: Dokumentfeld
title: Document Field
text_span:
text: text_span
description: Free-text span anchor (for example body:char_offset:1204-1389).
meaning: pbs:property_path_kind_text_span
alt_descriptions:
de:
source: de
description: Textabschnitt
title: Text Span