Enum: ContextType

URI: pbs:ContextType

Enum URI: pbs:ContextType

Permissible Values

Value Meaning Description
project ifcowl:IfcProject
perimeter ifcowl:IfcSite
legal_site pbs:LegalSiteContext
building bot:Building
civil_structure ifcowl:IfcCivilElement
level bot:Storey
zone bot:Zone

Slots

Name Description
context_type Classification of context entity (project, perimeter, legal_site, building, c...

Identifier and Mapping Information

Schema Source

LinkML Source

name: ContextType
from_schema: https://example.org/pragmatic-bim-data-contract
rank: 1000
enum_uri: pbs:ContextType
permissible_values:
  project:
    text: project
    meaning: ifcowl:IfcProject
  perimeter:
    text: perimeter
    meaning: ifcowl:IfcSite
    exact_mappings:
    - bot:Site
  legal_site:
    text: legal_site
    meaning: pbs:LegalSiteContext
  building:
    text: building
    meaning: bot:Building
  civil_structure:
    text: civil_structure
    meaning: ifcowl:IfcCivilElement
  level:
    text: level
    meaning: bot:Storey
  zone:
    text: zone
    meaning: bot:Zone