@prefix : <https://w3id.org/ficr#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://w3id.org/ficr#> .

<https://w3id.org/ficr> rdf:type owl:Ontology ;
                         owl:versionIRI <https://w3id.org/ficr/1.1.0> ;
                         owl:imports <https://w3id.org/bot> ;
                         <http://purl.org/dc/terms/creator> "Yu Zhang" ,
                                                            "Dayou Chen" ,
                                                            "Long Chen" ;
                         <http://purl.org/dc/terms/description> "FiCR, Fire Compliance and Risk Analysis, is a domain specific semantic model designed to represent fire safety and fire risk relevant physical objects, building elements, equipment, functional roles, and their relationships in existing buildings. It supports a structured and interoperable representation of both passive and active fire protection measures, as well as risk related attributes and performance outcomes, enabling compliance assessment, fire risk analysis, and inspection activities throughout the building operation and maintenance phase. FiCR further provides a semantic foundation for rule based reasoning and fire oriented digital twins that integrate regulatory compliance and risk informed decision making."@en ;
                         <http://purl.org/dc/terms/issued> "2025-06-26"^^xsd:date ;
                         <http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> ;
                         <http://purl.org/dc/terms/modified> "2025-07-01" ;
                         <http://purl.org/dc/terms/title> "FiCR: Fire Compliance and Risk Analysis Ontology"@en ;
                         <http://purl.org/vocab/vann/preferredNamespacePrefix> "ficr" ;
                         <http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/ficr#" ;
                         rdfs:comment "FiCR, Fire Compliance and Risk Analysis Ontology"@en ,
                                      "Property domain convention: properties shared by multiple record types (e.g. supportedByEvidence, hasEvidenceStatus, measurement properties such as hasActualREI) are deliberately declared without rdfs:domain to avoid unintended type inference. Properties with a single host class declare an explicit rdfs:domain. Intended subjects are documented in each property's rdfs:comment."@en ;
                         owl:versionInfo "1.1.0" .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/contributor
<http://purl.org/dc/terms/contributor> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/issued
<http://purl.org/dc/terms/issued> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2003/06/sw-vocab-status/ns#term_status
<http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#altLabel
<http://www.w3.org/2004/02/skos/core#altLabel> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#scopeNote
<http://www.w3.org/2004/02/skos/core#scopeNote> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2006/vcard/ns#fn
<http://www.w3.org/2006/vcard/ns#fn> rdf:type owl:AnnotationProperty .


###  https://schema.org/domainIncludes
<https://schema.org/domainIncludes> rdf:type owl:AnnotationProperty .


###  https://schema.org/name
<https://schema.org/name> rdf:type owl:AnnotationProperty .


###  https://schema.org/rangeIncludes
<https://schema.org/rangeIncludes> rdf:type owl:AnnotationProperty .


###  https://w3id.org/ficr#according_to
:according_to rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  https://w3id.org/ficr#aboutElement
:aboutElement rdf:type owl:ObjectProperty ;
              rdfs:domain :BoundaryConditionRecord ;
              rdfs:range :PhysicalObject ;
              rdfs:comment "Links a boundary condition record to the physical object whose fire-related boundary or performance condition it concerns."@en ;
              rdfs:label "aboutElement"@en .


###  https://w3id.org/ficr#appliesToElementType
:appliesToElementType rdf:type owl:ObjectProperty ;
                      rdfs:domain :RegulatoryRequirement ;
                      rdfs:comment "Specifies the class of physical element this requirement applies to, e.g. ficr:Wall or ficr:Floor."@en ;
                      rdfs:label "appliesToElementType"@en .


###  https://w3id.org/ficr#appliesToPurposeGroup
:appliesToPurposeGroup rdf:type owl:ObjectProperty ;
                       rdfs:domain :RegulatoryRequirement ;
                       rdfs:range :PurposeGroup ;
                       rdfs:comment "Specifies the building purpose group for which this requirement is applicable."@en ;
                       rdfs:label "appliesToPurposeGroup"@en .


###  https://w3id.org/ficr#appliesToRiskUnit
:appliesToRiskUnit rdf:type owl:ObjectProperty ;
                   rdfs:domain :BoundaryConditionRecord ;
                   rdfs:range :RiskUnit ;
                   rdfs:comment "Links a boundary condition record to the risk unit whose fire risk interpretation it informs."@en ;
                   rdfs:label "appliesToRiskUnit"@en .


###  https://w3id.org/ficr#assessesElement
:assessesElement rdf:type owl:ObjectProperty ;
                 rdfs:domain :Assessment ;
                 rdfs:range :PhysicalObject ;
                 rdfs:comment "Links an assessment to the physical element(s) it evaluates. For compliance assessments, this is the wall, door, or floor being checked. For risk assessments, this covers elements involved in fire spread modelling."@en ;
                 rdfs:label "assessesElement"@en .


###  https://w3id.org/ficr#assessesZone
:assessesZone rdf:type owl:ObjectProperty ;
              rdfs:domain :Assessment ;
              rdfs:range <https://w3id.org/bot#Zone> ;
              rdfs:comment "Links an assessment to the zone(s) or space(s) it covers. For risk assessments, this is the space whose fire scenario is being evaluated. For compliance assessments, this is the space containing the assessed elements."@en ;
              rdfs:label "assessesZone"@en .


###  https://w3id.org/ficr#checksRequirement
:checksRequirement rdf:type owl:ObjectProperty ;
                   rdfs:domain :ComplianceFinding ;
                   rdfs:range :RegulatoryRequirement ;
                   rdfs:comment "Links a compliance finding to the regulatory requirement being checked."@en ;
                   rdfs:label "checksRequirement"@en .


###  https://w3id.org/ficr#concernsElement
:concernsElement rdf:type owl:ObjectProperty ;
                 rdfs:domain :AssessmentFinding ;
                 rdfs:range :PhysicalObject ;
                 rdfs:comment "Links an assessment finding to the physical object it concerns."@en ;
                 rdfs:label "concernsElement"@en .


###  https://w3id.org/ficr#concernsRiskUnit
:concernsRiskUnit rdf:type owl:ObjectProperty ;
                  rdfs:domain :AssessmentFinding ;
                  rdfs:range :RiskUnit ;
                  rdfs:comment "Links an assessment finding to the risk unit it concerns."@en ;
                  rdfs:label "concernsRiskUnit"@en .


###  https://w3id.org/ficr#concernsSystem
:concernsSystem rdf:type owl:ObjectProperty ;
                rdfs:domain :AssessmentFinding ;
                rdfs:range :BuildingSystem ;
                rdfs:comment "Links an assessment finding to the building system it concerns."@en ;
                rdfs:label "concernsSystem"@en .


###  https://w3id.org/ficr#concernsZone
:concernsZone rdf:type owl:ObjectProperty ;
              rdfs:domain :AssessmentFinding ;
              rdfs:range <https://w3id.org/bot#Zone> ;
              rdfs:comment "Links an assessment finding to the spatial zone or space it concerns."@en ;
              rdfs:label "concernsZone"@en .


###  https://w3id.org/ficr#containsSystem
:containsSystem rdf:type owl:ObjectProperty ;
                owl:inverseOf :isSystemContainedIn ;
                rdfs:domain <https://w3id.org/bot#Zone> ;
                rdfs:range :BuildingSystem ;
                rdfs:comment "Relates a spatial zone to a building system located in, passing through, or spatially associated with that zone. This property is used where a system-level entity should not be treated as a BOT element."@en ;
                rdfs:label "containsSystem"@en .


###  https://w3id.org/ficr#coversSpatialZone
:coversSpatialZone rdf:type owl:ObjectProperty ;
                   rdfs:domain :RiskUnit ;
                   rdfs:range <https://w3id.org/bot#Zone> ;
                   rdfs:comment "Links a risk unit to the spatial zone whose fire exposure it aggregates."@en ;
                   rdfs:label "coversSpatialZone"@en .


###  https://w3id.org/ficr#dependsOnBoundaryCondition
:dependsOnBoundaryCondition rdf:type owl:ObjectProperty ;
                            rdfs:domain :FireRiskScenario ;
                            rdfs:range :BoundaryConditionRecord ;
                            rdfs:comment "Links a fire risk scenario to boundary condition records or assumptions that influence the scenario interpretation."@en ;
                            rdfs:label "dependsOnBoundaryCondition"@en .


###  https://w3id.org/ficr#derivedFromRegulatorySource
:derivedFromRegulatorySource rdf:type owl:ObjectProperty ;
                             rdfs:domain :RegulatoryRequirement ;
                             rdfs:range :RegulatorySource ;
                             rdfs:comment "Links a regulatory requirement individual to the regulatory, standard, or guidance source from which it was derived."@en ;
                             rdfs:label "derivedFromRegulatorySource"@en .


###  https://w3id.org/ficr#derivedFromScenario
:derivedFromScenario rdf:type owl:ObjectProperty ;
                     rdfs:domain :RiskFinding ;
                     rdfs:range :FireRiskScenario ;
                     rdfs:comment "Links a risk finding to the fire risk scenario from which it was derived, enabling finding-level traceability when one risk analysis evaluates multiple scenarios."@en ;
                     rdfs:label "derivedFromScenario"@en .


###  https://w3id.org/ficr#hasApplicabilityState
:hasApplicabilityState rdf:type owl:ObjectProperty ;
                       rdfs:domain :AssessmentFinding ;
                       rdfs:range :ApplicabilityState ;
                       rdfs:comment "Records whether an assessment finding or checklist item is applicable, not applicable, or not assessed in the current assessment scope."@en ;
                       rdfs:label "hasApplicabilityState"@en .


###  https://w3id.org/ficr#hasAssessmentBasis
:hasAssessmentBasis rdf:type owl:ObjectProperty ;
                    rdfs:domain :Assessment ;
                    rdfs:range :AssessmentBasis ;
                    rdfs:comment "Links an assessment activity or assessment result to the evidence bundle that supports it."@en ;
                    rdfs:label "hasAssessmentBasis"@en .


###  https://w3id.org/ficr#hasBoundaryPerformanceAspect
:hasBoundaryPerformanceAspect rdf:type owl:ObjectProperty ;
                              rdfs:domain :BoundaryConditionRecord ;
                              rdfs:range :BoundaryPerformanceAspect ;
                              rdfs:comment "Identifies the boundary-related performance aspect assessed by a boundary condition record."@en ;
                              rdfs:label "hasBoundaryPerformanceAspect"@en .


###  https://w3id.org/ficr#hasClassification
:hasClassification rdf:type owl:ObjectProperty ;
                   owl:inverseOf :isClassificationOf ;
                   rdfs:comment "General property relating an entity to its classification."@en ;
                   rdfs:label "hasClassification"@en .


###  https://w3id.org/ficr#hasComplianceResult
:hasComplianceResult rdf:type owl:ObjectProperty ;
                     rdfs:domain :ComplianceFinding ;
                     rdfs:range :ComplianceResult ;
                     rdfs:comment "Links a compliance finding to its compliance result."@en ;
                     rdfs:label "hasComplianceResult"@en .


###  https://w3id.org/ficr#hasComponent
:hasComponent rdf:type owl:ObjectProperty ;
              owl:inverseOf :isComponentOf ;
              rdfs:domain :BuildingSystem ;
              rdfs:range :PhysicalObject ;
              rdfs:comment "Expressing the compositional relationship of components"@en ;
              rdfs:label "hasComponent"@en .


###  https://w3id.org/ficr#hasConditionState
:hasConditionState rdf:type owl:ObjectProperty ;
                   rdfs:domain :BoundaryConditionRecord ;
                   rdfs:range :ConditionState ;
                   rdfs:comment "Links a boundary condition record to its assessed condition state, such as effective, compromised, or unknown."@en ;
                   rdfs:label "hasConditionState"@en .


###  https://w3id.org/ficr#hasConnectionWith
:hasConnectionWith rdf:type owl:ObjectProperty ;
                   rdfs:comment "indicates that the two individuals have a passageway."@en ;
                   rdfs:label "hasConnectionWith"@en .


###  https://w3id.org/ficr#hasEvidenceStatus
:hasEvidenceStatus rdf:type owl:ObjectProperty ;
                   rdfs:range :EvidenceStatus ;
                   rdfs:comment "Links an assessment finding, boundary condition record, or other assessment-related record to a controlled evidence status. The domain is intentionally left open to avoid forcing all evidence-qualified records into the AssessmentFinding hierarchy."@en ;
                   rdfs:label "hasEvidenceStatus"@en .


###  https://w3id.org/ficr#hasFireRiskUnitRole
:hasFireRiskUnitRole rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf :hasUsageType ;
                     owl:inverseOf :isFireRiskUnitRoleOf ;
                     rdfs:comment "Assigns a fire risk unit role to an entity."@en ;
                     rdfs:label "hasFireRiskUnitRole"@en .


###  https://w3id.org/ficr#hasFireSafetyRole
:hasFireSafetyRole rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf :hasUsageType ;
                   owl:inverseOf :isFireSafetyRoleOf ;
                   rdfs:range :FireSafetyRole ;
                   rdfs:comment "General property linking an entity to a fire safety role. More specific subproperties are used for physical objects, zones, and systems."@en ;
                   rdfs:label "hasFireSafetyRole"@en .


###  https://w3id.org/ficr#hasImpairmentState
:hasImpairmentState rdf:type owl:ObjectProperty ;
                    rdfs:range :ImpairmentState ;
                    rdfs:comment "Links an asset, system, provision, or relevant physical object to its operational impairment state. The domain is intentionally left open because impairment may apply to fire-protection provisions, general equipment, building systems, or other inspected assets."@en ;
                    rdfs:label "hasImpairmentState"@en .


###  https://w3id.org/ficr#hasInstallationStatus
:hasInstallationStatus rdf:type owl:ObjectProperty ;
                       rdfs:range :InstallationStatus ;
                       rdfs:comment "Links an asset, system, provision, or relevant physical object to its installation status. The domain is intentionally left open because installation status may apply to fire-protection provisions, general equipment, and building systems."@en ;
                       rdfs:label "hasInstallationStatus"@en .


###  https://w3id.org/ficr#hasOriginSpace
:hasOriginSpace rdf:type owl:ObjectProperty ;
                rdfs:domain :FireRiskScenario ;
                rdfs:range <https://w3id.org/bot#Zone> ;
                rdfs:comment "Links a fire risk scenario to the zone where the fire is modelled to originate."@en ;
                rdfs:label "hasOriginSpace"@en .


###  https://w3id.org/ficr#hasPhysicalObjectFireSafetyRole
:hasPhysicalObjectFireSafetyRole rdf:type owl:ObjectProperty ;
                                 rdfs:subPropertyOf :hasFireSafetyRole ;
                                 owl:inverseOf :isPhysicalObjectFireSafetyRoleOf ;
                                 rdfs:domain :PhysicalObject ;
                                 rdfs:range :FireSafetyRole ;
                                 rdfs:comment "Assigns a fire safety role to a physical object, such as a wall, doorset, stair, damper, equipment item, or other object relevant to fire assessment."@en ;
                                 rdfs:label "hasPhysicalObjectFireSafetyRole"@en .


###  https://w3id.org/ficr#hasPurposeGroup
:hasPurposeGroup rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf :hasClassification ;
                 owl:inverseOf :isPurposeGroupOf ;
                 rdfs:domain <https://w3id.org/bot#Building> ;
                 rdfs:range :PurposeGroup ;
                 rdfs:comment "Relates a building to its functional purpose group classification according to ADB Table 0.1"@en ;
                 rdfs:label "hasPurposeGroup"@en .


###  https://w3id.org/ficr#hasScenario
:hasScenario rdf:type owl:ObjectProperty ;
             rdfs:domain :RiskAnalysis ;
             rdfs:range :FireRiskScenario ;
             rdfs:comment "Links a risk analysis to the fire risk scenario or scenarios it evaluates. Each scenario represents a hypothetical fire origin and relevant spread or exposure context used for risk-informed interpretation."@en ;
             rdfs:label "hasScenario"@en .


###  https://w3id.org/ficr#hasScenarioRiskUnit
:hasScenarioRiskUnit rdf:type owl:ObjectProperty ;
                     rdfs:domain :FireRiskScenario ;
                     rdfs:range :RiskUnit ;
                     rdfs:comment "Links a fire risk scenario to the risk unit whose fire risk is being interpreted."@en ;
                     rdfs:label "hasScenarioRiskUnit"@en .


###  https://w3id.org/ficr#hasSeparationRecord
:hasSeparationRecord rdf:type owl:ObjectProperty ;
                     rdfs:domain :RiskUnit ;
                     rdfs:comment "Links a risk unit to a separation distance record describing its exposure to an adjacent risk unit."@en ;
                     rdfs:label "hasSeparationRecord"@en ;
                     <http://www.w3.org/2004/02/skos/core#scopeNote> "Informational: for future use."@en .


###  https://w3id.org/ficr#hasSpaceUsage
:hasSpaceUsage rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf :hasUsageType ;
               owl:inverseOf :isSpaceUsageOf ;
               rdfs:domain <https://w3id.org/bot#Zone> ;
               rdfs:range :SpaceUsage ;
               rdfs:comment "Assigns an everyday or operational space-use classification to a spatial zone or space, such as kitchen, corridor, lobby, bathroom, habitable room, or place of special hazard."@en ;
               rdfs:label "hasSpaceUsage"@en .


###  https://w3id.org/ficr#hasSystemFireSafetyRole
:hasSystemFireSafetyRole rdf:type owl:ObjectProperty ;
                         rdfs:subPropertyOf :hasFireSafetyRole ;
                         owl:inverseOf :isSystemFireSafetyRoleOf ;
                         rdfs:domain :BuildingSystem ;
                         rdfs:range :FireSafetyRole ;
                         rdfs:comment "Assigns a fire safety role to a building system, such as active protection, protected supply, evacuation support, or firefighting support."@en ;
                         rdfs:label "hasSystemFireSafetyRole"@en .


###  https://w3id.org/ficr#hasUsageType
:hasUsageType rdf:type owl:ObjectProperty ;
              owl:inverseOf :isUsageTypeOf ;
              rdfs:range :UsageType ;
              rdfs:comment "Top-level property linking an entity to a usage type classification. Sub-properties specialise domain and range."@en ;
              rdfs:label "hasUsageType"@en .


###  https://w3id.org/ficr#hasUtilizationPurpose
:hasUtilizationPurpose rdf:type owl:ObjectProperty ;
                       rdfs:subPropertyOf :hasUsageType ;
                       owl:inverseOf :isUtilizationPurposeOf ;
                       rdfs:domain <https://w3id.org/bot#Building> ;
                       rdfs:range :UtilizationPurpose ;
                       rdfs:comment "Assigns a building planning utilization purpose (e.g. Hotel, Office) to a zone or building."@en ;
                       rdfs:label "hasUtilizationPurpose"@en .


###  https://w3id.org/ficr#hasZoneFireSafetyRole
:hasZoneFireSafetyRole rdf:type owl:ObjectProperty ;
                       rdfs:subPropertyOf :hasFireSafetyRole ;
                       owl:inverseOf :isZoneFireSafetyRoleOf ;
                       rdfs:domain <https://w3id.org/bot#Zone> ;
                       rdfs:range :FireSafetyRole ;
                       rdfs:comment "Assigns a fire safety role to a spatial zone, enabling protected-space and route-related classifications."@en ;
                       rdfs:label "hasZoneFireSafetyRole"@en .


###  https://w3id.org/ficr#isClassificationOf
:isClassificationOf rdf:type owl:ObjectProperty ;
                    rdfs:comment "Inverse of hasClassification."@en ;
                    rdfs:label "isClassificationOf"@en .


###  https://w3id.org/ficr#isComponentOf
:isComponentOf rdf:type owl:ObjectProperty ;
               rdfs:comment "Links an individual equipment item to the building system it belongs to. Inverse direction of hasComponent at the instance level."@en ;
               rdfs:label "isComponentOf"@en .


###  https://w3id.org/ficr#isExposedTo
:isExposedTo rdf:type owl:ObjectProperty ;
             rdfs:domain :RiskUnit ;
             rdfs:range :RiskUnit ;
             rdfs:comment "Indicates potential fire spread exposure between risk units."@en ;
             rdfs:label "isExposedTo"@en .


###  https://w3id.org/ficr#isFireRiskUnitRoleOf
:isFireRiskUnitRoleOf rdf:type owl:ObjectProperty ;
                      rdfs:subPropertyOf :isUsageTypeOf ;
                      rdfs:comment "Inverse of hasFireRiskUnitRole."@en ;
                      rdfs:label "isFireRiskUnitRoleOf"@en .


###  https://w3id.org/ficr#isFireSafetyRoleOf
:isFireSafetyRoleOf rdf:type owl:ObjectProperty ;
                    rdfs:subPropertyOf :isUsageTypeOf ;
                    rdfs:range :FireSafetyRole ;
                    rdfs:comment "Inverse of hasFireSafetyRole."@en ;
                    rdfs:label "isFireSafetyRoleOf"@en .


###  https://w3id.org/ficr#isLocatedIn
:isLocatedIn rdf:type owl:ObjectProperty ;
             rdfs:domain :PhysicalObject ;
             rdfs:range <https://w3id.org/bot#Zone> ;
             rdfs:comment "describe the location and/or surroundings of a place."@en ;
             rdfs:label "isLocatedIn"@en .


###  https://w3id.org/ficr#isPhysicalObjectFireSafetyRoleOf
:isPhysicalObjectFireSafetyRoleOf rdf:type owl:ObjectProperty ;
                                  rdfs:subPropertyOf :isUsageTypeOf ;
                                  rdfs:comment "Inverse of hasPhysicalObjectFireSafetyRole"@en ;
                                  rdfs:label "isPhysicalObjectFireSafetyRoleOf"@en .


###  https://w3id.org/ficr#isPurposeGroupOf
:isPurposeGroupOf rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf :isClassificationOf ;
                  rdfs:comment "Inverse of hasPurposeGroup."@en ;
                  rdfs:label "isPurposeGroupOf"@en .


###  https://w3id.org/ficr#isSpaceUsageOf
:isSpaceUsageOf rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf :isUsageTypeOf ;
                rdfs:comment "Inverse of hasSpaceUsage."@en ;
                rdfs:label "isSpaceUsageOf"@en .


###  https://w3id.org/ficr#isStoreyAbove
:isStoreyAbove rdf:type owl:ObjectProperty ;
               rdfs:domain <https://w3id.org/bot#Storey> ;
               rdfs:range <https://w3id.org/bot#Storey> ;
               rdfs:comment "Indicates that the subject storey is directly above the object storey."@en ;
               rdfs:label "isStoreyAbove"@en .


###  https://w3id.org/ficr#isStoreyBelow
:isStoreyBelow rdf:type owl:ObjectProperty ;
               rdfs:domain <https://w3id.org/bot#Storey> ;
               rdfs:range <https://w3id.org/bot#Storey> ;
               rdfs:comment "Indicates that the subject storey is directly below the object storey."@en ;
               rdfs:label "isStoreyBelow"@en .


###  https://w3id.org/ficr#isSystemContainedIn
:isSystemContainedIn rdf:type owl:ObjectProperty ;
                     rdfs:domain :BuildingSystem ;
                     rdfs:range <https://w3id.org/bot#Zone> ;
                     rdfs:comment "inverseOf containsSystem"@en ;
                     rdfs:label "isSystemContainedIn"@en .


###  https://w3id.org/ficr#isSystemFireSafetyRoleOf
:isSystemFireSafetyRoleOf rdf:type owl:ObjectProperty ;
                          rdfs:subPropertyOf :isUsageTypeOf ;
                          rdfs:comment "Inverse of hasFireSafetyRole, linking a fire safety role to the system or element that bears it."@en ;
                          rdfs:label "isSystemFireSafetyRoleOf"@en .


###  https://w3id.org/ficr#isUsageTypeOf
:isUsageTypeOf rdf:type owl:ObjectProperty ;
               rdfs:comment "Inverse of hasUsageType."@en ;
               rdfs:label "isUsageTypeOf"@en .


###  https://w3id.org/ficr#isUtilizationPurposeOf
:isUtilizationPurposeOf rdf:type owl:ObjectProperty ;
                        rdfs:subPropertyOf :isUsageTypeOf ;
                        rdfs:comment "Inverse of hasUtilizationPurpose."@en ;
                        rdfs:label "isUtilizationPurposeOf"@en .


###  https://w3id.org/ficr#isZoneFireSafetyRoleOf
:isZoneFireSafetyRoleOf rdf:type owl:ObjectProperty ;
                        rdfs:subPropertyOf :isUsageTypeOf ;
                        rdfs:comment "Inverse of hasZoneFireSafetyRole."@en ;
                        rdfs:label "isZoneFireSafetyRoleOf"@en .


###  https://w3id.org/ficr#producesAssessment
:producesAssessment rdf:type owl:ObjectProperty ;
                    rdfs:domain :Task ;
                    rdfs:range :Assessment ;
                    rdfs:comment "Links a task to the assessment record produced by executing that task."@en ;
                    rdfs:label "producesAssessment"@en .


###  https://w3id.org/ficr#producesEvidence
:producesEvidence rdf:type owl:ObjectProperty ;
                  rdfs:domain :Task ;
                  rdfs:range :EvidenceItem ;
                  rdfs:comment "Links a task to evidence items it generates."@en ;
                  rdfs:label "producesEvidence"@en .


###  https://w3id.org/ficr#producesFinding
:producesFinding rdf:type owl:ObjectProperty ;
                 rdfs:domain :Assessment ;
                 rdfs:range :AssessmentFinding ;
                 rdfs:comment "Links an assessment to the findings it produces."@en ;
                 rdfs:label "producesFinding"@en .


###  https://w3id.org/ficr#reliesOnBoundaryCondition
:reliesOnBoundaryCondition rdf:type owl:ObjectProperty ;
                           rdfs:domain :Assessment ;
                           rdfs:range :BoundaryConditionRecord ;
                           rdfs:comment "Links an assessment to a boundary condition record that it relies on or interprets. This allows compliance checking and risk analysis to expose whether their conclusions depend on effective, compromised, unknown, or weakly evidenced boundary conditions."@en ;
                           rdfs:label "reliesOnBoundaryCondition"@en .


###  https://w3id.org/ficr#supportedByEvidence
:supportedByEvidence rdf:type owl:ObjectProperty ;
                     rdfs:range :EvidenceItem ;
                     rdfs:comment "Links an assessment finding, boundary condition record, or other assessment-related record to evidence items that support, justify, or document it. The domain is intentionally left open because evidence support is used both for produced findings and for assessment dependencies such as boundary condition records."@en ;
                     rdfs:label "supportedByEvidence"@en .


###  https://w3id.org/ficr#triggeredBy
:triggeredBy rdf:type owl:ObjectProperty ;
             owl:inverseOf :triggersTask ;
             rdfs:domain :Task ;
             rdfs:range :Event ;
             rdfs:comment "A task is created because an event (e.g., risk detected) occurred."@en ;
             rdfs:label "triggeredBy"@en .


###  https://w3id.org/ficr#triggersTask
:triggersTask rdf:type owl:ObjectProperty ;
              rdfs:domain :Event ;
              rdfs:range :Task ;
              rdfs:comment "Links a trigger event to the task(s) created because of it."@en ;
              rdfs:label "triggersTask"@en .


###  https://w3id.org/ficr#usesComplianceFinding
:usesComplianceFinding rdf:type owl:ObjectProperty ;
                       rdfs:domain :RiskAnalysis ;
                       rdfs:range :ComplianceFinding ;
                       rdfs:comment "Links a risk analysis to compliance findings used as inputs for risk interpretation."@en ;
                       rdfs:label "usesComplianceFinding"@en .


###  https://w3id.org/ficr#usesEvidence
:usesEvidence rdf:type owl:ObjectProperty ;
              rdfs:domain :Task ;
              rdfs:range :EvidenceItem ;
              rdfs:comment "Links a task to evidence items it consumes as inputs."@en ;
              rdfs:label "usesEvidence"@en .


#################################################################
#    Data properties
#################################################################

###  https://w3id.org/ficr#documentTitle
:documentTitle rdf:type owl:DatatypeProperty ;
               rdfs:domain :AssessmentBasis ;
               rdfs:range xsd:string ;
               rdfs:comment "A human-readable title used to display the document in user interfaces."@en ;
               rdfs:label "documentTitle"@en .


###  https://w3id.org/ficr#documentURI
:documentURI rdf:type owl:DatatypeProperty ;
             rdfs:domain :AssessmentBasis ;
             rdfs:range xsd:anyURI ;
             rdfs:comment "A resolvable URI or file path pointing to the document location for human access."@en ;
             rdfs:label "documentURI"@en .


###  https://w3id.org/ficr#hasActualREI
:hasActualREI rdf:type owl:DatatypeProperty ;
              rdfs:subPropertyOf owl:topDataProperty ;
              rdfs:range xsd:integer ;
              rdfs:comment "The actual measured fire resistance period (R=load-bearing, E=integrity, I=insulation) in minutes."@en ;
              rdfs:label "hasActualREI"@en .


###  https://w3id.org/ficr#hasActualSeparationM
:hasActualSeparationM rdf:type owl:DatatypeProperty ;
                      rdfs:range xsd:decimal ;
                      rdfs:comment "Measured physical separation distance in metres between two risk units."@en ;
                      rdfs:label "hasActualSeparationM"@en ;
                      <http://www.w3.org/2004/02/skos/core#scopeNote> "Informational: for future use."@en .


###  https://w3id.org/ficr#hasArea
:hasArea rdf:type owl:DatatypeProperty ;
         rdfs:range xsd:decimal ;
         rdfs:comment "The floor area of a space in square metres."@en ;
         rdfs:label "hasArea"@en .


###  https://w3id.org/ficr#hasBuildingHeight
:hasBuildingHeight rdf:type owl:DatatypeProperty ;
                   rdfs:domain <https://w3id.org/bot#Building> ;
                   rdfs:range xsd:decimal ;
                   rdfs:comment "Height of a building is measured as shown in Appendix D, Diagram D4."@en ;
                   rdfs:label "hasBuildingHeight"@en .


###  https://w3id.org/ficr#hasClauseReference
:hasClauseReference rdf:type owl:DatatypeProperty ;
                    rdfs:domain :RegulatoryRequirement ;
                    rdfs:range xsd:string ;
                    rdfs:comment "Records the clause, table, paragraph, section, or provision reference from which a regulatory requirement was derived."@en ;
                    rdfs:label "hasClauseReference"@en .


###  https://w3id.org/ficr#hasCombinedGrossFloorArea
:hasCombinedGrossFloorArea rdf:type owl:DatatypeProperty ;
                           rdfs:domain <https://w3id.org/bot#Building> ;
                           rdfs:range xsd:decimal ;
                           rdfs:comment "Total gross floor area of all storeys in a building, in square metres."@en ;
                           rdfs:label "hasCombinedGrossFloorArea"@en .


###  https://w3id.org/ficr#hasCoverageType
:hasCoverageType rdf:type owl:DatatypeProperty ;
                 rdfs:domain :Alarm ;
                 rdfs:comment "The spatial coverage mode of the detector, e.g. PointDetector, BeamDetector, AspiratingDetector."@en ;
                 rdfs:label "hasCoverageType"@en .


###  https://w3id.org/ficr#hasDetectionType
:hasDetectionType rdf:type owl:DatatypeProperty ;
                  rdfs:domain :Alarm ;
                  rdfs:comment "The detection principle of the alarm device, e.g. OpticalSmoke, Ionisation, Heat, MultiSensor, CarbonMonoxide."@en ;
                  rdfs:label "hasDetectionType"@en .


###  https://w3id.org/ficr#hasDirectDistance
:hasDirectDistance rdf:type owl:DatatypeProperty ;
                   rdfs:range xsd:decimal ;
                   rdfs:comment "The shortest distance from any point within the floor area to the nearest storey exit, measured within the external enclosures of the building, and ignoring walls, partitions and fittings other than the enclosing walls and partitions to protected stairways."@en ;
                   rdfs:label "hasDirectDistance"@en .


###  https://w3id.org/ficr#hasElevation
:hasElevation rdf:type owl:DatatypeProperty ;
              rdfs:range xsd:decimal ;
              rdfs:comment "The vertical height of a storey floor level above a reference datum, in metres."@en ;
              rdfs:label "hasElevation"@en .


###  https://w3id.org/ficr#hasExtinguisherAgent
:hasExtinguisherAgent rdf:type owl:DatatypeProperty ;
                      rdfs:domain :FireExtinguisher ;
                      rdfs:comment "The extinguishing agent type, e.g. DryPowder, CO2, WaterMist, WetChemical, Foam."@en ;
                      rdfs:label "hasExtinguisherAgent"@en .


###  https://w3id.org/ficr#hasFindingStatement
:hasFindingStatement rdf:type owl:DatatypeProperty ;
                     rdfs:domain :AssessmentFinding ;
                     rdfs:range xsd:string ;
                     rdfs:comment "A human-readable statement of what the finding records. Used for expected-vs-actual validation tables and reporting."@en ;
                     rdfs:label "hasFindingStatement"@en .


###  https://w3id.org/ficr#hasFireClassRating
:hasFireClassRating rdf:type owl:DatatypeProperty ;
                    rdfs:domain :FireExtinguisher ;
                    rdfs:comment "The fire class rating per BS EN 2, e.g. A, B, AB, ABC, AF."@en ;
                    rdfs:label "hasFireClassRating"@en .


###  https://w3id.org/ficr#hasFixedAssetValue
:hasFixedAssetValue rdf:type owl:DatatypeProperty ;
                    rdfs:range xsd:decimal ;
                    rdfs:comment "This refers to the total asset value of the space."@en ;
                    rdfs:label "hasFixedAssetValue"@en .


###  https://w3id.org/ficr#hasID
:hasID rdf:type owl:DatatypeProperty ;
       rdfs:range xsd:string ;
       rdfs:comment "A unique identifier string for the entity."@en ;
       rdfs:label "hasID"@en .


###  https://w3id.org/ficr#hasJurisdiction
:hasJurisdiction rdf:type owl:DatatypeProperty ;
                 rdfs:domain :RegulatorySource ;
                 rdfs:range xsd:string ;
                 rdfs:comment "Specifies the jurisdiction in which a regulatory source, requirement, or assessment context applies."@en ;
                 rdfs:label "hasJurisdiction"@en .


###  https://w3id.org/ficr#hasLength
:hasLength rdf:type owl:DatatypeProperty ;
           rdfs:range xsd:decimal ;
           rdfs:comment "The length dimension of a building element, in metres."@en ;
           rdfs:label "hasLength"@en .


###  https://w3id.org/ficr#hasNumberOfStoreys
:hasNumberOfStoreys rdf:type owl:DatatypeProperty ;
                    rdfs:domain <https://w3id.org/bot#Building> ;
                    rdfs:range xsd:integer ;
                    rdfs:comment "Number of storeys excluding basements"@en ;
                    rdfs:label "hasNumberOfStoreys"@en .


###  https://w3id.org/ficr#hasRequiredREI
:hasRequiredREI rdf:type owl:DatatypeProperty ;
                rdfs:subPropertyOf owl:topDataProperty ;
                rdfs:domain :RegulatoryRequirement ;
                rdfs:range xsd:integer ;
                rdfs:comment "The minimum REI value mandated by regulation for a given element type and purpose group, in minutes."@en ;
                rdfs:label "hasRequiredREI"@en .


###  https://w3id.org/ficr#hasRequiredSeparationM
:hasRequiredSeparationM rdf:type owl:DatatypeProperty ;
                        rdfs:range xsd:decimal ;
                        rdfs:comment "Minimum separation distance in metres required to prevent fire spread, computed per NFPA 80A. Stored here as an externally-supplied value; FiCR does not compute this internally."@en ;
                        rdfs:label "hasRequiredSeparationM"@en ;
                        <http://www.w3.org/2004/02/skos/core#scopeNote> "Informational: for future use."@en .


###  https://w3id.org/ficr#hasScenarioDescription
:hasScenarioDescription rdf:type owl:DatatypeProperty ;
                        rdfs:domain :FireRiskScenario ;
                        rdfs:range xsd:string ;
                        rdfs:comment "Provides a narrative description of the fire risk scenario, including where the fire is assumed to originate, how it may spread, and why it is expected to stop or be limited."@en ;
                        rdfs:label "hasScenarioDescription"@en .


###  https://w3id.org/ficr#hasServiceExpiryDate
:hasServiceExpiryDate rdf:type owl:DatatypeProperty ;
                      rdfs:domain :Equipment ;
                      rdfs:comment "The date by which the equipment must be serviced or replaced to remain compliant."@en ;
                      rdfs:label "hasServiceExpiryDate"@en .


###  https://w3id.org/ficr#hasSourceEdition
:hasSourceEdition rdf:type owl:DatatypeProperty ;
                  rdfs:domain :RegulatorySource ;
                  rdfs:range xsd:string ;
                  rdfs:comment "Records the edition, year, version, or publication date of a regulatory, standards, or guidance source."@en ;
                  rdfs:label "hasSourceEdition"@en .


###  https://w3id.org/ficr#hasSourcePublisher
:hasSourcePublisher rdf:type owl:DatatypeProperty ;
                    rdfs:domain :RegulatorySource ;
                    rdfs:range xsd:string ;
                    rdfs:comment "Records the issuing body or publisher of a regulatory, standards, or guidance source."@en ;
                    rdfs:label "hasSourcePublisher"@en .


###  https://w3id.org/ficr#hasStoreyHeight
:hasStoreyHeight rdf:type owl:DatatypeProperty ;
                 rdfs:range xsd:decimal ;
                 rdfs:comment "The floor-to-floor height of a storey, in metres."@en ;
                 rdfs:label "hasStoreyHeight"@en .


###  https://w3id.org/ficr#hasThickness
:hasThickness rdf:type owl:DatatypeProperty ;
              rdfs:range xsd:decimal ;
              rdfs:comment "The thickness dimension of a building element, in metres."@en ;
              rdfs:label "hasThickness"@en .


###  https://w3id.org/ficr#hasTopStoreyFloorHeight
:hasTopStoreyFloorHeight rdf:type owl:DatatypeProperty ;
                         rdfs:domain <https://w3id.org/bot#Building> ;
                         rdfs:range xsd:decimal ;
                         rdfs:comment "Height of the floor of the top storey above ground level is measured as shown in Appendix D, Diagram D6."@en ;
                         rdfs:label "hasTopStoreyFloorHeight"@en .


###  https://w3id.org/ficr#hasTopStoreyHeight
:hasTopStoreyHeight rdf:type owl:DatatypeProperty ;
                    rdfs:domain <https://w3id.org/bot#Building> ;
                    rdfs:range xsd:decimal ;
                    rdfs:comment "The floor-to-ceiling height of the topmost storey, in metres."@en ;
                    rdfs:label "hasTopStoreyHeight"@en .


###  https://w3id.org/ficr#hasTravelDistance
:hasTravelDistance rdf:type owl:DatatypeProperty ;
                   rdfs:range xsd:decimal ;
                   rdfs:comment "(unless otherwise specified, e.g. as in the case of flats) The distance that a person would travel from any point within the floor area to the nearest storey exit, determined by the layout of walls, partitions and fittings."@en ;
                   rdfs:label "hasTravelDistance"@en .


###  https://w3id.org/ficr#hasVolume
:hasVolume rdf:type owl:DatatypeProperty ;
           rdfs:range xsd:decimal ;
           rdfs:comment "The volume of a space, in cubic metres."@en ;
           rdfs:label "hasVolume"@en .


###  https://w3id.org/ficr#hasWidth
:hasWidth rdf:type owl:DatatypeProperty ;
          rdfs:range xsd:decimal ;
          rdfs:comment "The width dimension of a building element, in metres."@en ;
          rdfs:label "hasWidth"@en .


###  https://w3id.org/ficr#isAboveGround
:isAboveGround rdf:type owl:DatatypeProperty ;
               rdfs:domain <https://w3id.org/bot#Storey> ;
               rdfs:range xsd:boolean ;
               rdfs:comment "Determine whether the storey is a basement or above ground."@en ;
               rdfs:label "isAboveGround"@en .


###  https://w3id.org/ficr#isDamaged
:isDamaged rdf:type owl:DatatypeProperty ;
           rdfs:range xsd:boolean ;
           rdfs:comment "Boolean indicating whether the element shows visible damage affecting its fire performance."@en ;
           rdfs:label "isDamaged"@en .


###  https://w3id.org/ficr#isEnclosed
:isEnclosed rdf:type owl:DatatypeProperty ;
            rdfs:range xsd:boolean ;
            rdfs:comment "Boolean indicating whether the element or space is fully enclosed by construction."@en ;
            rdfs:label "isEnclosed"@en .


###  https://w3id.org/ficr#isExternal
:isExternal rdf:type owl:DatatypeProperty ;
            rdfs:range xsd:boolean ;
            rdfs:comment "Boolean indicating whether the element forms part of the external building envelope."@en ;
            rdfs:label "isExternal"@en .


###  https://w3id.org/ficr#isLoadBearing
:isLoadBearing rdf:type owl:DatatypeProperty ;
               rdfs:range xsd:boolean ;
               rdfs:comment "Boolean indicating whether the element carries structural loads."@en ;
               rdfs:label "isLoadBearing"@en .


###  https://w3id.org/ficr#isObscured
:isObscured rdf:type owl:DatatypeProperty ;
            rdfs:range xsd:boolean ;
            rdfs:comment "Refers to the state of being obscured."@en ;
            rdfs:label "isObscured"@en .


###  https://w3id.org/ficr#plannedEndTime
:plannedEndTime rdf:type owl:DatatypeProperty ;
                rdfs:domain :Task ;
                rdfs:range xsd:dateTime ;
                rdfs:comment "The scheduled end date and time of a task."@en ;
                rdfs:label "plannedEndTime"@en .


###  https://w3id.org/ficr#plannedStartTime
:plannedStartTime rdf:type owl:DatatypeProperty ;
                  rdfs:domain :Task ;
                  rdfs:range xsd:dateTime ;
                  rdfs:comment "The scheduled start date and time of a task."@en ;
                  rdfs:label "plannedStartTime"@en .


###  https://w3id.org/ficr#requiresInspection
:requiresInspection rdf:type owl:DatatypeProperty ;
                    rdfs:range xsd:boolean ;
                    rdfs:comment "Must be subject to inspection assignments (e.g., fire safety inspections)."@en ;
                    rdfs:label "requiresInspection"@en .


#################################################################
#    Classes
#################################################################

###  https://w3id.org/ficr#AccessRoomRole
:AccessRoomRole rdf:type owl:Class ;
                rdfs:subClassOf :EscapeAndEvacuationRole .


###  https://w3id.org/ficr#Accommodation
:Accommodation rdf:type owl:Class ;
               rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#ActiveFireProtectionRole
:ActiveFireProtectionRole rdf:type owl:Class ;
                          rdfs:subClassOf :FireProtectionRole .


###  https://w3id.org/ficr#Alarm
:Alarm rdf:type owl:Class ;
       rdfs:subClassOf :FireProtectionEquipment ;
       rdfs:comment "An individual fire alarm equipment item or device that provides warning functionality within a fire alarm or detection arrangement. This class represents equipment-level alarm items."@en ;
       rdfs:label "Alarm"@en .


###  https://w3id.org/ficr#AlternativeEscapeRouteRole
:AlternativeEscapeRouteRole rdf:type owl:Class ;
                            rdfs:subClassOf :EscapeAndEvacuationRole .


###  https://w3id.org/ficr#AlternativeExitRole
:AlternativeExitRole rdf:type owl:Class ;
                     rdfs:subClassOf :EscapeAndEvacuationRole .


###  https://w3id.org/ficr#AnomalyTriggerEvent
:AnomalyTriggerEvent rdf:type owl:Class ;
                     rdfs:subClassOf :Event ;
                     rdfs:comment "A trigger event generated when abnormal conditions are detected by monitoring or analytics, causing tasks to be created for verification, inspection, or risk follow-up."@en ;
                     rdfs:label "AnomalyTriggerEvent"@en .


###  https://w3id.org/ficr#ApplianceVentilationDuct
:ApplianceVentilationDuct rdf:type owl:Class ;
                          rdfs:subClassOf :HVACSystem ;
                          rdfs:comment "A duct to deliver combustion air to a gas appliance."@en ;
                          rdfs:label "ApplianceVentilationDuct"@en .


###  https://w3id.org/ficr#ApplicabilityState
:ApplicabilityState rdf:type owl:Class ;
                    rdfs:subClassOf :AssessmentState ;
                    rdfs:comment "A controlled state indicating whether a requirement, rule, or assessment condition applies in a given context."@en ;
                    rdfs:label "ApplicabilityState"@en .


###  https://w3id.org/ficr#Applicable
:Applicable rdf:type owl:Class ;
            rdfs:subClassOf :ApplicabilityState ;
            owl:disjointWith :NotApplicable ,
                             :NotAssessed .


###  https://w3id.org/ficr#AssemblyPlace
:AssemblyPlace rdf:type owl:Class ;
               rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#Assessment
:Assessment rdf:type owl:Class ;
            rdfs:comment "A fire-related assessment record produced through an O&M task. It may represent compliance checking, risk analysis, or inspection assessment and can produce assessment findings."@en ;
            rdfs:label "Assessment"@en .


###  https://w3id.org/ficr#AssessmentBasis
:AssessmentBasis rdf:type owl:Class ;
                 rdfs:comment "A bundle of evidence items used to justify a fire compliance evaluation or risk assessment. It groups observed site evidence, regulatory sources, and supporting external documents for traceability and explanation."@en ;
                 rdfs:label "AssessmentBasis"@en .


###  https://w3id.org/ficr#AssessmentFinding
:AssessmentFinding rdf:type owl:Class ;
                   rdfs:comment "A record produced by an assessment to capture a compliance, risk, or inspection finding concerning an assessed element, system, zone, risk unit, requirement, or scenario. Findings may be linked to evidence, evidence status, and assessment results where applicable."@en ;
                   rdfs:label "AssessmentFinding"@en .


###  https://w3id.org/ficr#AssessmentState
:AssessmentState rdf:type owl:Class ;
                 rdfs:comment "An abstract superclass for controlled state or result values used in FiCR assessments, including boundary condition states, operational impairment states, evidence states, applicability states, and compliance results. Subclasses retain their domain-specific meanings and are not merged."@en ;
                 rdfs:label "AssessmentState"@en .


###  https://w3id.org/ficr#AtriumSpace
:AtriumSpace rdf:type owl:Class ;
             rdfs:subClassOf <https://w3id.org/bot#Space> ;
             owl:disjointWith :BalconySpace ,
                              :CavitySpace ,
                              :DuctSpace ,
                              :RoofSpace ,
                              :RoomSpace ,
                              :ShaftSpace ,
                              :StairSpace ;
             rdfs:comment """A continuous space that passes through one or more structural floors within a building, not necessarily vertically.
Enclosed lift wells, enclosed escalator wells, building services ducts and stairs are not classified as atria."""@en ;
             rdfs:label "AtriumSpace"@en .


###  https://w3id.org/ficr#Auditorium
:Auditorium rdf:type owl:Class ;
            rdfs:subClassOf :SpaceUsage ;
            owl:disjointWith :Bathroom ,
                             :CirculationUsage ,
                             :Gallery ,
                             :HabitableRoom ,
                             :Kitchen ,
                             :PlaceOfSpecialHazard ,
                             :ServiceUsage ,
                             :Warehouse .


###  https://w3id.org/ficr#AutomaticReleaseMechanism
:AutomaticReleaseMechanism rdf:type owl:Class ;
                           rdfs:subClassOf :FireProtectionEquipment ;
                           rdfs:comment """A device that normally holds a door open, but closes it automatically if any one of the following occurs.
• Smoke is detected by an automatic device of a suitable nature and quality in a suitable location.
• A hand-operated switch, fitted in a suitable position, is operated.
• The electricity supply to the device, apparatus or switch fails.
• The fire alarm system, if any, is operated."""@en ;
                           rdfs:label "AutomaticReleaseMechanism"@en .


###  https://w3id.org/ficr#BalconySpace
:BalconySpace rdf:type owl:Class ;
              rdfs:subClassOf <https://w3id.org/bot#Space> ;
              owl:disjointWith :CavitySpace ,
                               :DuctSpace ,
                               :RoofSpace ,
                               :RoomSpace ,
                               :ShaftSpace ,
                               :StairSpace ;
              rdfs:comment "A balcony is a platform projecting from the wall of a building, enclosed by a balustrade or railing, and accessed from an upper-level room."@en ;
              rdfs:label "BalconySpace"@en .


###  https://w3id.org/ficr#BasementStorey
:BasementStorey rdf:type owl:Class ;
                owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/bot#Storey>
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty :isAboveGround ;
                                                             owl:hasValue "false"^^xsd:boolean
                                                           ]
                                                         ) ;
                                      rdf:type owl:Class
                                    ] ;
                rdfs:subClassOf <https://w3id.org/bot#Storey> ;
                owl:disjointWith :GroundAndAboveStorey ;
                rdfs:comment "A storey with a floor that, at some point, is more than 1200mm below the highest level of ground beside the outside walls. (However, see Appendix B, paragraph B26c, for situations where the storey is considered to be a basement only because of a sloping site.)"@en ;
                rdfs:label "BasementStorey"@en .


###  https://w3id.org/ficr#Bathroom
:Bathroom rdf:type owl:Class ;
          rdfs:subClassOf :SpaceUsage ;
          owl:disjointWith :CirculationUsage ,
                           :Gallery ,
                           :HabitableRoom ,
                           :Kitchen ,
                           :PlaceOfSpecialHazard ,
                           :ServiceUsage ,
                           :Warehouse .


###  https://w3id.org/ficr#Beam
:Beam rdf:type owl:Class ;
      rdfs:subClassOf :StructuralElement ;
      rdfs:comment "A beam is a horizontal structural element that carries loads perpendicular to its length, transferring weight from a roof, floor, or ceiling to vertical supports like columns or walls."@en ;
      rdfs:label "Beam"@en .


###  https://w3id.org/ficr#BoardingHouse
:BoardingHouse rdf:type owl:Class ;
               rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#BoilerRoom
:BoilerRoom rdf:type owl:Class ;
            rdfs:subClassOf :PlaceOfSpecialHazard ;
            owl:disjointWith :EngineRoom ,
                             :FuelStorage ,
                             :SwitchGearRoom ,
                             :TransformerRoom .


###  https://w3id.org/ficr#BoundaryAssumption
:BoundaryAssumption rdf:type owl:Class ;
                    rdfs:subClassOf :BoundaryConditionRecord ;
                    rdfs:comment "A boundary condition record used where risk analysis relies on an assumed, incomplete, or provisionally assessed boundary-performance condition. It may later be confirmed, revised, or replaced by inspection evidence."@en ;
                    rdfs:label "BoundaryAssumption"@en .


###  https://w3id.org/ficr#BoundaryConditionRecord
:BoundaryConditionRecord rdf:type owl:Class ;
                         rdfs:comment "A record describing the assessed or assumed condition of a fire-related boundary or boundary-performance aspect within a risk unit. It may be used as an assessment dependency and can be linked to condition state, evidence status, supporting evidence, and related physical elements."@en ;
                         rdfs:label "BoundaryConditionRecord"@en .


###  https://w3id.org/ficr#BoundaryPerformanceAspect
:BoundaryPerformanceAspect rdf:type owl:Class ;
                           rdfs:comment "A classification of the boundary-related performance aspect considered in fire risk interpretation, such as compartmentation, cavity barrier performance, external fire spread, or structural stability."@en ;
                           rdfs:label "BoundaryPerformanceAspect"@en .


###  https://w3id.org/ficr#BuildingContent
:BuildingContent rdf:type owl:Class ;
                 rdfs:subClassOf <https://w3id.org/bot#Element> ,
                                 :PhysicalObject ;
                 rdfs:comment "A movable or non-integral physical object relevant to fire assessment, such as furniture, finishes, or contents."@en ;
                 rdfs:label "BuildingContent"@en .


###  https://w3id.org/ficr#BuildingSystem
:BuildingSystem rdf:type owl:Class ;
                rdfs:comment "A building system refers to the interconnected, functional components of a building, including its mechanical, and electrical infrastructure."@en ;
                rdfs:label "BuildingSystem"@en .


###  https://w3id.org/ficr#CarParking
:CarParking rdf:type owl:Class ;
            rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#CavityBarrier
:CavityBarrier rdf:type owl:Class ;
               rdfs:subClassOf :FabricElement ,
                               :FireProtectionElement ;
               rdfs:comment """A construction within a cavity, other than a smoke curtain, to perform either of the
following functions.
• Close a cavity to stop smoke or flame entering.
• Restrict the movement of smoke or flame within a cavity."""@en ;
               rdfs:label "CavityBarrier"@en .


###  https://w3id.org/ficr#CavityBarrierPerformanceAspect
:CavityBarrierPerformanceAspect rdf:type owl:Class ;
                                rdfs:subClassOf :BoundaryPerformanceAspect .


###  https://w3id.org/ficr#CavitySpace
:CavitySpace rdf:type owl:Class ;
             rdfs:subClassOf <https://w3id.org/bot#Space> ;
             owl:disjointWith :DuctSpace ,
                              :RoofSpace ,
                              :RoomSpace ,
                              :ShaftSpace ,
                              :StairSpace ;
             rdfs:comment "A space enclosed by elements of a building (including a suspended ceiling) or contained within an element, but that is not a room, cupboard, circulation space, protected shaft, or space within a flue, chute, duct, pipe or conduit."@en ;
             rdfs:label "CavitySpace"@en .


###  https://w3id.org/ficr#Ceiling
:Ceiling rdf:type owl:Class ;
         rdfs:subClassOf :FabricElement ;
         rdfs:comment """Part of a building that encloses a room, protected shaft or circulation space and is exposed overhead.
The soffit of a rooflight, but not the frame, is included as part of the surface of the ceiling. An upstand below a rooflight is considered as a wall."""@en ;
         rdfs:label "Ceiling"@en .


###  https://w3id.org/ficr#CertificateEvidence
:CertificateEvidence rdf:type owl:Class ;
                     rdfs:subClassOf :DocumentEvidence ;
                     rdfs:comment "A document evidence item representing a certificate that supports an assessment finding or record."@en ;
                     rdfs:label "CertificateEvidence"@en .


###  https://w3id.org/ficr#Circuit
:Circuit rdf:type owl:Class ;
         rdfs:subClassOf :ElectricalSystem ;
         rdfs:comment "A continuous pathway that allows electricity to flow from the main supply (consumer unit) to various outlets, lights, or appliances, and back again."@en ;
         rdfs:label "Circuit"@en .


###  https://w3id.org/ficr#CirculationSpaceRole
:CirculationSpaceRole rdf:type owl:Class ;
                      rdfs:subClassOf :EscapeAndEvacuationRole .


###  https://w3id.org/ficr#CirculationUsage
:CirculationUsage rdf:type owl:Class ;
                  rdfs:subClassOf :SpaceUsage ;
                  owl:disjointWith :Gallery ,
                                   :HabitableRoom ,
                                   :Kitchen ,
                                   :PlaceOfSpecialHazard ,
                                   :ServiceUsage ,
                                   :Warehouse .


###  https://w3id.org/ficr#Cladding
:Cladding rdf:type owl:Class ;
          rdfs:subClassOf :ExternalWall ;
          rdfs:comment "Cladding is an external layer applied to a building's structure to provide weather protection, thermal insulation, and improved aesthetics."@en ;
          rdfs:label "Cladding"@en .


###  https://w3id.org/ficr#Classification
:Classification rdf:type owl:Class ;
                rdfs:comment "Classify buildings or compartments according to their intended use, construction type, or structural risk to ensure safety, regulatory compliance, and facilitate communication between professionals such as planners, insurers, and contractors."@en ;
                rdfs:label "Classification"@en .


###  https://w3id.org/ficr#Closing
:Closing rdf:type owl:Class ;
         rdfs:subClassOf :FabricElement ;
         rdfs:comment "A fabric element category for components that close openings in the building envelope or internal partitions, including doors, windows, and dampers."@en ;
         rdfs:label "Closing"@en .


###  https://w3id.org/ficr#Column
:Column rdf:type owl:Class ;
        rdfs:subClassOf :StructuralElement ;
        rdfs:comment "A column is a vertical structural element in a building that supports loads from above and transfers them down to the foundation."@en ;
        rdfs:label "Column"@en .


###  https://w3id.org/ficr#CommercialPlace
:CommercialPlace rdf:type owl:Class ;
                 rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#CompartmentFloor
:CompartmentFloor rdf:type owl:Class ;
                  owl:equivalentClass [ owl:intersectionOf ( :Floor
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty :hasPhysicalObjectFireSafetyRole ;
                                                               owl:someValuesFrom :FireSeparatingRole
                                                             ]
                                                           ) ;
                                        rdf:type owl:Class
                                      ] ;
                  rdfs:subClassOf :FireProtectionElement ,
                                  :Floor ;
                  rdfs:comment "A fire resisting floor to separate one fire compartment from another."@en ;
                  rdfs:label "CompartmentFloor"@en .


###  https://w3id.org/ficr#CompartmentWall
:CompartmentWall rdf:type owl:Class ;
                 owl:equivalentClass [ owl:intersectionOf ( :Wall
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty :hasPhysicalObjectFireSafetyRole ;
                                                              owl:someValuesFrom :FireSeparatingRole
                                                            ]
                                                          ) ;
                                       rdf:type owl:Class
                                     ] ;
                 rdfs:subClassOf :FireProtectionElement ,
                                 :Wall ;
                 rdfs:comment """A fire resisting wall to separate one fire compartment from another.
including a wall that is common to two or more buildings."""@en ;
                 rdfs:label "CompartmentWall"@en .


###  https://w3id.org/ficr#CompartmentationPerformanceAspect
:CompartmentationPerformanceAspect rdf:type owl:Class ;
                                   rdfs:subClassOf :BoundaryPerformanceAspect .


###  https://w3id.org/ficr#ComplianceChecking
:ComplianceChecking rdf:type owl:Class ;
                    rdfs:subClassOf :Assessment ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :producesFinding ;
                                      owl:allValuesFrom :ComplianceFinding
                                    ] ;
                    rdfs:comment "An assessment that checks whether fire-related requirements are satisfied. It produces compliance findings rather than storing a single assessment-level result."@en ;
                    rdfs:label "ComplianceChecking"@en .


###  https://w3id.org/ficr#ComplianceCheckingTask
:ComplianceCheckingTask rdf:type owl:Class ;
                        rdfs:subClassOf :Task ;
                        rdfs:comment "A task that evaluates one or more requirements against available evidence and produces a compliance result."@en ;
                        rdfs:label "ComplianceCheckingTask"@en .


###  https://w3id.org/ficr#ComplianceFinding
:ComplianceFinding rdf:type owl:Class ;
                   rdfs:subClassOf :AssessmentFinding ;
                   owl:disjointWith :InspectionFinding ,
                                    :RiskFinding ;
                   rdfs:comment "An assessment finding produced by compliance checking. It records the assessed item, applicable requirement, actual value or condition, required value or criterion, compliance result, evidence status, and regulatory basis where available."@en ;
                   rdfs:label "ComplianceFinding"@en .


###  https://w3id.org/ficr#ComplianceRequestTriggerEvent
:ComplianceRequestTriggerEvent rdf:type owl:Class ;
                               rdfs:subClassOf :Event ;
                               rdfs:comment "A trigger event created when a compliance request is received from an external authority, or when a prior task identifies missing evidence or unmet preconditions requiring follow-up inspection or assessment."@en ;
                               rdfs:label "ComplianceRequestTriggerEvent"@en .


###  https://w3id.org/ficr#ComplianceResult
:ComplianceResult rdf:type owl:Class ;
                  rdfs:subClassOf :AssessmentState ;
                  rdfs:comment "A controlled assessment state representing the result of a compliance finding, such as compliant, non-compliant, or undetermined. Compliance results are attached to ComplianceFinding records so that they remain traceable to the assessed target, checked requirement, evidence status, and regulatory source."@en ;
                  rdfs:label "ComplianceResult"@en .


###  https://w3id.org/ficr#CompliantResult
:CompliantResult rdf:type owl:Class ;
                 rdfs:subClassOf :ComplianceResult ;
                 owl:disjointWith :NonCompliantResult ,
                                  :UndeterminedResult .


###  https://w3id.org/ficr#Compromised
:Compromised rdf:type owl:Class ;
             rdfs:subClassOf :ConditionState ;
             owl:disjointWith :Effective ,
                              :Unknown .


###  https://w3id.org/ficr#ConditionState
:ConditionState rdf:type owl:Class ;
                rdfs:subClassOf :AssessmentState ;
                rdfs:comment "Physical performance status assessment of boundary condition state."@en ;
                rdfs:label "ConditionState"@en .


###  https://w3id.org/ficr#Controller
:Controller rdf:type owl:Class ;
            rdfs:subClassOf :Equipment ;
            rdfs:comment "In buildings, a \"controller\" is the \"brain\" of an automated system, receiving data from sensors and sending commands to devices like HVAC, lighting, and alarms to ensure comfort and efficiency."@en ;
            rdfs:label "Controller"@en .


###  https://w3id.org/ficr#Corridor
:Corridor rdf:type owl:Class ;
          rdfs:subClassOf :CirculationUsage ;
          owl:disjointWith :EntranceHall ,
                           :Foyer ,
                           :Hall ,
                           :Lobby .


###  https://w3id.org/ficr#Curtain
:Curtain rdf:type owl:Class ;
         rdfs:subClassOf :FabricElement ;
         rdfs:comment "Part of a solar shading device which is set in motion by the operating system and fulfils the purpose of a blind, awning or shutter."@en ;
         rdfs:label "Curtain"@en .


###  https://w3id.org/ficr#DeadEndRole
:DeadEndRole rdf:type owl:Class ;
             rdfs:subClassOf :EscapeAndEvacuationRole .


###  https://w3id.org/ficr#DeficiencyFinding
:DeficiencyFinding rdf:type owl:Class ;
                   rdfs:subClassOf :InspectionFinding ;
                   rdfs:comment "An inspection finding that records an observed defect, shortfall, obstruction, damage, missing evidence, or other adverse condition relevant to fire-related O&M assessment."@en ;
                   rdfs:label "DeficiencyFinding"@en .


###  https://w3id.org/ficr#DetentionHouse
:DetentionHouse rdf:type owl:Class ;
                rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#DocumentEvidence
:DocumentEvidence rdf:type owl:Class ;
                  rdfs:subClassOf :EvidenceItem ;
                  rdfs:comment "An external file or record that supports assessment or documentation, such as product data sheets, installation manuals, certificates, drawings, or inspection reports. It is linked for human access and traceability and does not directly participate in logical inference unless explicitly modelled."@en ;
                  rdfs:label "DocumentEvidence"@en .


###  https://w3id.org/ficr#Doorset
:Doorset rdf:type owl:Class ;
         rdfs:subClassOf :Closing ;
         rdfs:comment "A doorset is a complete, integrated door system consisting of the door leaf, frame, and all necessary hardware like hinges, seals, and closers, sold as a single unit from one source."@en ;
         rdfs:label "Doorset"@en .


###  https://w3id.org/ficr#DrawingEvidence
:DrawingEvidence rdf:type owl:Class ;
                 rdfs:subClassOf :DocumentEvidence ;
                 rdfs:comment "A document evidence item representing a drawing that supports an assessment finding or record."@en ;
                 rdfs:label "DrawingEvidence"@en .


###  https://w3id.org/ficr#DuctSpace
:DuctSpace rdf:type owl:Class ;
           rdfs:subClassOf <https://w3id.org/bot#Space> ;
           owl:disjointWith :RoofSpace ,
                            :RoomSpace ,
                            :ShaftSpace ,
                            :StairSpace ;
           rdfs:comment "A duct space is a designated area or channel within a building that houses the systems for conveying air, cables, and other utilities."@en ;
           rdfs:label "DuctSpace"@en .


###  https://w3id.org/ficr#Dwellinghouse
:Dwellinghouse rdf:type owl:Class ;
               rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#Effective
:Effective rdf:type owl:Class ;
           rdfs:subClassOf :ConditionState ;
           owl:disjointWith :Unknown .


###  https://w3id.org/ficr#ElectricalSystem
:ElectricalSystem rdf:type owl:Class ;
                  rdfs:subClassOf :BuildingSystem ;
                  rdfs:comment "An electrical system in a building is a network of wiring, equipment, and protective devices that safely distributes power from its entry point to all the loads, such as lights, outlets, and appliances, within the structure."@en ;
                  rdfs:label "ElectricalSystem"@en .


###  https://w3id.org/ficr#EmergencyLightingSystem
:EmergencyLightingSystem rdf:type owl:Class ;
                         rdfs:subClassOf :BuildingSystem ;
                         rdfs:comment "A protection system that provides lighting for escape routes, safety equipment, or relevant spaces when normal lighting fails."@en ;
                         rdfs:label "EmergencyLightingSystem"@en .


###  https://w3id.org/ficr#EngineRoom
:EngineRoom rdf:type owl:Class ;
            rdfs:subClassOf :PlaceOfSpecialHazard ;
            owl:disjointWith :FuelStorage ,
                             :SwitchGearRoom ,
                             :TransformerRoom .


###  https://w3id.org/ficr#EntertainmentPlace
:EntertainmentPlace rdf:type owl:Class ;
                    rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#EntranceHall
:EntranceHall rdf:type owl:Class ;
              rdfs:subClassOf :CirculationUsage ;
              owl:disjointWith :Foyer ,
                               :Hall ,
                               :Lobby .


###  https://w3id.org/ficr#Equipment
:Equipment rdf:type owl:Class ;
           rdfs:subClassOf <https://w3id.org/bot#Element> ,
                           :PhysicalObject ;
           rdfs:comment "An independently identifiable and maintainable physical device or apparatus. Equipment is modelled as ficr:PhysicalObject and aligned with bot:Element when it is located in or associated with the building topology."@en ;
           rdfs:label "Equipment"@en .


###  https://w3id.org/ficr#EquipmentInspectionTask
:EquipmentInspectionTask rdf:type owl:Class ;
                         rdfs:subClassOf :Task ;
                         rdfs:comment "Inspection task consumes observations produced by upstream tools."@en ;
                         rdfs:label "EquipmentInspectionTask"@en .


###  https://w3id.org/ficr#EscapeAndEvacuationRole
:EscapeAndEvacuationRole rdf:type owl:Class ;
                         rdfs:subClassOf :FireSafetyRole ;
                         rdfs:comment "A fire safety role related to escape, evacuation, exits, access rooms, protected routes, dead ends, circulation spaces, or other route-related fire-safety interpretation."@en ;
                         rdfs:label "EscapeAndEvacuationRole"@en .


###  https://w3id.org/ficr#EscapeLighting
:EscapeLighting rdf:type owl:Class ;
                rdfs:subClassOf :EmergencyLightingSystem ;
                rdfs:comment "The part of the emergency lighting that is provided to ensure that the escape route is illuminated at all material times."@en ;
                rdfs:label "EscapeLighting"@en .


###  https://w3id.org/ficr#EvacuationLift
:EvacuationLift rdf:type owl:Class ;
                owl:equivalentClass [ owl:intersectionOf ( :LiftSystem
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty :hasSystemFireSafetyRole ;
                                                             owl:someValuesFrom :EvacuationRole
                                                           ]
                                                         ) ;
                                      rdf:type owl:Class
                                    ] ;
                rdfs:subClassOf :FireProtectionSystem ;
                rdfs:comment "A lift that may be used to evacuate people in a fire."@en ;
                rdfs:label "EvacuationLift"@en .


###  https://w3id.org/ficr#EvacuationRole
:EvacuationRole rdf:type owl:Class ;
                rdfs:subClassOf :EscapeAndEvacuationRole .


###  https://w3id.org/ficr#Event
:Event rdf:type owl:Class ;
       rdfs:comment "An occurrence that triggers the creation of one or more tasks in the FiCR workflow, such as a routine schedule, an anomaly alert, or a compliance request."@en ;
       rdfs:label "Event"@en .


###  https://w3id.org/ficr#EvidenceAvailable
:EvidenceAvailable rdf:type owl:Class ;
                   rdfs:subClassOf :EvidenceStatus ;
                   owl:disjointWith :EvidenceInsufficient ,
                                    :EvidenceMissing ,
                                    :EvidenceNotRequired .


###  https://w3id.org/ficr#EvidenceInsufficient
:EvidenceInsufficient rdf:type owl:Class ;
                      rdfs:subClassOf :EvidenceStatus ;
                      owl:disjointWith :EvidenceMissing ,
                                       :EvidenceNotRequired .


###  https://w3id.org/ficr#EvidenceItem
:EvidenceItem rdf:type owl:Class ;
              rdfs:subClassOf :AssessmentBasis ;
              rdfs:comment "A single piece of evidence that supports an assessment. It may be an observation, a regulatory reference, or an external document. Evidence items are linkable, traceable, and can be attached to specific assets, spaces, or checks."@en ;
              rdfs:label "EvidenceItem"@en .


###  https://w3id.org/ficr#EvidenceMissing
:EvidenceMissing rdf:type owl:Class ;
                 rdfs:subClassOf :EvidenceStatus ;
                 owl:disjointWith :EvidenceNotRequired .


###  https://w3id.org/ficr#EvidenceNotRequired
:EvidenceNotRequired rdf:type owl:Class ;
                     rdfs:subClassOf :EvidenceStatus .


###  https://w3id.org/ficr#EvidenceStatus
:EvidenceStatus rdf:type owl:Class ;
                rdfs:subClassOf :AssessmentState ;
                rdfs:comment "A controlled assessment state describing whether the evidence required to support an assessment finding or boundary condition record is available, missing, insufficient, or not required."@en ;
                rdfs:label "EvidenceStatus"@en .


###  https://w3id.org/ficr#ExitPassagewayRole
:ExitPassagewayRole rdf:type owl:Class ;
                    rdfs:subClassOf :EscapeAndEvacuationRole .


###  https://w3id.org/ficr#ExternalFireSpreadPerformanceAspect
:ExternalFireSpreadPerformanceAspect rdf:type owl:Class ;
                                     rdfs:subClassOf :BoundaryPerformanceAspect .


###  https://w3id.org/ficr#ExternalWall
:ExternalWall rdf:type owl:Class ;
              owl:equivalentClass [ owl:intersectionOf ( :Wall
                                                         [ rdf:type owl:Restriction ;
                                                           owl:onProperty :isExternal ;
                                                           owl:hasValue "true"^^xsd:boolean
                                                         ]
                                                       ) ;
                                    rdf:type owl:Class
                                  ] ;
              rdfs:subClassOf :Wall ;
              rdfs:comment """The external wall of a building includes all of the following.
• Anything located within any space forming part of the wall.
• Any decoration or other finish applied to any external (but not internal) surface forming part of the wall.
• Any windows and doors in the wall.
• Any part of a roof pitched at an angle of more than 70 degrees to the horizontal if that part of the roof adjoins a space within the building to which persons have access, but not access only for the purpose of carrying out repairs or maintenance."""@en ;
              rdfs:label "ExternalWall"@en .


###  https://w3id.org/ficr#ExternalWallDoor
:ExternalWallDoor rdf:type owl:Class ;
                  owl:equivalentClass [ owl:intersectionOf ( :Doorset
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty :isExternal ;
                                                               owl:hasValue "true"^^xsd:boolean
                                                             ]
                                                           ) ;
                                        rdf:type owl:Class
                                      ] ;
                  rdfs:subClassOf :Doorset ;
                  rdfs:comment "An external wall door is a door that is part of a building's exterior wall, providing an entrance and exit to the building."@en ;
                  rdfs:label "ExternalWallDoor"@en .


###  https://w3id.org/ficr#ExternalWallWindow
:ExternalWallWindow rdf:type owl:Class ;
                    owl:equivalentClass [ owl:intersectionOf ( :Window
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty :isExternal ;
                                                                 owl:hasValue "true"^^xsd:boolean
                                                               ]
                                                             ) ;
                                          rdf:type owl:Class
                                        ] ;
                    rdfs:subClassOf :Window ;
                    rdfs:comment "An external wall window is a window that is part of a building's exterior wall, which acts as the outer boundary separating the interior from the outside environment."@en ;
                    rdfs:label "ExternalWallWindow"@en .


###  https://w3id.org/ficr#FabricElement
:FabricElement rdf:type owl:Class ;
               rdfs:subClassOf <https://w3id.org/bot#Element> ,
                               :PhysicalObject ;
               rdfs:comment "A physical construction element forming part of the building fabric. Fabric elements are modelled as ficr:PhysicalObject and aligned with bot:Element so that they can participate in spatial containment, adjacency, and fire-related classification."@en ;
               rdfs:label "FabricElement"@en .


###  https://w3id.org/ficr#Factory
:Factory rdf:type owl:Class ;
         rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#FinalExitRole
:FinalExitRole rdf:type owl:Class ;
               rdfs:subClassOf :EscapeAndEvacuationRole .


###  https://w3id.org/ficr#Finishes
:Finishes rdf:type owl:Class ;
          rdfs:subClassOf :BuildingContent ;
          rdfs:comment "Finishes are the final surface treatments and decorative elements applied to a building's interior and exterior."@en ;
          rdfs:label "Finishes"@en .


###  https://w3id.org/ficr#FireAlarmSystem
:FireAlarmSystem rdf:type owl:Class ;
                 rdfs:subClassOf :FireProtectionSystem ;
                 rdfs:comment "A system-level arrangement of components for detecting fire and giving audible, visual, or other perceptible warning of fire."@en ;
                 rdfs:label "FireAlarmSystem"@en .


###  https://w3id.org/ficr#FireAndSmokeDamper
:FireAndSmokeDamper rdf:type owl:Class ;
                    rdfs:subClassOf :FireDamper ;
                    rdfs:comment "A fire damper which, in addition to the performance of the fire damper, resists the spread of smoke."@en ;
                    rdfs:label "FireAndSmokeDamper"@en .


###  https://w3id.org/ficr#FireCompartment
:FireCompartment rdf:type owl:Class ;
                 owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/bot#Zone>
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty <https://w3id.org/bot#adjacentElement> ;
                                                              owl:someValuesFrom :CompartmentFloor
                                                            ]
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty <https://w3id.org/bot#adjacentElement> ;
                                                              owl:someValuesFrom :CompartmentWall
                                                            ]
                                                          ) ;
                                       rdf:type owl:Class
                                     ] ;
                 rdfs:subClassOf :FireProtectionSpatialProvision ;
                 rdfs:comment "A fire safety space bounded by compartment walls and compartment floors, designed to prevent the spread of fire and smoke beyond the compartment of origin."@en ;
                 rdfs:label "FireCompartment"@en .


###  https://w3id.org/ficr#FireDamper
:FireDamper rdf:type owl:Class ;
            owl:equivalentClass [ owl:intersectionOf ( :Closing
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty :hasPhysicalObjectFireSafetyRole ;
                                                         owl:someValuesFrom :FireResistingRole
                                                       ]
                                                     ) ;
                                  rdf:type owl:Class
                                ] ;
            rdfs:subClassOf :Closing ,
                            :FireProtectionElement ;
            rdfs:comment "A mechanical or intumescent device within a duct or ventilation opening that operates automatically and is designed to resist the spread of fire."@en ;
            rdfs:label "FireDamper"@en .


###  https://w3id.org/ficr#FireDoorset
:FireDoorset rdf:type owl:Class ;
             owl:equivalentClass [ owl:intersectionOf ( :Doorset
                                                        [ rdf:type owl:Class ;
                                                          owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                          owl:onProperty :hasPhysicalObjectFireSafetyRole ;
                                                                          owl:someValuesFrom :FireResistingRole
                                                                        ]
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty :hasPhysicalObjectFireSafetyRole ;
                                                                          owl:someValuesFrom :FireSeparatingRole
                                                                        ]
                                                                      )
                                                        ]
                                                      ) ;
                                   rdf:type owl:Class
                                 ] ;
             rdfs:subClassOf :Doorset ,
                             :FireProtectionElement ;
             rdfs:comment "A door or shutter which, together with its frame and furniture as installed in a building, is intended (when closed) to resist the spread of fire and/or gaseous products of combustion and meets specified performance criteria to those ends."@en ;
             rdfs:label "FireDoorset"@en .


###  https://w3id.org/ficr#FireExtinguisher
:FireExtinguisher rdf:type owl:Class ;
                  rdfs:subClassOf :FireProtectionEquipment ;
                  rdfs:comment "A portable or fixed manually-operated device containing an extinguishing agent that can be expelled for the purpose of suppressing or extinguishing a fire. Fire extinguishers are classified by their agent type (water, foam, CO2, dry powder, wet chemical) and by the fire classes they are rated to address."@en ;
                  rdfs:label "FireExtinguisher"@en .


###  https://w3id.org/ficr#FireFightingLift
:FireFightingLift rdf:type owl:Class ;
                  owl:equivalentClass [ owl:intersectionOf ( :LiftSystem
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty :hasSystemFireSafetyRole ;
                                                               owl:someValuesFrom :FirefightingRole
                                                             ]
                                                           ) ;
                                        rdf:type owl:Class
                                      ] ;
                  rdfs:subClassOf :FireProtectionSystem ;
                  rdfs:comment "A lift with additional protection and with controls that enable it to be used by the fire and rescue service when fighting a fire."@en ;
                  rdfs:label "FireFightingLift"@en .


###  https://w3id.org/ficr#FireProtectionElement
:FireProtectionElement rdf:type owl:Class ;
                       rdfs:subClassOf :FireProtectionProvision ,
                                       :PhysicalObject ;
                       rdfs:comment "A physical object, building element, or component that contributes to fire protection performance. This class groups physical fire-protection provisions while preserving their identity through more specific classes such as wall, doorset, stair, damper, cavity barrier, or fire stop."@en ;
                       rdfs:label "FireProtectionElement"@en .


###  https://w3id.org/ficr#FireProtectionEquipment
:FireProtectionEquipment rdf:type owl:Class ;
                         rdfs:subClassOf :Equipment ,
                                         :FireProtectionProvision ;
                         rdfs:comment "A maintainable equipment item that supports fire protection or fire safety operation, such as warning, detection, suppression, release, control, manual firefighting, monitoring, or activation. Equipment-level provisions remain distinct from system-level provisions."@en ;
                         rdfs:label "FireProtectionEquipment"@en .


###  https://w3id.org/ficr#FireProtectionProvision
:FireProtectionProvision rdf:type owl:Class ;
                         rdfs:comment "A building element, equipment item, system, component, or spatial arrangement that is provided or designated to support fire protection or fire safety performance. This class is used as a common query target for fire-related provisions without treating all of them as building systems."@en ;
                         rdfs:label "FireProtectionProvision"@en .


###  https://w3id.org/ficr#FireProtectionRole
:FireProtectionRole rdf:type owl:Class ;
                    rdfs:subClassOf :FireSafetyRole ;
                    rdfs:comment "A fire safety role related to active or passive fire protection, fire separation, fire resistance, or limitation of fire spread."@en ;
                    rdfs:label "FireProtectionRole"@en .


###  https://w3id.org/ficr#FireProtectionSpatialProvision
:FireProtectionSpatialProvision rdf:type owl:Class ;
                                rdfs:subClassOf :FireProtectionProvision ,
                                                :FireSafetySpace ;
                                rdfs:comment "A spatial zone or arrangement that contributes to fire protection or fire safety performance, such as a compartment, protected corridor, protected lobby, protected shaft, protected stairway space, or other protected escape or separation space."@en ;
                                rdfs:label "FireProtectionSpatialProvision"@en .


###  https://w3id.org/ficr#FireProtectionSystem
:FireProtectionSystem rdf:type owl:Class ;
                      rdfs:subClassOf :BuildingSystem ,
                                      :FireProtectionProvision ;
                      rdfs:comment "A distributed or system-level building system that supports fire protection or fire safety operation, including detection, alarm, suppression, smoke control, emergency lighting, protected electrical supply, firefighting support, or evacuation support."@en ;
                      rdfs:label "FireProtectionSystem"@en .


###  https://w3id.org/ficr#FireResistingRole
:FireResistingRole rdf:type owl:Class ;
                   rdfs:subClassOf :FireProtectionRole .


###  https://w3id.org/ficr#FireRiskAssessmentTask
:FireRiskAssessmentTask rdf:type owl:Class ;
                        rdfs:subClassOf :Task ;
                        rdfs:comment "A task that produces a fire risk analysis assessment for O&M use. It supports risk-informed interpretation by linking risk units, fire risk scenarios, compliance findings, boundary condition records, condition states, and evidence status."@en ;
                        rdfs:label "FireRiskAssessmentTask"@en .


###  https://w3id.org/ficr#FireRiskScenario
:FireRiskScenario rdf:type owl:Class ;
                  rdfs:comment "A hypothetical fire scenario anchored to an origin space or zone. It describes the fire origin, relevant spread context, affected risk unit, and boundary conditions used for risk-informed O&M interpretation."@en ;
                  rdfs:label "FireRiskScenario"@en .


###  https://w3id.org/ficr#FireSafetyRole
:FireSafetyRole rdf:type owl:Class ;
                rdfs:subClassOf :UsageType ;
                rdfs:comment "A controlled role or designation assigned to a physical object, spatial zone, or building system to describe its fire-safety function. The role itself is independent of the assignment target; the assignment context is expressed by the property used, such as hasPhysicalObjectFireSafetyRole, hasZoneFireSafetyRole, or hasSystemFireSafetyRole."@en ;
                rdfs:label "FireSafetyRole"@en .


###  https://w3id.org/ficr#FireSafetySpace
:FireSafetySpace rdf:type owl:Class ;
                 rdfs:subClassOf <https://w3id.org/bot#Zone> ;
                 rdfs:comment "\"Fire safety space\" in a building refers to the areas designed to prevent the spread of fire and smoke and guide occupants to safety."@en ;
                 rdfs:label "FireSafetySpace"@en .


###  https://w3id.org/ficr#FireSeparatingRole
:FireSeparatingRole rdf:type owl:Class ;
                    rdfs:subClassOf :FireProtectionRole .


###  https://w3id.org/ficr#FireSprinklerSystem
:FireSprinklerSystem rdf:type owl:Class ;
                     owl:equivalentClass [ owl:intersectionOf ( :PipingSystem
                                                                [ rdf:type owl:Restriction ;
                                                                  owl:onProperty :hasSystemFireSafetyRole ;
                                                                  owl:someValuesFrom :ActiveFireProtectionRole
                                                                ]
                                                              ) ;
                                           rdf:type owl:Class
                                         ] ;
                     rdfs:subClassOf :FireProtectionSystem ,
                                     :PipingSystem ;
                     rdfs:comment "A fire protection system that uses a network of pipes, control components, and sprinkler outlets to discharge water for fire suppression or control."@en ;
                     rdfs:label "FireSprinklerSystem"@en .


###  https://w3id.org/ficr#FireStop
:FireStop rdf:type owl:Class ;
          rdfs:subClassOf :FabricElement ,
                          :FireProtectionElement ;
          rdfs:comment "A seal provided to close an imperfection of fit or design tolerance between elements or components, to restrict the spread of fire and smoke."@en ;
          rdfs:label "FireStop"@en .


###  https://w3id.org/ficr#FirefightingRole
:FirefightingRole rdf:type owl:Class ;
                  rdfs:subClassOf :FirefightingSupportRole .


###  https://w3id.org/ficr#FirefightingSupportRole
:FirefightingSupportRole rdf:type owl:Class ;
                         rdfs:subClassOf :FireSafetyRole ;
                         rdfs:comment "A fire safety role related to firefighter access, firefighting support, fire service intervention, or systems and spaces designated to support firefighting operations."@en ;
                         rdfs:label "FirefightingSupportRole"@en .


###  https://w3id.org/ficr#Flat
:Flat rdf:type owl:Class ;
      rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#Floor
:Floor rdf:type owl:Class ;
       rdfs:subClassOf :FabricElement ;
       rdfs:comment "A floor is the horizontal surface in a building that forms the base of a room, providing structural support for occupants, furniture, and the building's own weight."@en ;
       rdfs:label "Floor"@en .


###  https://w3id.org/ficr#FloorSlab
:FloorSlab rdf:type owl:Class ;
           rdfs:subClassOf :Floor ,
                           :Slab ;
           rdfs:comment "A horizontal structural slab forming an intermediate or ground-level floor, transferring occupancy and dead loads to the supporting structure."@en ;
           rdfs:label "FloorSlab"@en .


###  https://w3id.org/ficr#Foyer
:Foyer rdf:type owl:Class ;
       rdfs:subClassOf :CirculationUsage ;
       owl:disjointWith :Hall ,
                        :Lobby .


###  https://w3id.org/ficr#FuelStorage
:FuelStorage rdf:type owl:Class ;
             rdfs:subClassOf :PlaceOfSpecialHazard ;
             owl:disjointWith :SwitchGearRoom ,
                              :TransformerRoom .


###  https://w3id.org/ficr#Furnishings
:Furnishings rdf:type owl:Class ;
             rdfs:subClassOf :BuildingContent ;
             rdfs:comment "Movable items that make a space habitable and decorative."@en ;
             rdfs:label "Furnishings"@en .


###  https://w3id.org/ficr#Gallery
:Gallery rdf:type owl:Class ;
         rdfs:subClassOf :SpaceUsage ;
         owl:disjointWith :HabitableRoom ,
                          :Kitchen ,
                          :PlaceOfSpecialHazard ,
                          :ServiceUsage ,
                          :Warehouse .


###  https://w3id.org/ficr#GroundAndAboveStorey
:GroundAndAboveStorey rdf:type owl:Class ;
                      owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/bot#Storey>
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty :isAboveGround ;
                                                                   owl:hasValue "true"^^xsd:boolean
                                                                 ]
                                                               ) ;
                                            rdf:type owl:Class
                                          ] ;
                      rdfs:subClassOf <https://w3id.org/bot#Storey> ;
                      rdfs:comment "A storey at or above ground level, defined by isAboveGround = true."@en ;
                      rdfs:label "GroundAndAboveStorey"@en .


###  https://w3id.org/ficr#GuidanceDocument
:GuidanceDocument rdf:type owl:Class ;
                  rdfs:subClassOf :RegulatorySource ;
                  rdfs:comment "Guidance documents explaining how to meet requirements or how to conduct assessments are not necessarily laws in themselves."@en ;
                  rdfs:label "GuidanceDocument"@en .


###  https://w3id.org/ficr#HVACSystem
:HVACSystem rdf:type owl:Class ;
            rdfs:subClassOf :BuildingSystem ;
            rdfs:comment "An HVAC system is a building's climate control system for heating, ventilation, and air conditioning."@en ;
            rdfs:label "HVACSystem"@en .


###  https://w3id.org/ficr#HabitableRoom
:HabitableRoom rdf:type owl:Class ;
               rdfs:subClassOf :SpaceUsage ;
               owl:disjointWith :Kitchen ,
                                :PlaceOfSpecialHazard ,
                                :ServiceUsage ,
                                :Warehouse .


###  https://w3id.org/ficr#Hall
:Hall rdf:type owl:Class ;
      rdfs:subClassOf :CirculationUsage ;
      owl:disjointWith :Lobby .


###  https://w3id.org/ficr#HallOfResidence
:HallOfResidence rdf:type owl:Class ;
                 rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#Hospital
:Hospital rdf:type owl:Class ;
          rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#Hostel
:Hostel rdf:type owl:Class ;
        rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#Hotel
:Hotel rdf:type owl:Class ;
       rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#Impaired
:Impaired rdf:type owl:Class ;
          rdfs:subClassOf :ImpairmentState ;
          owl:disjointWith :ImpairmentUnknown ,
                           :Operational .


###  https://w3id.org/ficr#ImpairmentState
:ImpairmentState rdf:type owl:Class ;
                 rdfs:subClassOf :AssessmentState ;
                 rdfs:comment "ImpairmentState of the building component."@en ;
                 rdfs:label "ImpairmentState"@en .


###  https://w3id.org/ficr#ImpairmentUnknown
:ImpairmentUnknown rdf:type owl:Class ;
                   rdfs:subClassOf :ImpairmentState ;
                   owl:disjointWith :Operational .


###  https://w3id.org/ficr#InnerRoomRole
:InnerRoomRole rdf:type owl:Class ;
               rdfs:subClassOf :EscapeAndEvacuationRole .


###  https://w3id.org/ficr#InspectionAssessment
:InspectionAssessment rdf:type owl:Class ;
                      rdfs:subClassOf :Assessment ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :producesFinding ;
                                        owl:allValuesFrom :InspectionFinding
                                      ] ;
                      rdfs:comment "An assessment activity that evaluates fire safety or compliance conditions through inspection."@en ;
                      rdfs:label "InspectionAssessment"@en .


###  https://w3id.org/ficr#InspectionFinding
:InspectionFinding rdf:type owl:Class ;
                   rdfs:subClassOf :AssessmentFinding ;
                   owl:disjointWith :RiskFinding ;
                   rdfs:comment "An assessment finding produced by inspection activity. It records observed fire-related conditions, deficiencies, evidence gaps, or verification outcomes relevant to O&M assessment."@en ;
                   rdfs:label "InspectionFinding"@en .


###  https://w3id.org/ficr#InspectionReportEvidence
:InspectionReportEvidence rdf:type owl:Class ;
                          rdfs:subClassOf :DocumentEvidence ;
                          rdfs:comment "A document evidence item representing an inspection report that supports an assessment finding or record."@en ;
                          rdfs:label "InspectionReportEvidence"@en .


###  https://w3id.org/ficr#InstallationNotRequired
:InstallationNotRequired rdf:type owl:Class ;
                         rdfs:subClassOf :InstallationStatus ;
                         owl:disjointWith :InstallationUnknown ,
                                          :Installed ,
                                          :NotInstalled ,
                                          :PartiallyInstalled .


###  https://w3id.org/ficr#InstallationStatus
:InstallationStatus rdf:type owl:Class ;
                    rdfs:subClassOf :AssessmentState ;
                    rdfs:comment "Whether a fire safety system or component is installed, and if so, to what specification."@en ;
                    rdfs:label "InstallationStatus"@en .


###  https://w3id.org/ficr#InstallationUnknown
:InstallationUnknown rdf:type owl:Class ;
                     rdfs:subClassOf :InstallationStatus ;
                     owl:disjointWith :Installed ,
                                      :NotInstalled ,
                                      :PartiallyInstalled .


###  https://w3id.org/ficr#Installed
:Installed rdf:type owl:Class ;
           rdfs:subClassOf :InstallationStatus ;
           owl:disjointWith :NotInstalled ,
                            :PartiallyInstalled .


###  https://w3id.org/ficr#Kitchen
:Kitchen rdf:type owl:Class ;
         rdfs:subClassOf :SpaceUsage ;
         owl:disjointWith :PlaceOfSpecialHazard ,
                          :ServiceUsage ,
                          :Warehouse .


###  https://w3id.org/ficr#LiftShaft
:LiftShaft rdf:type owl:Class ;
           rdfs:subClassOf :ShaftSpace ;
           rdfs:comment "A lift shaft is a vertical passageway in a building where an elevator travels between floors."@en ;
           rdfs:label "LiftShaft"@en .


###  https://w3id.org/ficr#LiftSystem
:LiftSystem rdf:type owl:Class ;
            rdfs:subClassOf :VerticalTransportSystem ;
            rdfs:comment "Complete machinery and infrastructure for vertical transport."@en ;
            rdfs:label "LiftSystem"@en .


###  https://w3id.org/ficr#Lobby
:Lobby rdf:type owl:Class ;
       rdfs:subClassOf :CirculationUsage .


###  https://w3id.org/ficr#MaintenanceRecordEvidence
:MaintenanceRecordEvidence rdf:type owl:Class ;
                           rdfs:subClassOf :DocumentEvidence ;
                           rdfs:comment "A document evidence item representing a maintenance record that supports an assessment finding or record."@en ;
                           rdfs:label "MaintenanceRecordEvidence"@en .


###  https://w3id.org/ficr#MeansOfEscapeRole
:MeansOfEscapeRole rdf:type owl:Class ;
                   rdfs:subClassOf :EscapeAndEvacuationRole .


###  https://w3id.org/ficr#MultiStoreyBuilding
:MultiStoreyBuilding rdf:type owl:Class ;
                     rdfs:subClassOf <https://w3id.org/bot#Building> ;
                     owl:disjointWith :SingleStoreyBuilding ;
                     rdfs:comment """The building is regarded as a multi-storey building if both of the following apply.
• There is more than one gallery.
• The total aggregate area of all the galleries in one space is more than half the floor area of that space."""@en ;
                     rdfs:label "MultiStoreyBuilding"@en .


###  https://w3id.org/ficr#NonCompliantResult
:NonCompliantResult rdf:type owl:Class ;
                    rdfs:subClassOf :ComplianceResult ;
                    owl:disjointWith :UndeterminedResult .


###  https://w3id.org/ficr#NotApplicable
:NotApplicable rdf:type owl:Class ;
               rdfs:subClassOf :ApplicabilityState ;
               owl:disjointWith :NotAssessed .


###  https://w3id.org/ficr#NotAssessed
:NotAssessed rdf:type owl:Class ;
             rdfs:subClassOf :ApplicabilityState .


###  https://w3id.org/ficr#NotInstalled
:NotInstalled rdf:type owl:Class ;
              rdfs:subClassOf :InstallationStatus ;
              owl:disjointWith :PartiallyInstalled .


###  https://w3id.org/ficr#ObservedEvidence
:ObservedEvidence rdf:type owl:Class ;
                  rdfs:subClassOf :EvidenceItem ;
                  rdfs:comment "Evidence collected from the building or its digital sensors during inspection or monitoring, such as RGB images, depth, LiDAR/point clouds, and sensor readings. This class represents the content used for assessment, not the provenance metadata standard itself."@en ;
                  rdfs:label "ObservedEvidence"@en .


###  https://w3id.org/ficr#Office
:Office rdf:type owl:Class ;
        rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#Opening
:Opening rdf:type owl:Class ;
         rdfs:subClassOf :FabricElement ;
         rdfs:comment "Refers to any intentional void in walls, floors, or ceilings for access, light, air, or services, such as doors, windows, ducts, or stairwells."@en ;
         rdfs:label "Opening"@en .


###  https://w3id.org/ficr#Operational
:Operational rdf:type owl:Class ;
             rdfs:subClassOf :ImpairmentState .


###  https://w3id.org/ficr#PartiallyInstalled
:PartiallyInstalled rdf:type owl:Class ;
                    rdfs:subClassOf :InstallationStatus .


###  https://w3id.org/ficr#PassiveFireProtectionRole
:PassiveFireProtectionRole rdf:type owl:Class ;
                           rdfs:subClassOf :FireProtectionRole .


###  https://w3id.org/ficr#PhotographEvidence
:PhotographEvidence rdf:type owl:Class ;
                    rdfs:subClassOf :DocumentEvidence ;
                    rdfs:comment "A document evidence item representing a photograph that supports an assessment finding or record."@en ;
                    rdfs:label "PhotographEvidence"@en .


###  https://w3id.org/ficr#PhysicalObject
:PhysicalObject rdf:type owl:Class ;
                rdfs:comment "A tangible object relevant to fire-related assessment. A physical object may be a building element, equipment item, or building content. Only those physical objects that participate in the building topology are aligned with bot:Element."@en ;
                rdfs:label "PhysicalObject"@en .


###  https://w3id.org/ficr#PipingSystem
:PipingSystem rdf:type owl:Class ;
              rdfs:subClassOf :BuildingSystem ;
              rdfs:comment "A building system composed of pipes, fittings, valves, and related components for conveying water, gas, or other fluids within or through a building."@en ;
              rdfs:label "PipingSystem"@en .


###  https://w3id.org/ficr#PlaceOfSpecialHazard
:PlaceOfSpecialHazard rdf:type owl:Class ;
                      rdfs:subClassOf :SpaceUsage ;
                      owl:disjointWith :ServiceUsage ,
                                       :Warehouse .


###  https://w3id.org/ficr#ProtectedCircuit
:ProtectedCircuit rdf:type owl:Class ;
                  owl:equivalentClass [ owl:intersectionOf ( :Circuit
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty :hasSystemFireSafetyRole ;
                                                               owl:someValuesFrom :PassiveFireProtectionRole
                                                             ]
                                                           ) ;
                                        rdf:type owl:Class
                                      ] ;
                  rdfs:subClassOf :FireProtectionSystem ;
                  rdfs:comment "An electrical circuit that is protected against fire."@en ;
                  rdfs:label "ProtectedCircuit"@en .


###  https://w3id.org/ficr#ProtectedCorridor
:ProtectedCorridor rdf:type owl:Class ;
                   owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/bot#Zone>
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty :hasZoneFireSafetyRole ;
                                                                owl:someValuesFrom :PassiveFireProtectionRole
                                                              ]
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty :hasSpaceUsage ;
                                                                owl:hasValue :Corridor
                                                              ]
                                                            ) ;
                                         rdf:type owl:Class
                                       ] ;
                   rdfs:subClassOf :FireProtectionSpatialProvision ;
                   owl:disjointWith :ProtectedEntranceHall ,
                                    :ProtectedLobby ,
                                    :ProtectedShaft ,
                                    :ProtectedStairwaySpace ;
                   rdfs:comment "A corridor that is adequately protected from fire in adjoining areas by fire resisting construction."@en ;
                   rdfs:label "ProtectedCorridor"@en .


###  https://w3id.org/ficr#ProtectedEntranceHall
:ProtectedEntranceHall rdf:type owl:Class ;
                       owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/bot#Zone>
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty :hasZoneFireSafetyRole ;
                                                                    owl:someValuesFrom :PassiveFireProtectionRole
                                                                  ]
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty :hasSpaceUsage ;
                                                                    owl:hasValue :EntranceHall
                                                                  ]
                                                                ) ;
                                             rdf:type owl:Class
                                           ] ;
                       rdfs:subClassOf :FireProtectionSpatialProvision ;
                       owl:disjointWith :ProtectedLobby ,
                                        :ProtectedShaft ,
                                        :ProtectedStairwaySpace ;
                       rdfs:comment "A circulation area, consisting of a hall or space in a flat, that is enclosed with fire resisting construction other than an external wall of a building."@en ;
                       rdfs:label "ProtectedEntranceHall"@en .


###  https://w3id.org/ficr#ProtectedLobby
:ProtectedLobby rdf:type owl:Class ;
                owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/bot#Zone>
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty :hasZoneFireSafetyRole ;
                                                             owl:someValuesFrom :PassiveFireProtectionRole
                                                           ]
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty :hasSpaceUsage ;
                                                             owl:hasValue :Lobby
                                                           ]
                                                         ) ;
                                      rdf:type owl:Class
                                    ] ;
                rdfs:subClassOf :FireProtectionSpatialProvision ;
                owl:disjointWith :ProtectedShaft ,
                                 :ProtectedStairwaySpace ;
                rdfs:comment "A corridor or lobby that is adequately protected from fire in adjoining areas by fire resisting construction."@en ;
                rdfs:label "ProtectedLobby"@en .


###  https://w3id.org/ficr#ProtectedShaft
:ProtectedShaft rdf:type owl:Class ;
                owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/bot#Zone>
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty :containsSystem ;
                                                             owl:someValuesFrom :VerticalTransportSystem
                                                           ]
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty :hasZoneFireSafetyRole ;
                                                             owl:someValuesFrom :PassiveFireProtectionRole
                                                           ]
                                                         ) ;
                                      rdf:type owl:Class
                                    ] ;
                rdfs:subClassOf :FireProtectionSpatialProvision ;
                owl:disjointWith :ProtectedStairwaySpace ;
                rdfs:comment "A shaft that enables people, air or objects to pass from one compartment to another, and which is enclosed with fire resisting construction."@en ;
                rdfs:label "ProtectedShaft"@en .


###  https://w3id.org/ficr#ProtectedStairway
:ProtectedStairway rdf:type owl:Class ;
                   owl:equivalentClass [ owl:intersectionOf ( :Stair
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty :hasPhysicalObjectFireSafetyRole ;
                                                                owl:someValuesFrom :PassiveFireProtectionRole
                                                              ]
                                                            ) ;
                                         rdf:type owl:Class
                                       ] ;
                   rdfs:subClassOf :FireProtectionElement ,
                                   :Stair ;
                   rdfs:comment "A stair that leads to a final exit to a place of safety and that is adequately enclosed with fire resisting construction. Included in the definition is any exit passageway between the foot of the stair and the final exit."@en ;
                   rdfs:label "ProtectedStairway"@en .


###  https://w3id.org/ficr#ProtectedStairwaySpace
:ProtectedStairwaySpace rdf:type owl:Class ;
                        owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/bot#Zone>
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://w3id.org/bot#containsElement> ;
                                                                     owl:someValuesFrom :Stair
                                                                   ]
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty :hasZoneFireSafetyRole ;
                                                                     owl:someValuesFrom :PassiveFireProtectionRole
                                                                   ]
                                                                 ) ;
                                              rdf:type owl:Class
                                            ] ;
                        rdfs:subClassOf :FireProtectionSpatialProvision ;
                        rdfs:comment "A stairway space that leads to a final exit to a place of safety and that is adequately enclosed with fire resisting construction. Included in the definition is any exit passageway between the foot of the stair and the final exit."@en ;
                        rdfs:label "ProtectedStairwaySpace"@en .


###  https://w3id.org/ficr#PurposeGroup
:PurposeGroup rdf:type owl:Class ;
              rdfs:subClassOf :RegulatoryClassification ;
              rdfs:comment "Classification of a building or compartment by its intended use according to ADB Table 0.1."@en ;
              rdfs:label "PurposeGroup"@en .


###  https://w3id.org/ficr#PurposeGroup1
:PurposeGroup1 rdf:type owl:Class ;
               rdfs:subClassOf :PurposeGroup ;
               rdfs:comment """A dwelling is a unit where one or more people live (whether or not as a sole or main residence) in either of the following situations.
• A single person or people living together as a family.
• A maximum of six people living together as a single household, including where care is provided for residents."""@en ;
               rdfs:label "PurposeGroup1"@en .


###  https://w3id.org/ficr#PurposeGroup1a
:PurposeGroup1a rdf:type owl:Class ;
                rdfs:subClassOf :PurposeGroup1 .


###  https://w3id.org/ficr#PurposeGroup1b
:PurposeGroup1b rdf:type owl:Class ;
                rdfs:subClassOf :PurposeGroup1 .


###  https://w3id.org/ficr#PurposeGroup1c
:PurposeGroup1c rdf:type owl:Class ;
                rdfs:subClassOf :PurposeGroup1 .


###  https://w3id.org/ficr#PurposeGroup2
:PurposeGroup2 rdf:type owl:Class ;
               rdfs:subClassOf :PurposeGroup ;
               rdfs:comment "Residential other than Dwellings."@en ;
               rdfs:label "PurposeGroup2"@en .


###  https://w3id.org/ficr#PurposeGroup2a
:PurposeGroup2a rdf:type owl:Class ;
                rdfs:subClassOf :PurposeGroup2 .


###  https://w3id.org/ficr#PurposeGroup2b
:PurposeGroup2b rdf:type owl:Class ;
                rdfs:subClassOf :PurposeGroup2 .


###  https://w3id.org/ficr#PurposeGroup3
:PurposeGroup3 rdf:type owl:Class ;
               rdfs:subClassOf :PurposeGroup .


###  https://w3id.org/ficr#PurposeGroup4
:PurposeGroup4 rdf:type owl:Class ;
               rdfs:subClassOf :PurposeGroup .


###  https://w3id.org/ficr#PurposeGroup5
:PurposeGroup5 rdf:type owl:Class ;
               rdfs:subClassOf :PurposeGroup .


###  https://w3id.org/ficr#PurposeGroup6
:PurposeGroup6 rdf:type owl:Class ;
               rdfs:subClassOf :PurposeGroup .


###  https://w3id.org/ficr#PurposeGroup7
:PurposeGroup7 rdf:type owl:Class ;
               rdfs:subClassOf :PurposeGroup ;
               rdfs:comment "Storage and Car Parking"@en ;
               rdfs:label "PurposeGroup7"@en .


###  https://w3id.org/ficr#PurposeGroup7a
:PurposeGroup7a rdf:type owl:Class ;
                rdfs:subClassOf :PurposeGroup7 .


###  https://w3id.org/ficr#PurposeGroup7b
:PurposeGroup7b rdf:type owl:Class ;
                rdfs:subClassOf :PurposeGroup7 .


###  https://w3id.org/ficr#Railing
:Railing rdf:type owl:Class ;
         rdfs:subClassOf :FabricElement ;
         rdfs:comment "A railing refers to a protective barrier or fence, usually made of metal (such as wrought or cast iron, steel, or aluminium), timber, or plastic, designed to provide safety and support."@en ;
         rdfs:label "Railing"@en .


###  https://w3id.org/ficr#RegulatoryClassification
:RegulatoryClassification rdf:type owl:Class ;
                          rdfs:subClassOf :Classification ;
                          rdfs:comment "A classification derived from a regulatory source and used to organise compliance requirements or assessment criteria."@en ;
                          rdfs:label "RegulatoryClassification"@en .


###  https://w3id.org/ficr#RegulatoryInstrument
:RegulatoryInstrument rdf:type owl:Class ;
                      rdfs:subClassOf :RegulatorySource ;
                      rdfs:comment "Laws, regulations, and regulatory documents with statutory binding force."@en ;
                      rdfs:label "RegulatoryInstrument"@en .


###  https://w3id.org/ficr#RegulatoryRequirement
:RegulatoryRequirement rdf:type owl:Class ;
                       rdfs:subClassOf :RequirementSpecification ;
                       rdfs:comment "A requirement specification derived from a regulatory, standards, or guidance source. It records the applicable scope, required value or criterion, clause reference, jurisdiction, and source traceability."@en ;
                       rdfs:label "RegulatoryRequirement"@en .


###  https://w3id.org/ficr#RegulatorySource
:RegulatorySource rdf:type owl:Class ;
                  rdfs:subClassOf :AssessmentBasis ;
                  rdfs:comment "A referenced regulatory or standards document used as the normative basis for a check or requirement, such as Approved Document B, BDM02, or related standards. It provides the requirement context and should be versioned where possible."@en ;
                  rdfs:label "RegulatorySource"@en .


###  https://w3id.org/ficr#RelevantBoundary
:RelevantBoundary rdf:type owl:Class ;
                  rdfs:subClassOf :SiteBoundary ;
                  rdfs:comment "The boundary or notional boundary that one side of the building faces and/or coincides with, and that is parallel or at an angle of a maximum of 80 degrees to that side of the building."@en ;
                  rdfs:label "RelevantBoundary"@en .


###  https://w3id.org/ficr#RequirementSpecification
:RequirementSpecification rdf:type owl:Class ;
                          rdfs:comment "A structured specification of a requirement, criterion, or threshold used in assessment. Requirement specifications may be derived from regulations, standards, guidance documents, or project-specific assessment criteria."@en ;
                          rdfs:label "RequirementSpecification"@en .


###  https://w3id.org/ficr#ResidentialCollege
:ResidentialCollege rdf:type owl:Class ;
                    rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#RiskAnalysis
:RiskAnalysis rdf:type owl:Class ;
              rdfs:subClassOf :Assessment ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :producesFinding ;
                                owl:allValuesFrom :RiskFinding
                              ] ;
              rdfs:comment "An assessment that supports risk-informed interpretation by using risk units, fire risk scenarios, compliance findings, boundary condition records, condition states, and evidence status. It does not perform full quantitative fire risk calculation in the FiCR core ontology."@en ;
              rdfs:label "RiskAnalysis"@en .


###  https://w3id.org/ficr#RiskFinding
:RiskFinding rdf:type owl:Class ;
             rdfs:subClassOf :AssessmentFinding ;
             rdfs:comment "An assessment finding produced by risk analysis. It records risk-relevant interpretation for a risk unit, scenario, element, system, or zone, using compliance findings, boundary condition records, and evidence status as inputs."@en ;
             rdfs:label "RiskFinding"@en .


###  https://w3id.org/ficr#RiskUnit
:RiskUnit rdf:type owl:Class ;
          rdfs:comment "A spatial or operational aggregation unit used for fire risk interpretation, evidence-gap review, and inspection prioritisation during O&M. A risk unit may correspond to a dwelling unit, compartment, floor area, tenancy, fire area, or other assessment-defined unit."@en ;
          rdfs:label "RiskUnit"@en .


###  https://w3id.org/ficr#Roof
:Roof rdf:type owl:Class ;
      rdfs:subClassOf :FabricElement ;
      rdfs:comment "A roof is the top covering of a building that provides protection from the elements like rain, sun, snow, and wind."@en ;
      rdfs:label "Roof"@en .


###  https://w3id.org/ficr#RoofSlab
:RoofSlab rdf:type owl:Class ;
          rdfs:subClassOf :Roof ,
                          :Slab ;
          rdfs:comment "A horizontal structural slab forming the topmost floor of a building, directly supporting the roof covering and transferring loads to walls or columns."@en ;
          rdfs:label "RoofSlab"@en .


###  https://w3id.org/ficr#RoofSpace
:RoofSpace rdf:type owl:Class ;
           rdfs:subClassOf <https://w3id.org/bot#Space> ;
           owl:disjointWith :RoomSpace ,
                            :ShaftSpace ,
                            :StairSpace ;
           rdfs:comment "A roof space is the area inside a building between the ceiling of the top floor and the underside of the roof."@en ;
           rdfs:label "RoofSpace"@en .


###  https://w3id.org/ficr#Rooflight
:Rooflight rdf:type owl:Class ;
           rdfs:subClassOf :Closing ;
           rdfs:comment "A dome light, lantern light, ridge light."@en ;
           rdfs:label "Rooflight"@en .


###  https://w3id.org/ficr#RooflightOpening
:RooflightOpening rdf:type owl:Class ;
                  rdfs:subClassOf :Opening ;
                  rdfs:comment "A skylight, glazed barrel vault or other element to admit daylight through a roof."@en ;
                  rdfs:label "RooflightOpening"@en .


###  https://w3id.org/ficr#RoomSpace
:RoomSpace rdf:type owl:Class ;
           rdfs:subClassOf <https://w3id.org/bot#Space> ;
           owl:disjointWith :ShaftSpace ,
                            :StairSpace ;
           rdfs:comment "An enclosed space within a building that is not used solely as a circulation space. The term includes not only conventional rooms, but also cupboards that are not fittings and large spaces such as warehouses and auditoria. The term does not include cavities such as ducts, ceiling cavities and roof spaces."@en ;
           rdfs:label "RoomSpace"@en .


###  https://w3id.org/ficr#RoutineTriggerEvent
:RoutineTriggerEvent rdf:type owl:Class ;
                     rdfs:subClassOf :Event ;
                     rdfs:comment "A trigger event generated from routine schedules or planned inspection cycles derived from FiCR maintenance and regulatory schedules, such as monthly fire exit checks."@en ;
                     rdfs:label "RoutineTriggerEvent"@en .


###  https://w3id.org/ficr#School
:School rdf:type owl:Class ;
        rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#SelfClosingDevice
:SelfClosingDevice rdf:type owl:Class ;
                   rdfs:subClassOf :Closing ;
                   rdfs:comment """A device that closes a door, when open at any angle, against a door frame.
NOTE: If the door is in a cavity barrier, rising butt hinges (which are different from the self-closing device mentioned above) are acceptable."""@en ;
                   rdfs:label "SelfClosingDevice"@en .


###  https://w3id.org/ficr#Sensor
:Sensor rdf:type owl:Class ;
        rdfs:subClassOf :Equipment ;
        rdfs:comment "A sensor in a building is a device that detects environmental changes and sends data to a control system to manage building functions like lighting, HVAC, and safety."@en ;
        rdfs:label "Sensor"@en .


###  https://w3id.org/ficr#SensorEvidence
:SensorEvidence rdf:type owl:Class ;
                rdfs:subClassOf :EvidenceItem ;
                rdfs:comment "An evidence item generated by a sensor or monitoring device to support an assessment finding or record."@en ;
                rdfs:label "SensorEvidence"@en .


###  https://w3id.org/ficr#ServiceShaft
:ServiceShaft rdf:type owl:Class ;
              rdfs:subClassOf :ShaftSpace ;
              rdfs:comment "A service shaft is a vertical passage in a building that houses pipes, cables, and ducts for essential building systems like water, electricity, and ventilation."@en ;
              rdfs:label "ServiceShaft"@en .


###  https://w3id.org/ficr#ServiceUsage
:ServiceUsage rdf:type owl:Class ;
              rdfs:subClassOf :SpaceUsage ;
              owl:disjointWith :Warehouse .


###  https://w3id.org/ficr#ShaftSpace
:ShaftSpace rdf:type owl:Class ;
            owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/bot#Space>
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty :containsSystem ;
                                                         owl:someValuesFrom :VerticalTransportSystem
                                                       ]
                                                     ) ;
                                  rdf:type owl:Class
                                ] ;
            rdfs:subClassOf <https://w3id.org/bot#Space> ;
            owl:disjointWith :StairSpace ;
            rdfs:comment "A smaller, enclosed vertical space extending through multiple floors used for specific building services, such as elevator hoistways, enclosed stairwells, or ducts for plumbing, electrical, or air-conditioning equipment."@en ;
            rdfs:label "ShaftSpace"@en .


###  https://w3id.org/ficr#ShelteredHousing
:ShelteredHousing rdf:type owl:Class ;
                  rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#Shop
:Shop rdf:type owl:Class ;
      rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#SingleStoreyBuilding
:SingleStoreyBuilding rdf:type owl:Class ;
                      rdfs:subClassOf <https://w3id.org/bot#Building> ;
                      rdfs:comment "A building that consists of a ground storey only. Basements are not counted as storeys in a building (see Appendix D). A separated part that consists of a ground storey only, with a roof to which access is only provided for repair or maintenance, may be treated as a single storey building."@en ;
                      rdfs:label "SingleStoreyBuilding"@en .


###  https://w3id.org/ficr#SiteBoundary
:SiteBoundary rdf:type owl:Class ;
              rdfs:subClassOf <https://w3id.org/bot#Zone> ;
              rdfs:comment "A spatial boundary representing the extent of the site or land associated with a building. This class is not used to represent fire compartment boundaries or boundary condition records."@en ;
              rdfs:label "SiteBoundary"@en .


###  https://w3id.org/ficr#Slab
:Slab rdf:type owl:Class ;
      rdfs:subClassOf :StructuralElement ;
      rdfs:comment "A slab is the thick, structural concrete element (like reinforced concrete) forming a building's horizontal plane"@en ;
      rdfs:label "Slab"@en .


###  https://w3id.org/ficr#SolarShadingDevice
:SolarShadingDevice rdf:type owl:Class ;
                    rdfs:subClassOf :SpecifiedAttachment ;
                    rdfs:comment "A device attached to the external surface of an external wall for reducing heat gain within a building by shading or deflecting sunlight."@en ;
                    rdfs:label "SolarShadingDevice"@en .


###  https://w3id.org/ficr#SpaceUsage
:SpaceUsage rdf:type owl:Class ;
            rdfs:subClassOf :UsageType ;
            rdfs:comment "Describe the uses of the space."@en ;
            rdfs:label "SpaceUsage"@en .


###  https://w3id.org/ficr#SpecifiedAttachment
:SpecifiedAttachment rdf:type owl:Class ;
                     rdfs:subClassOf :FabricElement ;
                     rdfs:comment """Includes any of the following.
• A balcony attached to an external wall.
• A device for reducing heat gain within a building by deflecting sunlight which is attached to an external wall."""@en ;
                     rdfs:label "SpecifiedAttachment"@en .


###  https://w3id.org/ficr#Stair
:Stair rdf:type owl:Class ;
       rdfs:subClassOf :FabricElement ;
       rdfs:comment "a stairway (or staircase) is a series of steps connecting different levels in a building, serving as a pedestrian route."@en ;
       rdfs:label "Stair"@en .


###  https://w3id.org/ficr#StairFlight
:StairFlight rdf:type owl:Class ;
             rdfs:subClassOf :FabricElement ;
             rdfs:comment "A stair flight (or simply \"flight\") refers to an uninterrupted, continuous sequence of stairs (steps/risers) that connect two levels, floors, or intermediate landings."@en ;
             rdfs:label "StairFlight"@en .


###  https://w3id.org/ficr#StairSpace
:StairSpace rdf:type owl:Class ;
            owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/bot#Space>
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/bot#containsElement> ;
                                                         owl:someValuesFrom :Stair
                                                       ]
                                                     ) ;
                                  rdf:type owl:Class
                                ] ;
            rdfs:subClassOf <https://w3id.org/bot#Space> ;
            rdfs:comment "A stairway space, also called a stairwell, is the vertical compartment in a building that contains a flight of stairs and the associated landings, hallways, or other areas needed to move between floors."@en ;
            rdfs:label "StairSpace"@en .


###  https://w3id.org/ficr#Standard
:Standard rdf:type owl:Class ;
          rdfs:subClassOf :RegulatorySource ;
          rdfs:comment "Technical standards, codes, or guides issued by standards organizations are typically technical specifications; whether they are mandatory depends on whether they are cited in regulations, contracts, or by an authority."@en ;
          rdfs:label "Standard"@en .


###  https://w3id.org/ficr#Storage
:Storage rdf:type owl:Class ;
         rdfs:subClassOf :UtilizationPurpose .


###  https://w3id.org/ficr#StoreyExitRole
:StoreyExitRole rdf:type owl:Class ;
                rdfs:subClassOf :EscapeAndEvacuationRole .


###  https://w3id.org/ficr#StructuralElement
:StructuralElement rdf:type owl:Class ;
                   rdfs:subClassOf :FabricElement ;
                   rdfs:comment "A structural element is a component of a building that is essential for its stability and for transferring loads to the ground, such as foundations, beams, columns, and load-bearing walls."@en ;
                   rdfs:label "StructuralElement"@en .


###  https://w3id.org/ficr#StructuralStabilityPerformanceAspect
:StructuralStabilityPerformanceAspect rdf:type owl:Class ;
                                      rdfs:subClassOf :BoundaryPerformanceAspect .


###  https://w3id.org/ficr#SwitchGearRoom
:SwitchGearRoom rdf:type owl:Class ;
                rdfs:subClassOf :PlaceOfSpecialHazard ;
                owl:disjointWith :TransformerRoom .


###  https://w3id.org/ficr#Task
:Task rdf:type owl:Class ;
      rdfs:comment "A workflow task in FiCR. Tasks organise how evidence is collected, how compliance checking or risk analysis is initiated, and how assessments are produced during fire-related O&M activity."@en ;
      rdfs:label "Task"@en .


###  https://w3id.org/ficr#TestEvidence
:TestEvidence rdf:type owl:Class ;
              rdfs:subClassOf :EvidenceItem ;
              rdfs:comment "An evidence item generated by a test or measurement activity to support an assessment finding or record."@en ;
              rdfs:label "TestEvidence"@en .


###  https://w3id.org/ficr#TransformerRoom
:TransformerRoom rdf:type owl:Class ;
                 rdfs:subClassOf :PlaceOfSpecialHazard .


###  https://w3id.org/ficr#UndeterminedResult
:UndeterminedResult rdf:type owl:Class ;
                    rdfs:subClassOf :ComplianceResult .


###  https://w3id.org/ficr#Unknown
:Unknown rdf:type owl:Class ;
         rdfs:subClassOf :ConditionState .


###  https://w3id.org/ficr#UnprotectedAreaRole
:UnprotectedAreaRole rdf:type owl:Class ;
                     rdfs:subClassOf :FireProtectionRole .


###  https://w3id.org/ficr#UsageType
:UsageType rdf:type owl:Class ;
           rdfs:comment "A controlled classification value used to assign use, purpose, or fire-safety role to buildings, spaces, physical objects, zones, or systems. UsageType values are used as controlled vocabulary terms and may be represented through OWL punning where required for value-based class definitions."@en ;
           rdfs:label "UsageType"@en .


###  https://w3id.org/ficr#UtilizationPurpose
:UtilizationPurpose rdf:type owl:Class ;
                    rdfs:subClassOf :UsageType ;
                    rdfs:comment "Assigns the planning or occupancy use of a building, such as dwellinghouse, office, hotel, school, shop, or factory. This is distinct from regulatory purpose group classification."@en ;
                    rdfs:label "UtilizationPurpose"@en .


###  https://w3id.org/ficr#VerticalTransportSystem
:VerticalTransportSystem rdf:type owl:Class ;
                         rdfs:subClassOf :BuildingSystem ;
                         rdfs:comment "A Vertical Transport System (VT) in buildings refers to the equipment and planning used to move people and goods vertically between different floors."@en ;
                         rdfs:label "VerticalTransportSystem"@en .


###  https://w3id.org/ficr#Wall
:Wall rdf:type owl:Class ;
      rdfs:subClassOf :StructuralElement ;
      rdfs:comment "A wall in buildings is a vertical structure that defines and separates spaces, provides shelter and security, and can be either load-bearing or non-load-bearing."@en ;
      rdfs:label "Wall"@en .


###  https://w3id.org/ficr#WallFoundation
:WallFoundation rdf:type owl:Class ;
                rdfs:subClassOf :StructuralElement ;
                rdfs:comment "Sub-structure component, typically concrete, brick, or masonry, that transfers loads from the building's walls down to the ground or a concrete footing"@en ;
                rdfs:label "WallFoundation"@en .


###  https://w3id.org/ficr#Warehouse
:Warehouse rdf:type owl:Class ;
           rdfs:subClassOf :SpaceUsage .


###  https://w3id.org/ficr#Window
:Window rdf:type owl:Class ;
        rdfs:subClassOf :Closing ;
        rdfs:comment "A window is an opening in a building wall for light and air, featuring casements or sashes with glass panes, enhancing natural lighting, ventilation, and aesthetics."@en ;
        rdfs:label "Window"@en .


#################################################################
#    Individuals
#################################################################

###  https://w3id.org/ficr#ADB
:ADB rdf:type owl:NamedIndividual ,
              :GuidanceDocument ;
     rdfs:comment """Approved Document B Volume 1&2
Building regulation in England covering fire safety matters within and around buildings."""@en .


###  https://w3id.org/ficr#AccessRoomRole
:AccessRoomRole rdf:type owl:NamedIndividual ,
                         :AccessRoomRole .


###  https://w3id.org/ficr#Accommodation
:Accommodation rdf:type owl:NamedIndividual ,
                        :Accommodation .


###  https://w3id.org/ficr#ActiveFireProtectionRole
:ActiveFireProtectionRole rdf:type owl:NamedIndividual ,
                                   :ActiveFireProtectionRole .


###  https://w3id.org/ficr#AlternativeEscapeRouteRole
:AlternativeEscapeRouteRole rdf:type owl:NamedIndividual ,
                                     :AlternativeEscapeRouteRole .


###  https://w3id.org/ficr#AlternativeExitRole
:AlternativeExitRole rdf:type owl:NamedIndividual ,
                              :AlternativeExitRole .


###  https://w3id.org/ficr#Applicable
:Applicable rdf:type owl:NamedIndividual ,
                     :Applicable .


###  https://w3id.org/ficr#AssemblyPlace
:AssemblyPlace rdf:type owl:NamedIndividual ,
                        :AssemblyPlace .


###  https://w3id.org/ficr#Auditorium
:Auditorium rdf:type owl:NamedIndividual ,
                     :Auditorium .


###  https://w3id.org/ficr#BDM02
:BDM02 rdf:type owl:NamedIndividual ,
                :GuidanceDocument ;
       rdfs:comment """Fire Protection of Buildings
RISCAuthority BDM02 - Fire Protection of Buildings - 2022 v2 A4"""@en .


###  https://w3id.org/ficr#BS_EN_12845
:BS_EN_12845 rdf:type owl:NamedIndividual ,
                      :Standard ;
             rdfs:comment "Fixed firefighting systems. Automatic sprinkler systems. Design, installation and maintenance."@en .


###  https://w3id.org/ficr#Bathroom
:Bathroom rdf:type owl:NamedIndividual ,
                   :Bathroom .


###  https://w3id.org/ficr#BoardingHouse
:BoardingHouse rdf:type owl:NamedIndividual ,
                        :BoardingHouse .


###  https://w3id.org/ficr#BoilerRoom
:BoilerRoom rdf:type owl:NamedIndividual ,
                     :BoilerRoom .


###  https://w3id.org/ficr#CarParking
:CarParking rdf:type owl:NamedIndividual ,
                     :CarParking .


###  https://w3id.org/ficr#CavityBarrierPerformanceAspect
:CavityBarrierPerformanceAspect rdf:type owl:NamedIndividual ,
                                         :CavityBarrierPerformanceAspect .


###  https://w3id.org/ficr#CirculationSpaceRole
:CirculationSpaceRole rdf:type owl:NamedIndividual ,
                               :CirculationSpaceRole .


###  https://w3id.org/ficr#CirculationUsage
:CirculationUsage rdf:type owl:NamedIndividual ,
                           :CirculationUsage .


###  https://w3id.org/ficr#CommercialPlace
:CommercialPlace rdf:type owl:NamedIndividual ,
                          :CommercialPlace .


###  https://w3id.org/ficr#CompartmentationPerformanceAspect
:CompartmentationPerformanceAspect rdf:type owl:NamedIndividual ,
                                            :CompartmentationPerformanceAspect .


###  https://w3id.org/ficr#CompliantResult
:CompliantResult rdf:type owl:NamedIndividual ,
                          :CompliantResult .


###  https://w3id.org/ficr#Compromised
:Compromised rdf:type owl:NamedIndividual ,
                      :Compromised .


###  https://w3id.org/ficr#Corridor
:Corridor rdf:type owl:NamedIndividual ,
                   :Corridor .


###  https://w3id.org/ficr#DeadEndRole
:DeadEndRole rdf:type owl:NamedIndividual ,
                      :DeadEndRole .


###  https://w3id.org/ficr#DetentionHouse
:DetentionHouse rdf:type owl:NamedIndividual ,
                         :DetentionHouse .


###  https://w3id.org/ficr#Dwellinghouse
:Dwellinghouse rdf:type owl:NamedIndividual ,
                        :Dwellinghouse .


###  https://w3id.org/ficr#Effective
:Effective rdf:type owl:NamedIndividual ,
                    :Effective .


###  https://w3id.org/ficr#EngineRoom
:EngineRoom rdf:type owl:NamedIndividual ,
                     :EngineRoom .


###  https://w3id.org/ficr#EntertainmentPlace
:EntertainmentPlace rdf:type owl:NamedIndividual ,
                             :EntertainmentPlace .


###  https://w3id.org/ficr#EntranceHall
:EntranceHall rdf:type owl:NamedIndividual ,
                       :EntranceHall .


###  https://w3id.org/ficr#EvacuationRole
:EvacuationRole rdf:type owl:NamedIndividual ,
                         :EvacuationRole .


###  https://w3id.org/ficr#EvidenceAvailable
:EvidenceAvailable rdf:type owl:NamedIndividual ,
                            :EvidenceAvailable .


###  https://w3id.org/ficr#EvidenceInsufficient
:EvidenceInsufficient rdf:type owl:NamedIndividual ,
                               :EvidenceInsufficient .


###  https://w3id.org/ficr#EvidenceMissing
:EvidenceMissing rdf:type owl:NamedIndividual ,
                          :EvidenceMissing .


###  https://w3id.org/ficr#EvidenceNotRequired
:EvidenceNotRequired rdf:type owl:NamedIndividual ,
                              :EvidenceNotRequired .


###  https://w3id.org/ficr#ExitPassagewayRole
:ExitPassagewayRole rdf:type owl:NamedIndividual ,
                             :ExitPassagewayRole .


###  https://w3id.org/ficr#ExternalFireSpreadPerformanceAspect
:ExternalFireSpreadPerformanceAspect rdf:type owl:NamedIndividual ,
                                              :ExternalFireSpreadPerformanceAspect .


###  https://w3id.org/ficr#Factory
:Factory rdf:type owl:NamedIndividual ,
                  :Factory .


###  https://w3id.org/ficr#FinalExitRole
:FinalExitRole rdf:type owl:NamedIndividual ,
                        :FinalExitRole .


###  https://w3id.org/ficr#FireResistingRole
:FireResistingRole rdf:type owl:NamedIndividual ,
                            :FireResistingRole .


###  https://w3id.org/ficr#FireSeparatingRole
:FireSeparatingRole rdf:type owl:NamedIndividual ,
                             :FireSeparatingRole .


###  https://w3id.org/ficr#FirefightingRole
:FirefightingRole rdf:type owl:NamedIndividual ,
                           :FirefightingRole .


###  https://w3id.org/ficr#Flat
:Flat rdf:type owl:NamedIndividual ,
               :Flat .


###  https://w3id.org/ficr#Foyer
:Foyer rdf:type owl:NamedIndividual ,
                :Foyer .


###  https://w3id.org/ficr#FuelStorage
:FuelStorage rdf:type owl:NamedIndividual ,
                      :FuelStorage .


###  https://w3id.org/ficr#Gallery
:Gallery rdf:type owl:NamedIndividual ,
                  :Gallery .


###  https://w3id.org/ficr#HabitableRoom
:HabitableRoom rdf:type owl:NamedIndividual ,
                        :HabitableRoom .


###  https://w3id.org/ficr#Hall
:Hall rdf:type owl:NamedIndividual ,
               :Hall .


###  https://w3id.org/ficr#HallOfResidence
:HallOfResidence rdf:type owl:NamedIndividual ,
                          :HallOfResidence .


###  https://w3id.org/ficr#Hospital
:Hospital rdf:type owl:NamedIndividual ,
                   :Hospital .


###  https://w3id.org/ficr#Hostel
:Hostel rdf:type owl:NamedIndividual ,
                 :Hostel .


###  https://w3id.org/ficr#Hotel
:Hotel rdf:type owl:NamedIndividual ,
                :Hotel .


###  https://w3id.org/ficr#Impaired
:Impaired rdf:type owl:NamedIndividual ,
                   :Impaired .


###  https://w3id.org/ficr#ImpairmentUnknown
:ImpairmentUnknown rdf:type owl:NamedIndividual ,
                            :ImpairmentUnknown .


###  https://w3id.org/ficr#InnerRoomRole
:InnerRoomRole rdf:type owl:NamedIndividual ,
                        :InnerRoomRole .


###  https://w3id.org/ficr#InstallationNotRequired
:InstallationNotRequired rdf:type owl:NamedIndividual ,
                                  :InstallationNotRequired .


###  https://w3id.org/ficr#InstallationUnknown
:InstallationUnknown rdf:type owl:NamedIndividual ,
                              :InstallationUnknown .


###  https://w3id.org/ficr#Installed
:Installed rdf:type owl:NamedIndividual ,
                    :Installed .


###  https://w3id.org/ficr#Kitchen
:Kitchen rdf:type owl:NamedIndividual ,
                  :Kitchen .


###  https://w3id.org/ficr#Lobby
:Lobby rdf:type owl:NamedIndividual ,
                :Lobby .


###  https://w3id.org/ficr#MeansOfEscapeRole
:MeansOfEscapeRole rdf:type owl:NamedIndividual ,
                            :MeansOfEscapeRole .


###  https://w3id.org/ficr#NonCompliantResult
:NonCompliantResult rdf:type owl:NamedIndividual ,
                             :NonCompliantResult .


###  https://w3id.org/ficr#NotApplicable
:NotApplicable rdf:type owl:NamedIndividual ,
                        :NotApplicable .


###  https://w3id.org/ficr#NotAssessed
:NotAssessed rdf:type owl:NamedIndividual ,
                      :NotAssessed .


###  https://w3id.org/ficr#NotInstalled
:NotInstalled rdf:type owl:NamedIndividual ,
                       :NotInstalled .


###  https://w3id.org/ficr#Office
:Office rdf:type owl:NamedIndividual ,
                 :Office .


###  https://w3id.org/ficr#Operational
:Operational rdf:type owl:NamedIndividual ,
                      :Operational .


###  https://w3id.org/ficr#PartiallyInstalled
:PartiallyInstalled rdf:type owl:NamedIndividual ,
                             :PartiallyInstalled .


###  https://w3id.org/ficr#PassiveFireProtectionRole
:PassiveFireProtectionRole rdf:type owl:NamedIndividual ,
                                    :PassiveFireProtectionRole .


###  https://w3id.org/ficr#PlaceOfSpecialHazard
:PlaceOfSpecialHazard rdf:type owl:NamedIndividual ,
                               :PlaceOfSpecialHazard .


###  https://w3id.org/ficr#PurposeGroup1a
:PurposeGroup1a rdf:type owl:NamedIndividual ,
                         :PurposeGroup1a .


###  https://w3id.org/ficr#PurposeGroup1b
:PurposeGroup1b rdf:type owl:NamedIndividual ,
                         :PurposeGroup1b .


###  https://w3id.org/ficr#PurposeGroup1c
:PurposeGroup1c rdf:type owl:NamedIndividual ,
                         :PurposeGroup1c .


###  https://w3id.org/ficr#PurposeGroup2a
:PurposeGroup2a rdf:type owl:NamedIndividual ,
                         :PurposeGroup2a .


###  https://w3id.org/ficr#PurposeGroup2b
:PurposeGroup2b rdf:type owl:NamedIndividual ,
                         :PurposeGroup2b .


###  https://w3id.org/ficr#PurposeGroup3
:PurposeGroup3 rdf:type owl:NamedIndividual ,
                        :PurposeGroup3 .


###  https://w3id.org/ficr#PurposeGroup4
:PurposeGroup4 rdf:type owl:NamedIndividual ,
                        :PurposeGroup4 .


###  https://w3id.org/ficr#PurposeGroup5
:PurposeGroup5 rdf:type owl:NamedIndividual ,
                        :PurposeGroup5 .


###  https://w3id.org/ficr#PurposeGroup6
:PurposeGroup6 rdf:type owl:NamedIndividual ,
                        :PurposeGroup6 .


###  https://w3id.org/ficr#PurposeGroup7a
:PurposeGroup7a rdf:type owl:NamedIndividual ,
                         :PurposeGroup7a .


###  https://w3id.org/ficr#PurposeGroup7b
:PurposeGroup7b rdf:type owl:NamedIndividual ,
                         :PurposeGroup7b .


###  https://w3id.org/ficr#ResidentialCollege
:ResidentialCollege rdf:type owl:NamedIndividual ,
                             :ResidentialCollege .


###  https://w3id.org/ficr#Risk_Evaluation_Tool
:Risk_Evaluation_Tool rdf:type owl:NamedIndividual ,
                               :GuidanceDocument ;
                      rdfs:comment "The Building Risk Evaluation Tool (BRET), is intended to provide an easy to follow insight into how the use, design, and construction material choices can influence the resilience of a building to the challenges presented by fire in terms of property protection, business resilience, and insurability. It may provide benefit to designers during the initial development stages looking to ensure the end result will meet the resilience expectations of the occupier and be insurable, and to insurers triaging new prospects."@en .


###  https://w3id.org/ficr#School
:School rdf:type owl:NamedIndividual ,
                 :School .


###  https://w3id.org/ficr#ServiceUsage
:ServiceUsage rdf:type owl:NamedIndividual ,
                       :ServiceUsage .


###  https://w3id.org/ficr#ShelteredHousing
:ShelteredHousing rdf:type owl:NamedIndividual ,
                           :ShelteredHousing .


###  https://w3id.org/ficr#Shop
:Shop rdf:type owl:NamedIndividual ,
               :Shop .


###  https://w3id.org/ficr#Storage
:Storage rdf:type owl:NamedIndividual ,
                  :Storage .


###  https://w3id.org/ficr#StoreyExitRole
:StoreyExitRole rdf:type owl:NamedIndividual ,
                         :StoreyExitRole .


###  https://w3id.org/ficr#StructuralStabilityPerformanceAspect
:StructuralStabilityPerformanceAspect rdf:type owl:NamedIndividual ,
                                               :StructuralStabilityPerformanceAspect .


###  https://w3id.org/ficr#SwitchGearRoom
:SwitchGearRoom rdf:type owl:NamedIndividual ,
                         :SwitchGearRoom .


###  https://w3id.org/ficr#TransformerRoom
:TransformerRoom rdf:type owl:NamedIndividual ,
                          :TransformerRoom .


###  https://w3id.org/ficr#UndeterminedResult
:UndeterminedResult rdf:type owl:NamedIndividual ,
                             :UndeterminedResult .


###  https://w3id.org/ficr#Unknown
:Unknown rdf:type owl:NamedIndividual ,
                  :Unknown .


###  https://w3id.org/ficr#UnprotectedAreaRole
:UnprotectedAreaRole rdf:type owl:NamedIndividual ,
                              :UnprotectedAreaRole .


###  https://w3id.org/ficr#Warehouse
:Warehouse rdf:type owl:NamedIndividual ,
                    :Warehouse .


#################################################################
#    Annotations
#################################################################

<http://maxime-lefrancois.info/me#> <http://www.w3.org/2006/vcard/ns#fn> "Maxime Lefrançois" ;
                                    <https://schema.org/name> "Maxime Lefrançois" .


<https://orcid.org/0000-0001-8020-4609> <http://www.w3.org/2006/vcard/ns#fn> "Pieter Pauwels" ;
                                        <https://schema.org/name> "Pieter Pauwels" .


<https://orcid.org/0000-0002-2033-859X> <http://www.w3.org/2006/vcard/ns#fn> "Georg Ferdinand Schneider" ;
                                        <https://schema.org/name> "Georg Ferdinand Schneider" .


<https://orcid.org/0000-0002-6519-7057> <http://www.w3.org/2006/vcard/ns#fn> "Mads Holten Rasmussen" ;
                                        <https://schema.org/name> "Mads Holten Rasmussen" .


:AccessRoomRole rdfs:comment "Access role refers to the room that the only escape route from an inner room passes through."@en ;
                rdfs:label "AccessRoomRole"@en .


:Accommodation rdfs:comment "A utilization purpose for premises providing temporary or permanent residential living."@en ;
               rdfs:label "Accommodation"@en .


:ActiveFireProtectionRole rdfs:comment "A fire protection role involving active detection, alarm, suppression, control, release, emergency lighting, or operational response. This role is typically assigned to fire protection systems or equipment."@en ;
                          rdfs:label "ActiveFireProtectionRole"@en .


:AlternativeEscapeRouteRole rdfs:comment """Escape routes that are sufficiently separated by direction and space or by fire resisting construction to ensure that one is still available if the other is affected by fire.
A second stair, balcony or flat roof which enables a person to reach a place free from danger from fire is considered an alternative escape route for the purposes of a dwellinghouse."""@en ;
                            rdfs:label "AlternativeEscapeRouteRole"@en .


:AlternativeExitRole rdfs:comment "One of two or more exits, each of which is separate from the other."@en ;
                     rdfs:label "AlternativeExitRole"@en .


:Applicable rdfs:comment "An applicability state indicating that the requirement, rule, or assessment condition applies in the given context."@en ;
            rdfs:label "Applicable"@en .


:AssemblyPlace rdfs:comment "A utilization purpose for premises used for public assembly, entertainment, or recreation."@en ;
               rdfs:label "AssemblyPlace"@en .


:Auditorium rdfs:comment "An auditorium is a large room or building designed for public gatherings, such as performances, lectures, or meetings."@en ;
            rdfs:label "Auditorium"@en .


:Bathroom rdfs:comment "a room for washing and personal hygiene, typically containing a toilet, sink, and either a bathtub or shower."@en ;
          rdfs:label "Bathroom"@en .


:BoardingHouse rdfs:comment "A utilization purpose for premises providing lodging and meals for paying guests."@en ;
               rdfs:label "BoardingHouse"@en .


:BoilerRoom rdfs:comment "A boiler room is a dedicated space in a building that houses essential mechanical equipment for services like heating, hot water, and electricity"@en ;
            rdfs:label "BoilerRoom"@en .


:CarParking rdfs:comment "A utilization purpose for premises designed for vehicle parking and storage."@en ;
            rdfs:label "CarParking"@en .


:CavityBarrierPerformanceAspect rdfs:comment "Assumption that internal cavities are adequately sealed by cavity barriers and do not provide a path for fire spread."@en ;
                                rdfs:label "CavityBarrierPerformanceAspect"@en .


:CirculationSpaceRole rdfs:comment "Circulation space refers to a space (including a protected stairway) mainly used as a means of access between a room and an exit from the building or compartment."@en ;
                      rdfs:label "CirculationSpaceRole"@en .


:CirculationUsage rdfs:comment "A space usage for areas primarily serving pedestrian movement, such as corridors, halls, and lobbies."@en ;
                  rdfs:label "CirculationUsage"@en .


:CommercialPlace rdfs:comment "A utilization purpose for premises used for commercial trading activities."@en ;
                 rdfs:label "CommercialPlace"@en .


:CompartmentationPerformanceAspect rdfs:comment "Assumption that floor and wall partitions maintain fire compartmentation and prevent vertical or horizontal fire spread."@en ;
                                   rdfs:label "CompartmentationPerformanceAspect"@en .


:CompliantResult rdfs:comment "A compliance result indicating that the assessed element or system meets the applicable regulatory requirement."@en ;
                 rdfs:label "CompliantResult"@en .


:Compromised rdfs:comment "A condition state indicating that the physical performance of a boundary element is degraded or unreliable."@en ;
             rdfs:label "Compromised"@en .


:Corridor rdfs:comment """A corridor is a long, narrow passageway in a building that connects different rooms or areas.
A design of a building containing flats, in which each flat is approached via a common horizontal internal access or circulation space, which may include a common entrance hall."""@en ;
          rdfs:label "Corridor"@en .


:DeadEndRole rdfs:comment "An area from which escape is possible in one direction only."@en ;
             rdfs:label "DeadEndRole"@en .


:DetentionHouse rdfs:comment "A utilization purpose for premises used for lawful detention of persons."@en ;
                rdfs:label "DetentionHouse"@en .


:Dwellinghouse rdfs:comment "Does not include a flat or a building containing a flat."@en ;
               rdfs:label "Dwellinghouse"@en .


:Effective rdfs:comment "A condition state indicating that the physical performance of a boundary element is intact and functioning as designed."@en ;
           rdfs:label "Effective"@en .


:EngineRoom rdfs:comment "In buildings, an \"engine room\" typically refers to the central location for the mechanical and electrical systems that keep the building running, such as HVAC, boilers, generators, and pumps."@en ;
            rdfs:label "EngineRoom"@en .


:EntertainmentPlace rdfs:comment "A utilization purpose for premises used for entertainment or recreational activities."@en ;
                    rdfs:label "EntertainmentPlace"@en .


:EntranceHall rdfs:comment """A hall or space inside a dwelling that connects
the entrance door to the rooms."""@en ;
              rdfs:label "EntranceHall"@en .


:EvacuationRole rdfs:comment "The route along which people can escape from any point in a building to a final exit."@en ;
                rdfs:label "EvacuationRole"@en .


:EvidenceAvailable rdfs:comment "An evidence status indicating that supporting evidence is available for the finding or record."@en ;
                   rdfs:label "EvidenceAvailable"@en .


:EvidenceInsufficient rdfs:comment "An evidence status indicating that supporting evidence is available but insufficient for the finding or record."@en ;
                      rdfs:label "EvidenceInsufficient"@en .


:EvidenceMissing rdfs:comment "An evidence status indicating that no supporting evidence is available for the finding or record."@en ;
                 rdfs:label "EvidenceMissing"@en .


:EvidenceNotRequired rdfs:comment "An evidence status indicating that supporting evidence is not required for the finding or record."@en ;
                     rdfs:label "EvidenceNotRequired"@en .


:ExitPassagewayRole rdfs:comment "A protected passageway that connects a protected stairway to a final exit."@en ;
                    rdfs:label "ExitPassagewayRole"@en .


:ExternalFireSpreadPerformanceAspect rdfs:comment "Assumption that the external wall construction does not contribute to external fire spread between compartments or buildings."@en ;
                                     rdfs:label "ExternalFireSpreadPerformanceAspect"@en .


:Factory rdfs:comment "Assumption that the external wall construction does not contribute to external fire spread between compartments or buildings."@en ;
         rdfs:label "Factory"@en .


:FinalExitRole rdfs:comment """The end of an escape route from a building that gives direct access to a street, passageway, walkway or open space, and is sited to ensure that people rapidly disperse away from the building so that they are no longer in danger from fire and/or smoke.
Windows are not acceptable as final exits."""@en ;
               rdfs:label "FinalExitRole"@en .


:FireResistingRole rdfs:comment "A fire protection role indicating that an object is required or designated to provide fire resistance for a stated period according to relevant performance criteria."@en ;
                   rdfs:label "FireResistingRole"@en .


:FireSeparatingRole rdfs:comment "A fire protection role indicating that an object contributes to fire separation or compartmentation, such as a compartment wall, compartment floor, cavity barrier, or enclosing construction for a protected route or special hazard."@en ;
                    rdfs:label "FireSeparatingRole"@en .


:FirefightingRole rdfs:comment "Firefighting in buildings is the strategic and tactical process used by the fire and rescue service to control and extinguish fires, protect lives and property, and manage associated hazards within a built structure."@en ;
                  rdfs:label "FirefightingRole"@en .


:Flat rdfs:comment "A flat is a separate and self-contained premises constructed or adapted for use for residential purposes and forming part of a building from some other part of which it is divided horizontally."@en ;
      rdfs:label "Flat"@en .


:Foyer rdfs:comment "The large area where people meet or wait just inside the main doors of a building." ;
       rdfs:label "Foyer"@en .


:FuelStorage rdfs:comment "Fuel storage in buildings refers to the secure and safe storage of various fuels, such as oil, petrol, or wood, for heating, cooking, or other purposes."@en ;
             rdfs:label "FuelStorage"@en .


:Gallery rdfs:comment "A floor or balcony that does not extend across the full extent of a building’s footprint and is open to the floor below."@en ;
         rdfs:label "Gallery"@en .


:HabitableRoom rdfs:comment "A room used, or intended to be used, for people to live in (including, for the purposes of Approved Document B Volumes 1 and 2, a kitchen, but not a bathroom)."@en ;
               rdfs:label "HabitableRoom"@en .


:Hall rdfs:comment "A \"hall\" in a building can refer to a large, central room or a long, narrow passageway."@en ;
      rdfs:label "Hall"@en .


:HallOfResidence rdfs:comment "A utilization purpose for institutional residential accommodation, typically for students or workers."@en ;
                 rdfs:label "HallOfResidence"@en .


:Hospital rdfs:comment "A utilization purpose for premises providing medical treatment, care, or maintenance of persons."@en ;
          rdfs:label "Hospital"@en .


:Hostel rdfs:comment "A utilization purpose for premises providing basic shared accommodation."@en ;
        rdfs:label "Hostel"@en .


:Hotel rdfs:comment "A utilization purpose for premises providing temporary guest accommodation with services."@en ;
       rdfs:label "Hotel"@en .


:Impaired rdfs:comment "The system is out of service, degraded, or bypassed."@en ;
          rdfs:label "Impaired"@en .


:ImpairmentUnknown rdfs:comment "The operational state cannot be determined."@en ;
                   rdfs:label "ImpairmentUnknown"@en .


:InnerRoomRole rdfs:comment "Inner room refers to Room from which escape is possible only by passing through another room (the access room)."@en ;
               rdfs:label "InnerRoomRole"@en .


:InstallationNotRequired rdfs:comment "An installation status indicating that installation of the system or component is not required."@en ;
                         rdfs:label "InstallationNotRequired"@en .


:InstallationUnknown rdfs:comment "An installation status indicating that whether the system or component is installed is unknown."@en ;
                     rdfs:label "InstallationUnknown"@en .


:Installed rdfs:comment "An installation status indicating that the system or component is installed."@en ;
           rdfs:label "Installed"@en .


:Kitchen rdfs:comment "A room for food preparation."@en ;
         rdfs:label "Kitchen"@en .


:Lobby rdfs:comment "A lobby is the large, open space at the main entrance of a building that serves as an entry hall, gathering area, and passageway."@en ;
       rdfs:label "Lobby"@en .


:MeansOfEscapeRole rdfs:comment "Structural means that provide one or more safe routes for people to go, during a fire, from any point in the building to a place of safety."@en ;
                   rdfs:label "MeansOfEscapeRole"@en .


:NonCompliantResult rdfs:comment "A compliance result indicating that the assessed element or system does not meet the applicable regulatory requirement."@en ;
                    rdfs:label "NonCompliantResult"@en .


:NotApplicable rdfs:comment "An applicability state indicating that the requirement, rule, or assessment condition does not apply in the given context."@en ;
               rdfs:label "NotApplicable"@en .


:NotAssessed rdfs:comment "An applicability state indicating that applicability has not yet been assessed for the requirement, rule, or condition."@en ;
             rdfs:label "NotAssessed"@en .


:NotInstalled rdfs:comment "An installation status indicating that the system or component is not installed."@en ;
              rdfs:label "NotInstalled"@en .


:Office rdfs:comment """Offices or premises used for any of the following and their control:
• administration
• clerical work (including writing, bookkeeping, sorting papers, filing, typing, duplicating, machine calculating, drawing and the editorial preparation of matter for publication, police and fire and rescue service work)
• handling money (including banking and building society work)
• communications (including postal, telegraph and radio communications)
• radio, television, film, audio or video recording
• performance (premises not open to the public)."""@en ;
        rdfs:label "Office"@en .


:Operational rdfs:comment "The system is functioning as designed."@en ;
             rdfs:label "Operational"@en .


:PartiallyInstalled rdfs:comment "An installation status indicating that the system or component is only partially installed."@en ;
                    rdfs:label "PartiallyInstalled"@en .


:PassiveFireProtectionRole rdfs:comment "A fire protection role involving passive construction, separation, enclosure, fire resistance, cavity protection, fire stopping, protected routes, or protected spaces. This role may be assigned to physical objects, zones, or systems depending on the assessment context."@en ;
                           rdfs:label "PassiveFireProtectionRole"@en .


:PlaceOfSpecialHazard rdfs:comment """A room such as any of the following.
• Oil-filled transformer room.
• Switch gear room.
• Boiler room.
• Storage space for fuel or other highly flammable substance(s).
• Room that houses a fixed internal combustion engine."""@en ;
                      rdfs:label "PlaceOfSpecialHazard"@en .


:PurposeGroup1a rdfs:comment "A flat is a separate and self-contained premises constructed or adapted for use for residential purposes and forming part of a building from some other part of which it is divided horizontally."@en ;
                rdfs:label "PurposeGroup1a"@en .


:PurposeGroup1b rdfs:comment "Dwellinghouse that contains a habitable storey with a floor level a minimum of 4.5m above ground level up to a maximum of 18m."@en ;
                rdfs:label "PurposeGroup1b"@en .


:PurposeGroup1c rdfs:comment "Dwellinghouse that does not contain a habitable storey with a floor level a minimum of 4.5m above ground level."@en ;
                rdfs:label "PurposeGroup1c"@en .


:PurposeGroup2a rdfs:comment """Hospital, home, school or other similar establishment, where people sleep on the premises. The building may be either of the following:
• Living accommodation for, or accommodation for the treatment, care or maintenance of, either:
    - disabled people with a range of impairments including physical, sensory and
cognitive impairments, or mental health conditions
    - people under the age of 5 years.
• A place of lawful detention."""@en ;
                rdfs:label "PurposeGroup2a"@en .


:PurposeGroup2b rdfs:comment "Hotel, boarding house, residential college, hall of residence, hostel or any other residential purpose not described above."@en ;
                rdfs:label "PurposeGroup2b"@en .


:PurposeGroup3 rdfs:comment """Offices or premises used for any of the following and their control:
• administration
• clerical work (including writing, bookkeeping, sorting papers, filing, typing, duplicating, machine calculating, drawing and the editorial preparation of matter for publication, police and fire and rescue service work)
• handling money (including banking and building society work)
• communications (including postal, telegraph and radio communications)
• radio, television, film, audio or video recording
• performance (premises not open to the public)."""@en ;
               rdfs:label "PurposeGroup3"@en .


:PurposeGroup4 rdfs:comment """Shops or premises used for either of the following.
• A retail trade or business (including selling food or drink to the public for immediate consumption, retail by auction, self-selection and over-the-counter wholesale trading, the business of lending books or periodicals for gain, the business of a barber or hairdresser, and the rental of storage space to the public).
• Premises to which the public are invited either:
    – to deliver or collect goods in connection with their hire, repair or other treatment
    – (except in the case of repair of motor vehicles) where the public themselves may carry out such repairs or other treatments."""@en ;
               rdfs:label "PurposeGroup4"@en .


:PurposeGroup5 rdfs:comment """Place of assembly, entertainment or recreation, including any of the following:
• bingo halls, broadcasting, recording and film studios open to the public, casinos, dance halls
• entertainment, conference, exhibition and leisure centres
• funfairs and amusement arcades
• museums and art galleries, non-residential clubs, theatres, cinemas, concert halls
• educational establishments, dancing schools, gymnasia, swimming pool buildings, riding schools, skating rinks, sports pavilions, sports stadia
• law courts
• churches and other buildings of worship, crematoria
• libraries open to the public, non-residential day centres, clinics, health centres and surgeries
• passenger stations and termini for air, rail, road or sea travel
• public toilets
• zoos and menageries."""@en ;
               rdfs:label "PurposeGroup5"@en .


:PurposeGroup6 rdfs:comment """Factories and other premises used for any of the following:
• manufacturing, altering, repairing, cleaning, washing, breaking up, adapting or processing any article
• generating power
• slaughtering livestock."""@en ;
               rdfs:label "PurposeGroup6"@en .


:PurposeGroup7a rdfs:comment """Either of the following:
• place (other than described under 7(b)) for the storage or deposit of goods or materials
• any building not within purpose groups 1 to 6."""@en ;
                rdfs:label "PurposeGroup7a"@en .


:PurposeGroup7b rdfs:comment "Car parks designed to admit and accommodate only cars, motorcycles and passenger or light goods vehicles that weigh a maximum of 2500kg gross."@en ;
                rdfs:label "PurposeGroup7b"@en .


:ResidentialCollege rdfs:comment "A utilization purpose for a college providing on-site residential accommodation for students."@en ;
                    rdfs:label "ResidentialCollege"@en .


:School rdfs:comment "A place of education for children between 2 and 19 years old. The term includes nursery schools, primary schools and secondary schools as defined in the Education Act 1996."@en ;
        rdfs:label "School"@en .


:ServiceUsage rdfs:comment "A space usage for rooms primarily housing building services equipment and infrastructure."@en ;
              rdfs:label "ServiceUsage"@en .


:ShelteredHousing rdfs:comment "Includes two or more dwellings in the same building or on adjacent sites, designed and constructed as residential accommodation for vulnerable or elderly people who receive, or will receive, a support service."@en ;
                  rdfs:label "ShelteredHousing"@en .


:Shop rdfs:comment """Shops or premises used for either of the following.
• A retail trade or business (including selling food or drink to the public for immediate consumption, retail by auction, self-selection and over the-counter wholesale trading, the business of lending books or periodicals for gain, the business of a barber or hairdresser, and the rental of storage space to the public).
• Premises to which the public are invited either:
– to deliver or collect goods in connection with their hire, repair or other treatment
– (except in the case of repair of motor vehicles) where the public themselves may carry out such repairs or other treatments."""@en ;
      rdfs:label "Shop"@en .


:Storage rdfs:comment "A utilization purpose for premises used for storing goods or materials."@en ;
         rdfs:label "Storage"@en .


:StoreyExitRole rdfs:comment """A final exit, or a doorway that gives direct access into a protected stairway, firefighting lobby or external escape route.
NOTE: If an institutional building is planned to enable progressive horizontal evacuation, a door in a compartment wall is considered a storey exit for the purposes of requirement B1."""@en ;
                rdfs:label "StoreyExitRole"@en .


:StructuralStabilityPerformanceAspect rdfs:comment "Assumption that the building structure maintains load-bearing stability for the required period during a fire event."@en ;
                                      rdfs:label "StructuralStabilityPerformanceAspect"@en .


:SwitchGearRoom rdfs:comment "A switchgear room in a building is a dedicated space that houses electrical equipment used to control, protect, and isolate the building's electrical system, such as circuit breakers, switches, and fuses."@en ;
                rdfs:label "SwitchGearRoom"@en .


:TransformerRoom rdfs:comment "A transformer room is a dedicated space within a building that houses transformers and associated electrical equipment to step down high-voltage electricity from the grid to a usable low voltage for the building."@en ;
                 rdfs:label "TransformerRoom"@en .


:UndeterminedResult rdfs:comment "A compliance result indicating that the compliance status could not be determined from available evidence."@en ;
                    rdfs:label "UndeterminedResult"@en .


:Unknown rdfs:comment "A condition state indicating that the physical condition of a boundary element cannot be determined from available evidence."@en ;
         rdfs:label "Unknown"@en .


:UnprotectedAreaRole rdfs:comment """Unprotected area (in relation to a side or external wall of a building) All of the following are classed as unprotected areas.
• Any part of the external wall that has less than the relevant fire resistance set out in Section 11.
• Any part of the external wall constructed of material more than 1mm thick if that material does not have a class B-s3, d2 rating or better, which is attached or applied, whether for cladding or any other purpose.
• Windows, doors or other openings. This does not include windows that are designed and glazed to give the necessary level of fire resistance and that are not openable.
NOTE: Recessed car parking areas as shown in
Diagram A1 should not be regarded as unprotected
areas."""@en ;
                     rdfs:label "UnprotectedAreaRole"@en .


:Warehouse rdfs:comment "A warehouse is a large building used for storing goods, such as raw materials, finished products, or equipment, until they are needed for manufacturing, distribution, or sale."@en ;
           rdfs:label "Warehouse"@en .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
