saref4bldg.ttl 171 KB
Newer Older
@prefix : <https://saref.etsi.org/saref4bldg/> .
@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 s4bldg: <https://saref.etsi.org/saref4bldg/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
María's avatar
María committed

<https://saref.etsi.org/saref4bldg/> a owl:Ontology ;
	owl:versionIRI <https://saref.etsi.org/saref4bldg/v1.1.2/> ;
María's avatar
María committed
	dcterms:creator <http://purl.org/net/mpoveda> , <http://www.garcia-castro.com/foaf.rdf#me> ;
	dcterms:license <hhttps://forge.etsi.org/etsi-software-license> ;
	vann:preferredNamespaceUri "https://saref.etsi.org/saref4bldg/" ;
	dcterms:title "SAREF extension for building devices"@en ;
	dcterms:publisher <https://www.etsi.org> ;
	dcterms:modified "2020-04-13" ;
	dcterms:issued "2020-04-13" ;
	dcterms:source <https://forge.etsi.org/rep/SAREF/saref4bldg> ;
María's avatar
María committed
	vann:preferredNamespacePrefix "s4bldg" ;
	dcterms: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 ;
                                      rdfs:comment """Information about changes compared to version 1.1.1: 
 - Updated namespaces for compatibility with SAREF v3."""@en ;
María's avatar
María committed
# 
# 
# #################################################################
# #
# #    Annotation properties
# #
# #################################################################
# 
# 
# http://purl.org/dc/terms/creator

dcterms:creator a owl:AnnotationProperty .
# 
# http://purl.org/dc/terms/modified

dcterms:modified a owl:AnnotationProperty .
#
# http://purl.org/dc/terms/issued

dcterms:issued a owl:AnnotationProperty .
#
# http://purl.org/dc/terms/source

dcterms:source a owl:AnnotationProperty .
#
María's avatar
María committed
# http://purl.org/dc/terms/dateCopyrighted

dcterms:dateCopyrighted a owl:AnnotationProperty .
# 
# http://purl.org/dc/terms/rightsHolder

dcterms:rightsHolder a owl:AnnotationProperty .
María's avatar
María committed
# 
# http://purl.org/vocab/vann/preferredNamespacePrefix

vann:preferredNamespacePrefix a owl:AnnotationProperty .
# 
# http://purl.org/vocab/vann/preferredNamespaceUri

vann:preferredNamespaceUri a owl:AnnotationProperty .
# 
# http://www.w3.org/ns/prov#hadPrimarySource

prov:hadPrimarySource a owl:AnnotationProperty .
# 
# 
# 
# #################################################################
# #
# #    Datatypes
# #
# #################################################################
# 
# 
# http://www.w3.org/2001/XMLSchema#duration

xsd:duration a rdfs:Datatype .
# 
# 
# 
# #################################################################
# #
# #    Object Properties
# #
# #################################################################
# 
# 
# http://www.w3.org/2003/01/geo/wgs84_pos#location

<http://www.w3.org/2003/01/geo/wgs84_pos#location> a 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 .
# 
# https://saref.etsi.org/saref4bldg/airFlowRateMax
María's avatar
María committed

:airFlowRateMax a owl:ObjectProperty ;
	rdfs:comment "Maximum allowable air flow rate. Usually measured in m3/s."@en ;
	rdfs:label "air flow rate range max"@en .
# 
# https://saref.etsi.org/saref4bldg/airFlowRateMin
María's avatar
María committed

:airFlowRateMin a owl:ObjectProperty ;
	rdfs:comment "Minimum allowable air flow rate. Usually measured in m3/s."@en ;
	rdfs:label "air flow rate range min"@en .
# 
# https://saref.etsi.org/saref4bldg/ambientDesignDryBulbTemperature
María's avatar
María committed

:ambientDesignDryBulbTemperature a 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 .
# 
# https://saref.etsi.org/saref4bldg/ambientDesignWetBulbTemperature
María's avatar
María committed

:ambientDesignWetBulbTemperature a 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 .
# 
# https://saref.etsi.org/saref4bldg/apparentPowerMax
María's avatar
María committed

:apparentPowerMax a 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 .
# 
# https://saref.etsi.org/saref4bldg/audioVolume
María's avatar
María committed

:audioVolume a 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 .
# 
# https://saref.etsi.org/saref4bldg/basinReserveVolume
María's avatar
María committed

:basinReserveVolume a 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 .
# 
# https://saref.etsi.org/saref4bldg/bladeThickness
María's avatar
María committed

:bladeThickness a owl:ObjectProperty ;
	rdfs:comment "The thickness of the damper blade. Usually measured in millimeters (mm)."@en ;
	rdfs:label "blade thickness"@en .
# 
# https://saref.etsi.org/saref4bldg/bodyMass
María's avatar
María committed

:bodyMass a owl:ObjectProperty ;
	rdfs:comment "Overall body mass of the heater. Usually measured in kilograms (kg) or grams (g)."@en ;
	rdfs:label "body mass"@en .
# 
# https://saref.etsi.org/saref4bldg/capacityWeight
María's avatar
María committed

:capacityWeight a 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 .
# 
# https://saref.etsi.org/saref4bldg/closeOffRating
María's avatar
María committed

:closeOffRating a owl:ObjectProperty ;
	rdfs:comment "Close off rating. Usually measured in Pascals (Pa, N/m2)."@en ;
	rdfs:label "close off rating"@en .
# 
# https://saref.etsi.org/saref4bldg/coilLength
María's avatar
María committed

:coilLength a owl:ObjectProperty ;
	rdfs:comment "Length of coil. Usually measured in millimeters (mm)."@en ;
	rdfs:label "coil length"@en .
# 
# https://saref.etsi.org/saref4bldg/coilWidth
María's avatar
María committed

:coilWidth a owl:ObjectProperty ;
	rdfs:comment "Width of coil. Usually measured in millimeters (mm"@en ;
	rdfs:label "coil width"@en .
# 
# https://saref.etsi.org/saref4bldg/colorTemperature
María's avatar
María committed

:colorTemperature a 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 .
# 
# https://saref.etsi.org/saref4bldg/compressorSpeed
María's avatar
María committed

:compressorSpeed a owl:ObjectProperty ;
	rdfs:comment "Compressor speed. Usually measured in cycles/s."@en ;
	rdfs:label "compressor speed"@en .
# 
# https://saref.etsi.org/saref4bldg/connectionSize
María's avatar
María committed

:connectionSize a 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 .
# 
# https://saref.etsi.org/saref4bldg/contains
María's avatar
María committed

:contains a owl:ObjectProperty ;
	owl:inverseOf :isContainedIn ;
	a owl:TransitiveProperty ;
	rdfs:comment "A relation between a physical space and the objects located in such space."@en ;
	rdfs:label "contains"@en .
# 
# https://saref.etsi.org/saref4bldg/contributedLuminousFlux
María's avatar
María committed

:contributedLuminousFlux a 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 .
# 
# https://saref.etsi.org/saref4bldg/coverLength
María's avatar
María committed

:coverLength a 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 .
# 
# https://saref.etsi.org/saref4bldg/coverWidth
María's avatar
María committed

:coverWidth a 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 .
# 
# https://saref.etsi.org/saref4bldg/effectiveCapacity
María's avatar
María committed

:effectiveCapacity a 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 .
# 
# https://saref.etsi.org/saref4bldg/electricGeneratorEfficiency
María's avatar
María committed

:electricGeneratorEfficiency a owl:ObjectProperty ;
	rdfs:comment "The ratio of output capacity to intake capacity."@en ;
	rdfs:label "electric generator efficiency"@en .
# 
# https://saref.etsi.org/saref4bldg/electricMotorEfficiency
María's avatar
María committed

:electricMotorEfficiency a owl:ObjectProperty ;
	rdfs:comment "The ratio of output capacity to intake capacity."@en ;
	rdfs:label "electric motor efficiency"@en .
# 
# https://saref.etsi.org/saref4bldg/externalSurfaceArea
María's avatar
María committed

:externalSurfaceArea a 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 .
# 
# https://saref.etsi.org/saref4bldg/faceArea
María's avatar
María committed

:faceArea a owl:ObjectProperty ;
	rdfs:comment "Face area open to the airstream. Usually measured in square metre (m2)."@en ;
	rdfs:label "face area"@en .
# 
# https://saref.etsi.org/saref4bldg/finalResistance
María's avatar
María committed

:finalResistance a 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 .
# 
# https://saref.etsi.org/saref4bldg/firstCurvatureRadius
María's avatar
María committed

:firstCurvatureRadius a 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 .
# 
# https://saref.etsi.org/saref4bldg/flowCoefficient
María's avatar
María committed

:flowCoefficient a 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 .
# 
# https://saref.etsi.org/saref4bldg/flowResistanceMax
María's avatar
María committed

:flowResistanceMax a 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 .
# 
# https://saref.etsi.org/saref4bldg/flowResistanceMin
María's avatar
María committed

:flowResistanceMin a 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 .
# 
# https://saref.etsi.org/saref4bldg/fluidFlowRateMax
María's avatar
María committed

:fluidFlowRateMax a 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 .
# 
# https://saref.etsi.org/saref4bldg/fluidFlowRateMin
María's avatar
María committed

:fluidFlowRateMin a 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 .
# 
# https://saref.etsi.org/saref4bldg/foulingFactor
María's avatar
María committed

:foulingFactor a 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 .
# 
# https://saref.etsi.org/saref4bldg/frameDepth
María's avatar
María committed

:frameDepth a owl:ObjectProperty ;
	rdfs:comment "The length (or depth) of the damper frame. Usually measured in millimeters (mm)."@en ;
	rdfs:label "frame depth"@en .
# 
# https://saref.etsi.org/saref4bldg/frameThickness
María's avatar
María committed

:frameThickness a owl:ObjectProperty ;
	rdfs:comment "The thickness of the damper frame material. Usually measured in millimeters (mm)."@en ;
	rdfs:label "frame thickness"@en .
# 
# https://saref.etsi.org/saref4bldg/hasSpace
María's avatar
María committed

:hasSpace a owl:ObjectProperty ;
	owl:inverseOf :isSpaceOf ;
	a 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 .
# 
# https://saref.etsi.org/saref4bldg/heatExchangeArea
María's avatar
María committed

:heatExchangeArea a owl:ObjectProperty ;
	rdfs:comment "Heat exchange area. Usually measured in square metre (m2)."@en ;
	rdfs:label "heat exchange area"@en .
# 
# https://saref.etsi.org/saref4bldg/heatTransferSurfaceArea
María's avatar
María committed

:heatTransferSurfaceArea a 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 .
# 
# https://saref.etsi.org/saref4bldg/height
María's avatar
María committed

:height a owl:ObjectProperty ;
	rdfs:comment "Height of the vibration isolator before tha application of load. Usually measured in millimeters (mm)."@en ;
	rdfs:label "height"@en .
# 
# https://saref.etsi.org/saref4bldg/horizontalSpacing
María's avatar
María committed

:horizontalSpacing a owl:ObjectProperty ;
	rdfs:comment "Horizontal spacing between tubes in the tube bundle. Usually measured in millimeters (mm)."@en ;
	rdfs:label "horizontal spacing"@en .
# 
# https://saref.etsi.org/saref4bldg/hydraulicDiameter
María's avatar
María committed

:hydraulicDiameter a owl:ObjectProperty ;
	rdfs:comment "Hydraulic diameter. Usually measured in millimeters (mm)."@en ;
	rdfs:label "hydraulic diameter"@en .
# 
# https://saref.etsi.org/saref4bldg/idealCapacity
María's avatar
María committed

:idealCapacity a owl:ObjectProperty ;
	rdfs:comment "Compressor capacity under ideal conditions. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "ideal capacity"@en .
# 
# https://saref.etsi.org/saref4bldg/idealShaftPower
María's avatar
María committed

:idealShaftPower a owl:ObjectProperty ;
	rdfs:comment "Compressor shaft power under ideal conditions. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "ideal shaft power"@en .
# 
# https://saref.etsi.org/saref4bldg/imaginaryImpedanceRatio
María's avatar
María committed

:imaginaryImpedanceRatio a 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 .
# 
# https://saref.etsi.org/saref4bldg/impellerDiameter
María's avatar
María committed

:impellerDiameter a 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 .
# 
# https://saref.etsi.org/saref4bldg/inLineRowSpacing
María's avatar
María committed

:inLineRowSpacing a owl:ObjectProperty ;
	rdfs:comment "In-line tube row spacing. Usually measured in millimeters (mm)."@en ;
	rdfs:label "in line row spacing"@en .
# 
# https://saref.etsi.org/saref4bldg/initialResistance
María's avatar
María committed

:initialResistance a 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 .
# 
# https://saref.etsi.org/saref4bldg/inletConnectionSize
María's avatar
María committed

:inletConnectionSize a owl:ObjectProperty ;
	rdfs:comment "Size of the inlet connection. Usually measured in millimeters (mm)."@en ;
	rdfs:label "inlet connection size"@en .
# 
# https://saref.etsi.org/saref4bldg/insideDiameter
María's avatar
María committed

:insideDiameter a 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 .
# 
# https://saref.etsi.org/saref4bldg/internalRefrigerantVolume
María's avatar
María committed

:internalRefrigerantVolume a owl:ObjectProperty ;
	rdfs:comment "Internal volume of evaporator (refrigerant side). Usually measured in cubic metre (m3)."@en ;
	rdfs:label "internal refrigerant volume"@en .
# 
# https://saref.etsi.org/saref4bldg/internalSurfaceArea
María's avatar
María committed

:internalSurfaceArea a owl:ObjectProperty ;
	rdfs:comment "Internal surface area. Usually measured in square metre (m2)."@en ;
	rdfs:label "internal surface area"@en .
# 
# https://saref.etsi.org/saref4bldg/internalWaterVolume
María's avatar
María committed

:internalWaterVolume a owl:ObjectProperty ;
	rdfs:comment "Internal volume of evaporator (water side). Usually measured in cubic metre (m3)."@en ;
	rdfs:label "internal water volume"@en .
# 
# https://saref.etsi.org/saref4bldg/isContainedIn
María's avatar
María committed

:isContainedIn a owl:ObjectProperty , owl:TransitiveProperty ;
	rdfs:comment "A relation between an object and the physical space in which it is located."@en ;
	rdfs:label "is contained in"@en .
# 
# https://saref.etsi.org/saref4bldg/isSpaceOf
María's avatar
María committed

:isSpaceOf a 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 .
# 
# https://saref.etsi.org/saref4bldg/isolatorCompressibility
María's avatar
María committed

:isolatorCompressibility a owl:ObjectProperty ;
	rdfs:comment "The compressibility of the vibration isolator."@en ;
	rdfs:label "isolator compressibility"@en .
# 
# https://saref.etsi.org/saref4bldg/isolatorStaticDeflection
María's avatar
María committed

:isolatorStaticDeflection a owl:ObjectProperty ;
	rdfs:comment "Static deflection of the vibration isolator. Usually measured in millimeters (mm)."@en ;
	rdfs:label "isolator static deflection"@en .
# 
# https://saref.etsi.org/saref4bldg/lampMaintenanceFactor
María's avatar
María committed

:lampMaintenanceFactor a 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 .
# 
# https://saref.etsi.org/saref4bldg/leakageFullyClosed
María's avatar
María committed

:leakageFullyClosed a owl:ObjectProperty ;
	rdfs:comment "Leakage when fully closed. Usually measured in m3/s."@en ;
	rdfs:label "leakage fully closed"@en .
# 
# https://saref.etsi.org/saref4bldg/length
María's avatar
María committed

:length a owl:ObjectProperty ;
	rdfs:comment "The finished length of the device. Usually measured in millimeters (mm)."@en ;
	rdfs:label "length"@en .
# 
# https://saref.etsi.org/saref4bldg/liftElevationDifference
María's avatar
María committed

:liftElevationDifference a 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 .
# 
# https://saref.etsi.org/saref4bldg/lightEmitterNominalPower
María's avatar
María committed

:lightEmitterNominalPower a owl:ObjectProperty ;
	rdfs:comment "Light emitter nominal power. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "light emitter nominal power"@en .
# 
# https://saref.etsi.org/saref4bldg/limitingTerminalSize
María's avatar
María committed

:limitingTerminalSize a 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 .
# 
# https://saref.etsi.org/saref4bldg/lockedRotorCurrent
María's avatar
María committed

:lockedRotorCurrent a 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 .
# 
# https://saref.etsi.org/saref4bldg/netPositiveSuctionHead
María's avatar
María committed

:netPositiveSuctionHead a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalAirFlowRate
María's avatar
María committed

:nominalAirFlowRate a owl:ObjectProperty ;
	rdfs:comment "Nominal rate of air flow. Usually measured in m3/s."@en ;
	rdfs:label "nominal air flow rate"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalBodyDepth
María's avatar
María committed

:nominalBodyDepth a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalBodyLength
María's avatar
María committed

:nominalBodyLength a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalBodyWidth
María's avatar
María committed

:nominalBodyWidth a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalCapacity
María's avatar
María committed

:nominalCapacity a owl:ObjectProperty ;
	rdfs:comment "Nominal capacity. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "nominal capacity"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalCondensingTemperature
María's avatar
María committed

:nominalCondensingTemperature a owl:ObjectProperty ;
	rdfs:comment "Chiller condensing temperature. Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "nominal condensing temperature"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalCoolingCapacity
María's avatar
María committed

:nominalCoolingCapacity a owl:ObjectProperty ;
	rdfs:comment "Nominal cooling capacity. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "nominal cooling capacity"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalDepth
María's avatar
María committed

:nominalDepth a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalDiameter
María's avatar
María committed

:nominalDiameter a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalEfficiency
María's avatar
María committed

:nominalEfficiency a owl:ObjectProperty ;
	rdfs:comment "Nominal chiller efficiency under nominal conditions. "@en ;
	rdfs:label "nominal efficiency"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalEnergyConsumption
María's avatar
María committed

:nominalEnergyConsumption a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalEvaporatingTemmperature
María's avatar
María committed

:nominalEvaporatingTemmperature a owl:ObjectProperty ;
	rdfs:comment "Chiller evaporating temperature.Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "nominal evaporating temmperature"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalFilterFaceVelocity
María's avatar
María committed

:nominalFilterFaceVelocity a owl:ObjectProperty ;
	rdfs:comment "Filter face velocity. Usually measured in m/s."@en ;
	rdfs:label "nominal filter face velocity"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalFlowRate
María's avatar
María committed

:nominalFlowRate a owl:ObjectProperty ;
	rdfs:comment "Nominal fluid flow rate through the filter. Usually measured in m3/s."@en ;
	rdfs:label "nominal flow rate"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalFrequency
María's avatar
María committed

:nominalFrequency a owl:ObjectProperty ;
	rdfs:comment "The nominal frequency of the supply. Usually measured in cycles/s or Hertz (Hz)."@en ;
	rdfs:label "nominal frequency"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalHeatRejectionRate
María's avatar
María committed

:nominalHeatRejectionRate a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalHeatTransferArea
María's avatar
María committed

:nominalHeatTransferArea a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalHeatTransferCoefficient
María's avatar
María committed

:nominalHeatTransferCoefficient a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalHeatingCapacity
María's avatar
María committed

:nominalHeatingCapacity a owl:ObjectProperty ;
	rdfs:comment "Nominal heating capacity. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "nominal heating capacity"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalLatentCapacity
María's avatar
María committed

:nominalLatentCapacity a owl:ObjectProperty ;
	rdfs:comment "Nominal latent capacity. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "nominal latent capacity"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalLengthOrDiameter
María's avatar
María committed

:nominalLengthOrDiameter a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalMediaSurfaceVelocity
María's avatar
María committed

:nominalMediaSurfaceVelocity a owl:ObjectProperty ;
	rdfs:comment "Average fluid velocity at the media surface. Usually measured in m/s."@en ;
	rdfs:label "nominal media surface velocity"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalMoistureGain
María's avatar
María committed

:nominalMoistureGain a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalPartLoadRatio
María's avatar
María committed

:nominalPartLoadRatio a owl:ObjectProperty ;
	rdfs:comment "Allowable part load ratio range."@en ;
	rdfs:label "nominal part load ratio"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalParticleGeometricMeanDiameter
María's avatar
María committed

:nominalParticleGeometricMeanDiameter a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalParticleGeometricStandardDeviation
María's avatar
María committed

:nominalParticleGeometricStandardDeviation a owl:ObjectProperty ;
	rdfs:comment "Particle geometric standard deviation associated with nominal efficiency. "@en ;
	rdfs:label "nominal particle geometric standard deviation"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalPowerConsumption
María's avatar
María committed

:nominalPowerConsumption a owl:ObjectProperty ;
	rdfs:comment "Nominal total power consumption. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "nominal power consumption"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalPowerRate
María's avatar
María committed

:nominalPowerRate a owl:ObjectProperty ;
	rdfs:comment "Nominal fan power rate.Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "nominal power rate"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalPressureDrop
María's avatar
María committed

:nominalPressureDrop a owl:ObjectProperty ;
	rdfs:comment "Total pressure drop across the filter. Usually measured in Pascals (Pa, N/m2)."@en ;
	rdfs:label "nominal pressure drop"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalReturnWaterTemperatureCooling
María's avatar
María committed

:nominalReturnWaterTemperatureCooling a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalReturnWaterTemperatureHeating
María's avatar
María committed

:nominalReturnWaterTemperatureHeating a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalRotationSpeed
María's avatar
María committed

:nominalRotationSpeed a owl:ObjectProperty ;
	rdfs:comment "Nominal fan wheel speed. Usually measured in cycles/s."@en ;
	rdfs:label "nominal rotation speed"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalSensibleCapacity
María's avatar
María committed

:nominalSensibleCapacity a owl:ObjectProperty ;
	rdfs:comment "Nominal sensible capacity. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "nominal sensible capacity"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalSorroundingHumidityCooling
María's avatar
María committed

:nominalSorroundingHumidityCooling a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalSorroundingTemperatureCooling
María's avatar
María committed

:nominalSorroundingTemperatureCooling a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalSorroundingTemperatureHeating
María's avatar
María committed

:nominalSorroundingTemperatureHeating a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalStaticPressure
María's avatar
María committed

:nominalStaticPressure a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalSupplyVoltage
María's avatar
María committed

:nominalSupplyVoltage a owl:ObjectProperty ;
	rdfs:comment "The nominal voltage of the supply. Usually measured in Volts (V, W/A)."@en ;
	rdfs:label "nominal supply voltage"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalSupplyVoltageMax
María's avatar
María committed

:nominalSupplyVoltageMax a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalSupplyVoltageMin
María's avatar
María committed

:nominalSupplyVoltageMin a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalSupplyWaterTemperatureCooling
María's avatar
María committed

:nominalSupplyWaterTemperatureCooling a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalSupplyWaterTemperatureHeating
María's avatar
María committed

:nominalSupplyWaterTemperatureHeating a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalTotalPressure
María's avatar
María committed

:nominalTotalPressure a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalUa
María's avatar
María committed

:nominalUa a owl:ObjectProperty ;
	rdfs:comment "Nominal UA value."@en ;
	rdfs:label "nominal ua"@en .
# 
# https://saref.etsi.org/saref4bldg/nominalVolumetricCapacity
María's avatar
María committed

:nominalVolumetricCapacity a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalWaterFlowCooling
María's avatar
María committed

:nominalWaterFlowCooling a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalWaterFlowHeating
María's avatar
María committed

:nominalWaterFlowHeating a 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 .
# 
# https://saref.etsi.org/saref4bldg/nominalWidthOrDiameter
María's avatar
María committed

:nominalWidthOrDiameter a 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 .
# 
# https://saref.etsi.org/saref4bldg/nomminalRotationSpeed
María's avatar
María committed

:nomminalRotationSpeed a owl:ObjectProperty ;
	rdfs:comment "Pump rotational speed under nominal conditions. Usually measured in cycles/s."@en ;
	rdfs:label "nomminal rotation speed"@en .
# 
# https://saref.etsi.org/saref4bldg/openPressureDrop
María's avatar
María committed

:openPressureDrop a owl:ObjectProperty ;
	rdfs:comment "Total pressure drop across damper. Usually measured in Pascals (Pa, N/m2)."@en ;
	rdfs:label "open pressure drop"@en .
# 
# https://saref.etsi.org/saref4bldg/operatingWeight
María's avatar
María committed

María's avatar
María committed
:operatingWeight a owl:ObjectProperty ;
María's avatar
María committed
	rdfs:comment "Operating weight of the tank including all of its contents. Usually measured in kilograms (kg) or grams (g)."@en ;
María's avatar
María committed
	rdfs:label "operating weight"@en .
María's avatar
María committed
# 
# https://saref.etsi.org/saref4bldg/operationTemperatureMax
María's avatar
María committed

:operationTemperatureMax a owl:ObjectProperty ;
	rdfs:comment "Allowable operation ambient (air, fluid) temperature range. Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "operation temperature range"@en .
# 
# https://saref.etsi.org/saref4bldg/operationTemperatureMin
María's avatar
María committed

:operationTemperatureMin a owl:ObjectProperty ;
	rdfs:comment "Allowable operation ambient (air, fluid) temperature range. Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "operation temperature range"@en .
# 
# https://saref.etsi.org/saref4bldg/operationalRiterial
María's avatar
María committed

:operationalRiterial a 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 .
# 
# https://saref.etsi.org/saref4bldg/outletConnectionSize
María's avatar
María committed

:outletConnectionSize a owl:ObjectProperty ;
	rdfs:comment "Size of the outlet connection. Usually measured in millimeters (mm)."@en ;
	rdfs:label "outlet connection size"@en .
# 
# https://saref.etsi.org/saref4bldg/outletTemperatureMax
María's avatar
María committed

:outletTemperatureMax a 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 .
# 
# https://saref.etsi.org/saref4bldg/outletTemperatureMin
María's avatar
María committed

:outletTemperatureMin a 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 .
# 
# https://saref.etsi.org/saref4bldg/outputCapacity
María's avatar
María committed

:outputCapacity a 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 .
# 
# https://saref.etsi.org/saref4bldg/outsideDiameter
María's avatar
María committed

:outsideDiameter a 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 .
# 
# https://saref.etsi.org/saref4bldg/partLoadRatioMax
María's avatar
María committed

:partLoadRatioMax a owl:ObjectProperty ;
	rdfs:comment "Maximum part load ratio as a fraction of nominal capacity."@en ;
	rdfs:label "maximum part load ratio"@en .
# 
# https://saref.etsi.org/saref4bldg/partLoadRatioMin
María's avatar
María committed

:partLoadRatioMin a owl:ObjectProperty ;
	rdfs:comment "Minimum part load ratio as a fraction of nominal capacity."@en ;
	rdfs:label "minimum part load ratio"@en .
# 
# https://saref.etsi.org/saref4bldg/powerOutputMax
María's avatar
María committed

:powerOutputMax a 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 .
# 
# https://saref.etsi.org/saref4bldg/pressureRating
María's avatar
María committed

:pressureRating a 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 .
# 
# https://saref.etsi.org/saref4bldg/primaryAirFlowRateMax
María's avatar
María committed

:primaryAirFlowRateMax a 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 .
# 
# https://saref.etsi.org/saref4bldg/primaryAirFlowRateMin
María's avatar
María committed

:primaryAirFlowRateMin a 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 .
# 
# https://saref.etsi.org/saref4bldg/primaryApparentPower
María's avatar
María committed

:primaryApparentPower a 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 .
# 
# https://saref.etsi.org/saref4bldg/primaryCurrent
María's avatar
María committed

:primaryCurrent a 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 .
# 
# https://saref.etsi.org/saref4bldg/primaryFrequency
María's avatar
María committed

:primaryFrequency a 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 .
# 
# https://saref.etsi.org/saref4bldg/primaryVoltage
María's avatar
María committed

:primaryVoltage a 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 .
# 
# https://saref.etsi.org/saref4bldg/pumpFlowRateMax
María's avatar
María committed

:pumpFlowRateMax a 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 .
# 
# https://saref.etsi.org/saref4bldg/pumpFlowRateMin
María's avatar
María committed

:pumpFlowRateMin a 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 .
# 
# https://saref.etsi.org/saref4bldg/realImpedanceRatio
María's avatar
María committed

:realImpedanceRatio a 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 .
# 
# https://saref.etsi.org/saref4bldg/secondCurvatureRadius
María's avatar
María committed

:secondCurvatureRadius a 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 .
# 
# https://saref.etsi.org/saref4bldg/secondaryAirFlowRateMax
María's avatar
María committed

:secondaryAirFlowRateMax a 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 .
# 
# https://saref.etsi.org/saref4bldg/secondaryAirFlowRateMin
María's avatar
María committed

:secondaryAirFlowRateMin a 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 .
# 
# https://saref.etsi.org/saref4bldg/secondaryApparentPower
María's avatar
María committed

:secondaryApparentPower a 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 .
# 
# https://saref.etsi.org/saref4bldg/secondaryCurrent
María's avatar
María committed

:secondaryCurrent a 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 .
# 
# https://saref.etsi.org/saref4bldg/secondaryFrequency
María's avatar
María committed

:secondaryFrequency a 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 .
# 
# https://saref.etsi.org/saref4bldg/secondaryVoltage
María's avatar
María committed

:secondaryVoltage a 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 .
# 
# https://saref.etsi.org/saref4bldg/shortCircuitVoltage
María's avatar
María committed

:shortCircuitVoltage a 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 .
# 
# https://saref.etsi.org/saref4bldg/size
María's avatar
María committed

:size a 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 .
# 
# https://saref.etsi.org/saref4bldg/solarReflectance
María's avatar
María committed

:solarReflectance a 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 .
# 
# https://saref.etsi.org/saref4bldg/solarTransmittance
María's avatar
María committed

:solarTransmittance a 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 .
# 
# https://saref.etsi.org/saref4bldg/spectrumMax
María's avatar
María committed

:spectrumMax a 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 .
# 
# https://saref.etsi.org/saref4bldg/spectrumMin
María's avatar
María committed

:spectrumMin a 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 .
#