Enum: SpatialAdjacencyKind¶
Spatial adjacency semantics for spatial requirements.
Enum URI: pbs:SpatialAdjacencyKind
Permissible Values¶
| Value | Meaning | Description | Additional Info |
|---|---|---|---|
| adjacent_to | pbs:spatial_adjacency_adjacent_to | Subject must be adjacent to the related entity or space. | Title: Adjacent To |
| not_adjacent_to | pbs:spatial_adjacency_not_adjacent_to | Subject must not be adjacent to the related entity or space. | Title: Not Adjacent To |
| min_clear_distance | pbs:spatial_adjacency_min_clear_distance | Minimum clear distance to the related entity or space. | Title: Minimum Clear Distance |
Slots¶
| Name | Description |
|---|---|
| adjacency_kind | Adjacency semantics when this spatial requirement involves another subject. |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://schema.pragmaticbim.ch
LinkML Source¶
name: SpatialAdjacencyKind
description: Spatial adjacency semantics for spatial requirements.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
enum_uri: pbs:SpatialAdjacencyKind
permissible_values:
adjacent_to:
text: adjacent_to
description: Subject must be adjacent to the related entity or space.
meaning: pbs:spatial_adjacency_adjacent_to
alt_descriptions:
de:
source: de
description: Angrenzend an
title: Adjacent To
not_adjacent_to:
text: not_adjacent_to
description: Subject must not be adjacent to the related entity or space.
meaning: pbs:spatial_adjacency_not_adjacent_to
alt_descriptions:
de:
source: de
description: Nicht angrenzend an
title: Not Adjacent To
min_clear_distance:
text: min_clear_distance
description: Minimum clear distance to the related entity or space.
meaning: pbs:spatial_adjacency_min_clear_distance
alt_descriptions:
de:
source: de
description: Mindestabstand
title: Minimum Clear Distance