:VentilationSystem leaf node


URI

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

Label

Ventilation System

Description

Ventilation system is a collection of all objects that are used for mechanically circulate air

Superclasses (2)

Usage

Instances of :VentilationSystem can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class :BuildingSystems
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

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:VentilationSystem a pot:Class ;
    rdfs:isDefinedBy pot: ;
    rdfs:subClassOf pot:BuildingSystems ;
    owl:versionInfo "DRAFT" ;
    vs:term_status "unstable" ;
    dli:comment [ rdfs:comment "Ventilation system is a collection of all objects that are used for mechanically circulate air"@en-us ] ;
    dli:label [ rdfs:label "Ventilation System"@en-us ] .