Commit c8818726 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Removed switchingDeviceSetPoint as a datatype property.

parent c7416715
Loading
Loading
Loading
Loading
+3 −13
Original line number Diff line number Diff line
@@ -76,7 +76,9 @@ bldg:isComposedBy rdf:type owl:ObjectProperty ;
###  http://saref.linkeddata.es/def/bldg#switchingDeviceSetPoint
bldg:switchingDeviceSetPoint rdf:type owl:ObjectProperty ;
                             rdfs:domain bldg:SwitchingDevice ;
                             rdfs:range rdfs:Resource .
                             rdfs:range rdfs:Resource ;
                             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 ;
                             rdfs:label "set point"@en .


#################################################################
@@ -1995,10 +1997,6 @@ bldg:switchingDeviceNumberOfGangs rdf:type owl:DatatypeProperty ;
                                  rdfs:label "number of gangs"@en .


###  http://saref.linkeddata.es/def/bldg#switchingDeviceSetPoint
bldg:switchingDeviceSetPoint rdf:type owl:DatatypeProperty .


###  http://saref.linkeddata.es/def/bldg#switchingDeviceSwitchFunction
bldg:switchingDeviceSwitchFunction rdf:type owl:DatatypeProperty ;
                                   rdfs:domain bldg:SwitchingDevice ;
@@ -3046,12 +3044,4 @@ rdfs:Resource rdf:type owl:Class .
<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