@prefix : . @prefix dc: . @prefix owl: . @prefix rdf: . @prefix xsd: . @prefix bldg: . @prefix prov: . @prefix rdfs: . @prefix vann: . @prefix dcterms: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:versionInfo "1.0" ; dcterms:creator , ; vann:preferredNamespacePrefix "saref4bldg" ; dcterms:license ; dc:title "SAREF extension for building devices"@en ; vann:preferredNamespaceUri "http://saref.linkeddata.es/def/bldg#" ; rdfs:comment "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."@en ; dc:publisher . ################################################################# # 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 . ################################################################# # Datatypes ################################################################# ### http://www.w3.org/2001/XMLSchema#duration xsd:duration rdf:type rdfs:Datatype . ################################################################# # Object Properties ################################################################# ### http://saref.linkeddata.es/def/bldg#isComponentOf bldg:isComponentOf rdf:type owl:ObjectProperty ; rdfs:label "isComponentOf"@en . ### http://saref.linkeddata.es/def/bldg#isComposedBy bldg:isComposedBy rdf:type owl:ObjectProperty ; rdfs:label "isComposedBy"@en . ### http://saref.linkeddata.es/def/bldg#switchingDeviceSetPoint bldg:switchingDeviceSetPoint rdf:type owl:ObjectProperty ; rdfs:domain bldg:SwitchingDevice ; rdfs:range rdfs:Resource ; rdfs:comment " Indicates the setpoint and label. For toggle switches, there are two positions, 0 for off and 1 for on. For dimmer switches, the values may indicate the fully-off and full-on positions, where missing integer values in between are interpolated. For selector switches, the range indicates the available positions. An IfcTable may be attached (using IfcMetric and IfcPropertyConstraintRelationship) containing columns of the specified header names and types: 'Position' (IfcInteger): The discrete setpoint level. 'Sink' (IfcLabel): The Name of the switched input port (IfcDistributionPort with FlowDirection=SINK). 'Source' (IfcLabel): The Name of the switched output port (IfcDistributionPort with FlowDirection=SOURCE). 'Ratio' (IfcNormalizedRatioMeasure): The ratio of power at the setpoint where 0.0 is off and 1.0 is fully on."@en ; rdfs:label "set point"@en . ################################################################# # Data properties ################################################################# ### http://saref.linkeddata.es/def/bldg#actuatorFailPosition bldg:actuatorFailPosition rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Actuator ; rdfs:range xsd:string ; rdfs:comment " Specifies the required fail-safe position of the actuator."@en ; rdfs:label "fail position"@en . ### http://saref.linkeddata.es/def/bldg#actuatorManualOverride bldg:actuatorManualOverride rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Actuator ; rdfs:range xsd:boolean ; rdfs:comment " Identifies whether hand-operated operation is provided as an override (= TRUE) or not (= FALSE). Note that this value should be set to FALSE by default in the case of a Hand Operated Actuator."@en ; rdfs:label "manual override"@en . ### http://saref.linkeddata.es/def/bldg#airToAirHeatRecoveryHasDefrost bldg:airToAirHeatRecoveryHasDefrost rdf:type owl:DatatypeProperty ; rdfs:domain bldg:AirToAirHeatRecovery ; rdfs:range xsd:boolean ; rdfs:comment " has the heat exchanger has defrost function or not."@en ; rdfs:label "has defrost"@en . ### http://saref.linkeddata.es/def/bldg#airToAirHeatRecoveryHeatTransferTypeEnum bldg:airToAirHeatRecoveryHeatTransferTypeEnum rdf:type owl:DatatypeProperty ; rdfs:domain bldg:AirToAirHeatRecovery ; rdfs:range xsd:string ; rdfs:comment "Type of heat transfer between the two air streams."@en ; rdfs:label "heat transfer type enum"@en . ### http://saref.linkeddata.es/def/bldg#airToAirHeatRecoveryOperationalTemperatureRangeMax bldg:airToAirHeatRecoveryOperationalTemperatureRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:AirToAirHeatRecovery ; rdfs:range xsd:float ; rdfs:comment "Allowable operation ambient air temperature range. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "operational temperature range max"@en . ### http://saref.linkeddata.es/def/bldg#airToAirHeatRecoveryOperationalTemperatureRangeMin bldg:airToAirHeatRecoveryOperationalTemperatureRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:AirToAirHeatRecovery ; rdfs:range xsd:float ; rdfs:comment "Allowable operation ambient air temperature range. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "operational temperature range min"@en . ### http://saref.linkeddata.es/def/bldg#airToAirHeatRecoveryPrimaryAirFlowRateRangeMax bldg:airToAirHeatRecoveryPrimaryAirFlowRateRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:AirToAirHeatRecovery ; rdfs:range xsd:float ; rdfs:comment "possible range of primary airflow that can be delivered. Usually measured in m3/s."@en ; rdfs:label "primary air flow rate range max"@en . ### http://saref.linkeddata.es/def/bldg#airToAirHeatRecoveryPrimaryAirFlowRateRangeMin bldg:airToAirHeatRecoveryPrimaryAirFlowRateRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:AirToAirHeatRecovery ; rdfs:range xsd:float ; rdfs:comment "possible range of primary airflow that can be delivered. Usually measured in m3/s."@en ; rdfs:label "primary air flow rate range min"@en . ### http://saref.linkeddata.es/def/bldg#airToAirHeatRecoverySecondaryAirFlowRateRangeMax bldg:airToAirHeatRecoverySecondaryAirFlowRateRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:AirToAirHeatRecovery ; rdfs:range xsd:float ; rdfs:comment "possible range of secondary airflow that can be delivered. Usually measured in Pascals (Pa, N/m2)."@en ; rdfs:label "secondary air flow rate range max"@en . ### http://saref.linkeddata.es/def/bldg#airToAirHeatRecoverySecondaryAirFlowRateRangeMin bldg:airToAirHeatRecoverySecondaryAirFlowRateRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:AirToAirHeatRecovery ; rdfs:range xsd:float ; rdfs:comment "possible range of secondary airflow that can be delivered. Usually measured in Pascals (Pa, N/m2)."@en ; rdfs:label "secondary air flow rate range min"@en . ### http://saref.linkeddata.es/def/bldg#audioVisualApplianceAudioVolume bldg:audioVisualApplianceAudioVolume rdf:type owl:DatatypeProperty ; rdfs:domain bldg:AudioVisualAppliance ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#audioVisualApplianceMediaSource bldg:audioVisualApplianceMediaSource rdf:type owl:DatatypeProperty ; rdfs:domain bldg:AudioVisualAppliance ; rdfs:range xsd:string ; rdfs:comment " Indicates media sources and corresponding names of ports (IfcDistributionPort with FlowDirection=SINK and PredefinedType=AUDIOVISUAL) or aggregated audio/video components (IfcAudioVisualAppliance)."@en ; rdfs:label "media source"@en . ### http://saref.linkeddata.es/def/bldg#boilerEnergySource bldg:boilerEnergySource rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Boiler ; rdfs:range xsd:string ; rdfs:comment "Enumeration defining the energy source or fuel cumbusted to generate heat."@en ; rdfs:label "energy source"@en . ### http://saref.linkeddata.es/def/bldg#boilerHeatTransferSurfaceArea bldg:boilerHeatTransferSurfaceArea rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Boiler ; rdfs:range xsd:float ; rdfs:comment " Total heat transfer area of the vessel. Usually measured in square metre (m2)."@en ; rdfs:label "heat transfer surface area"@en . ### http://saref.linkeddata.es/def/bldg#boilerIsWaterStorageHeater bldg:boilerIsWaterStorageHeater rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Boiler ; rdfs:range xsd:boolean ; rdfs:comment " This is used to identify if the boiler has storage capacity (TRUE). If FALSE, then there is no storage capacity built into the boiler, such as an instantaneous hot water heater."@en ; rdfs:label "is water storage heater"@en . ### http://saref.linkeddata.es/def/bldg#boilerNominalEnergyConsumption bldg:boilerNominalEnergyConsumption rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Boiler ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#boilerNominalPartLoadRatioMax bldg:boilerNominalPartLoadRatioMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Boiler ; rdfs:range xsd:float ; rdfs:comment "Allowable part load ratio range."@en ; rdfs:label "nominal part load ratio max"@en . ### http://saref.linkeddata.es/def/bldg#boilerNominalPartLoadRatioMin bldg:boilerNominalPartLoadRatioMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Boiler ; rdfs:range xsd:float ; rdfs:comment "Allowable part load ratio range."@en ; rdfs:label "nominal part load ratio min"@en . ### http://saref.linkeddata.es/def/bldg#boilerOperatingMode bldg:boilerOperatingMode rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Boiler ; rdfs:range xsd:string ; rdfs:comment " Identifies the operating mode of the boiler."@en ; rdfs:label "operating mode"@en . ### http://saref.linkeddata.es/def/bldg#boilerOutletTemperatureRangeMax bldg:boilerOutletTemperatureRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Boiler ; rdfs:range xsd:float ; rdfs:comment "Allowable outlet temperature of either the water or the steam. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "outlet temperature range max"@en . ### http://saref.linkeddata.es/def/bldg#boilerOutletTemperatureRangeMin bldg:boilerOutletTemperatureRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Boiler ; rdfs:range xsd:float ; rdfs:comment "Allowable outlet temperature of either the water or the steam. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "outlet temperature range min"@en . ### http://saref.linkeddata.es/def/bldg#boilerPressureRating bldg:boilerPressureRating rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Boiler ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#boilerWaterInletTemperatureRangeMax bldg:boilerWaterInletTemperatureRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Boiler ; rdfs:range xsd:float ; rdfs:comment "Allowable water inlet temperature range. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "water inlet temperature range max"@en . ### http://saref.linkeddata.es/def/bldg#boilerWaterInletTemperatureRangeMin bldg:boilerWaterInletTemperatureRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Boiler ; rdfs:range xsd:float ; rdfs:comment "Allowable water inlet temperature range. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "water inlet temperature range min"@en . ### http://saref.linkeddata.es/def/bldg#boilerWaterStorageCapacity bldg:boilerWaterStorageCapacity rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Boiler ; rdfs:range xsd:float ; rdfs:comment " Water storage capacity. Usually measured in cubic metre (m3)."@en ; rdfs:label "water storage capacity"@en . ### http://saref.linkeddata.es/def/bldg#burnerEnergySource bldg:burnerEnergySource rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Burner ; rdfs:range xsd:string ; rdfs:comment "Enumeration defining the energy source or fuel cumbusted to generate heat."@en ; rdfs:label "energy source"@en . ### http://saref.linkeddata.es/def/bldg#chillerNominalCapacity bldg:chillerNominalCapacity rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Chiller ; rdfs:range xsd:float ; rdfs:comment " Nominal cooling capacity of chiller at standardized conditions as defined by the agency having jurisdiction. Usually measured in Watts (W, J/s)."@en ; rdfs:label "nominal capacity"@en . ### http://saref.linkeddata.es/def/bldg#chillerNominalCondensingTemperature bldg:chillerNominalCondensingTemperature rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Chiller ; rdfs:range xsd:float ; rdfs:comment " Chiller condensing temperature. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "nominal condensing temperature"@en . ### http://saref.linkeddata.es/def/bldg#chillerNominalEfficiency bldg:chillerNominalEfficiency rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Chiller ; rdfs:range xsd:float ; rdfs:comment " Nominal chiller efficiency under nominal conditions. "@en ; rdfs:label "nominal efficiency"@en . ### http://saref.linkeddata.es/def/bldg#chillerNominalEvaporatingTemmperature bldg:chillerNominalEvaporatingTemmperature rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Chiller ; rdfs:range xsd:float ; rdfs:comment " Chiller evaporating temperature.Usually measured in degrees Kelvin (K)."@en ; rdfs:label "nominal evaporating temmperature"@en . ### http://saref.linkeddata.es/def/bldg#chillerNominalHeatRejectionRate bldg:chillerNominalHeatRejectionRate rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Chiller ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#chillerNominalPowerConsumption bldg:chillerNominalPowerConsumption rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Chiller ; rdfs:range xsd:float ; rdfs:comment " Nominal total power consumption. Usually measured in Watts (W, J/s)."@en ; rdfs:label "nominal power consumption"@en . ### http://saref.linkeddata.es/def/bldg#coilAirFlowRateRangeMax bldg:coilAirFlowRateRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Coil ; rdfs:range xsd:float ; rdfs:comment "Possible range of airflow that can be delivered. For cases where there is no airflow across the coil (e.g. electric coil in a floor slab), then the value is zero. Usually measured in m3/s."@en ; rdfs:label "air flow rate range max"@en . ### http://saref.linkeddata.es/def/bldg#coilAirFlowRateRangeMin bldg:coilAirFlowRateRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Coil ; rdfs:range xsd:float ; rdfs:comment "Possible range of airflow that can be delivered. For cases where there is no airflow across the coil (e.g. electric coil in a floor slab), then the value is zero. Usually measured in m3/s."@en ; rdfs:label "air flow rate range min"@en . ### http://saref.linkeddata.es/def/bldg#coilNominalLatentCapacity bldg:coilNominalLatentCapacity rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Coil ; rdfs:range xsd:float ; rdfs:comment " Nominal latent capacity. Usually measured in Watts (W, J/s)."@en ; rdfs:label "nominal latent capacity"@en . ### http://saref.linkeddata.es/def/bldg#coilNominalSensibleCapacity bldg:coilNominalSensibleCapacity rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Coil ; rdfs:range xsd:float ; rdfs:comment " Nominal sensible capacity. Usually measured in Watts (W, J/s)."@en ; rdfs:label "nominal sensible capacity"@en . ### http://saref.linkeddata.es/def/bldg#coilNominalUa bldg:coilNominalUa rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Coil ; rdfs:range xsd:float ; rdfs:comment " Nominal UA value."@en ; rdfs:label "nominal ua"@en . ### http://saref.linkeddata.es/def/bldg#coilOperationalTemperatureRangeMax bldg:coilOperationalTemperatureRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Coil ; rdfs:range xsd:float ; rdfs:comment "Allowable operational air temperature range. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "operational temperature range max"@en . ### http://saref.linkeddata.es/def/bldg#coilOperationalTemperatureRangeMin bldg:coilOperationalTemperatureRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Coil ; rdfs:range xsd:float ; rdfs:comment "Allowable operational air temperature range. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "operational temperature range min"@en . ### http://saref.linkeddata.es/def/bldg#coilPlacementType bldg:coilPlacementType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Coil ; rdfs:range xsd:string ; rdfs:comment " Indicates the placement of the coil. FLOOR indicates an under floor heater (if coil type is WATERHEATINGCOIL or ELECTRICHEATINGCOIL), CEILING indicates a cooling ceiling (if coil type is WATERCOOLINGCOIL), UNIT indicates that the coil is part of a cooling or heating unit, like cooled beam, etc."@en ; rdfs:label "placement type"@en . ### http://saref.linkeddata.es/def/bldg#compressorCompressorSpeed bldg:compressorCompressorSpeed rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Compressor ; rdfs:range xsd:float ; rdfs:comment " Compressor speed. Usually measured in cycles/s."@en ; rdfs:label "compressor speed"@en . ### http://saref.linkeddata.es/def/bldg#compressorHasHotGasBypass bldg:compressorHasHotGasBypass rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Compressor ; rdfs:range xsd:boolean ; rdfs:comment " Whether or not hot gas bypass is provided for the compressor. TRUE = Yes, FALSE = No."@en ; rdfs:label "has hot gas bypass"@en . ### http://saref.linkeddata.es/def/bldg#compressorIdealCapacity bldg:compressorIdealCapacity rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Compressor ; rdfs:range xsd:float ; rdfs:comment " Compressor capacity under ideal conditions. Usually measured in Watts (W, J/s)."@en ; rdfs:label "ideal capacity"@en . ### http://saref.linkeddata.es/def/bldg#compressorIdealShaftPower bldg:compressorIdealShaftPower rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Compressor ; rdfs:range xsd:float ; rdfs:comment " Compressor shaft power under ideal conditions. Usually measured in Watts (W, J/s)."@en ; rdfs:label "ideal shaft power"@en . ### http://saref.linkeddata.es/def/bldg#compressorImpellerDiameter bldg:compressorImpellerDiameter rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Compressor ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#compressorMaximumPartLoadRatio bldg:compressorMaximumPartLoadRatio rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Compressor ; rdfs:range xsd:float ; rdfs:comment " Maximum part load ratio as a fraction of nominal capacity."@en ; rdfs:label "maximum part load ratio"@en . ### http://saref.linkeddata.es/def/bldg#compressorMinimunPartLoadRatio bldg:compressorMinimunPartLoadRatio rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Compressor ; rdfs:range xsd:float ; rdfs:comment " Minimum part load ratio as a fraction of nominal capacity."@en ; rdfs:label "minimun part load ratio"@en . ### http://saref.linkeddata.es/def/bldg#compressorNominalCapacity bldg:compressorNominalCapacity rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Compressor ; rdfs:range xsd:float ; rdfs:comment " Compressor nameplate capacity. Usually measured in Watts (W, J/s)."@en ; rdfs:label "nominal capacity"@en . ### http://saref.linkeddata.es/def/bldg#compressorPowerSource bldg:compressorPowerSource rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Compressor ; rdfs:range xsd:string ; rdfs:comment " Type of power driving the compressor."@en ; rdfs:label "power source"@en . ### http://saref.linkeddata.es/def/bldg#compressorRefrigerantClass bldg:compressorRefrigerantClass rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Compressor ; rdfs:range xsd:string ; rdfs:comment "Refrigerant class used by the compressor. CFC: Chlorofluorocarbons. HCFC: Hydrochlorofluorocarbons. HFC: Hydrofluorocarbons."@en ; rdfs:label "refrigerant class"@en . ### http://saref.linkeddata.es/def/bldg#condenserExternalSurfaceArea bldg:condenserExternalSurfaceArea rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Condenser ; rdfs:range xsd:float ; rdfs:comment " External surface area (both primary and secondary area). Usually measured in square metre (m2)."@en ; rdfs:label "external surface area"@en . ### http://saref.linkeddata.es/def/bldg#condenserInternalRefrigerantVolume bldg:condenserInternalRefrigerantVolume rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Condenser ; rdfs:range xsd:float ; rdfs:comment " Internal volume of condenser (refrigerant side). Usually measured in cubic metre (m3)."@en ; rdfs:label "internal refrigerant volume"@en . ### http://saref.linkeddata.es/def/bldg#condenserInternalSurfaceArea bldg:condenserInternalSurfaceArea rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Condenser ; rdfs:range xsd:float ; rdfs:comment " Internal surface area. Usually measured in square metre (m2)."@en ; rdfs:label "internal surface area"@en . ### http://saref.linkeddata.es/def/bldg#condenserInternalWaterVolume bldg:condenserInternalWaterVolume rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Condenser ; rdfs:range xsd:float ; rdfs:comment " Internal volume of condenser (water side). Usually measured in cubic metre (m3)."@en ; rdfs:label "internal water volume"@en . ### http://saref.linkeddata.es/def/bldg#condenserNominalHeatTransferArea bldg:condenserNominalHeatTransferArea rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Condenser ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#condenserNominalHeatTransferCoefficient bldg:condenserNominalHeatTransferCoefficient rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Condenser ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#condenserRefrigerantClass bldg:condenserRefrigerantClass rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Condenser ; rdfs:range xsd:string ; rdfs:comment "Refrigerant class used by the condenser. CFC: Chlorofluorocarbons. HCFC: Hydrochlorofluorocarbons. HFC: Hydrofluorocarbons."@en ; rdfs:label "refrigerant class"@en . ### http://saref.linkeddata.es/def/bldg#cooledBeamCoilLength bldg:cooledBeamCoilLength rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:float ; rdfs:comment " Length of coil. Usually measured in millimeters (mm)."@en ; rdfs:label "coil length"@en . ### http://saref.linkeddata.es/def/bldg#cooledBeamCoilWidth bldg:cooledBeamCoilWidth rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:float ; rdfs:comment " Width of coil. Usually measured in millimeters (mm"@en ; rdfs:label "coil width"@en . ### http://saref.linkeddata.es/def/bldg#cooledBeamFinishColor bldg:cooledBeamFinishColor rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:string ; rdfs:comment " Finish color for cooled beam."@en ; rdfs:label "finish color"@en . ### http://saref.linkeddata.es/def/bldg#cooledBeamIntegratedLightingType bldg:cooledBeamIntegratedLightingType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:string ; rdfs:comment "Integrated lighting in cooled beam."@en ; rdfs:label "integrated lighting type"@en . ### http://saref.linkeddata.es/def/bldg#cooledBeamIsFreeHanging bldg:cooledBeamIsFreeHanging rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:boolean ; rdfs:comment " Is it free hanging type (not mounted in a false ceiling)?"@en ; rdfs:label "is free hanging"@en . ### http://saref.linkeddata.es/def/bldg#cooledBeamNominalCoolingCapacity bldg:cooledBeamNominalCoolingCapacity rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:float ; rdfs:comment " Nominal cooling capacity. Usually measured in Watts (W, J/s)."@en ; rdfs:label "nominal cooling capacity"@en . ### http://saref.linkeddata.es/def/bldg#cooledBeamNominalHeatingCapacity bldg:cooledBeamNominalHeatingCapacity rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:float ; rdfs:comment " Nominal heating capacity. Usually measured in Watts (W, J/s)."@en ; rdfs:label "nominal heating capacity"@en . ### http://saref.linkeddata.es/def/bldg#cooledBeamNominalReturnWaterTemperatureCooling bldg:cooledBeamNominalReturnWaterTemperatureCooling rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#cooledBeamNominalReturnWaterTemperatureHeating bldg:cooledBeamNominalReturnWaterTemperatureHeating rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#cooledBeamNominalSorroundingHumidityCooling bldg:cooledBeamNominalSorroundingHumidityCooling rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:float ; rdfs:comment " Nominal surrounding humidity (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; rdfs:label "nominal sorrounding humidity cooling"@en . ### http://saref.linkeddata.es/def/bldg#cooledBeamNominalSorroundingTemperatureCooling bldg:cooledBeamNominalSorroundingTemperatureCooling rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:float ; rdfs:comment " Nominal surrounding temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; rdfs:label "nominal sorrounding temperature cooling"@en . ### http://saref.linkeddata.es/def/bldg#cooledBeamNominalSorroundingTemperatureHeating bldg:cooledBeamNominalSorroundingTemperatureHeating rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:float ; rdfs:comment " Nominal surrounding temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ; rdfs:label "nominal sorrounding temperature heating"@en . ### http://saref.linkeddata.es/def/bldg#cooledBeamNominalSupplyWaterTemperatureCooling bldg:cooledBeamNominalSupplyWaterTemperatureCooling rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#cooledBeamNominalSupplyWaterTemperatureHeating bldg:cooledBeamNominalSupplyWaterTemperatureHeating rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#cooledBeamNominalWaterFlowCooling bldg:cooledBeamNominalWaterFlowCooling rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:float ; rdfs:comment " Nominal water flow (refers to nominal cooling capacity). Usually measured in m3/s."@en ; rdfs:label "nominal water flow cooling"@en . ### http://saref.linkeddata.es/def/bldg#cooledBeamNominalWaterFlowHeating bldg:cooledBeamNominalWaterFlowHeating rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:float ; rdfs:comment " Nominal water flow (refers to nominal heating capacity). Usually measured in m3/s."@en ; rdfs:label "nominal water flow heating"@en . ### http://saref.linkeddata.es/def/bldg#cooledBeamPipeConnectionEnum bldg:cooledBeamPipeConnectionEnum rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:string ; rdfs:comment "The manner in which the pipe connection is made to the cooled beam."@en ; rdfs:label "pipe connection enum"@en . ### http://saref.linkeddata.es/def/bldg#cooledBeamWaterFlowControlSystemType bldg:cooledBeamWaterFlowControlSystemType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:string ; rdfs:comment " Factory fitted waterflow control system."@en ; rdfs:label "water flow control system type"@en . ### http://saref.linkeddata.es/def/bldg#cooledBeamWaterPressureRangeMax bldg:cooledBeamWaterPressureRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:float ; rdfs:comment "Allowable water circuit working pressure range. Usually measured in Pascals (Pa, N/m2)."@en ; rdfs:label "water pressure range max"@en . ### http://saref.linkeddata.es/def/bldg#cooledBeamWaterPressureRangeMin bldg:cooledBeamWaterPressureRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CooledBeam ; rdfs:range xsd:float ; rdfs:comment "Allowable water circuit working pressure range. Usually measured in Pascals (Pa, N/m2)."@en ; rdfs:label "water pressure range min"@en . ### http://saref.linkeddata.es/def/bldg#coolingTowerAmbientDesignDryBulbTemperature bldg:coolingTowerAmbientDesignDryBulbTemperature rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CoolingTower ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#coolingTowerAmbientDesignWetBulbTemperature bldg:coolingTowerAmbientDesignWetBulbTemperature rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CoolingTower ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#coolingTowerBasinReserveVolume bldg:coolingTowerBasinReserveVolume rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CoolingTower ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#coolingTowerCapacityControl bldg:coolingTowerCapacityControl rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CoolingTower ; rdfs:range xsd:string ; rdfs:comment "FanCycling: Fan is cycled on and off to control duty. TwoSpeedFan: Fan is switched between low and high speed to control duty. VariableSpeedFan: Fan speed is varied to control duty. DampersControl: Dampers modulate the air flow to control duty. BypassValveControl: Bypass valve modulates the water flow to control duty. MultipleSeriesPumps: Turn on/off multiple series pump to control duty. TwoSpeedPump: Switch between high/low pump speed to control duty. VariableSpeedPump: vary pump speed to control duty."@en ; rdfs:label "capacity control"@en . ### http://saref.linkeddata.es/def/bldg#coolingTowerCircuitType bldg:coolingTowerCircuitType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CoolingTower ; rdfs:range xsd:string ; rdfs:comment "OpenCircuit: Exposes water directly to the cooling atmosphere. CloseCircuit: The fluid is separated from the atmosphere by a heat exchanger. Wet: The air stream or the heat exchange surface is evaporatively cooled. Dry: No evaporation into the air stream. DryWet: A combination of a dry tower and a wet tower."@en ; rdfs:label "circuit type"@en . ### http://saref.linkeddata.es/def/bldg#coolingTowerControlStrategy bldg:coolingTowerControlStrategy rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CoolingTower ; rdfs:range xsd:string ; rdfs:comment "FixedExitingWaterTemp: The capacity is controlled to maintain a fixed exiting water temperature. WetBulbTempReset: The set-point is reset based on the wet-bulb temperature."@en ; rdfs:label "control strategy"@en . ### http://saref.linkeddata.es/def/bldg#coolingTowerFlowArrangement bldg:coolingTowerFlowArrangement rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CoolingTower ; rdfs:range xsd:string ; rdfs:comment " CounterFlow: Air and water flow enter in different directions. CrossFlow: Air and water flow are perpendicular. ParallelFlow: air and water flow enter in same directions."@en ; rdfs:label "flow arrangement"@en . ### http://saref.linkeddata.es/def/bldg#coolingTowerLiftElevationDifference bldg:coolingTowerLiftElevationDifference rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CoolingTower ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#coolingTowerNominalCapcity bldg:coolingTowerNominalCapcity rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CoolingTower ; rdfs:range xsd:float ; rdfs:comment " Nominal cooling tower capacity in terms of heat transfer rate of the cooling tower between air stream and water stream at nominal conditions. Usually measured in Watts (W, J/s)."@en ; rdfs:label "nominal capcity"@en . ### http://saref.linkeddata.es/def/bldg#coolingTowerNumberOfCells bldg:coolingTowerNumberOfCells rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CoolingTower ; rdfs:range xsd:integer ; rdfs:comment " Number of cells in one cooling tower unit."@en ; rdfs:label "number of cells"@en . ### http://saref.linkeddata.es/def/bldg#coolingTowerOperationTemperatureRange bldg:coolingTowerOperationTemperatureRange rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CoolingTower ; rdfs:range xsd:float ; rdfs:comment " Allowable operation ambient air temperature range. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "operation temperature range"@en . ### http://saref.linkeddata.es/def/bldg#coolingTowerSprayType bldg:coolingTowerSprayType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CoolingTower ; rdfs:range xsd:string ; rdfs:comment " SprayFilled: Water is sprayed into airflow. SplashTypeFill: water cascades over successive rows of splash bars. FilmTypeFill: water flows in a thin layer over closely spaced sheets."@en ; rdfs:label "spray type"@en . ### http://saref.linkeddata.es/def/bldg#coolingTowerWaterRequirement bldg:coolingTowerWaterRequirement rdf:type owl:DatatypeProperty ; rdfs:domain bldg:CoolingTower ; rdfs:range xsd:float ; rdfs:comment " Make-up water requirements. Usually measured in m3/s."@en ; rdfs:label "water requirement"@en . ### http://saref.linkeddata.es/def/bldg#damperBladeAction bldg:damperBladeAction rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:string ; rdfs:comment "Blade action."@en ; rdfs:label "blade action"@en . ### http://saref.linkeddata.es/def/bldg#damperBladeEdge bldg:damperBladeEdge rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:string ; rdfs:comment "Blade edge."@en ; rdfs:label "blade edge"@en . ### http://saref.linkeddata.es/def/bldg#damperBladeShape bldg:damperBladeShape rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:string ; rdfs:comment "Blade shape. Flat means triple V-groove."@en ; rdfs:label "blade shape"@en . ### http://saref.linkeddata.es/def/bldg#damperBladeThickness bldg:damperBladeThickness rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:float ; rdfs:comment " The thickness of the damper blade. Usually measured in millimeters (mm)."@en ; rdfs:label "blade thickness"@en . ### http://saref.linkeddata.es/def/bldg#damperCloseOffRating bldg:damperCloseOffRating rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:float ; rdfs:comment " Close off rating. Usually measured in Pascals (Pa, N/m2)."@en ; rdfs:label "close off rating"@en . ### http://saref.linkeddata.es/def/bldg#damperFaceArea bldg:damperFaceArea rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:float ; rdfs:comment " Face area open to the airstream. Usually measured in square metre (m2)."@en ; rdfs:label "face area"@en . ### http://saref.linkeddata.es/def/bldg#damperFrameDepth bldg:damperFrameDepth rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:float ; rdfs:comment " The length (or depth) of the damper frame. Usually measured in millimeters (mm)."@en ; rdfs:label "frame depth"@en . ### http://saref.linkeddata.es/def/bldg#damperFrameThickness bldg:damperFrameThickness rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:float ; rdfs:comment " The thickness of the damper frame material. Usually measured in millimeters (mm)."@en ; rdfs:label "frame thickness"@en . ### http://saref.linkeddata.es/def/bldg#damperFrameType bldg:damperFrameType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:string ; rdfs:comment " The type of frame used by the damper (e.g., Standard, Single Flange, Single Reversed Flange, Double Flange, etc.)."@en ; rdfs:label "frame type"@en . ### http://saref.linkeddata.es/def/bldg#damperLeakageFullyClosed bldg:damperLeakageFullyClosed rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:float ; rdfs:comment " Leakage when fully closed. Usually measured in m3/s."@en ; rdfs:label "leakage fully closed"@en . ### http://saref.linkeddata.es/def/bldg#damperMaximumAirFlowRate bldg:damperMaximumAirFlowRate rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:float ; rdfs:comment " Maximum allowable air flow rate. Usually measured in m3/s."@en ; rdfs:label "maximum air flow rate"@en . ### http://saref.linkeddata.es/def/bldg#damperMaximumWorkingPressure bldg:damperMaximumWorkingPressure rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:float ; rdfs:comment " Maximum working pressure. Usually measured in Pascals (Pa, N/m2)."@en ; rdfs:label "maximum working pressure"@en . ### http://saref.linkeddata.es/def/bldg#damperNominalAirFlowRate bldg:damperNominalAirFlowRate rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:float ; rdfs:comment " Nominal air flow rate. Usually measured in m3/s."@en ; rdfs:label "nominal air flow rate"@en . ### http://saref.linkeddata.es/def/bldg#damperNumberOfBlades bldg:damperNumberOfBlades rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:integer ; rdfs:comment " Number of blades."@en ; rdfs:label "number of blades"@en . ### http://saref.linkeddata.es/def/bldg#damperOpenPressureDrop bldg:damperOpenPressureDrop rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:float ; rdfs:comment " Total pressure drop across damper. Usually measured in Pascals (Pa, N/m2)."@en ; rdfs:label "open pressure drop"@en . ### http://saref.linkeddata.es/def/bldg#damperOperation bldg:damperOperation rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:string ; rdfs:comment "The operational mechanism for the damper operation."@en ; rdfs:label "operation"@en . ### http://saref.linkeddata.es/def/bldg#damperOrientation bldg:damperOrientation rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:string ; rdfs:comment "The intended orientation for the damper as specified by the manufacturer."@en ; rdfs:label "orientation"@en . ### http://saref.linkeddata.es/def/bldg#damperTemperatureRangeMax bldg:damperTemperatureRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:float ; rdfs:comment "Temperature range. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "temperature range max"@en . ### http://saref.linkeddata.es/def/bldg#damperTemperatureRangeMin bldg:damperTemperatureRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:float ; rdfs:comment "Temperature range. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "temperature range min"@en . ### http://saref.linkeddata.es/def/bldg#damperTemperatureRating bldg:damperTemperatureRating rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Damper ; rdfs:range xsd:float ; rdfs:comment " Temperature rating. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "temperature rating"@en . ### http://saref.linkeddata.es/def/bldg#ductSilencerAirFlowRateRangeMax bldg:ductSilencerAirFlowRateRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:DuctSilencer ; rdfs:range xsd:float ; rdfs:comment "Possible range of airflow that can be delivered. Usually measured in m3/s."@en ; rdfs:label "air flow rate range max"@en . ### http://saref.linkeddata.es/def/bldg#ductSilencerAirFlowRateRangeMin bldg:ductSilencerAirFlowRateRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:DuctSilencer ; rdfs:range xsd:float ; rdfs:comment "Possible range of airflow that can be delivered. Usually measured in m3/s."@en ; rdfs:label "air flow rate range min"@en . ### http://saref.linkeddata.es/def/bldg#ductSilencerHasExteriorInsulation bldg:ductSilencerHasExteriorInsulation rdf:type owl:DatatypeProperty ; rdfs:domain bldg:DuctSilencer ; rdfs:range xsd:boolean ; rdfs:comment " TRUE if the silencer has exterior insulation. FALSE if it does not."@en ; rdfs:label "has exterior insulation"@en . ### http://saref.linkeddata.es/def/bldg#ductSilencerHydraulicDiameter bldg:ductSilencerHydraulicDiameter rdf:type owl:DatatypeProperty ; rdfs:domain bldg:DuctSilencer ; rdfs:range xsd:float ; rdfs:comment " Hydraulic diameter. Usually measured in millimeters (mm)."@en ; rdfs:label "hydraulic diameter"@en . ### http://saref.linkeddata.es/def/bldg#ductSilencerLength bldg:ductSilencerLength rdf:type owl:DatatypeProperty ; rdfs:domain bldg:DuctSilencer ; rdfs:range xsd:float ; rdfs:comment " The finished length of the silencer. Usually measured in millimeters (mm)."@en ; rdfs:label "length"@en . ### http://saref.linkeddata.es/def/bldg#ductSilencerTemperatureRangeMax bldg:ductSilencerTemperatureRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:DuctSilencer ; rdfs:range xsd:float ; rdfs:comment "Allowable minimum and maximum temperature. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "temperature range max"@en . ### http://saref.linkeddata.es/def/bldg#ductSilencerTemperatureRangeMin bldg:ductSilencerTemperatureRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:DuctSilencer ; rdfs:range xsd:float ; rdfs:comment "Allowable minimum and maximum temperature. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "temperature range min"@en . ### http://saref.linkeddata.es/def/bldg#ductSilencerWeight bldg:ductSilencerWeight rdf:type owl:DatatypeProperty ; rdfs:domain bldg:DuctSilencer ; rdfs:range xsd:float ; rdfs:comment " The weight of the silencer. Usually measured in kilograms (kg) or grams (g)."@en ; rdfs:label "weight"@en . ### http://saref.linkeddata.es/def/bldg#ductSilencerWorkingPressureRangeMax bldg:ductSilencerWorkingPressureRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:DuctSilencer ; rdfs:range xsd:float ; rdfs:comment "Allowable minimum and maximum working pressure (relative to ambient pressure). Usually measured in Pascals (Pa, N/m2)."@en ; rdfs:label "working pressure range max"@en . ### http://saref.linkeddata.es/def/bldg#ductSilencerWorkingPressureRangeMin bldg:ductSilencerWorkingPressureRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:DuctSilencer ; rdfs:range xsd:float ; rdfs:comment "Allowable minimum and maximum working pressure (relative to ambient pressure). Usually measured in Pascals (Pa, N/m2)."@en ; rdfs:label "working pressure range min"@en . ### http://saref.linkeddata.es/def/bldg#electricFlowStorageDeviceNominalFrequency bldg:electricFlowStorageDeviceNominalFrequency rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricFlowStorageDevice ; rdfs:range xsd:float ; rdfs:comment " The nominal frequency of the supply. Usually measured in cycles/s or Hertz (Hz)."@en ; rdfs:label "nominal frequency"@en . ### http://saref.linkeddata.es/def/bldg#electricFlowStorageDeviceNominalSupplyVoltage bldg:electricFlowStorageDeviceNominalSupplyVoltage rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricFlowStorageDevice ; rdfs:range xsd:float ; rdfs:comment " The nominal voltage of the supply. Usually measured in Volts (V, W/A)."@en ; rdfs:label "nominal supply voltage"@en . ### http://saref.linkeddata.es/def/bldg#electricFlowStorageDeviceNominalSupplyVoltageOffsetMax bldg:electricFlowStorageDeviceNominalSupplyVoltageOffsetMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricFlowStorageDevice ; rdfs:range xsd:float ; 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 max"@en . ### http://saref.linkeddata.es/def/bldg#electricFlowStorageDeviceNominalSupplyVoltageOffsetMin bldg:electricFlowStorageDeviceNominalSupplyVoltageOffsetMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricFlowStorageDevice ; rdfs:range xsd:float ; 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 min"@en . ### http://saref.linkeddata.es/def/bldg#electricGeneratorElectricGeneratorEfficiency bldg:electricGeneratorElectricGeneratorEfficiency rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricGenerator ; rdfs:range xsd:float ; rdfs:comment " the ratio of output capacity to intake capacity."@en ; rdfs:label "electric generator efficiency"@en . ### http://saref.linkeddata.es/def/bldg#electricGeneratorMaximumPowerOutput bldg:electricGeneratorMaximumPowerOutput rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricGenerator ; rdfs:range xsd:float ; rdfs:comment " The maximum output power rating of the engine. Usually measured in Watts (W, J/s)."@en ; rdfs:label "maximum power output"@en . ### http://saref.linkeddata.es/def/bldg#electricGeneratorStartCurrentFactor bldg:electricGeneratorStartCurrentFactor rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricGenerator ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#electricMotorElectricMotorEfficiency bldg:electricMotorElectricMotorEfficiency rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricMotor ; rdfs:range xsd:float ; rdfs:comment " The ratio of output capacity to intake capacity."@en ; rdfs:label "electric motor efficiency"@en . ### http://saref.linkeddata.es/def/bldg#electricMotorFrameSize bldg:electricMotorFrameSize rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricMotor ; rdfs:range xsd:string ; rdfs:comment " Designation of the frame size according to the named range of frame sizes designated at the place of use or according to a given standard."@en ; rdfs:label "frame size"@en . ### http://saref.linkeddata.es/def/bldg#electricMotorHasPartWinding bldg:electricMotorHasPartWinding rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricMotor ; rdfs:range xsd:boolean ; rdfs:comment " Indication of whether the motor is single speed, i.e. has a single winding (= FALSE) or multi-speed i.e.has part winding (= TRUE) ."@en ; rdfs:label "has part winding"@en . ### http://saref.linkeddata.es/def/bldg#electricMotorIsGuarded bldg:electricMotorIsGuarded rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricMotor ; rdfs:range xsd:boolean ; rdfs:comment " Indication of whether the motor enclosure is guarded (= TRUE) or not (= FALSE)."@en ; rdfs:label "is guarded"@en . ### http://saref.linkeddata.es/def/bldg#electricMotorLockedRotorCurrent bldg:electricMotorLockedRotorCurrent rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricMotor ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#electricMotorMaximumPowerOutput bldg:electricMotorMaximumPowerOutput rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricMotor ; rdfs:range xsd:float ; rdfs:comment " The maximum output power rating of the engine. Usually measured in Watts (W, J/s)."@en ; rdfs:label "maximum power output"@en . ### http://saref.linkeddata.es/def/bldg#electricMotorMotorEnclosureType bldg:electricMotorMotorEnclosureType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricMotor ; rdfs:range xsd:string ; rdfs:comment " A list of the available types of motor enclosure from which that required may be selected."@en ; rdfs:label "motor enclosure type"@en . ### http://saref.linkeddata.es/def/bldg#electricMotorStartCurrentFactor bldg:electricMotorStartCurrentFactor rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricMotor ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#electricMotorStartingTime bldg:electricMotorStartingTime rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricMotor ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#electricMotorTeTime bldg:electricMotorTeTime rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ElectricMotor ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#engineEnergySource bldg:engineEnergySource rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Engine ; rdfs:range xsd:string ; rdfs:comment "The source of energy."@en ; rdfs:label "energy source"@en . ### http://saref.linkeddata.es/def/bldg#evaporativeCoolerFlowArrangement bldg:evaporativeCoolerFlowArrangement rdf:type owl:DatatypeProperty ; rdfs:domain bldg:EvaporativeCooler ; rdfs:range xsd:string ; rdfs:comment "CounterFlow: Air and water flow enter in different directions. CrossFlow: Air and water flow are perpendicular. ParallelFlow: Air and water flow enter in same directions."@en ; rdfs:label "flow arrangement"@en . ### http://saref.linkeddata.es/def/bldg#evaporativeCoolerHeatExchangeArea bldg:evaporativeCoolerHeatExchangeArea rdf:type owl:DatatypeProperty ; rdfs:domain bldg:EvaporativeCooler ; rdfs:range xsd:float ; rdfs:comment " Heat exchange area. Usually measured in square metre (m2)."@en ; rdfs:label "heat exchange area"@en . ### http://saref.linkeddata.es/def/bldg#evaporativeCoolerOperationalTemperatureRangeMax bldg:evaporativeCoolerOperationalTemperatureRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:EvaporativeCooler ; rdfs:range xsd:float ; rdfs:comment "Allowable operation ambient air temperature range. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "operational temperature range max"@en . ### http://saref.linkeddata.es/def/bldg#evaporativeCoolerOperationalTemperatureRangeMin bldg:evaporativeCoolerOperationalTemperatureRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:EvaporativeCooler ; rdfs:range xsd:float ; rdfs:comment "Allowable operation ambient air temperature range. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "operational temperature range min"@en . ### http://saref.linkeddata.es/def/bldg#evaporativeCoolerWaterRequirement bldg:evaporativeCoolerWaterRequirement rdf:type owl:DatatypeProperty ; rdfs:domain bldg:EvaporativeCooler ; rdfs:range xsd:float ; rdfs:comment " Make-up water requirement. Usually measured in m3/s."@en ; rdfs:label "water requirement"@en . ### http://saref.linkeddata.es/def/bldg#evaporatorEvaporationCoolant bldg:evaporatorEvaporationCoolant rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Evaporator ; rdfs:range xsd:string ; rdfs:comment "The fluid used for the coolant in the evaporator."@en ; rdfs:label "evaporation coolant"@en . ### http://saref.linkeddata.es/def/bldg#evaporatorEvaporationMediumType bldg:evaporatorEvaporationMediumType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Evaporator ; rdfs:range xsd:string ; rdfs:comment "ColdLiquid: Evaporator is using liquid type of fluid to exchange heat with refrigerant. ColdAir: Evaporator is using air to exchange heat with refrigerant."@en ; rdfs:label "evaporation medium type"@en . ### http://saref.linkeddata.es/def/bldg#evaporatorExternalSurfaceArea bldg:evaporatorExternalSurfaceArea rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Evaporator ; rdfs:range xsd:float ; rdfs:comment " External surface area (both primary and secondary area). Usually measured in square metre (m2)."@en ; rdfs:label "external surface area"@en . ### http://saref.linkeddata.es/def/bldg#evaporatorInternalRefrigerantVolume bldg:evaporatorInternalRefrigerantVolume rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Evaporator ; rdfs:range xsd:float ; rdfs:comment " Internal volume of evaporator (refrigerant side). Usually measured in cubic metre (m3)."@en ; rdfs:label "internal refrigerant volume"@en . ### http://saref.linkeddata.es/def/bldg#evaporatorInternalSurfaceArea bldg:evaporatorInternalSurfaceArea rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Evaporator ; rdfs:range xsd:float ; rdfs:comment " Internal surface area. Usually measured in square metre (m2)."@en ; rdfs:label "internal surface area"@en . ### http://saref.linkeddata.es/def/bldg#evaporatorInternalWaterVolume bldg:evaporatorInternalWaterVolume rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Evaporator ; rdfs:range xsd:float ; rdfs:comment " Internal volume of evaporator (water side). Usually measured in cubic metre (m3)."@en ; rdfs:label "internal water volume"@en . ### http://saref.linkeddata.es/def/bldg#evaporatorNominalHeatTransferArea bldg:evaporatorNominalHeatTransferArea rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Evaporator ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#evaporatorNominalHeatTransferCoefficient bldg:evaporatorNominalHeatTransferCoefficient rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Evaporator ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#evaporatorRefrigerantClass bldg:evaporatorRefrigerantClass rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Evaporator ; rdfs:range xsd:string ; rdfs:comment " Refrigerant class used by the compressor. CFC: Chlorofluorocarbons. HCFC: Hydrochlorofluorocarbons. HFC: Hydrofluorocarbons."@en ; rdfs:label "refrigerant class"@en . ### http://saref.linkeddata.es/def/bldg#fanCapacityControlType bldg:fanCapacityControlType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Fan ; rdfs:range xsd:string ; rdfs:comment "InletVane: Control by adjusting inlet vane. VariableSpeedDrive: Control by variable speed drive. BladePitchAngle: Control by adjusting blade pitch angle. TwoSpeed: Control by switch between high and low speed. DischargeDamper: Control by modulating discharge damper."@en ; rdfs:label "capacity control type"@en . ### http://saref.linkeddata.es/def/bldg#fanMotorDriveType bldg:fanMotorDriveType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Fan ; rdfs:range xsd:string ; rdfs:comment "Motor drive type: DIRECTDRIVE: Direct drive. BELTDRIVE: Belt drive. COUPLING: Coupling. OTHER: Other type of motor drive. UNKNOWN: Unknown motor drive type. "@en ; rdfs:label "motor drive type"@en . ### http://saref.linkeddata.es/def/bldg#fanNominalAirFlowRate bldg:fanNominalAirFlowRate rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Fan ; rdfs:range xsd:float ; rdfs:comment " Nominal air flow rate. Usually measured in m3/s."@en ; rdfs:label "nominal air flow rate"@en . ### http://saref.linkeddata.es/def/bldg#fanNominalPowerRate bldg:fanNominalPowerRate rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Fan ; rdfs:range xsd:float ; rdfs:comment " Nominal fan power rate.Usually measured in Watts (W, J/s)."@en ; rdfs:label "nominal power rate"@en . ### http://saref.linkeddata.es/def/bldg#fanNominalRotationSpeed bldg:fanNominalRotationSpeed rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Fan ; rdfs:range xsd:float ; rdfs:comment " Nominal fan wheel speed. Usually measured in cycles/s."@en ; rdfs:label "nominal rotation speed"@en . ### http://saref.linkeddata.es/def/bldg#fanNominalStaticPressure bldg:fanNominalStaticPressure rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Fan ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#fanNominalTotalPressure bldg:fanNominalTotalPressure rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Fan ; rdfs:range xsd:float ; rdfs:comment " Nominal total pressure rise across the fan. Usually measured in Pascals (Pa, N/m2)."@en ; rdfs:label "nominal total pressure"@en . ### http://saref.linkeddata.es/def/bldg#fanOperationTemperatureRangeMax bldg:fanOperationTemperatureRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Fan ; rdfs:range xsd:float ; rdfs:comment "Allowable operation ambient air temperature range. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "operation temperature range max"@en . ### http://saref.linkeddata.es/def/bldg#fanOperationTemperatureRangeMin bldg:fanOperationTemperatureRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Fan ; rdfs:range xsd:float ; rdfs:comment "Allowable operation ambient air temperature range. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "operation temperature range min"@en . ### http://saref.linkeddata.es/def/bldg#fanOperationalRiterial bldg:fanOperationalRiterial rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Fan ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#filterFinalResistance bldg:filterFinalResistance rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Filter ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#filterFlowRateRangeMax bldg:filterFlowRateRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Filter ; rdfs:range xsd:float ; rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ; rdfs:label "flow rate range max"@en . ### http://saref.linkeddata.es/def/bldg#filterFlowRateRangeMin bldg:filterFlowRateRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Filter ; rdfs:range xsd:float ; rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ; rdfs:label "flow rate range min"@en . ### http://saref.linkeddata.es/def/bldg#filterInitialResistance bldg:filterInitialResistance rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Filter ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#filterNominalFilterFaceVelocity bldg:filterNominalFilterFaceVelocity rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Filter ; rdfs:range xsd:float ; rdfs:comment " Filter face velocity. Usually measured in m/s."@en ; rdfs:label "nominal filter face velocity"@en . ### http://saref.linkeddata.es/def/bldg#filterNominalFlowRate bldg:filterNominalFlowRate rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Filter ; rdfs:range xsd:float ; rdfs:comment " Nominal fluid flow rate through the filter. Usually measured in m3/s."@en ; rdfs:label "nominal flow rate"@en . ### http://saref.linkeddata.es/def/bldg#filterNominalMediaSurfaceVelocity bldg:filterNominalMediaSurfaceVelocity rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Filter ; rdfs:range xsd:float ; rdfs:comment " Average fluid velocity at the media surface. Usually measured in m/s."@en ; rdfs:label "nominal media surface velocity"@en . ### http://saref.linkeddata.es/def/bldg#filterNominalParticleGeometricMeanDiameter bldg:filterNominalParticleGeometricMeanDiameter rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Filter ; rdfs:range xsd:float ; rdfs:comment " Particle geometric mean diameter associated with nominal efficiency. Usually measured in millimeters (mm)."@en ; rdfs:label "nominal particle geometric mean diameter"@en . ### http://saref.linkeddata.es/def/bldg#filterNominalParticleGeometricStandardDeviation bldg:filterNominalParticleGeometricStandardDeviation rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Filter ; rdfs:range xsd:float ; rdfs:comment " Particle geometric standard deviation associated with nominal efficiency. "@en ; rdfs:label "nominal particle geometric standard deviation"@en . ### http://saref.linkeddata.es/def/bldg#filterNominalPressureDrop bldg:filterNominalPressureDrop rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Filter ; rdfs:range xsd:float ; rdfs:comment " Total pressure drop across the filter. Usually measured in Pascals (Pa, N/m2)."@en ; rdfs:label "nominal pressure drop"@en . ### http://saref.linkeddata.es/def/bldg#filterOperationTemperatureRangeMax bldg:filterOperationTemperatureRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Filter ; rdfs:range xsd:float ; rdfs:comment "Allowable operation ambient fluid temperature range. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "operation temperature range max"@en . ### http://saref.linkeddata.es/def/bldg#filterOperationTemperatureRangeMin bldg:filterOperationTemperatureRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Filter ; rdfs:range xsd:float ; rdfs:comment "Allowable operation ambient fluid temperature range. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "operation temperature range min"@en . ### http://saref.linkeddata.es/def/bldg#filterWeight bldg:filterWeight rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Filter ; rdfs:range xsd:float ; rdfs:comment " Weight of filter. Usually measured in kilograms (kg) or grams (g)."@en ; rdfs:label "weight"@en . ### http://saref.linkeddata.es/def/bldg#flowMeterReadOutType bldg:flowMeterReadOutType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:FlowMeter ; rdfs:range xsd:string ; rdfs:comment "Indication of the form that readout from the meter takes. In the case of a dial read out, this may comprise multiple dials that give a cumulative reading and/or a mechanical odometer."@en ; rdfs:label "read out type"@en . ### http://saref.linkeddata.es/def/bldg#flowMeterRemoteReading bldg:flowMeterRemoteReading rdf:type owl:DatatypeProperty ; rdfs:domain bldg:FlowMeter ; rdfs:range xsd:boolean ; rdfs:comment " Indicates whether the meter has a connection for remote reading through connection of a communication device (set TRUE) or not (set FALSE)."@en ; rdfs:label "remote reading"@en . ### http://saref.linkeddata.es/def/bldg#heatExchangerArrangement bldg:heatExchangerArrangement rdf:type owl:DatatypeProperty ; rdfs:domain bldg:HeatExchanger ; rdfs:range xsd:string ; rdfs:comment "Defines the basic flow arrangements for the heat exchanger: COUNTERFLOW: Counterflow heat exchanger arrangement. CROSSFLOW: Crossflow heat exchanger arrangement. PARALLELFLOW: Parallel flow heat exchanger arrangement. MULTIPASS: Multipass flow heat exchanger arrangement. OTHER: Other type of heat exchanger flow arrangement not defined above."@en ; rdfs:label "arrangement"@en . ### http://saref.linkeddata.es/def/bldg#humidifierApplication bldg:humidifierApplication rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Humidifier ; rdfs:range xsd:string ; rdfs:comment "Humidifier application. Fixed: Humidifier installed in a ducted flow distribution system. Portable: Humidifier is not installed in a ducted flow distribution system."@en ; rdfs:label "application"@en . ### http://saref.linkeddata.es/def/bldg#humidifierInternalControl bldg:humidifierInternalControl rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Humidifier ; rdfs:range xsd:string ; rdfs:comment "Internal modulation control."@en ; rdfs:label "internal control"@en . ### http://saref.linkeddata.es/def/bldg#humidifierNominalAirFlowRate bldg:humidifierNominalAirFlowRate rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Humidifier ; rdfs:range xsd:float ; rdfs:comment " Nominal rate of air flow into which water vapor is added. Usually measured in m3/s."@en ; rdfs:label "nominal air flow rate"@en . ### http://saref.linkeddata.es/def/bldg#humidifierNominalMoistureGain bldg:humidifierNominalMoistureGain rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Humidifier ; rdfs:range xsd:float ; rdfs:comment " Nominal rate of water vapor added into the airstream. Usually measured in kg/s."@en ; rdfs:label "nominal moisture gain"@en . ### http://saref.linkeddata.es/def/bldg#humidifierWaterRequirement bldg:humidifierWaterRequirement rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Humidifier ; rdfs:range xsd:float ; rdfs:comment " Make-up water requirement. Usually measured in m3/s."@en ; rdfs:label "water requirement"@en . ### http://saref.linkeddata.es/def/bldg#humidifierWeight bldg:humidifierWeight rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Humidifier ; rdfs:range xsd:float ; rdfs:comment " The weight of the humidifier. Usually measured in kilograms (kg) or grams (g)."@en ; rdfs:label "weight"@en . ### http://saref.linkeddata.es/def/bldg#interceptorCoverLength bldg:interceptorCoverLength rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Interceptor ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#interceptorCoverWidth bldg:interceptorCoverWidth rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Interceptor ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#interceptorInletConnectionSize bldg:interceptorInletConnectionSize rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Interceptor ; rdfs:range xsd:float ; rdfs:comment " Size of the inlet connection. Usually measured in millimeters (mm)."@en ; rdfs:label "inlet connection size"@en . ### http://saref.linkeddata.es/def/bldg#interceptorNominalBodyDepth bldg:interceptorNominalBodyDepth rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Interceptor ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#interceptorNominalBodyLength bldg:interceptorNominalBodyLength rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Interceptor ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#interceptorNominalBodyWidth bldg:interceptorNominalBodyWidth rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Interceptor ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#interceptorOutletConnectionSize bldg:interceptorOutletConnectionSize rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Interceptor ; rdfs:range xsd:float ; rdfs:comment " Size of the outlet connection. Usually measured in millimeters (mm)."@en ; rdfs:label "outlet connection size"@en . ### http://saref.linkeddata.es/def/bldg#interceptorVentilatingPipeSize bldg:interceptorVentilatingPipeSize rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Interceptor ; rdfs:range xsd:float ; rdfs:comment " Size of the ventilating pipe(s). Usually measured in millimeters (mm)."@en ; rdfs:label "ventilating pipe size"@en . ### http://saref.linkeddata.es/def/bldg#lampColorAppearance bldg:lampColorAppearance rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Lamp ; rdfs:range xsd:string ; rdfs:comment " In both the DIN and CIE standards, artificial light sources are classified in terms of their color appearance. To the human eye they all appear to be white the difference can only be detected by direct comparison. Visual performance is not directly affected by differences in color appearance."@en ; rdfs:label "color appearance"@en . ### http://saref.linkeddata.es/def/bldg#lampColorRenderingIndex bldg:lampColorRenderingIndex rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Lamp ; rdfs:range xsd:integer ; rdfs:comment " The CRI indicates how well a light source renders eight standard colors compared to perfect reference lamp with the same color temperature. The CRI scale ranges from 1 to 100, with 100 representing perfect rendering properties."@en ; rdfs:label "color rendering index"@en . ### http://saref.linkeddata.es/def/bldg#lampColorTempeature bldg:lampColorTempeature rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Lamp ; rdfs:range xsd:float ; 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 tempeature"@en . ### http://saref.linkeddata.es/def/bldg#lampContributedLuminousFlux bldg:lampContributedLuminousFlux rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Lamp ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#lampLampBallastType bldg:lampLampBallastType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Lamp ; rdfs:range xsd:string ; rdfs:comment " The type of ballast used to stabilise gas discharge by limiting the current during operation and to deliver the necessary striking voltage for starting. Ballasts are needed to operate Discharge Lamps such as Fluorescent, Compact Fluorescent, High-pressure Mercury, Metal Halide and High-pressure Sodium Lamps. Magnetic ballasts are chokes which limit the current passing through a lamp connected in series on the principle of self-induction. The resultant current and power are decisive for the efficient operation of the lamp. A specially designed ballast is required for every type of lamp to comply with lamp rating in terms of Luminous Flux, Color Appearance and service life. The two types of magnetic ballasts for fluorescent lamps are KVG Conventional (EC-A series) and VVG Low-loss ballasts (EC-B series). Low-loss ballasts have a higher efficiency, which means reduced ballast losses and a lower thermal load. Electronic ballasts are used to run fluorescent lamps at high frequencies (approx. 35 - 40 kHz)."@en ; rdfs:label "lamp ballast type"@en . ### http://saref.linkeddata.es/def/bldg#lampLampCompensationType bldg:lampLampCompensationType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Lamp ; rdfs:range xsd:string ; rdfs:comment " Identifies the form of compensation used for power factor correction and radio suppression."@en ; rdfs:label "lamp compensation type"@en . ### http://saref.linkeddata.es/def/bldg#lampLampMaintenanceFactor bldg:lampLampMaintenanceFactor rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Lamp ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#lampLightEmitterNominalPower bldg:lampLightEmitterNominalPower rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Lamp ; rdfs:range xsd:float ; rdfs:comment " Light emitter nominal power. Usually measured in Watts (W, J/s)."@en ; rdfs:label "light emitter nominal power"@en . ### http://saref.linkeddata.es/def/bldg#lampSpectrumMax bldg:lampSpectrumMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Lamp ; rdfs:range xsd:float ; 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 "spectrum max"@en . ### http://saref.linkeddata.es/def/bldg#lampSpectrumMin bldg:lampSpectrumMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Lamp ; rdfs:range xsd:float ; 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 "spectrum min"@en . ### http://saref.linkeddata.es/def/bldg#outletIsPluggableOutlet bldg:outletIsPluggableOutlet rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Outlet ; rdfs:range xsd:boolean ; rdfs:comment " Indication of whether the outlet accepts a loose plug connection (= TRUE) or whether it is directly connected (= FALSE) or whether the form of connection has not yet been determined (= UNKNOWN)."@en ; rdfs:label "is pluggable outlet"@en . ### http://saref.linkeddata.es/def/bldg#outletNumberOsSockets bldg:outletNumberOsSockets rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Outlet ; rdfs:range xsd:integer ; rdfs:comment " The number of sockets that may be connected. In case of inconsistency, sockets defined on ports take precedence."@en ; rdfs:label "number os sockets"@en . ### http://saref.linkeddata.es/def/bldg#protectiveDeviceTrippingUnitLimitingTerminalSize bldg:protectiveDeviceTrippingUnitLimitingTerminalSize rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ProtectiveDeviceTrippingUnit ; rdfs:range xsd:float ; rdfs:comment " The maximum terminal size capacity of the device. Usually measured in square metre (m2)."@en ; rdfs:label "limiting terminal size"@en . ### http://saref.linkeddata.es/def/bldg#protectiveDeviceTrippingUnitStandard bldg:protectiveDeviceTrippingUnitStandard rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ProtectiveDeviceTrippingUnit ; rdfs:range xsd:string ; rdfs:comment " the designation of the Standard applicable for the definition of the characteristics of the tripping_unit."@en ; rdfs:label "standard"@en . ### http://saref.linkeddata.es/def/bldg#pumpConnectionSize bldg:pumpConnectionSize rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Pump ; rdfs:range xsd:float ; rdfs:comment " The connection size of the to and from the pump. Usually measured in millimeters (mm)."@en ; rdfs:label "connection size"@en . ### http://saref.linkeddata.es/def/bldg#pumpFlowRateRangeMax bldg:pumpFlowRateRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Pump ; rdfs:range xsd:float ; rdfs:comment "Allowable range of volume of fluid being pumped against the resistance specified. Usually measured in kg/s."@en ; rdfs:label "flow rate range max"@en . ### http://saref.linkeddata.es/def/bldg#pumpFlowRateRangeMin bldg:pumpFlowRateRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Pump ; rdfs:range xsd:float ; rdfs:comment "Allowable range of volume of fluid being pumped against the resistance specified. Usually measured in kg/s."@en ; rdfs:label "flow rate range min"@en . ### http://saref.linkeddata.es/def/bldg#pumpFlowResistanceRangeMax bldg:pumpFlowResistanceRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Pump ; rdfs:range xsd:float ; 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 max"@en . ### http://saref.linkeddata.es/def/bldg#pumpFlowResistanceRangeMin bldg:pumpFlowResistanceRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Pump ; rdfs:range xsd:float ; 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 min"@en . ### http://saref.linkeddata.es/def/bldg#pumpNetPositiveSuctionHead bldg:pumpNetPositiveSuctionHead rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Pump ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#pumpNomminalRotationSpeed bldg:pumpNomminalRotationSpeed rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Pump ; rdfs:range xsd:float ; rdfs:comment " Pump rotational speed under nominal conditions. Usually measured in cycles/s."@en ; rdfs:label "nomminal rotation speed"@en . ### http://saref.linkeddata.es/def/bldg#pumpTemperatureRangeMax bldg:pumpTemperatureRangeMax rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Pump ; rdfs:range xsd:float ; rdfs:comment "Allowable operational range of the fluid temperature. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "temperature range max"@en . ### http://saref.linkeddata.es/def/bldg#pumpTemperatureRangeMin bldg:pumpTemperatureRangeMin rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Pump ; rdfs:range xsd:float ; rdfs:comment "Allowable operational range of the fluid temperature. Usually measured in degrees Kelvin (K)."@en ; rdfs:label "temperature range min"@en . ### http://saref.linkeddata.es/def/bldg#shadingDeviceIsExternal bldg:shadingDeviceIsExternal rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ShadingDevice ; rdfs:range xsd:boolean ; rdfs:comment " Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building."@en ; rdfs:label "is external"@en . ### http://saref.linkeddata.es/def/bldg#shadingDeviceMechanicalOperated bldg:shadingDeviceMechanicalOperated rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ShadingDevice ; rdfs:range xsd:boolean ; rdfs:comment " Indication whether the element is operated machanically (TRUE) or not, i.e. manually (FALSE)."@en ; rdfs:label "mechanical operated"@en . ### http://saref.linkeddata.es/def/bldg#shadingDeviceRoughness bldg:shadingDeviceRoughness rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ShadingDevice ; rdfs:range xsd:string ; rdfs:comment " A measure of the vertical deviations of the surface."@en ; rdfs:label "roughness"@en . ### http://saref.linkeddata.es/def/bldg#shadingDeviceShadingDeviceType bldg:shadingDeviceShadingDeviceType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ShadingDevice ; rdfs:range xsd:string ; rdfs:comment " Specifies the type of shading device."@en ; rdfs:label "shading device type"@en . ### http://saref.linkeddata.es/def/bldg#shadingDeviceSolarReflectance bldg:shadingDeviceSolarReflectance rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ShadingDevice ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#shadingDeviceSolarTransmittance bldg:shadingDeviceSolarTransmittance rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ShadingDevice ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#shadingDeviceThermalTransmittance bldg:shadingDeviceThermalTransmittance rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ShadingDevice ; rdfs:range xsd:float ; rdfs:comment " IfcThermalTransmittanceMeasure is a measure of the rate at which energy is transmitted through a body. Usually measured in Watts/m2 Kelvin."@en ; rdfs:label "thermal transmittance"@en . ### http://saref.linkeddata.es/def/bldg#shadingDeviceVisibleLightReflectance bldg:shadingDeviceVisibleLightReflectance rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ShadingDevice ; rdfs:range xsd:float ; rdfs:comment " Fraction of the visible light that is reflected by the glazing at normal incidence. It is a value without unit."@en ; rdfs:label "visible light reflectance"@en . ### http://saref.linkeddata.es/def/bldg#shadingDeviceVisibleLightTransmittance bldg:shadingDeviceVisibleLightTransmittance rdf:type owl:DatatypeProperty ; rdfs:domain bldg:ShadingDevice ; rdfs:range xsd:float ; rdfs:comment " Fraction of the visible light that passes the shading system at normal incidence. It is a value without unit."@en ; rdfs:label "visible light transmittance"@en . ### http://saref.linkeddata.es/def/bldg#spaceHeaterBodyMass bldg:spaceHeaterBodyMass rdf:type owl:DatatypeProperty ; rdfs:domain bldg:SpaceHeater ; rdfs:range xsd:float ; rdfs:comment " Overall body mass of the heater. Usually measured in kilograms (kg) or grams (g)."@en ; rdfs:label "body mass"@en . ### http://saref.linkeddata.es/def/bldg#spaceHeaterEnergySource bldg:spaceHeaterEnergySource rdf:type owl:DatatypeProperty ; rdfs:domain bldg:SpaceHeater ; rdfs:range xsd:string ; rdfs:comment "Enumeration defining the energy source or fuel combusted to generate heat if applicable. Note: hydronic heaters shall use UNSET, dual-use hydronic/electric heaters shall use ELECTRICITY."@en ; rdfs:label "energy source"@en . ### http://saref.linkeddata.es/def/bldg#spaceHeaterHeatTransferDimension bldg:spaceHeaterHeatTransferDimension rdf:type owl:DatatypeProperty ; rdfs:domain bldg:SpaceHeater ; rdfs:range xsd:string ; rdfs:comment "Indicates how heat is transmitted according to the shape of the space heater."@en ; rdfs:label "heat transfer dimension"@en . ### http://saref.linkeddata.es/def/bldg#spaceHeaterHeatTransferMedium bldg:spaceHeaterHeatTransferMedium rdf:type owl:DatatypeProperty ; rdfs:domain bldg:SpaceHeater ; rdfs:range xsd:string ; rdfs:comment "Enumeration defining the heat transfer medium if applicable."@en ; rdfs:label "heat transfer medium"@en . ### http://saref.linkeddata.es/def/bldg#spaceHeaterNumberOfPanels bldg:spaceHeaterNumberOfPanels rdf:type owl:DatatypeProperty ; rdfs:domain bldg:SpaceHeater ; rdfs:range xsd:integer ; rdfs:comment " Number of panels."@en ; rdfs:label "number of panels"@en . ### http://saref.linkeddata.es/def/bldg#spaceHeaterNumberOfSections bldg:spaceHeaterNumberOfSections rdf:type owl:DatatypeProperty ; rdfs:domain bldg:SpaceHeater ; rdfs:range xsd:integer ; rdfs:comment " Number of vertical sections, measured in the direction of flow."@en ; rdfs:label "number of sections"@en . ### http://saref.linkeddata.es/def/bldg#spaceHeaterOutputCapacity bldg:spaceHeaterOutputCapacity rdf:type owl:DatatypeProperty ; rdfs:domain bldg:SpaceHeater ; rdfs:range xsd:float ; rdfs:comment " Total nominal heat output as listed by the manufacturer. Usually measured in Watts (W, J/s)."@en ; rdfs:label "output capacity"@en . ### http://saref.linkeddata.es/def/bldg#spaceHeaterPlacementType bldg:spaceHeaterPlacementType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:SpaceHeater ; rdfs:range xsd:string ; rdfs:comment "Indicates how the space heater is designed to be placed. "@en ; rdfs:label "placement type"@en . ### http://saref.linkeddata.es/def/bldg#spaceHeaterTemperatureClassification bldg:spaceHeaterTemperatureClassification rdf:type owl:DatatypeProperty ; rdfs:domain bldg:SpaceHeater ; rdfs:range xsd:string ; rdfs:comment "Enumeration defining the temperature classification of the space heater surface temperature. low temperature - surface temperature is relatively low, usually heated by hot water or electricity. high temperature - surface temperature is relatively high, usually heated by gas or steam."@en ; rdfs:label "temperature classification"@en . ### http://saref.linkeddata.es/def/bldg#spaceHeaterThermalEfficiency bldg:spaceHeaterThermalEfficiency rdf:type owl:DatatypeProperty ; rdfs:domain bldg:SpaceHeater ; rdfs:range xsd:float ; rdfs:comment " Overall Thermal Efficiency is defined as gross energy output of the heat transfer device divided by the energy input."@en ; rdfs:label "thermal efficiency"@en . ### http://saref.linkeddata.es/def/bldg#spaceHeaterThermalMassHeatCapacity bldg:spaceHeaterThermalMassHeatCapacity rdf:type owl:DatatypeProperty ; rdfs:domain bldg:SpaceHeater ; rdfs:range xsd:float ; rdfs:comment " Product of component mass and specific heat."@en ; rdfs:label "thermal mass heat capacity"@en . ### http://saref.linkeddata.es/def/bldg#switchingDeviceHasLock bldg:switchingDeviceHasLock rdf:type owl:DatatypeProperty ; rdfs:domain bldg:SwitchingDevice ; rdfs:range xsd:boolean ; rdfs:comment " Indication of whether a switching device has a key operated lock (=TRUE) or not (= FALSE)."@en ; rdfs:label "has lock"@en . ### http://saref.linkeddata.es/def/bldg#switchingDeviceIsIlluminated bldg:switchingDeviceIsIlluminated rdf:type owl:DatatypeProperty ; rdfs:domain bldg:SwitchingDevice ; rdfs:range xsd:boolean ; rdfs:comment " An indication of whether there is an illuminated indicator to show that the switch is on (=TRUE) or not (= FALSE)."@en ; rdfs:label "is illuminated"@en . ### http://saref.linkeddata.es/def/bldg#switchingDeviceLegend bldg:switchingDeviceLegend rdf:type owl:DatatypeProperty ; rdfs:domain bldg:SwitchingDevice ; rdfs:range xsd:string ; rdfs:comment " A text inscribed or applied to the switch as a legend to indicate purpose or function."@en ; rdfs:label "legend"@en . ### http://saref.linkeddata.es/def/bldg#switchingDeviceNumberOfGangs bldg:switchingDeviceNumberOfGangs rdf:type owl:DatatypeProperty ; rdfs:domain bldg:SwitchingDevice ; rdfs:range xsd:integer ; rdfs:comment " Number of gangs/buttons on this switch."@en ; rdfs:label "number of gangs"@en . ### http://saref.linkeddata.es/def/bldg#switchingDeviceSwitchFunction bldg:switchingDeviceSwitchFunction rdf:type owl:DatatypeProperty ; rdfs:domain bldg:SwitchingDevice ; rdfs:range xsd:string ; rdfs:comment "Indicates types of switches which differs in functionality."@en ; rdfs:label "switch function"@en . ### http://saref.linkeddata.es/def/bldg#tankAccessType bldg:tankAccessType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Tank ; rdfs:range xsd:string ; rdfs:comment "Defines the types of access (or cover) to a tank that may be specified. Note that covers are generally specified for rectangular tanks. For cylindrical tanks, access will normally be via a manhole."@en ; rdfs:label "access type"@en . ### http://saref.linkeddata.es/def/bldg#tankEffectiveCapacity bldg:tankEffectiveCapacity rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Tank ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#tankEndShapeType bldg:tankEndShapeType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Tank ; rdfs:range xsd:string ; rdfs:comment "Defines the types of end shapes that can be used for preformed tanks. The convention for reading these enumerated values is that for a vertical cylinder, the first value is the base and the second is the top for a horizontal cylinder, the order of reading should be left to right. For a speherical tank, the value UNSET should be used.B5"@en ; rdfs:label "end shape type"@en . ### http://saref.linkeddata.es/def/bldg#tankFirstCurvatureRadius bldg:tankFirstCurvatureRadius rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Tank ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#tankNominalCapacity bldg:tankNominalCapacity rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Tank ; rdfs:range xsd:float ; rdfs:comment " The total nominal or design volumetric capacity of the tank. Usually measured in cubic metre (m3)."@en ; rdfs:label "nominal capacity"@en . ### http://saref.linkeddata.es/def/bldg#tankNominalDepth bldg:tankNominalDepth rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Tank ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#tankNominalLengthOrDiameter bldg:tankNominalLengthOrDiameter rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Tank ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#tankNominalWidthOrDiameter bldg:tankNominalWidthOrDiameter rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Tank ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#tankNumberOfSections bldg:tankNumberOfSections rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Tank ; rdfs:range xsd:integer ; rdfs:comment " Number of sections used in the construction of the tank. Default is 1. Note: All sections assumed to be the same size."@en ; rdfs:label "number of sections"@en . ### http://saref.linkeddata.es/def/bldg#tankOperatingWight bldg:tankOperatingWight rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Tank ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#tankPatternType bldg:tankPatternType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Tank ; rdfs:range xsd:string ; rdfs:comment "Defines the types of pattern (or shape of a tank that may be specified."@en ; rdfs:label "pattern type"@en . ### http://saref.linkeddata.es/def/bldg#tankSecondCurvatureRadius bldg:tankSecondCurvatureRadius rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Tank ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#tankStorageType bldg:tankStorageType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Tank ; rdfs:range xsd:string ; rdfs:comment "Defines the general material category intended to be stored."@en ; rdfs:label "storage type"@en . ### http://saref.linkeddata.es/def/bldg#transformerImaginaryImpedanceRatio bldg:transformerImaginaryImpedanceRatio rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#transformerIsNeutralPrimaryTerminalAvailable bldg:transformerIsNeutralPrimaryTerminalAvailable rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:boolean ; rdfs:comment " An indication of whether the neutral point of the primary winding is available as a terminal (=TRUE) or not (= FALSE)."@en ; rdfs:label "is neutral primary terminal available"@en . ### http://saref.linkeddata.es/def/bldg#transformerIsNeutralSecondaryTerminalAvailable bldg:transformerIsNeutralSecondaryTerminalAvailable rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:boolean ; rdfs:comment " An indication of whether the neutral point of the secondary winding is available as a terminal (=TRUE) or not (= FALSE)."@en ; rdfs:label "is neutral secondary terminal available"@en . ### http://saref.linkeddata.es/def/bldg#transformerMaximumApparentPower bldg:transformerMaximumApparentPower rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:float ; rdfs:comment " Maximum apparent power/capacity in VA (volt ampere). Usually measured in Watts (W, J/s)."@en ; rdfs:label "maximum apparent power"@en . ### http://saref.linkeddata.es/def/bldg#transformerPrimaryApparentPower bldg:transformerPrimaryApparentPower rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#transformerPrimaryCurrent bldg:transformerPrimaryCurrent rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#transformerPrimaryFrequency bldg:transformerPrimaryFrequency rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#transformerPrimaryVoltage bldg:transformerPrimaryVoltage rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#transformerRealImpedanceRatio bldg:transformerRealImpedanceRatio rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#transformerSecondaryApparentPower bldg:transformerSecondaryApparentPower rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#transformerSecondaryCurrent bldg:transformerSecondaryCurrent rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#transformerSecondaryCurrentType bldg:transformerSecondaryCurrentType rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:string ; rdfs:comment " A list of the secondary current types that can result from transformer output."@en ; rdfs:label "secondary current type"@en . ### http://saref.linkeddata.es/def/bldg#transformerSecondaryFrequency bldg:transformerSecondaryFrequency rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#transformerSecondaryVoltage bldg:transformerSecondaryVoltage rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#transformerShortCircuitVoltageImaginaryPart bldg:transformerShortCircuitVoltageImaginaryPart rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:float ; 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 imaginary part"@en . ### http://saref.linkeddata.es/def/bldg#transformerShortCircuitVoltageRealPart bldg:transformerShortCircuitVoltageRealPart rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:float ; 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 real part"@en . ### http://saref.linkeddata.es/def/bldg#transformerTransformerVectorGroup bldg:transformerTransformerVectorGroup rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Transformer ; rdfs:range xsd:string ; rdfs:comment "List of the possible vector groups for the transformer from which that required may be set. Values in the enumeration list follow a standard international code where the first letter describes how the primary windings are connected, the second letter describes how the secondary windings are connected, and the numbers describe the rotation of voltages and currents from the primary to the secondary side in multiples of 30 degrees. D: means that the windings are delta-connected. Y: means that the windings are star-connected. Z: means that the windings are zig-zag connected (a special start-connected providing low reactance of the transformer). The connectivity is only relevant for three-phase transformers."@en ; rdfs:label "transformer vector group"@en . ### http://saref.linkeddata.es/def/bldg#transportElementCapacityPeople bldg:transportElementCapacityPeople rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TransportElement ; rdfs:range xsd:positiveInteger ; rdfs:comment " capacity of the transportation element measured in numbers of person."@en ; rdfs:label "capacity people"@en . ### http://saref.linkeddata.es/def/bldg#transportElementCapacityWeight bldg:transportElementCapacityWeight rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TransportElement ; rdfs:range xsd:float ; rdfs:comment " Capacity of the transport element measured by weight. Usually measured in kilograms (kg) or grams (g)."@en ; rdfs:label "capacity weight"@en . ### http://saref.linkeddata.es/def/bldg#transportElementFireExit bldg:transportElementFireExit rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TransportElement ; rdfs:range xsd:boolean ; rdfs:comment " Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE). Here whether the transport element (in case of e.g., a lift) is designed to serve as a fire exit, e.g., for fire escape purposes."@en ; rdfs:label "fire exit"@en . ### http://saref.linkeddata.es/def/bldg#tubeBundleFoulingFactor bldg:tubeBundleFoulingFactor rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TubeBundle ; rdfs:range xsd:float ; rdfs:comment " Fouling factor of the tubes in the tube bundle. Usually measured in m2 Kelvin/Watt."@en ; rdfs:label "fouling factor"@en . ### http://saref.linkeddata.es/def/bldg#tubeBundleHasTurbulator bldg:tubeBundleHasTurbulator rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TubeBundle ; rdfs:range xsd:boolean ; rdfs:comment " TRUE if the tube has a turbulator, FALSE if it does not."@en ; rdfs:label "has turbulator"@en . ### http://saref.linkeddata.es/def/bldg#tubeBundleHorizontalSpacing bldg:tubeBundleHorizontalSpacing rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TubeBundle ; rdfs:range xsd:float ; rdfs:comment " Horizontal spacing between tubes in the tube bundle. Usually measured in millimeters (mm)."@en ; rdfs:label "horizontal spacing"@en . ### http://saref.linkeddata.es/def/bldg#tubeBundleInLineRowSpacing bldg:tubeBundleInLineRowSpacing rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TubeBundle ; rdfs:range xsd:float ; rdfs:comment " In-line tube row spacing. Usually measured in millimeters (mm)."@en ; rdfs:label "in line row spacing"@en . ### http://saref.linkeddata.es/def/bldg#tubeBundleInsideDiameter bldg:tubeBundleInsideDiameter rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TubeBundle ; rdfs:range xsd:float ; rdfs:comment " Actual inner diameter of the tube in the tube bundle. Usually measured in millimeters (mm)."@en ; rdfs:label "inside diameter"@en . ### http://saref.linkeddata.es/def/bldg#tubeBundleLength bldg:tubeBundleLength rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TubeBundle ; rdfs:range xsd:float ; rdfs:comment " Length of the tubes in the tube bundle. Usually measured in millimeters (mm)."@en ; rdfs:label "length"@en . ### http://saref.linkeddata.es/def/bldg#tubeBundleNominalDiameter bldg:tubeBundleNominalDiameter rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TubeBundle ; rdfs:range xsd:float ; rdfs:comment " Nominal diameter or width of the tubes in the tube bundle. Usually measured in millimeters (mm)."@en ; rdfs:label "nominal diameter"@en . ### http://saref.linkeddata.es/def/bldg#tubeBundleNumberOfCircuits bldg:tubeBundleNumberOfCircuits rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TubeBundle ; rdfs:range xsd:integer ; rdfs:comment " Number of parallel fluid tube circuits."@en ; rdfs:label "number of circuits"@en . ### http://saref.linkeddata.es/def/bldg#tubeBundleNumberOfRows bldg:tubeBundleNumberOfRows rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TubeBundle ; rdfs:range xsd:integer ; rdfs:comment " Number of tube rows in the tube bundle assembly."@en ; rdfs:label "number of rows"@en . ### http://saref.linkeddata.es/def/bldg#tubeBundleOutsideDiameter bldg:tubeBundleOutsideDiameter rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TubeBundle ; rdfs:range xsd:float ; rdfs:comment " Actual outside diameter of the tube in the tube bundle. Usually measured in millimeters (mm)."@en ; rdfs:label "outside diameter"@en . ### http://saref.linkeddata.es/def/bldg#tubeBundleStaggeredRowSpacing bldg:tubeBundleStaggeredRowSpacing rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TubeBundle ; rdfs:range xsd:float ; rdfs:comment " Staggered tube row spacing. Usually measured in millimeters (mm)."@en ; rdfs:label "staggered row spacing"@en . ### http://saref.linkeddata.es/def/bldg#tubeBundleThermalConductivity bldg:tubeBundleThermalConductivity rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TubeBundle ; rdfs:range xsd:float ; rdfs:comment " Fouling factor of the tubes in the tube bundle. Usually measured in m2 Kelvin/Watt."@en ; rdfs:label "thermal conductivity"@en . ### http://saref.linkeddata.es/def/bldg#tubeBundleVerticalSpacing bldg:tubeBundleVerticalSpacing rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TubeBundle ; rdfs:range xsd:float ; rdfs:comment " Vertical spacing between tubes in the tube bundle.Usually measured in millimeters (mm)."@en ; rdfs:label "vertical spacing"@en . ### http://saref.linkeddata.es/def/bldg#tubeBundleVolumen bldg:tubeBundleVolumen rdf:type owl:DatatypeProperty ; rdfs:domain bldg:TubeBundle ; rdfs:range xsd:float ; rdfs:comment " Total volume of fluid in the tubes and their headers. Usually measured in cubic metre (m3)."@en ; rdfs:label "volumen"@en . ### http://saref.linkeddata.es/def/bldg#valveCloseOffRating bldg:valveCloseOffRating rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Valve ; rdfs:range xsd:float ; rdfs:comment " Close off rating. Usually measured in Pascals (Pa, N/m2)."@en ; rdfs:label "close off rating"@en . ### http://saref.linkeddata.es/def/bldg#valveFlowCoefficient bldg:valveFlowCoefficient rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Valve ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#valveSize bldg:valveSize rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Valve ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#valveTestPressure bldg:valveTestPressure rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Valve ; rdfs:range xsd:float ; rdfs:comment " The maximum pressure to which the valve has been subjected under test. Usually measured in Pascals (Pa, N/m2)."@en ; rdfs:label "test pressure"@en . ### http://saref.linkeddata.es/def/bldg#valveValveMechanism bldg:valveValveMechanism rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Valve ; rdfs:range xsd:string ; rdfs:comment "The mechanism by which the valve function is achieved where: BALL: Valve that has a ported ball that can be turned relative to the body seat ports. BUTTERFLY: Valve in which a streamlined disc pivots about a diametric axis. CONFIGUREDGATE: Screwdown valve in which the closing gate is shaped in a configured manner to have a more precise control of pressure and flow change across the valve. GLAND: Valve with a tapered seating, in which a rotatable plug is retained by means of a gland and gland packing. GLOBE: Screwdown valve that has a spherical body. LUBRICATEDPLUG: Plug valve in which a lubricant is injected under pressure between the plug face and the body. NEEDLE: Valve for regulating the flow in or from a pipe, in which a slender cone moves along the axis of flow to close against a fixed conical seat. PARALLELSLIDE: Screwdown valve that has a machined plate that slides in formed grooves to form a seal. PLUG: Valve that has a ported plug that can be turned relative to the body seat ports. WEDGEGATE: Screwdown valve that has a wedge shaped plate fitting into tapered guides to form a seal."@en ; rdfs:label "valve mechanism"@en . ### http://saref.linkeddata.es/def/bldg#valveValveOperation bldg:valveValveOperation rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Valve ; rdfs:range xsd:string ; rdfs:comment "The method of valve operation where: DROPWEIGHT: A valve that is closed by the action of a weighted lever being released, the weight normally being prevented from dropping by being held by a wire, the closure normally being made by the action of heat on a fusible link in the wire FLOAT: A valve that is opened and closed by the action of a float that rises and falls with water level. The float may be a ball attached to a lever or other mechanism HYDRAULIC: A valve that is opened and closed by hydraulic actuation LEVER: A valve that is opened and closed by the action of a lever rotating the gate within the valve. LOCKSHIELD: A valve that requires the use of a special lockshield key for opening and closing, the operating mechanism being protected by a shroud during normal operation. MOTORIZED: A valve that is opened and closed by the action of an electric motor on an actuator PNEUMATIC: A valve that is opened and closed by pneumatic actuation SOLENOID: A valve that is normally held open by a magnetic field in a coil acting on the gate but that is closed immediately if the electrical current generating the magnetic field is removed. SPRING: A valve that is normally held in position by the pressure of a spring on a plate but that may be caused to open if the pressure of the fluid is sufficient to overcome the spring pressure. THERMOSTATIC: A valve in which the ports are opened or closed to maintain a required predetermined temperature. WHEEL: A valve that is opened and closed by the action of a wheel moving the gate within the valve."@en ; rdfs:label "valve operation"@en . ### http://saref.linkeddata.es/def/bldg#valveValvePattern bldg:valveValvePattern rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Valve ; rdfs:range xsd:string ; rdfs:comment "The configuration of the ports of a valve according to either the linear route taken by a fluid flowing through the valve or by the number of ports where: SINGLEPORT: Valve that has a single entry port from the system that it serves, the exit port being to the surrounding environment. ANGLED_2_PORT: Valve in which the direction of flow is changed through 90 degrees. STRAIGHT_2_PORT: Valve in which the flow is straight through. STRAIGHT_3_PORT: Valve with three separate ports. CROSSOVER_4_PORT: Valve with 4 separate ports."@en ; rdfs:label "valve pattern"@en . ### http://saref.linkeddata.es/def/bldg#valveWorkingPressure bldg:valveWorkingPressure rdf:type owl:DatatypeProperty ; rdfs:domain bldg:Valve ; rdfs:range xsd:float ; rdfs:comment " The normally expected maximum working pressure of the valve. Usually measured in Pascals (Pa, N/m2)."@en ; rdfs:label "working pressure"@en . ### http://saref.linkeddata.es/def/bldg#vibrationIsolatorHeight bldg:vibrationIsolatorHeight rdf:type owl:DatatypeProperty ; rdfs:domain bldg:VibrationIsolator ; rdfs:range xsd:float ; rdfs:comment " Height of the vibration isolator before tha application of load. Usually measured in millimeters (mm)."@en ; rdfs:label "height"@en . ### http://saref.linkeddata.es/def/bldg#vibrationIsolatorIsolatorCompressibility bldg:vibrationIsolatorIsolatorCompressibility rdf:type owl:DatatypeProperty ; rdfs:domain bldg:VibrationIsolator ; rdfs:range xsd:float ; rdfs:comment " The compressibility of the vibration isolator."@en ; rdfs:label "isolator compressibility"@en . ### http://saref.linkeddata.es/def/bldg#vibrationIsolatorIsolatorStaticDeflection bldg:vibrationIsolatorIsolatorStaticDeflection rdf:type owl:DatatypeProperty ; rdfs:domain bldg:VibrationIsolator ; rdfs:range xsd:float ; rdfs:comment " Static deflection of the vibration isolator. Usually measured in millimeters (mm)."@en ; rdfs:label "isolator static deflection"@en . ### http://saref.linkeddata.es/def/bldg#vibrationIsolatorMaximumSupportedWeight bldg:vibrationIsolatorMaximumSupportedWeight rdf:type owl:DatatypeProperty ; rdfs:domain bldg:VibrationIsolator ; rdfs:range xsd:float ; 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 . ### http://saref.linkeddata.es/def/bldg#vibrationIsolatorVibrationTransmissibility bldg:vibrationIsolatorVibrationTransmissibility rdf:type owl:DatatypeProperty ; rdfs:domain bldg:VibrationIsolator ; rdfs:range xsd:float ; rdfs:comment " the vibration transmissibility percentage."@en ; rdfs:label "vibration transmissibility"@en . ################################################################# # Classes ################################################################# ### http://saref.linkeddata.es/def/bldg#Actuator bldg:Actuator rdf:type owl:Class ; rdfs:subClassOf bldg:DistributionControlDevice ; rdfs:comment "An actuator is a mechanical device for moving or controlling a mechanism or system. An actuator takes energy, usually created by air, electricity, or liquid, and converts that into some kind of motion."@en ; rdfs:label "Actuator"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcActuator" . ### http://saref.linkeddata.es/def/bldg#AirToAirHeatRecovery bldg:AirToAirHeatRecovery rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment "An air-to-air heat recovery device employs a counter-flow heat exchanger between inbound and outbound air flow. It is typically used to transfer heat from warmer air in one chamber to cooler air in the second chamber (i.e., typically used to recover heat from the conditioned air being exhausted and the outside air being supplied to a building), resulting in energy savings from reduced heating (or cooling) requirements."@en ; rdfs:label "Air to air heat recovery"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcAirToAirHeatRecovery" . ### http://saref.linkeddata.es/def/bldg#Alarm bldg:Alarm rdf:type owl:Class ; rdfs:subClassOf bldg:DistributionControlDevice ; rdfs:comment """An alarm is a device that signals the existence of a condition or situation that is outside the boundaries of normal expectation or that activates such a device. Alarms include the provision of break glass buttons and manual pull boxes that are used to activate alarms."""@en ; rdfs:label "Alarm"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcAlarm" . ### http://saref.linkeddata.es/def/bldg#AudioVisualAppliance bldg:AudioVisualAppliance rdf:type owl:Class ; rdfs:subClassOf bldg:FlowTerminal ; rdfs:comment """An audio-visual appliance is a device that displays, captures, transmits, or receives audio or video. Audio-visual appliances may be fixed in place or may be able to be moved from one space to another. They may require an electrical supply that may be supplied either by an electrical circuit or provided from a local battery source. Audio-visual appliances may be connected to data circuits including specialist circuits for audio visual purposes only."""@en ; rdfs:label "audio visual appliance"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcAudioVisualApplicance" . ### http://saref.linkeddata.es/def/bldg#Boiler bldg:Boiler rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment """\"A boiler is a closed, pressure-rated vessel in which water or other fluid is heated using an energy source such as natural gas, heating oil, or electricity. The fluid in the vessel is then circulated out of the boiler for use in various processes or heating applications. IfcBoiler is a vessel solely used for heating of water or other fluids. Storage vessels, such as for drinking water storage are considered as tanks and use the IfcTank entity.\""""@en ; rdfs:label "Boiler"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcBoiler" . ### http://saref.linkeddata.es/def/bldg#Building bldg:Building rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty bldg:isComposedBy ; owl:allValuesFrom bldg:BuildingSpace ] ; rdfs:label "Building"@en . ### http://saref.linkeddata.es/def/bldg#BuildingDevice bldg:BuildingDevice rdf:type owl:Class ; rdfs:subClassOf bldg:BuildingObject , bldg:Device ; rdfs:label "Building device"@en . ### http://saref.linkeddata.es/def/bldg#BuildingObject bldg:BuildingObject rdf:type owl:Class ; rdfs:label "BuildingObject"@en . ### http://saref.linkeddata.es/def/bldg#BuildingSpace bldg:BuildingSpace rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty bldg:isComponentOf ; owl:allValuesFrom bldg:Building ] ; rdfs:label "BuildingSpace"@en . ### http://saref.linkeddata.es/def/bldg#Burner bldg:Burner rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment "A burner is a device that converts fuel into heat through combustion. It includes gas, oil, and wood burners."@en ; rdfs:label "Burner"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcBurner" . ### http://saref.linkeddata.es/def/bldg#Chiller bldg:Chiller rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment "A chiller is a device used to remove heat from a liquid via a vapor-compression or absorption refrigeration cycle to cool a fluid, typically water or a mixture of water and glycol. The chilled fluid is then used to cool and dehumidify air in a building."@en ; rdfs:label "Chiller"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcChiller" . ### http://saref.linkeddata.es/def/bldg#Coil bldg:Coil rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment """A coil is a device used to provide heat transfer between non-mixing media. A common example is a cooling coil, which utilizes a finned coil in which circulates chilled water, antifreeze, or refrigerant that is used to remove heat from air moving across the surface of the coil. A coil may be used either for heating or cooling purposes by placing a series of tubes (the coil) carrying a heating or cooling fluid into an airstream. The coil may be constructed from tubes bundled in a serpentine form or from finned tubes that give a extended heat transfer surface. Coils may also be used for non-airflow cases such as embedded in a floor slab."""@en ; rdfs:label "Coil"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCoil" . ### http://saref.linkeddata.es/def/bldg#CommunicationAppliance bldg:CommunicationAppliance rdf:type owl:Class ; rdfs:subClassOf bldg:FlowTerminal ; rdfs:comment """A communications appliance transmits and receives electronic or digital information as data or sound. Communication appliances may be fixed in place or may be able to be moved from one space to another. Communication appliances require an electrical supply that may be supplied either by an electrical circuit or provided from a local battery source."""@en ; rdfs:label "communication appliance"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCommunicationAppliance" . ### http://saref.linkeddata.es/def/bldg#Compressor bldg:Compressor rdf:type owl:Class ; rdfs:subClassOf bldg:FlowMovingDevice ; rdfs:comment "A compressor is a device that compresses a fluid typically used in a refrigeration circuit."@en ; rdfs:label "Compressor"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCompressor" . ### http://saref.linkeddata.es/def/bldg#Condenser bldg:Condenser rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment "A condenser is a device that is used to dissipate heat, typically by condensing a substance such as a refrigerant from its gaseous to its liquid state."@en ; rdfs:label "Condenser"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCondenser" . ### http://saref.linkeddata.es/def/bldg#Controller bldg:Controller rdf:type owl:Class ; rdfs:subClassOf bldg:DistributionControlDevice ; rdfs:comment """A controller is a device that monitors inputs and controls outputs within a building automation system. A controller may be physical (having placement within a spatial structure) or logical (a software interface or aggregated within a programmable physical controller)."""@en ; rdfs:label "controller"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcController" . ### http://saref.linkeddata.es/def/bldg#CooledBeam bldg:CooledBeam rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment "A cooled beam (or chilled beam) is a device typically used to cool air by circulating a fluid such as chilled water through exposed finned tubes above a space. Typically mounted overhead near or within a ceiling, the cooled beam uses convection to cool the space below it by acting as a heat sink for the naturally rising warm air of the space. Once cooled, the air naturally drops back to the floor where the cycle begins again."@en ; rdfs:label "Cooled beam"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCooledBeam" . ### http://saref.linkeddata.es/def/bldg#CoolingTower bldg:CoolingTower rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment "A cooling tower is a device which rejects heat to ambient air by circulating a fluid such as water through it to reduce its temperature by partial evaporation."@en ; rdfs:label "Cooling tower"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCoolingTower" . ### http://saref.linkeddata.es/def/bldg#Damper bldg:Damper rdf:type owl:Class ; rdfs:subClassOf bldg:FlowController ; rdfs:comment "A damper typically participates in an HVAC duct distribution system and is used to control or modulate the flow of air."@en ; rdfs:label "Damper"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcDamper" . ### http://saref.linkeddata.es/def/bldg#Device bldg:Device rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Device"@en . ### http://saref.linkeddata.es/def/bldg#DistributionControlDevice bldg:DistributionControlDevice rdf:type owl:Class ; rdfs:subClassOf bldg:DistributionDevice ; rdfs:label "Distribution control device"@en . ### http://saref.linkeddata.es/def/bldg#DistributionDevice bldg:DistributionDevice rdf:type owl:Class ; rdfs:subClassOf bldg:BuildingDevice ; rdfs:label "DistributionDevice"@en . ### http://saref.linkeddata.es/def/bldg#DistributionFlowDevice bldg:DistributionFlowDevice rdf:type owl:Class ; rdfs:subClassOf bldg:DistributionDevice ; rdfs:label "DistributionFlowDevice"@en . ### http://saref.linkeddata.es/def/bldg#DuctSilencer bldg:DuctSilencer rdf:type owl:Class ; rdfs:subClassOf bldg:FlowTreatmentDevice ; rdfs:comment "A duct silencer is a device that is typically installed inside a duct distribution system for the purpose of reducing the noise levels from air movement, fan noise, etc. in the adjacent space or downstream of the duct silencer device."@en ; rdfs:label "Duct silencer"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcDuctSilencer" . ### http://saref.linkeddata.es/def/bldg#ElectricAppliance bldg:ElectricAppliance rdf:type owl:Class ; rdfs:subClassOf bldg:FlowTerminal ; rdfs:comment """An electric appliance is a device intended for consumer usage that is powered by electricity. Electric appliances may be fixed in place or may be able to be moved from one space to another. Electric appliances require an electrical supply that may be supplied either by an electrical circuit or provided from a local battery source."""@en ; rdfs:label "electric appliance"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricAppliance" . ### http://saref.linkeddata.es/def/bldg#ElectricFlowStorageDevice bldg:ElectricFlowStorageDevice rdf:type owl:Class ; rdfs:subClassOf bldg:FlowStorageDevice ; rdfs:comment "An electric flow storage device is a device in which electrical energy is stored and from which energy may be progressively released."@en ; rdfs:label "Electric flow storage device"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricFlowStorageDevice" . ### http://saref.linkeddata.es/def/bldg#ElectricGenerator bldg:ElectricGenerator rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment "An electric generator is an engine that is a machine for converting mechanical energy into electrical energy."@en ; rdfs:label "Electric generator"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricGenerator" . ### http://saref.linkeddata.es/def/bldg#ElectricMotor bldg:ElectricMotor rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment "An electric motor is an engine that is a machine for converting electrical energy into mechanical energy."@en ; rdfs:label "Electric motor"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricMotor" . ### http://saref.linkeddata.es/def/bldg#ElectricTimeControl bldg:ElectricTimeControl rdf:type owl:Class ; rdfs:subClassOf bldg:FlowController ; rdfs:comment "An electric time control is a device that applies control to the provision or flow of electrical energy over time."@en ; rdfs:label "Electric time control"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricTimeControl" . ### http://saref.linkeddata.es/def/bldg#EnergyConversionDevice bldg:EnergyConversionDevice rdf:type owl:Class ; rdfs:subClassOf bldg:DistributionFlowDevice ; rdfs:comment "The distribution flow element IfcEnergyConversionDevice defines the occurrence of a device used to perform energy conversion or heat transfer and typically participates in a flow distribution system. Its type is defined by IfcEnergyConversionDeviceType or its subtypes."@en ; rdfs:label "Energy conversion device"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEnergyConversionDevice" . ### http://saref.linkeddata.es/def/bldg#Engine bldg:Engine rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment "An engine is a device that converts fuel into mechanical energy through combustion."@en ; rdfs:label "Engine"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEngine" . ### http://saref.linkeddata.es/def/bldg#EvaporativeCooler bldg:EvaporativeCooler rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment "An evaporative cooler is a device that cools air by saturating it with water vapor."@en ; rdfs:label "Evaporative cooler"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEvaporativeCooler" . ### http://saref.linkeddata.es/def/bldg#Evaporator bldg:Evaporator rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment "An evaporator is a device in which a liquid refrigerent is vaporized and absorbs heat from the surrounding fluid."@en ; rdfs:label "Evaporator"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEvaporator" . ### http://saref.linkeddata.es/def/bldg#Fan bldg:Fan rdf:type owl:Class ; rdfs:subClassOf bldg:FlowMovingDevice ; rdfs:comment "A fan is a device which imparts mechanical work on a gas. A typical usage of a fan is to induce airflow in a building services air distribution system."@en ; rdfs:label "Fan"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFan" . ### http://saref.linkeddata.es/def/bldg#Filter bldg:Filter rdf:type owl:Class ; rdfs:subClassOf bldg:FlowTreatmentDevice ; rdfs:comment "A filter is an apparatus used to remove particulate or gaseous matter from fluids and gases."@en ; rdfs:label "Filter"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFilter" . ### http://saref.linkeddata.es/def/bldg#FireSuppressionTerminal bldg:FireSuppressionTerminal rdf:type owl:Class ; rdfs:subClassOf bldg:FlowTerminal ; rdfs:comment """A fire suppression terminal has the purpose of delivering a fluid (gas or liquid) that will suppress a fire. A fire suppression terminal provides for all forms of sprinkler, spreader and other form of terminal that is connected to a pipework system and intended to act in the role of suppressing a fire."""@en ; rdfs:label "Fire suppression terminal"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFireSuppressionTerminal" . ### http://saref.linkeddata.es/def/bldg#FlowController bldg:FlowController rdf:type owl:Class ; rdfs:subClassOf bldg:DistributionFlowDevice ; rdfs:comment "The distribution flow element IfcFlowController defines the occurrence of elements of a distribution system that are used to regulate flow through a distribution system. Examples include dampers, valves, switches, and relays. Its type is defined by IfcFlowControllerType or subtypes."@en ; rdfs:label "Flow controller"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowController" . ### http://saref.linkeddata.es/def/bldg#FlowInstrument bldg:FlowInstrument rdf:type owl:Class ; rdfs:subClassOf bldg:DistributionControlDevice ; rdfs:comment """A flow instrument reads and displays the value of a particular property of a system at a point, or displays the difference in the value of a property between two points. Instrumentation is typically for the purpose of determining the value of the property at a point in time. It is not the purpose of an instrument to record or integrate the values over time (although they may be connected to recording devices that do perform such a function). This entity provides for all forms of mechanical flow instrument (thermometers, pressure gauges etc.) and electrical flow instruments (ammeters, voltmeters etc.)"""@en ; rdfs:label "flow instrument"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowInstrument" . ### http://saref.linkeddata.es/def/bldg#FlowMeter bldg:FlowMeter rdf:type owl:Class ; rdfs:subClassOf bldg:FlowController ; rdfs:comment "A flow meter is a device that is used to measure the flow rate in a system."@en ; rdfs:label "Flow meter"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowMeter" . ### http://saref.linkeddata.es/def/bldg#FlowMovingDevice bldg:FlowMovingDevice rdf:type owl:Class ; rdfs:subClassOf bldg:DistributionFlowDevice ; rdfs:comment "The distribution flow element IfcFlowMovingDevice defines the occurrence of an apparatus used to distribute, circulate or perform conveyance of fluids, including liquids and gases (such as a pump or fan), and typically participates in a flow distribution system. Its type is defined by IfcFlowMovingDeviceType or its subtypes."@en ; rdfs:label "Flow moving device"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowMovingDevice" . ### http://saref.linkeddata.es/def/bldg#FlowStorageDevice bldg:FlowStorageDevice rdf:type owl:Class ; rdfs:subClassOf bldg:DistributionFlowDevice ; rdfs:comment "The distribution flow element IfcFlowStorageDevice defines the occurrence of a device that participates in a distribution system and is used for temporary storage (such as a tank). Its type is defined by IfcFlowStorageDeviceType or its subtypes."@en ; rdfs:label "Flow storage device"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowStorageDevice" . ### http://saref.linkeddata.es/def/bldg#FlowTerminal bldg:FlowTerminal rdf:type owl:Class ; rdfs:subClassOf bldg:DistributionFlowDevice ; rdfs:comment "The distribution flow element IfcFlowTerminal defines the occurrence of a permanently attached element that acts as a terminus or beginning of a distribution system (such as an air outlet, drain, water closet, or sink). A terminal is typically a point at which a system interfaces with an external environment. Its type is defined by IfcFlowTerminalType or its subtypes."@en ; rdfs:label "Flow terminal"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowTerminal" . ### http://saref.linkeddata.es/def/bldg#FlowTreatmentDevice bldg:FlowTreatmentDevice rdf:type owl:Class ; rdfs:subClassOf bldg:DistributionFlowDevice ; rdfs:comment "The distribution flow element IfcFlowTreatmentDevice defines the occurrence of a device typically used to remove unwanted matter from a fluid, either liquid or gas, and typically participates in a flow distribution system. Its type is defined by IfcFlowTreatmentDeviceType or its subtypes."@en ; rdfs:label "Flow treatment device"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowTreatmentDevice" . ### http://saref.linkeddata.es/def/bldg#HeatExchanger bldg:HeatExchanger rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment """A heat exchanger is a device used to provide heat transfer between non-mixing media such as plate and shell and tube heat exchangers. IfcHeatExchanger is commonly used on water-side distribution systems to recover energy from a liquid to another liquid (typically water-based), whereas IfcAirToAirHeatRecovery is commonly used on air-side distribution systems to recover energy from a gas to a gas (usually air)."""@en ; rdfs:label "Heat exchanger"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcHeatExchanger" . ### http://saref.linkeddata.es/def/bldg#Humidifier bldg:Humidifier rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment "A humidifier is a device that adds moisture into the air."@en ; rdfs:label "Humidifier"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcHumidifier" . ### http://saref.linkeddata.es/def/bldg#Interceptor bldg:Interceptor rdf:type owl:Class ; rdfs:subClassOf bldg:FlowTreatmentDevice ; rdfs:comment "An interceptor is a device designed and installed in order to separate and retain deleterious, hazardous or undesirable matter while permitting normal sewage or liquids to discharge into a collection system by gravity."@en ; rdfs:label "Interceptor"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcInterceptor" . ### http://saref.linkeddata.es/def/bldg#Lamp bldg:Lamp rdf:type owl:Class ; rdfs:subClassOf bldg:FlowTerminal ; rdfs:comment "A lamp is an artificial light source such as a light bulb or tube."@en ; rdfs:label "Lamp"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcLamp" . ### http://saref.linkeddata.es/def/bldg#MedicalDevice bldg:MedicalDevice rdf:type owl:Class ; rdfs:subClassOf bldg:FlowTerminal ; rdfs:comment "A medical device is attached to a medical piping system and operates upon medical gases to perform a specific function. Medical gases include medical air, medical vacuum, oxygen, carbon dioxide, nitrogen, and nitrous oxide."@en ; rdfs:label "Medical device"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcMedicalDevice" . ### http://saref.linkeddata.es/def/bldg#Outlet bldg:Outlet rdf:type owl:Class ; rdfs:subClassOf bldg:FlowTerminal ; rdfs:comment """An outlet is a device installed at a point to receive one or more inserted plugs for electrical power or communications. Power outlets are commonly connected within a junction box; data outlets may be directly connected to a wall. For power outlets sharing the same circuit within a junction box, the ports should indicate the logical wiring relationship to the enclosing junction box, even though they may be physically connected to a cable going to another outlet, switch, or fixture."""@en ; rdfs:label "Outlet"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcOutlet" . ### http://saref.linkeddata.es/def/bldg#ProtectiveDevice bldg:ProtectiveDevice rdf:type owl:Class ; rdfs:subClassOf bldg:FlowController ; rdfs:comment """A protective device breaks an electrical circuit when a stated electric current that passes through it is exceeded. A protective device provides protection against electrical current only (not as a general protective device). It may be used to represent the complete set of elements including both the tripping unit and the breaking unit that provide the protection. This may be particularly useful at earlier stages of design where the approach to breaking the electrical supply may be determined but the method of tripping may not. Alternatively, this entity may be used to specifically represent the breaking unit alone (in which case the tripping unit will also be specifically identified). This entity is specific to dedicated protective devices and excludes electrical outlets that may have circuit protection."""@en ; rdfs:label "Protective device"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcProtectiveDevice" . ### http://saref.linkeddata.es/def/bldg#ProtectiveDeviceTrippingUnit bldg:ProtectiveDeviceTrippingUnit rdf:type owl:Class ; rdfs:subClassOf bldg:DistributionControlDevice ; rdfs:comment "A protective device tripping unit breaks an electrical circuit at a separate breaking unit when a stated electric current that passes through the unit is exceeded."@en ; rdfs:label "Protective device tripping unit"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcProtectiveDeviceTrippingUnit" . ### http://saref.linkeddata.es/def/bldg#Pump bldg:Pump rdf:type owl:Class ; rdfs:subClassOf bldg:FlowMovingDevice ; rdfs:comment "A pump is a device which imparts mechanical work on fluids or slurries to move them through a channel or pipeline. A typical use of a pump is to circulate chilled water or heating hot water in a building services distribution system."@en ; rdfs:label "Pump"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcPump" . ### http://saref.linkeddata.es/def/bldg#SanitaryTerminal bldg:SanitaryTerminal rdf:type owl:Class ; rdfs:subClassOf bldg:FlowTerminal ; rdfs:comment "A sanitary terminal is a fixed appliance or terminal usually supplied with water and used for drinking, cleaning or foul water disposal or that is an item of equipment directly used with such an appliance or terminal."@en ; rdfs:label "Sanitary terminal"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSanitaryTerminal" . ### http://saref.linkeddata.es/def/bldg#Sensor bldg:Sensor rdf:type owl:Class ; rdfs:subClassOf bldg:DistributionControlDevice , ; rdfs:comment "A sensor is a device that measures a physical quantity and converts it into a signal which can be read by an observer or by an instrument."@en ; rdfs:label "sensor"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSensor" . ### http://saref.linkeddata.es/def/bldg#ShadingDevice bldg:ShadingDevice rdf:type owl:Class ; rdfs:subClassOf bldg:BuildingDevice ; rdfs:comment "Shading devices are purpose built devices to protect from the sunlight, from natural light, or screening them from view. Shading devices can form part of the facade or can be mounted inside the building, they can be fixed or operable."@en ; rdfs:label "Shading device"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcShadingDevice" . ### http://saref.linkeddata.es/def/bldg#SolarDevice bldg:SolarDevice rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment "A solar device converts solar radiation into other energy such as electric current or thermal energy."@en ; rdfs:label "solar device"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSolarDevice" . ### http://saref.linkeddata.es/def/bldg#SpaceHeater bldg:SpaceHeater rdf:type owl:Class ; rdfs:subClassOf bldg:FlowTerminal ; rdfs:comment """Space heaters utilize a combination of radiation and/or natural convection using a heating source such as electricity, steam or hot water to heat a limited space or area. Examples of space heaters include radiators, convectors, baseboard and finned-tube heaters. IfcUnitaryEquipment should be used for packaged units supporting a combination of heating, cooling, and/or dehumidification; IfcCoil should be used for coil-based floor heating."""@en ; rdfs:label "Space heater"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSpaceHeater" . ### http://saref.linkeddata.es/def/bldg#SwitchingDevice bldg:SwitchingDevice rdf:type owl:Class ; rdfs:subClassOf bldg:FlowController ; rdfs:comment """A switch is used in a cable distribution system (electrical circuit) to control or modulate the flow of electricity. Switches include those used for electrical power, communications, audio-visual, or other distribution system types as determined by the available ports."""@en ; rdfs:label "Switching device"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSwitchingDevice" . ### http://saref.linkeddata.es/def/bldg#Tank bldg:Tank rdf:type owl:Class ; rdfs:subClassOf bldg:FlowStorageDevice ; rdfs:comment "A tank is a vessel or container in which a fluid or gas is stored for later use."@en ; rdfs:label "Tank"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTank" . ### http://saref.linkeddata.es/def/bldg#Transformer bldg:Transformer rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment """A transformer is an inductive stationary device that transfers electrical energy from one circuit to another. IfcTransformer is used to transform electric power; conversion of electric signals for other purposes is handled at other entities: IfcController converts arbitrary signals, IfcAudioVisualAppliance converts signals for audio or video streams, and IfcCommunicationsAppliance converts signals for data or other communications usage."""@en ; rdfs:label "Transformer"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTransformer" . ### http://saref.linkeddata.es/def/bldg#TransportElement bldg:TransportElement rdf:type owl:Class ; rdfs:subClassOf bldg:Device ; rdfs:comment "A transport element is a generalization of all transport related objects that move people, animals or goods within a building or building complex. The IfcTransportElement defines the occurrence of a transport element, that (if given), is expressed by the IfcTransportElementType. "@en ; rdfs:label "Transport element"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTransportElement" . ### http://saref.linkeddata.es/def/bldg#TubeBundle bldg:TubeBundle rdf:type owl:Class ; rdfs:subClassOf bldg:EnergyConversionDevice ; rdfs:comment "A tube bundle is a device consisting of tubes and bundles of tubes used for heat transfer and contained typically within other energy conversion devices, such as a chiller or coil."@en ; rdfs:label "Tube bundle"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTubeBundle" . ### http://saref.linkeddata.es/def/bldg#UnitaryControlElement bldg:UnitaryControlElement rdf:type owl:Class ; rdfs:subClassOf bldg:DistributionControlDevice ; rdfs:comment """A unitary control element combines a number of control components into a single product, such as a thermostat or humidistat. A unitary control element provides a housing for an aggregation of control or electrical distribution elements that, in combination, perform a singular (unitary) purpose. Each item in the aggregation may have its own geometric representation and location."""@en ; rdfs:label "Unitary control element"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcUnitaryControlElement" . ### http://saref.linkeddata.es/def/bldg#Valve bldg:Valve rdf:type owl:Class ; rdfs:subClassOf bldg:FlowController ; rdfs:comment "A valve is used in a building services piping distribution system to control or modulate the flow of the fluid."@en ; rdfs:label "Valve"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcValve" . ### http://saref.linkeddata.es/def/bldg#VibrationIsolator bldg:VibrationIsolator rdf:type owl:Class ; rdfs:subClassOf bldg:Device ; rdfs:comment "A vibration isolator is a device used to minimize the effects of vibration transmissibility in a building."@en ; rdfs:label "Vibration isolator"@en ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcVibrationIsolator" . ### http://www.w3.org/2000/01/rdf-schema#Resource rdfs:Resource rdf:type owl:Class . ### https://w3id.org/saref#Device rdf:type owl:Class . ### https://w3id.org/saref#Sensor rdf:type owl:Class . ### Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi