saref4bldg.ttl 213 KB
Newer Older
María's avatar
María committed
@prefix : <https://w3id.org/def/saref4bldg#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@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 prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix saref: <https://w3id.org/saref#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
María's avatar
María committed
@base <https://w3id.org/def/saref4bldg> .
María's avatar
María committed

<https://w3id.org/def/saref4bldg> rdf:type owl:Ontology ;
                                   owl:versionIRI <https://w3id.org/def/v1/saref4bldg> ;
                                   dc:description "This ontology extends the SAREF ontology for the building domain by defining building devices and how they are located in a building. This extension is based on the ISO 16739:2013 Industry Foundation Classes (IFC) standard for data sharing in the construction and facility management industries. The descriptions of the classes and properties extracted from IFC have been taken from the IFC documentation."@en ;
María's avatar
María committed
                                   dcterms:creator <http://purl.org/net/mpoveda> ,
                                                   <http://www.garcia-castro.com/foaf.rdf#me> ;
                                   dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
                                   owl:versionInfo "1.0" ;
                                   vann:preferredNamespaceUri "https://w3id.org/def/saref4bldg#" ;
María's avatar
María committed
                                   dc:title "SAREF extension for building devices"@en ;
María's avatar
María committed
                                   dc:publisher <http://www.oeg-upm.net/> ;
                                   vann:preferredNamespacePrefix "s4bldg" .

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

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


###  http://purl.org/dc/terms/dateCopyrighted
dcterms:dateCopyrighted rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/rightsHolder
dcterms:rightsHolder rdf:type owl:AnnotationProperty .


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


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


###  http://www.w3.org/ns/prov#hadPrimarySource
prov:hadPrimarySource rdf:type owl:AnnotationProperty .


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

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


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

María's avatar
María committed
###  http://www.w3.org/2003/01/geo/wgs84_pos#location
<http://www.w3.org/2003/01/geo/wgs84_pos#location> rdf:type owl:ObjectProperty ;
                                                   rdfs:comment "The relation between something and the point,  or other geometrical thing in space, where it is.  For example, the realtionship between a radio tower and a Point with a given lat and long. Or a relationship between a park and its outline as a closed arc of points, or a road and its location as a arc (a sequence of points). Clearly in practice there will be limit to the accuracy of any such statement, but one would expect an accuracy appropriate for the size of the object and uses such as mapping ."@en ;
                                                   rdfs:isDefinedBy <http://www.w3.org/2003/01/geo/wgs84_pos#> ;
                                                   rdfs:label "location"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#airFlowRateMax
:airFlowRateMax rdf:type owl:ObjectProperty ;
                rdfs:comment "Maximum allowable air flow rate. Usually measured in m3/s."@en ;
María's avatar
María committed
                rdfs:label "air flow rate range max"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#airFlowRateMin
:airFlowRateMin rdf:type owl:ObjectProperty ;
                rdfs:comment "Minimum allowable air flow rate. Usually measured in m3/s."@en ;
María's avatar
María committed
                rdfs:label "air flow rate range min"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#ambientDesignDryBulbTemperature
:ambientDesignDryBulbTemperature rdf:type owl:ObjectProperty ;
                                 rdfs:comment "Ambient design dry bulb temperature used for selecting the cooling tower. Usually measured in degrees Kelvin (K)."@en ;
                                 rdfs:label "ambient design dry bulb temperature"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#ambientDesignWetBulbTemperature
:ambientDesignWetBulbTemperature rdf:type owl:ObjectProperty ;
                                 rdfs:comment "Ambient design wet bulb temperature used for selecting the cooling tower. Usually measured in degrees Kelvin (K)."@en ;
                                 rdfs:label "ambient design wet bulb temperature"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#apparentPowerMax
:apparentPowerMax rdf:type owl:ObjectProperty ;
                  rdfs:comment "Maximum apparent power/capacity in VA (volt ampere). Usually measured in Watts (W, J/s)."@en ;
                  rdfs:label "maximum apparent power"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#audioVolume
:audioVolume rdf:type owl:ObjectProperty ;
             rdfs:comment "Indicates discrete audio volume levels and corresponding sound power offsets, if applicable. Missing values may be interpolated. Measured in watts."@en ;
             rdfs:label "audio volume"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#basinReserveVolume
:basinReserveVolume rdf:type owl:ObjectProperty ;
                    rdfs:comment "Volume between operating and overflow levels in cooling tower basin. Usually measured in cubic metre (m3)."@en ;
                    rdfs:label "basin reserve volume"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#bladeThickness
:bladeThickness rdf:type owl:ObjectProperty ;
                rdfs:comment "The thickness of the damper blade. Usually measured in millimeters (mm)."@en ;
                rdfs:label "blade thickness"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#bodyMass
:bodyMass rdf:type owl:ObjectProperty ;
          rdfs:comment "Overall body mass of the heater. Usually measured in kilograms (kg) or grams (g)."@en ;
          rdfs:label "body mass"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#capacityWeight
:capacityWeight rdf:type owl:ObjectProperty ;
                rdfs:comment "Capacity of the transport element measured by weight. Usually measured in kilograms (kg) or grams (g)."@en ;
                rdfs:label "capacity weight"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#closeOffRating
:closeOffRating rdf:type owl:ObjectProperty ;
                rdfs:comment "Close off rating. Usually measured in Pascals (Pa, N/m2)."@en ;
                rdfs:label "close off rating"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#coilLength
:coilLength rdf:type owl:ObjectProperty ;
            rdfs:comment "Length of coil. Usually measured in millimeters (mm)."@en ;
            rdfs:label "coil length"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#coilWidth
:coilWidth rdf:type owl:ObjectProperty ;
           rdfs:comment "Width of coil. Usually measured in millimeters (mm"@en ;
           rdfs:label "coil width"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#colorTemperature
:colorTemperature rdf:type owl:ObjectProperty ;
                  rdfs:comment "The color temperature of any source of radiation is defined as the temperature (in Kelvin) of a black-body or Planckian radiator whose radiation has the same chromaticity as the source of radiation. Often the values are only approximate color temperatures as the black-body radiator cannot emit radiation of every chromaticity value. The color temperatures of the commonest artificial light sources range from less than 3000K (warm white) to 4000K (intermediate) and over 5000K (daylight). Usually measured in degrees Kelvin (K)."@en ;
                  rdfs:label "color temperature"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#compressorSpeed
:compressorSpeed rdf:type owl:ObjectProperty ;
                 rdfs:comment "Compressor speed. Usually measured in cycles/s."@en ;
                 rdfs:label "compressor speed"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#connectionSize
:connectionSize rdf:type owl:ObjectProperty ;
                rdfs:comment "The connection size of the to and from the pump. Usually measured in millimeters (mm)."@en ;
                rdfs:label "connection size"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#contains
:contains rdf:type owl:ObjectProperty ;
          owl:inverseOf :isContainedIn ;
          rdf:type owl:TransitiveProperty ;
          rdfs:comment "A relation between a physical space and the objects located in such space."@en ;
          rdfs:label "contains"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#contributedLuminousFlux
:contributedLuminousFlux rdf:type owl:ObjectProperty ;
                         rdfs:comment "Luminous flux is a photometric measure of radiant flux, i.e. the volume of light emitted from a light source. Luminous flux is measured either for the interior as a whole or for a part of the interior (partial luminous flux for a solid angle). All other photometric parameters are derivatives of luminous flux. Luminous flux is measured in lumens (lm). The luminous flux is given as a nominal value for each lamp. Usually measured in Lumen (lm, Candela Steradian)."@en ;
                         rdfs:label "contributed luminous flux"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#coverLength
:coverLength rdf:type owl:ObjectProperty ;
             rdfs:comment "The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the oil interceptor. Usually measured in millimeters (mm)."@en ;
             rdfs:label "cover length"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#coverWidth
:coverWidth rdf:type owl:ObjectProperty ;
            rdfs:comment "The length measured along the x-axis in the local coordinate system of the cover of the oil interceptor. Usually measured in millimeters (mm)."@en ;
            rdfs:label "cover width"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#effectiveCapacity
:effectiveCapacity rdf:type owl:ObjectProperty ;
                   rdfs:comment "The total effective or actual volumetric capacity of the tank. Usually measured in cubic metre (m3).B3"@en ;
                   rdfs:label "effective capacity"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#electricGeneratorEfficiency
:electricGeneratorEfficiency rdf:type owl:ObjectProperty ;
                             rdfs:comment "The ratio of output capacity to intake capacity."@en ;
María's avatar
María committed
                             rdfs:label "electric generator efficiency"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#electricMotorEfficiency
:electricMotorEfficiency rdf:type owl:ObjectProperty ;
                         rdfs:comment "The ratio of output capacity to intake capacity."@en ;
                         rdfs:label "electric motor efficiency"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#externalSurfaceArea
:externalSurfaceArea rdf:type owl:ObjectProperty ;
                     rdfs:comment "External surface area (both primary and secondary area). Usually measured in square metre (m2)."@en ;
                     rdfs:label "external surface area"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#faceArea
:faceArea rdf:type owl:ObjectProperty ;
          rdfs:comment "Face area open to the airstream. Usually measured in square metre (m2)."@en ;
          rdfs:label "face area"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#finalResistance
:finalResistance rdf:type owl:ObjectProperty ;
                 rdfs:comment "Filter fluid resistance when replacement is required (i.e., Pressure drop at the maximum air flowrate across the filter when the filter needs replacement per ASHRAE Standard 52.1). Usually measured in Pascals (Pa, N/m2)."@en ;
                 rdfs:label "final resistance"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#firstCurvatureRadius
:firstCurvatureRadius rdf:type owl:ObjectProperty ;
                      rdfs:comment "FirstCurvatureRadius should be defined as the base or left side radius of curvature value. Usually measured in millimeters (mm)."@en ;
                      rdfs:label "first curvature radius"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#flowCoefficient
:flowCoefficient rdf:type owl:ObjectProperty ;
                 rdfs:comment "Flow coefficient (the quantity of fluid that passes through a fully open valve at unit pressure drop), typically expressed as the Kv or Cv value for the valve."@en ;
                 rdfs:label "flow coefficient"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#flowResistanceMax
:flowResistanceMax rdf:type owl:ObjectProperty ;
                   rdfs:comment "Allowable range of frictional resistance against which the fluid is being pumped. Usually measured in Pascals (Pa, N/m2)."@en ;
                   rdfs:label "flow resistance range"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#flowResistanceMin
:flowResistanceMin rdf:type owl:ObjectProperty ;
                   rdfs:comment "Allowable range of frictional resistance against which the fluid is being pumped. Usually measured in Pascals (Pa, N/m2)."@en ;
                   rdfs:label "flow resistance range"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#fluidFlowRateMax
:fluidFlowRateMax rdf:type owl:ObjectProperty ;
                  rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ;
                  rdfs:label "fluid flow rate range"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#fluidFlowRateMin
:fluidFlowRateMin rdf:type owl:ObjectProperty ;
                  rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ;
                  rdfs:label "fluid flow rate range"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#foulingFactor
:foulingFactor rdf:type owl:ObjectProperty ;
               rdfs:comment "Fouling factor of the tubes in the tube bundle. Usually measured in m2 Kelvin/Watt."@en ;
               rdfs:label "fouling factor"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#frameDepth
:frameDepth rdf:type owl:ObjectProperty ;
            rdfs:comment "The length (or depth) of the damper frame. Usually measured in millimeters (mm)."@en ;
            rdfs:label "frame depth"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#frameThickness
:frameThickness rdf:type owl:ObjectProperty ;
                rdfs:comment "The thickness of the damper frame material. Usually measured in millimeters (mm)."@en ;
                rdfs:label "frame thickness"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#hasSpace
:hasSpace rdf:type owl:ObjectProperty ;
          owl:inverseOf :isSpaceOf ;
          rdf:type owl:TransitiveProperty ;
          rdfs:comment "Relation between a building or a building space and the spaces it can be divided into."@en ;
          rdfs:label "has space"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#heatExchangeArea
:heatExchangeArea rdf:type owl:ObjectProperty ;
                  rdfs:comment "Heat exchange area. Usually measured in square metre (m2)."@en ;
                  rdfs:label "heat exchange area"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#heatTransferSurfaceArea
:heatTransferSurfaceArea rdf:type owl:ObjectProperty ;
                         rdfs:comment "Total heat transfer area of the vessel. Usually measured in square metre (m2)."@en ;
                         rdfs:label "heat transfer surface area"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#height
:height rdf:type owl:ObjectProperty ;
        rdfs:comment "Height of the vibration isolator before tha application of load. Usually measured in millimeters (mm)."@en ;
        rdfs:label "height"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#horizontalSpacing
:horizontalSpacing rdf:type owl:ObjectProperty ;
                   rdfs:comment "Horizontal spacing between tubes in the tube bundle. Usually measured in millimeters (mm)."@en ;
                   rdfs:label "horizontal spacing"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#hydraulicDiameter
:hydraulicDiameter rdf:type owl:ObjectProperty ;
                   rdfs:comment "Hydraulic diameter. Usually measured in millimeters (mm)."@en ;
                   rdfs:label "hydraulic diameter"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#idealCapacity
:idealCapacity rdf:type owl:ObjectProperty ;
               rdfs:comment "Compressor capacity under ideal conditions. Usually measured in Watts (W, J/s)."@en ;
               rdfs:label "ideal capacity"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#idealShaftPower
:idealShaftPower rdf:type owl:ObjectProperty ;
                 rdfs:comment "Compressor shaft power under ideal conditions. Usually measured in Watts (W, J/s)."@en ;
                 rdfs:label "ideal shaft power"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#imaginaryImpedanceRatio
:imaginaryImpedanceRatio rdf:type owl:ObjectProperty ;
                         rdfs:comment "The ratio between the imaginary part of the zero sequence impedance and the imaginary part of the positive impedance (i.e. imaginary part of the short-circuit voltage) of the transformer. Used for three-phase transformer which includes a N-conductor."@en ;
                         rdfs:label "imaginary impedance ratio"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#impellerDiameter
:impellerDiameter rdf:type owl:ObjectProperty ;
                  rdfs:comment "Diameter of compressor impeller - used to scale performance of geometrically similar compressors. Usually measured in millimeters (mm)."@en ;
                  rdfs:label "impeller diameter"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#inLineRowSpacing
:inLineRowSpacing rdf:type owl:ObjectProperty ;
                  rdfs:comment "In-line tube row spacing. Usually measured in millimeters (mm)."@en ;
                  rdfs:label "in line row spacing"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#initialResistance
:initialResistance rdf:type owl:ObjectProperty ;
                   rdfs:comment "Initial new filter fluid resistance (i.e., pressure drop at the maximum air flowrate across the filter when the filter is new per ASHRAE Standard 52.1). Usually measured in Pascals (Pa, N/m2)."@en ;
                   rdfs:label "initial resistance"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#inletConnectionSize
:inletConnectionSize rdf:type owl:ObjectProperty ;
                     rdfs:comment "Size of the inlet connection. Usually measured in millimeters (mm)."@en ;
                     rdfs:label "inlet connection size"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#insideDiameter
:insideDiameter rdf:type owl:ObjectProperty ;
                rdfs:comment "Actual inner diameter of the tube in the tube bundle. Usually measured in millimeters (mm)."@en ;
                rdfs:label "inside diameter"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#internalRefrigerantVolume
:internalRefrigerantVolume rdf:type owl:ObjectProperty ;
                           rdfs:comment "Internal volume of evaporator (refrigerant side). Usually measured in cubic metre (m3)."@en ;
                           rdfs:label "internal refrigerant volume"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#internalSurfaceArea
:internalSurfaceArea rdf:type owl:ObjectProperty ;
                     rdfs:comment "Internal surface area. Usually measured in square metre (m2)."@en ;
                     rdfs:label "internal surface area"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#internalWaterVolume
:internalWaterVolume rdf:type owl:ObjectProperty ;
                     rdfs:comment "Internal volume of evaporator (water side). Usually measured in cubic metre (m3)."@en ;
                     rdfs:label "internal water volume"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#isContainedIn
:isContainedIn rdf:type owl:ObjectProperty ,
                        owl:TransitiveProperty ;
María's avatar
María committed
               rdfs:comment "A relation between an object and the physical space in which it is located."@en ;
               rdfs:label "is contained in"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#isSpaceOf
:isSpaceOf rdf:type owl:ObjectProperty ,
                    owl:TransitiveProperty ;
           rdfs:comment "Relation between a building space and the building or building space it belongs to."@en ;
           rdfs:label "isSpaceOf"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#isolatorCompressibility
:isolatorCompressibility rdf:type owl:ObjectProperty ;
                         rdfs:comment "The compressibility of the vibration isolator."@en ;
                         rdfs:label "isolator compressibility"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#isolatorStaticDeflection
:isolatorStaticDeflection rdf:type owl:ObjectProperty ;
                          rdfs:comment "Static deflection of the vibration isolator. Usually measured in millimeters (mm)."@en ;
                          rdfs:label "isolator static deflection"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#lampMaintenanceFactor
:lampMaintenanceFactor rdf:type owl:ObjectProperty ;
                       rdfs:comment "Non recoverable losses of luminous flux of a lamp due to lamp depreciation i.e. the decreasing of light output of a luminaire due to aging and dirt."@en ;
                       rdfs:label "lamp maintenance factor"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#leakageFullyClosed
:leakageFullyClosed rdf:type owl:ObjectProperty ;
                    rdfs:comment "Leakage when fully closed. Usually measured in m3/s."@en ;
                    rdfs:label "leakage fully closed"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#length
:length rdf:type owl:ObjectProperty ;
        rdfs:comment "The finished length of the device. Usually measured in millimeters (mm)."@en ;
        rdfs:label "length"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#liftElevationDifference
:liftElevationDifference rdf:type owl:ObjectProperty ;
                         rdfs:comment "Elevation difference between cooling tower sump and the top of the tower. Usually measured in millimeters (mm)."@en ;
                         rdfs:label "lift elevation difference"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#lightEmitterNominalPower
:lightEmitterNominalPower rdf:type owl:ObjectProperty ;
                          rdfs:comment "Light emitter nominal power. Usually measured in Watts (W, J/s)."@en ;
                          rdfs:label "light emitter nominal power"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#limitingTerminalSize
:limitingTerminalSize rdf:type owl:ObjectProperty ;
                      rdfs:comment "The maximum terminal size capacity of the device. Usually measured in square metre (m2)."@en ;
                      rdfs:label "limiting terminal size"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#lockedRotorCurrent
:lockedRotorCurrent rdf:type owl:ObjectProperty ;
                    rdfs:comment "Input current when a motor armature is energized but not rotating. Usually measured in Ampere (A)."@en ;
                    rdfs:label "locked rotor current"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#netPositiveSuctionHead
:netPositiveSuctionHead rdf:type owl:ObjectProperty ;
                        rdfs:comment "Minimum liquid pressure at the pump inlet to prevent cavitation. Usually measured in Pascals (Pa, N/m2)."@en ;
                        rdfs:label "net positive suction head"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalAirFlowRate
:nominalAirFlowRate rdf:type owl:ObjectProperty ;
                    rdfs:comment "Nominal rate of air flow. Usually measured in m3/s."@en ;
                    rdfs:label "nominal air flow rate"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalBodyDepth
:nominalBodyDepth rdf:type owl:ObjectProperty ;
                  rdfs:comment "Nominal or quoted =length, measured along the z-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ;
                  rdfs:label "nominal body depth"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalBodyLength
:nominalBodyLength rdf:type owl:ObjectProperty ;
                   rdfs:comment "Nominal or quoted length, measured along the x-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ;
                   rdfs:label "nominal body length"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalBodyWidth
:nominalBodyWidth rdf:type owl:ObjectProperty ;
                  rdfs:comment "Nominal or quoted length, measured along the y-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ;
                  rdfs:label "nominal body width"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalCapacity
:nominalCapacity rdf:type owl:ObjectProperty ;
                 rdfs:comment "Nominal capacity. Usually measured in Watts (W, J/s)."@en ;
                 rdfs:label "nominal capacity"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalCondensingTemperature
:nominalCondensingTemperature rdf:type owl:ObjectProperty ;
                              rdfs:comment "Chiller condensing temperature. Usually measured in degrees Kelvin (K)."@en ;
                              rdfs:label "nominal condensing temperature"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalCoolingCapacity
:nominalCoolingCapacity rdf:type owl:ObjectProperty ;
                        rdfs:comment "Nominal cooling capacity. Usually measured in Watts (W, J/s)."@en ;
                        rdfs:label "nominal cooling capacity"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalDepth
:nominalDepth rdf:type owl:ObjectProperty ;
              rdfs:comment "The nominal depth of the tank. Note: Not required for a horizontal cylindrical tank. Usually measured in millimeters (mm)."@en ;
              rdfs:label "nominal depth"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalDiameter
:nominalDiameter rdf:type owl:ObjectProperty ;
                 rdfs:comment "Nominal diameter or width of the tubes in the tube bundle. Usually measured in millimeters (mm)."@en ;
                 rdfs:label "nominal diameter"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalEfficiency
:nominalEfficiency rdf:type owl:ObjectProperty ;
                   rdfs:comment "Nominal chiller efficiency under nominal conditions. "@en ;
                   rdfs:label "nominal efficiency"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalEnergyConsumption
:nominalEnergyConsumption rdf:type owl:ObjectProperty ;
                          rdfs:comment "Nominal fuel consumption rate required to produce the total boiler heat output. Usually measured in Watts (W, J/s)."@en ;
                          rdfs:label "nominal energy consumption"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalEvaporatingTemmperature
:nominalEvaporatingTemmperature rdf:type owl:ObjectProperty ;
                                rdfs:comment "Chiller evaporating temperature.Usually measured in degrees Kelvin (K)."@en ;
                                rdfs:label "nominal evaporating temmperature"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalFilterFaceVelocity
:nominalFilterFaceVelocity rdf:type owl:ObjectProperty ;
                           rdfs:comment "Filter face velocity. Usually measured in m/s."@en ;
                           rdfs:label "nominal filter face velocity"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalFlowRate
:nominalFlowRate rdf:type owl:ObjectProperty ;
                 rdfs:comment "Nominal fluid flow rate through the filter. Usually measured in m3/s."@en ;
                 rdfs:label "nominal flow rate"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalFrequency
:nominalFrequency rdf:type owl:ObjectProperty ;
                  rdfs:comment "The nominal frequency of the supply. Usually measured in cycles/s or Hertz (Hz)."@en ;
                  rdfs:label "nominal frequency"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalHeatRejectionRate
:nominalHeatRejectionRate rdf:type owl:ObjectProperty ;
                          rdfs:comment "Sum of the refrigeration effect and the heat equivalent of the power input to the compressor. Usually measured in Watts (W, J/s)."@en ;
                          rdfs:label "nominal heat rejection rate"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalHeatTransferArea
:nominalHeatTransferArea rdf:type owl:ObjectProperty ;
                         rdfs:comment "Nominal heat transfer surface area associated with nominal overall heat transfer coefficient. Usually measured in square metre (m2)."@en ;
                         rdfs:label "nominal heat transfer area"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalHeatTransferCoefficient
:nominalHeatTransferCoefficient rdf:type owl:ObjectProperty ;
                                rdfs:comment "Nominal overall heat transfer coefficient associated with nominal heat transfer area. Usually measured in Watts/m2 Kelvin."@en ;
                                rdfs:label "nominal heat transfer coefficient"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalHeatingCapacity
:nominalHeatingCapacity rdf:type owl:ObjectProperty ;
                        rdfs:comment "Nominal heating capacity. Usually measured in Watts (W, J/s)."@en ;
                        rdfs:label "nominal heating capacity"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalLatentCapacity
:nominalLatentCapacity rdf:type owl:ObjectProperty ;
                       rdfs:comment "Nominal latent capacity. Usually measured in Watts (W, J/s)."@en ;
                       rdfs:label "nominal latent capacity"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalLengthOrDiameter
:nominalLengthOrDiameter rdf:type owl:ObjectProperty ;
                         rdfs:comment "The nominal length or, in the case of a vertical cylindrical tank, the nominal diameter of the tank. Usually measured in millimeters (mm)."@en ;
                         rdfs:label "nominal length or diameter"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalMediaSurfaceVelocity
:nominalMediaSurfaceVelocity rdf:type owl:ObjectProperty ;
                             rdfs:comment "Average fluid velocity at the media surface. Usually measured in m/s."@en ;
                             rdfs:label "nominal media surface velocity"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalMoistureGain
:nominalMoistureGain rdf:type owl:ObjectProperty ;
                     rdfs:comment "Nominal rate of water vapor added into the airstream. Usually measured in kg/s."@en ;
                     rdfs:label "nominal moisture gain"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalPartLoadRatio
:nominalPartLoadRatio rdf:type owl:ObjectProperty ;
                      rdfs:comment "Allowable part load ratio range."@en ;
                      rdfs:label "nominal part load ratio"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalParticleGeometricMeanDiameter
:nominalParticleGeometricMeanDiameter rdf:type owl:ObjectProperty ;
                                      rdfs:comment "Particle geometric mean diameter associated with nominal efficiency. Usually measured in millimeters (mm)."@en ;
                                      rdfs:label "nominal particle geometric mean diameter"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalParticleGeometricStandardDeviation
:nominalParticleGeometricStandardDeviation rdf:type owl:ObjectProperty ;
                                           rdfs:comment "Particle geometric standard deviation associated with nominal efficiency. "@en ;
                                           rdfs:label "nominal particle geometric standard deviation"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalPowerConsumption
:nominalPowerConsumption rdf:type owl:ObjectProperty ;
                         rdfs:comment "Nominal total power consumption. Usually measured in Watts (W, J/s)."@en ;
                         rdfs:label "nominal power consumption"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalPowerRate
:nominalPowerRate rdf:type owl:ObjectProperty ;
                  rdfs:comment "Nominal fan power rate.Usually measured in Watts (W, J/s)."@en ;
                  rdfs:label "nominal power rate"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalPressureDrop
:nominalPressureDrop rdf:type owl:ObjectProperty ;
                     rdfs:comment "Total pressure drop across the filter. Usually measured in Pascals (Pa, N/m2)."@en ;
                     rdfs:label "nominal pressure drop"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalReturnWaterTemperatureCooling
:nominalReturnWaterTemperatureCooling rdf:type owl:ObjectProperty ;
                                      rdfs:comment "Nominal return water temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ;
                                      rdfs:label "nominal return water temperature cooling"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalReturnWaterTemperatureHeating
:nominalReturnWaterTemperatureHeating rdf:type owl:ObjectProperty ;
                                      rdfs:comment "Nominal return water temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ;
                                      rdfs:label "nominal return water temperature heating"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalRotationSpeed
:nominalRotationSpeed rdf:type owl:ObjectProperty ;
                      rdfs:comment "Nominal fan wheel speed. Usually measured in cycles/s."@en ;
                      rdfs:label "nominal rotation speed"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalSensibleCapacity
:nominalSensibleCapacity rdf:type owl:ObjectProperty ;
                         rdfs:comment "Nominal sensible capacity. Usually measured in Watts (W, J/s)."@en ;
                         rdfs:label "nominal sensible capacity"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalSorroundingHumidityCooling
:nominalSorroundingHumidityCooling rdf:type owl:ObjectProperty ;
                                   rdfs:comment "Nominal surrounding humidity (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ;
                                   rdfs:label "nominal sorrounding humidity cooling"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalSorroundingTemperatureCooling
:nominalSorroundingTemperatureCooling rdf:type owl:ObjectProperty ;
                                      rdfs:comment "Nominal surrounding temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ;
                                      rdfs:label "nominal sorrounding temperature cooling"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalSorroundingTemperatureHeating
:nominalSorroundingTemperatureHeating rdf:type owl:ObjectProperty ;
                                      rdfs:comment "Nominal surrounding temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ;
                                      rdfs:label "nominal sorrounding temperature heating"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalStaticPressure
:nominalStaticPressure rdf:type owl:ObjectProperty ;
                       rdfs:comment "The static pressure within the air stream that the fan must overcome to insure designed circulation of air. Usually measured in Pascals (Pa, N/m2)."@en ;
                       rdfs:label "nominal static pressure"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalSupplyVoltage
:nominalSupplyVoltage rdf:type owl:ObjectProperty ;
                      rdfs:comment "The nominal voltage of the supply. Usually measured in Volts (V, W/A)."@en ;
                      rdfs:label "nominal supply voltage"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalSupplyVoltageMax
:nominalSupplyVoltageMax rdf:type owl:ObjectProperty ;
                         rdfs:comment "The maximum and minimum allowed voltage of the supply e.g. boundaries of 380V/440V may be applied for a nominal voltage of 400V."@en ;
                         rdfs:label "nominal supply voltage offset"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalSupplyVoltageMin
:nominalSupplyVoltageMin rdf:type owl:ObjectProperty ;
                         rdfs:comment "The maximum and minimum allowed voltage of the supply e.g. boundaries of 380V/440V may be applied for a nominal voltage of 400V."@en ;
                         rdfs:label "nominal supply voltage offset"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalSupplyWaterTemperatureCooling
:nominalSupplyWaterTemperatureCooling rdf:type owl:ObjectProperty ;
                                      rdfs:comment "Nominal supply water temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ;
                                      rdfs:label "nominal supply water temperature cooling"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalSupplyWaterTemperatureHeating
:nominalSupplyWaterTemperatureHeating rdf:type owl:ObjectProperty ;
                                      rdfs:comment "Nominal supply water temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ;
                                      rdfs:label "nominal supply water temperature heating"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalTotalPressure
:nominalTotalPressure rdf:type owl:ObjectProperty ;
                      rdfs:comment "Nominal total pressure rise across the fan. Usually measured in Pascals (Pa, N/m2)."@en ;
                      rdfs:label "nominal total pressure"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalUa
:nominalUa rdf:type owl:ObjectProperty ;
           rdfs:comment "Nominal UA value."@en ;
           rdfs:label "nominal ua"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalVolumetricCapacity
:nominalVolumetricCapacity rdf:type owl:ObjectProperty ;
                           rdfs:comment "The total nominal or design volumetric capacity of the tank. Usually measured in cubic metre (m3)."@en ;
                           rdfs:label "nominal volumetric capacity"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalWaterFlowCooling
:nominalWaterFlowCooling rdf:type owl:ObjectProperty ;
                         rdfs:comment "Nominal water flow (refers to nominal cooling capacity). Usually measured in m3/s."@en ;
                         rdfs:label "nominal water flow cooling"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalWaterFlowHeating
:nominalWaterFlowHeating rdf:type owl:ObjectProperty ;
                         rdfs:comment "Nominal water flow (refers to nominal heating capacity). Usually measured in m3/s."@en ;
                         rdfs:label "nominal water flow heating"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nominalWidthOrDiameter
:nominalWidthOrDiameter rdf:type owl:ObjectProperty ;
                        rdfs:comment "The nominal width or, in the case of a horizontal cylindrical tank, the nominal diameter of the tank. Note: Not required for a vertical cylindrical tank. Usually measured in millimeters (mm)."@en ;
                        rdfs:label "nominal width or diameter"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#nomminalRotationSpeed
:nomminalRotationSpeed rdf:type owl:ObjectProperty ;
                       rdfs:comment "Pump rotational speed under nominal conditions. Usually measured in cycles/s."@en ;
                       rdfs:label "nomminal rotation speed"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#openPressureDrop
:openPressureDrop rdf:type owl:ObjectProperty ;
                  rdfs:comment "Total pressure drop across damper. Usually measured in Pascals (Pa, N/m2)."@en ;
                  rdfs:label "open pressure drop"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#operatingWight
:operatingWight rdf:type owl:ObjectProperty ;
                rdfs:comment "Operating weight of the tank including all of its contents. Usually measured in kilograms (kg) or grams (g)."@en ;
                rdfs:label "operating wight"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#operationTemperatureMax
:operationTemperatureMax rdf:type owl:ObjectProperty ;
                         rdfs:comment "Allowable operation ambient (air, fluid) temperature range. Usually measured in degrees Kelvin (K)."@en ;
                         rdfs:label "operation temperature range"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#operationTemperatureMin
:operationTemperatureMin rdf:type owl:ObjectProperty ;
                         rdfs:comment "Allowable operation ambient (air, fluid) temperature range. Usually measured in degrees Kelvin (K)."@en ;
                         rdfs:label "operation temperature range"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#operationalRiterial
:operationalRiterial rdf:type owl:ObjectProperty ;
                     rdfs:comment "Time of operation at maximum operational ambient air temperature. Measured in seconds (s) or days (d) or other units of time."@en ;
                     rdfs:label "operational riterial"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#outletConnectionSize
:outletConnectionSize rdf:type owl:ObjectProperty ;
                      rdfs:comment "Size of the outlet connection. Usually measured in millimeters (mm)."@en ;
                      rdfs:label "outlet connection size"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#outletTemperatureMax
:outletTemperatureMax rdf:type owl:ObjectProperty ;
                      rdfs:comment "Allowable outlet temperature of either the water or the steam. Usually measured in degrees Kelvin (K)."@en ;
                      rdfs:label "outlet temperature range"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#outletTemperatureMin
:outletTemperatureMin rdf:type owl:ObjectProperty ;
                      rdfs:comment "Allowable outlet temperature of either the water or the steam. Usually measured in degrees Kelvin (K)."@en ;
                      rdfs:label "outlet temperature range"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#outputCapacity
:outputCapacity rdf:type owl:ObjectProperty ;
                rdfs:comment "Total nominal heat output as listed by the manufacturer. Usually measured in Watts (W, J/s)."@en ;
                rdfs:label "output capacity"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#outsideDiameter
:outsideDiameter rdf:type owl:ObjectProperty ;
                 rdfs:comment "Actual outside diameter of the tube in the tube bundle. Usually measured in millimeters (mm)."@en ;
                 rdfs:label "outside diameter"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#partLoadRatioMax
:partLoadRatioMax rdf:type owl:ObjectProperty ;
                  rdfs:comment "Maximum part load ratio as a fraction of nominal capacity."@en ;
                  rdfs:label "maximum part load ratio"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#partLoadRatioMin
:partLoadRatioMin rdf:type owl:ObjectProperty ;
                  rdfs:comment "Minimum part load ratio as a fraction of nominal capacity."@en ;
                  rdfs:label "minimum part load ratio"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#powerOutputMax
:powerOutputMax rdf:type owl:ObjectProperty ;
                rdfs:comment "The maximum output power rating of the engine. Usually measured in Watts (W, J/s)."@en ;
                rdfs:label "maximum power output"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#pressureRating
:pressureRating rdf:type owl:ObjectProperty ;
                rdfs:comment "Nominal pressure rating of the boiler as rated by the agency having jurisdiction. Usually measured in Pascals (Pa, N/m2)."@en ;
                rdfs:label "pressure rating"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#primaryAirFlowRateMax
:primaryAirFlowRateMax rdf:type owl:ObjectProperty ;
                       rdfs:comment "Maximum primary airflow that can be delivered. Usually measured in m3/s."@en ;
                       rdfs:label "primary air flow rate range"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#primaryAirFlowRateMin
:primaryAirFlowRateMin rdf:type owl:ObjectProperty ;
                       rdfs:comment "Minimum primary airflow that can be delivered. Usually measured in m3/s."@en ;
                       rdfs:label "primary air flow rate range"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#primaryApparentPower
:primaryApparentPower rdf:type owl:ObjectProperty ;
                      rdfs:comment "The power in VA (volt ampere) that has been transformed and that runs into the transformer on the primary side. Usually measured in Watts (W, J/s)."@en ;
                      rdfs:label "primary apparent power"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#primaryCurrent
:primaryCurrent rdf:type owl:ObjectProperty ;
                rdfs:comment "The current that is going to be transformed and that runs into the transformer on the primary side. Usually measured in Ampere (A)."@en ;
                rdfs:label "primary current"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#primaryFrequency
:primaryFrequency rdf:type owl:ObjectProperty ;
                  rdfs:comment "The frequency that is going to be transformed and that runs into the transformer on the primary side. Usually measured in cycles/s or Hertz (Hz)."@en ;
                  rdfs:label "primary frequency"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#primaryVoltage
:primaryVoltage rdf:type owl:ObjectProperty ;
                rdfs:comment "The voltage that is going to be transformed and that runs into the transformer on the primary side. Usually measured in Volts (V, W/A)."@en ;
                rdfs:label "primary voltage"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#pumpFlowRateMax
:pumpFlowRateMax rdf:type owl:ObjectProperty ;
                 rdfs:comment "Allowable range of volume of fluid being pumped against the resistance specified. Usually measured in kg/s."@en ;
                 rdfs:label "pump flow rate range"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#pumpFlowRateMin
:pumpFlowRateMin rdf:type owl:ObjectProperty ;
                 rdfs:comment "Allowable range of volume of fluid being pumped against the resistance specified. Usually measured in kg/s."@en ;
                 rdfs:label "pump flow rate range"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#realImpedanceRatio
:realImpedanceRatio rdf:type owl:ObjectProperty ;
                    rdfs:comment "The ratio between the real part of the zero sequence impedance and the real part of the positive impedance (i.e. real part of the short-circuit voltage) of the transformer. Used for three-phase transformer which includes a N-conductor."@en ;
                    rdfs:label "real impedance ratio"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#secondCurvatureRadius
:secondCurvatureRadius rdf:type owl:ObjectProperty ;
                       rdfs:comment "SecondCurvatureRadius should be defined as the top or right side radius of curvature value. Usually measured in millimeters (mm)."@en ;
                       rdfs:label "second curvature radius"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#secondaryAirFlowRateMax
:secondaryAirFlowRateMax rdf:type owl:ObjectProperty ;
                         rdfs:comment "Maximum secondary airflow that can be delivered. Usually measured in Pascals (Pa, N/m2)."@en ;
                         rdfs:label "secondary air flow rate range"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#secondaryAirFlowRateMin
:secondaryAirFlowRateMin rdf:type owl:ObjectProperty ;
                         rdfs:comment "Maximum secondary airflow that can be delivered. Usually measured in Pascals (Pa, N/m2)."@en ;
                         rdfs:label "secondary air flow rate range"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#secondaryApparentPower
:secondaryApparentPower rdf:type owl:ObjectProperty ;
                        rdfs:comment "The power in VA (volt ampere) that has been transformed and is running out of the transformer on the secondary side. Usually measured in Watts (W, J/s)."@en ;
                        rdfs:label "secondary apparent power"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#secondaryCurrent
:secondaryCurrent rdf:type owl:ObjectProperty ;
                  rdfs:comment "The current that has been transformed and is running out of the transformer on the secondary side. Usually measured in Ampere (A)."@en ;
                  rdfs:label "secondary current"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#secondaryFrequency
:secondaryFrequency rdf:type owl:ObjectProperty ;
                    rdfs:comment "The frequency that has been transformed and is running out of the transformer on the secondary side. Usually measured in cycles/s or Hertz (Hz)."@en ;
                    rdfs:label "secondary frequency"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#secondaryVoltage
:secondaryVoltage rdf:type owl:ObjectProperty ;
                  rdfs:comment "The voltage that has been transformed and is running out of the transformer on the secondary side. Usually measured in Volts (V, W/A)."@en ;
                  rdfs:label "secondary voltage"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#shortCircuitVoltage
:shortCircuitVoltage rdf:type owl:ObjectProperty ;
                     rdfs:comment "A complex number that specifies the real and imaginary parts of the short-circuit voltage at rated current of a transformer given in %."@en ;
                     rdfs:label "short circuit voltage"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#size
:size rdf:type owl:ObjectProperty ;
      rdfs:comment "The size of the connection to the valve (or to each connection for faucets, mixing valves, etc.). Usually measured in millimeters (mm)."@en ;
      rdfs:label "size"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#solarReflectance
:solarReflectance rdf:type owl:ObjectProperty ;
                  rdfs:comment "(Rsol): The ratio of incident solar radiation that is reflected by a shading system (also named _e). Note the following equation Asol + Rsol + Tsol = 1"@en ;
                  rdfs:label "solar reflectance"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#solarTransmittance
:solarTransmittance rdf:type owl:ObjectProperty ;
                    rdfs:comment "(Tsol) The ratio of incident solar radiation that directly passes through a shading system (also named _e). Note the following equation Asol + Rsol + Tsol = 1"@en ;
                    rdfs:label "solar transmittance"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#spectrumMax
:spectrumMax rdf:type owl:ObjectProperty ;
             rdfs:comment "The spectrum of radiation describes its composition with regard to wavelength. Light, for example, as the portion of electromagnetic radiation that is visible to the human eye, is radiation with wavelengths in the range of approx. 380 to 780 nm (1 nm = 10 m). The corresponding range of colours varies from violet to indigo, blue, green, yellow, orange, and red. These colours form a continuous spectrum, in which the various spectral sectors merge into each other."@en ;
             rdfs:label "maximum spectrum"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#spectrumMin
:spectrumMin rdf:type owl:ObjectProperty ;
             rdfs:comment "The spectrum of radiation describes its composition with regard to wavelength. Light, for example, as the portion of electromagnetic radiation that is visible to the human eye, is radiation with wavelengths in the range of approx. 380 to 780 nm (1 nm = 10 m). The corresponding range of colours varies from violet to indigo, blue, green, yellow, orange, and red. These colours form a continuous spectrum, in which the various spectral sectors merge into each other."@en ;
             rdfs:label "minimum spectrum"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#staggeredRowSpacing
:staggeredRowSpacing rdf:type owl:ObjectProperty ;
                     rdfs:comment "Staggered tube row spacing. Usually measured in millimeters (mm)."@en ;
                     rdfs:label "staggered row spacing"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#startCurrentFactor
:startCurrentFactor rdf:type owl:ObjectProperty ;
                    rdfs:comment "IEC. Start current factor defines how large the peek starting current will become on the engine. StartCurrentFactor is multiplied to NominalCurrent and we get the start current."@en ;
                    rdfs:label "start current factor"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#startingTime
:startingTime rdf:type owl:ObjectProperty ;
              rdfs:comment "The time (in s) needed for the motor to reach its rated speed with its driven equipment attached, starting from standstill and at the nominal voltage applied at its terminals."@en ;
              rdfs:label "starting time"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#supportedWeightMax
:supportedWeightMax rdf:type owl:ObjectProperty ;
                    rdfs:comment "The maximum weight that can be carried by the vibration isolator. Usually measured in kilograms (kg) or grams (g)."@en ;
                    rdfs:label "maximum supported weight"@en .
María's avatar
María committed
###  https://w3id.org/def/saref4bldg#teTime
:teTime rdf:type owl:ObjectProperty ;
        rdfs:comment "The maximum time (in s) at which the motor could run with locked rotor when the motor is used in an EX-environment. The time indicates that a protective device should trip before this time when the starting current of the motor is slowing through the device."@en ;
        rdfs:label "te time"@en .