saref4bldg.ttl 190 KB
Newer Older


###  http://saref.linkeddata.es/def/bldg#TubeBundle
bldg:TubeBundle rdf:type owl:Class ;
                rdfs:subClassOf bldg:EnergyConversionDevice ;
                rdfs:comment "A tube bundle is a device consisting of tubes and bundles of tubes used for heat transfer and contained typically within other energy conversion devices, such as a chiller or coil."@en ;
                rdfs:label "Tube bundle"@en ;
                rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTubeBundle" .


###  http://saref.linkeddata.es/def/bldg#UnitaryControlElement
bldg:UnitaryControlElement rdf:type owl:Class ;
                           rdfs:subClassOf bldg:DistributionControlDevice ;
                           rdfs:comment """A unitary control element combines a number of control components into a single product, such as a thermostat or humidistat.

A unitary control element provides a housing for an aggregation of control or electrical distribution elements that, in combination, perform a singular (unitary) purpose. Each item in the aggregation may have its own geometric representation and location."""@en ;
                           rdfs:label "Unitary control element"@en ;
                           rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcUnitaryControlElement" .


###  http://saref.linkeddata.es/def/bldg#Valve
bldg:Valve rdf:type owl:Class ;
           rdfs:subClassOf bldg:FlowController ;
           rdfs:comment "A valve is used in a building services piping distribution system to control or modulate the flow of the fluid."@en ;
           rdfs:label "Valve"@en ;
           rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcValve" .


###  http://saref.linkeddata.es/def/bldg#VibrationIsolator
bldg:VibrationIsolator rdf:type owl:Class ;
                       rdfs:subClassOf bldg:Device ;
                       rdfs:comment "A vibration isolator is a device used to minimize the effects of vibration transmissibility in a building."@en ;
                       rdfs:label "Vibration isolator"@en ;
                       rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcVibrationIsolator" .


###  http://www.w3.org/2000/01/rdf-schema#Resource
rdfs:Resource rdf:type owl:Class .


###  https://w3id.org/saref#Device
<https://w3id.org/saref#Device> rdf:type owl:Class .


###  https://w3id.org/saref#Sensor
<https://w3id.org/saref#Sensor> rdf:type owl:Class .


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

bldg:switchingDeviceSetPoint rdfs:label "set point"@en ;
                             rdfs:comment " Indicates the setpoint and label. For toggle switches, there are two positions, 0 for off and 1 for on. For dimmer switches, the values may indicate the fully-off and full-on positions, where missing integer values in between are interpolated. For selector switches, the range indicates the available positions. An IfcTable may be attached (using IfcMetric and IfcPropertyConstraintRelationship) containing columns of the specified header names and types: 'Position' (IfcInteger): The discrete setpoint level. 'Sink' (IfcLabel): The Name of the switched input port (IfcDistributionPort with FlowDirection=SINK). 'Source' (IfcLabel): The Name of the switched output port (IfcDistributionPort with FlowDirection=SOURCE). 'Ratio' (IfcNormalizedRatioMeasure): The ratio of power at the setpoint where 0.0 is off and 1.0 is fully on."@en .


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