:Storey leaf node


URI

https://standards.oftrust.net/v1/Vocabulary/Storey

Label

Storey

Description

A Storey is the bottom surface of a room or vehicle (also called floor)

Superclasses (1)

Usage

Instances of :Storey can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class :Storey
dli:createdAt rdf:Property Time when the data is created xsd:dateTime
dli:createdBy rdf:Property Creator of and identity xsd:string
dli:data rdf:Property Data container xsd:string
dli:metadata rdf:Property Metadata container xsd:string
dli:name rdf:Property Name given to the Identity xsd:string
dli:updatedAt rdf:Property Time when the data is updated xsd:dateTime
dli:updatedBy rdf:Property Updater of an identity xsd:string
:additionalInformation rdf:Property Additional information xsd:string
:descriptionGeneral rdf:Property Description of the case - Description of the organization - Description of the space - Description of the building element - Description of the real estate - Description of the building - Description of the device - Description of the room - Description of the storey xsd:string
:idLocal rdf:Property Locally given identifier for the space - Locally given identifier for the storey - Local identifier (system identifier) xsd:string
:ifcGuid rdf:Property IFC standard based Globally Unique Identifier xsd:string
:sizeArea rdf:Property Area of the storey xsd:decimal
:sizeAreaLiving rdf:Property Size of area suitable for, or used for, living - Size of area suitable for, or used for. living xsd:decimal
:sizeAreaLivingAudited rdf:Property Size of audited area suitable for, or used for, living xsd:decimal
:status rdf:Property Life cycle status of the building - Case state - Life cycle status xsd:string
:thickness rdf:Property Thickness of the element - Thickness of the device - Thickness of the object xsd:decimal
:volume rdf:Property Volume of the space - Volume of the object - Volume of the element - Volume of the building - Volume of the device xsd:decimal

Implementation

@prefix dli: <https://standards.lifeengine.io/v1/Vocabulary/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pot: <https://standards.oftrust.net/v1/Vocabulary/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

pot:Storey a pot:Class ;
    rdfs:isDefinedBy pot: ;
    rdfs:subClassOf dli:BuiltEnvironment ;
    owl:versionInfo "DRAFT" ;
    vs:term_status "unstable" ;
    dli:comment [ rdfs:comment "A Storey is the bottom surface of a room or vehicle (also called floor)"@en-us ] ;
    dli:label [ rdfs:label "Storey"@en-us ] .