From 333b24e25263266b28c36f22bff992e35ed522a7 Mon Sep 17 00:00:00 2001 From: dragoni Date: Sat, 16 Mar 2024 15:25:12 +0100 Subject: [PATCH 1/5] Fixed issue #4 about mistake on property name. --- ontology/saref4bldg.ttl | 6808 ++++++++++++++++++--------------------- 1 file changed, 3128 insertions(+), 3680 deletions(-) diff --git a/ontology/saref4bldg.ttl b/ontology/saref4bldg.ttl index e4931b3..df4d9ca 100644 --- a/ontology/saref4bldg.ttl +++ b/ontology/saref4bldg.ttl @@ -6,4257 +6,3705 @@ @prefix prov: . @prefix rdfs: . @prefix vann: . -@prefix s4bldg: . @prefix saref: . +@prefix s4bldg: . @prefix dcterms: . - - a owl:Ontology ; - owl:versionIRI ; - dcterms:creator , ; - dcterms:license ; - vann:preferredNamespaceUri "https://saref.etsi.org/saref4bldg/" ; - dcterms:title "SAREF extension for building"@en ; - dcterms:publisher ; - dcterms:modified "2020-06-05"^^xsd:date ; - dcterms:issued "2020-04-13"^^xsd:date ; - dcterms:source ; - vann:preferredNamespacePrefix "s4bldg" ; - rdfs:seeAlso ; - dcterms:description "This ontology extends the SAREF ontology for the building domain by defining building devices and how they are located in a building. This extension is based on the ISO 16739:2013 Industry Foundation Classes (IFC) standard for data sharing in the construction and facility management industries. The descriptions of the classes and properties extracted from IFC have been taken from the IFC documentation."@en ; +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + dcterms:creator , + ; + dcterms:description "This ontology extends the SAREF ontology for the building domain by defining building devices and how they are located in a building. This extension is based on the ISO 16739:2013 Industry Foundation Classes (IFC) standard for data sharing in the construction and facility management industries. The descriptions of the classes and properties extracted from IFC have been taken from the IFC documentation."@en ; + dcterms:issued "2020-04-13"^^xsd:date ; + dcterms:license ; + dcterms:modified "2020-06-05"^^xsd:date ; + dcterms:publisher ; + dcterms:source ; + dcterms:title "SAREF extension for building"@en ; + vann:preferredNamespacePrefix "s4bldg" ; + vann:preferredNamespaceUri "https://saref.etsi.org/saref4bldg/" ; rdfs:comment """Information about changes compared to version 1.1.1: - Updated namespaces for compatibility with SAREF v3."""@en ; - owl:versionInfo "v1.1.2" . -# -# -# ################################################################# -# # -# # Annotation properties -# # -# ################################################################# -# - - -dcterms:description a owl:AnnotationProperty . -dcterms:license a owl:AnnotationProperty . -dcterms:publisher a owl:AnnotationProperty . -dcterms:title a owl:AnnotationProperty . - -# -# http://purl.org/dc/terms/creator - -dcterms:creator a owl:AnnotationProperty . -# -# http://purl.org/dc/terms/modified - -dcterms:modified a owl:AnnotationProperty . -# -# http://purl.org/dc/terms/issued - -dcterms:issued a owl:AnnotationProperty . -# -# http://purl.org/dc/terms/source - -dcterms:source a owl:AnnotationProperty . -# -# http://purl.org/dc/terms/dateCopyrighted - -dcterms:dateCopyrighted a owl:AnnotationProperty . -# -# http://purl.org/dc/terms/rightsHolder - -dcterms:rightsHolder a owl:AnnotationProperty . - -# -# http://purl.org/vocab/vann/preferredNamespacePrefix - -vann:preferredNamespacePrefix a owl:AnnotationProperty . -# -# http://purl.org/vocab/vann/preferredNamespaceUri - -vann:preferredNamespaceUri a owl:AnnotationProperty . -# -# http://www.w3.org/ns/prov#hadPrimarySource - -prov:hadPrimarySource a owl:AnnotationProperty . -# -# -# -# ################################################################# -# # -# # Datatypes -# # -# ################################################################# -# -# -# http://www.w3.org/2001/XMLSchema#duration - -xsd:duration a rdfs:Datatype . -# -# -# -# ################################################################# -# # -# # Object Properties -# # -# ################################################################# -# -# -# http://www.w3.org/2003/01/geo/wgs84_pos#location - - a owl:ObjectProperty ; - rdfs:comment "The relation between something and the point, or other geometrical thing in space, where it is. For example, the realtionship between a radio tower and a Point with a given lat and long. Or a relationship between a park and its outline as a closed arc of points, or a road and its location as a arc (a sequence of points). Clearly in practice there will be limit to the accuracy of any such statement, but one would expect an accuracy appropriate for the size of the object and uses such as mapping ."@en ; - rdfs:isDefinedBy ; - rdfs:label "location"@en . -# -# https://saref.etsi.org/saref4bldg/airFlowRateMax - -:airFlowRateMax a owl:ObjectProperty ; - rdfs:comment "Maximum allowable air flow rate. Usually measured in m3/s."@en ; - rdfs:label "air flow rate range max"@en . -# -# https://saref.etsi.org/saref4bldg/airFlowRateMin - -:airFlowRateMin a owl:ObjectProperty ; - rdfs:comment "Minimum allowable air flow rate. Usually measured in m3/s."@en ; - rdfs:label "air flow rate range min"@en . -# -# https://saref.etsi.org/saref4bldg/ambientDesignDryBulbTemperature - -:ambientDesignDryBulbTemperature a owl:ObjectProperty ; - rdfs:comment "Ambient design dry bulb temperature used for selecting the cooling tower. Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "ambient design dry bulb temperature"@en . -# -# https://saref.etsi.org/saref4bldg/ambientDesignWetBulbTemperature - -:ambientDesignWetBulbTemperature a owl:ObjectProperty ; - rdfs:comment "Ambient design wet bulb temperature used for selecting the cooling tower. Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "ambient design wet bulb temperature"@en . -# -# https://saref.etsi.org/saref4bldg/apparentPowerMax - -:apparentPowerMax a owl:ObjectProperty ; - rdfs:comment "Maximum apparent power/capacity in VA (volt ampere). Usually measured in Watts (W, J/s)."@en ; - rdfs:label "maximum apparent power"@en . -# -# https://saref.etsi.org/saref4bldg/audioVolume - -:audioVolume a owl:ObjectProperty ; - rdfs:comment "Indicates discrete audio volume levels and corresponding sound power offsets, if applicable. Missing values may be interpolated. Measured in watts."@en ; - rdfs:label "audio volume"@en . -# -# https://saref.etsi.org/saref4bldg/basinReserveVolume - -:basinReserveVolume a owl:ObjectProperty ; - rdfs:comment "Volume between operating and overflow levels in cooling tower basin. Usually measured in cubic metre (m3)."@en ; - rdfs:label "basin reserve volume"@en . -# -# https://saref.etsi.org/saref4bldg/bladeThickness - -:bladeThickness a owl:ObjectProperty ; - rdfs:comment "The thickness of the damper blade. Usually measured in millimeters (mm)."@en ; - rdfs:label "blade thickness"@en . -# -# https://saref.etsi.org/saref4bldg/bodyMass - -:bodyMass a owl:ObjectProperty ; - rdfs:comment "Overall body mass of the heater. Usually measured in kilograms (kg) or grams (g)."@en ; - rdfs:label "body mass"@en . -# -# https://saref.etsi.org/saref4bldg/capacityWeight - -:capacityWeight a owl:ObjectProperty ; - rdfs:comment "Capacity of the transport element measured by weight. Usually measured in kilograms (kg) or grams (g)."@en ; - rdfs:label "capacity weight"@en . -# -# https://saref.etsi.org/saref4bldg/closeOffRating - -:closeOffRating a owl:ObjectProperty ; - rdfs:comment "Close off rating. Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "close off rating"@en . -# -# https://saref.etsi.org/saref4bldg/coilLength - -:coilLength a owl:ObjectProperty ; - rdfs:comment "Length of coil. Usually measured in millimeters (mm)."@en ; - rdfs:label "coil length"@en . -# -# https://saref.etsi.org/saref4bldg/coilWidth - -:coilWidth a owl:ObjectProperty ; - rdfs:comment "Width of coil. Usually measured in millimeters (mm"@en ; - rdfs:label "coil width"@en . -# -# https://saref.etsi.org/saref4bldg/colorTemperature - -:colorTemperature a owl:ObjectProperty ; - rdfs:comment "The color temperature of any source of radiation is defined as the temperature (in Kelvin) of a black-body or Planckian radiator whose radiation has the same chromaticity as the source of radiation. Often the values are only approximate color temperatures as the black-body radiator cannot emit radiation of every chromaticity value. The color temperatures of the commonest artificial light sources range from less than 3000K (warm white) to 4000K (intermediate) and over 5000K (daylight). Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "color temperature"@en . -# -# https://saref.etsi.org/saref4bldg/compressorSpeed - -:compressorSpeed a owl:ObjectProperty ; - rdfs:comment "Compressor speed. Usually measured in cycles/s."@en ; - rdfs:label "compressor speed"@en . -# -# https://saref.etsi.org/saref4bldg/connectionSize - -:connectionSize a owl:ObjectProperty ; - rdfs:comment "The connection size of the to and from the pump. Usually measured in millimeters (mm)."@en ; - rdfs:label "connection size"@en . -# -# https://saref.etsi.org/saref4bldg/contains - -:contains a owl:ObjectProperty ; - owl:inverseOf :isContainedIn ; - a owl:TransitiveProperty ; - rdfs:comment "A relation between a physical space and the objects located in such space."@en ; - rdfs:label "contains"@en . -# -# https://saref.etsi.org/saref4bldg/contributedLuminousFlux - -:contributedLuminousFlux a owl:ObjectProperty ; - rdfs:comment "Luminous flux is a photometric measure of radiant flux, i.e. the volume of light emitted from a light source. Luminous flux is measured either for the interior as a whole or for a part of the interior (partial luminous flux for a solid angle). All other photometric parameters are derivatives of luminous flux. Luminous flux is measured in lumens (lm). The luminous flux is given as a nominal value for each lamp. Usually measured in Lumen (lm, Candela Steradian)."@en ; - rdfs:label "contributed luminous flux"@en . -# -# https://saref.etsi.org/saref4bldg/coverLength - -:coverLength a owl:ObjectProperty ; - rdfs:comment "The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the oil interceptor. Usually measured in millimeters (mm)."@en ; - rdfs:label "cover length"@en . -# -# https://saref.etsi.org/saref4bldg/coverWidth - -:coverWidth a owl:ObjectProperty ; - rdfs:comment "The length measured along the x-axis in the local coordinate system of the cover of the oil interceptor. Usually measured in millimeters (mm)."@en ; - rdfs:label "cover width"@en . -# -# https://saref.etsi.org/saref4bldg/effectiveCapacity - -:effectiveCapacity a owl:ObjectProperty ; - rdfs:comment "The total effective or actual volumetric capacity of the tank. Usually measured in cubic metre (m3).B3"@en ; - rdfs:label "effective capacity"@en . -# -# https://saref.etsi.org/saref4bldg/electricGeneratorEfficiency - -:electricGeneratorEfficiency a owl:ObjectProperty ; - rdfs:comment "The ratio of output capacity to intake capacity."@en ; - rdfs:label "electric generator efficiency"@en . -# -# https://saref.etsi.org/saref4bldg/electricMotorEfficiency - -:electricMotorEfficiency a owl:ObjectProperty ; - rdfs:comment "The ratio of output capacity to intake capacity."@en ; - rdfs:label "electric motor efficiency"@en . -# -# https://saref.etsi.org/saref4bldg/externalSurfaceArea - -:externalSurfaceArea a owl:ObjectProperty ; - rdfs:comment "External surface area (both primary and secondary area). Usually measured in square metre (m2)."@en ; - rdfs:label "external surface area"@en . -# -# https://saref.etsi.org/saref4bldg/faceArea - -:faceArea a owl:ObjectProperty ; - rdfs:comment "Face area open to the airstream. Usually measured in square metre (m2)."@en ; - rdfs:label "face area"@en . -# -# https://saref.etsi.org/saref4bldg/finalResistance - -:finalResistance a owl:ObjectProperty ; - rdfs:comment "Filter fluid resistance when replacement is required (i.e., Pressure drop at the maximum air flowrate across the filter when the filter needs replacement per ASHRAE Standard 52.1). Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "final resistance"@en . -# -# https://saref.etsi.org/saref4bldg/firstCurvatureRadius - -:firstCurvatureRadius a owl:ObjectProperty ; - rdfs:comment "FirstCurvatureRadius should be defined as the base or left side radius of curvature value. Usually measured in millimeters (mm)."@en ; - rdfs:label "first curvature radius"@en . -# -# https://saref.etsi.org/saref4bldg/flowCoefficient - -:flowCoefficient a owl:ObjectProperty ; - rdfs:comment "Flow coefficient (the quantity of fluid that passes through a fully open valve at unit pressure drop), typically expressed as the Kv or Cv value for the valve."@en ; - rdfs:label "flow coefficient"@en . -# -# https://saref.etsi.org/saref4bldg/flowResistanceMax - -:flowResistanceMax a owl:ObjectProperty ; - rdfs:comment "Allowable range of frictional resistance against which the fluid is being pumped. Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "flow resistance range"@en . -# -# https://saref.etsi.org/saref4bldg/flowResistanceMin - -:flowResistanceMin a owl:ObjectProperty ; - rdfs:comment "Allowable range of frictional resistance against which the fluid is being pumped. Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "flow resistance range"@en . -# -# https://saref.etsi.org/saref4bldg/fluidFlowRateMax - -:fluidFlowRateMax a owl:ObjectProperty ; - rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ; - rdfs:label "fluid flow rate range"@en . -# -# https://saref.etsi.org/saref4bldg/fluidFlowRateMin - -:fluidFlowRateMin a owl:ObjectProperty ; - rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ; - rdfs:label "fluid flow rate range"@en . -# -# https://saref.etsi.org/saref4bldg/foulingFactor - -:foulingFactor a owl:ObjectProperty ; - rdfs:comment "Fouling factor of the tubes in the tube bundle. Usually measured in m2 Kelvin/Watt."@en ; - rdfs:label "fouling factor"@en . -# -# https://saref.etsi.org/saref4bldg/frameDepth - -:frameDepth a owl:ObjectProperty ; - rdfs:comment "The length (or depth) of the damper frame. Usually measured in millimeters (mm)."@en ; - rdfs:label "frame depth"@en . -# -# https://saref.etsi.org/saref4bldg/frameThickness - -:frameThickness a owl:ObjectProperty ; - rdfs:comment "The thickness of the damper frame material. Usually measured in millimeters (mm)."@en ; - rdfs:label "frame thickness"@en . -# -# https://saref.etsi.org/saref4bldg/hasSpace - -:hasSpace a owl:ObjectProperty ; - owl:inverseOf :isSpaceOf ; - a owl:TransitiveProperty ; - rdfs:comment "Relation between a building or a building space and the spaces it can be divided into."@en ; - rdfs:label "has space"@en . -# -# https://saref.etsi.org/saref4bldg/heatExchangeArea - -:heatExchangeArea a owl:ObjectProperty ; - rdfs:comment "Heat exchange area. Usually measured in square metre (m2)."@en ; - rdfs:label "heat exchange area"@en . -# -# https://saref.etsi.org/saref4bldg/heatTransferSurfaceArea - -:heatTransferSurfaceArea a owl:ObjectProperty ; - rdfs:comment "Total heat transfer area of the vessel. Usually measured in square metre (m2)."@en ; - rdfs:label "heat transfer surface area"@en . -# -# https://saref.etsi.org/saref4bldg/height - -:height a owl:ObjectProperty ; - rdfs:comment "Height of the vibration isolator before tha application of load. Usually measured in millimeters (mm)."@en ; - rdfs:label "height"@en . -# -# https://saref.etsi.org/saref4bldg/horizontalSpacing - -:horizontalSpacing a owl:ObjectProperty ; - rdfs:comment "Horizontal spacing between tubes in the tube bundle. Usually measured in millimeters (mm)."@en ; - rdfs:label "horizontal spacing"@en . -# -# https://saref.etsi.org/saref4bldg/hydraulicDiameter - -:hydraulicDiameter a owl:ObjectProperty ; - rdfs:comment "Hydraulic diameter. Usually measured in millimeters (mm)."@en ; - rdfs:label "hydraulic diameter"@en . -# -# https://saref.etsi.org/saref4bldg/idealCapacity - -:idealCapacity a owl:ObjectProperty ; - rdfs:comment "Compressor capacity under ideal conditions. Usually measured in Watts (W, J/s)."@en ; - rdfs:label "ideal capacity"@en . -# -# https://saref.etsi.org/saref4bldg/idealShaftPower - -:idealShaftPower a owl:ObjectProperty ; - rdfs:comment "Compressor shaft power under ideal conditions. Usually measured in Watts (W, J/s)."@en ; - rdfs:label "ideal shaft power"@en . -# -# https://saref.etsi.org/saref4bldg/imaginaryImpedanceRatio - -:imaginaryImpedanceRatio a owl:ObjectProperty ; - rdfs:comment "The ratio between the imaginary part of the zero sequence impedance and the imaginary part of the positive impedance (i.e. imaginary part of the short-circuit voltage) of the transformer. Used for three-phase transformer which includes a N-conductor."@en ; - rdfs:label "imaginary impedance ratio"@en . -# -# https://saref.etsi.org/saref4bldg/impellerDiameter - -:impellerDiameter a owl:ObjectProperty ; - rdfs:comment "Diameter of compressor impeller - used to scale performance of geometrically similar compressors. Usually measured in millimeters (mm)."@en ; - rdfs:label "impeller diameter"@en . -# -# https://saref.etsi.org/saref4bldg/inLineRowSpacing - -:inLineRowSpacing a owl:ObjectProperty ; - rdfs:comment "In-line tube row spacing. Usually measured in millimeters (mm)."@en ; - rdfs:label "in line row spacing"@en . -# -# https://saref.etsi.org/saref4bldg/initialResistance - -:initialResistance a owl:ObjectProperty ; - rdfs:comment "Initial new filter fluid resistance (i.e., pressure drop at the maximum air flowrate across the filter when the filter is new per ASHRAE Standard 52.1). Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "initial resistance"@en . -# -# https://saref.etsi.org/saref4bldg/inletConnectionSize - -:inletConnectionSize a owl:ObjectProperty ; - rdfs:comment "Size of the inlet connection. Usually measured in millimeters (mm)."@en ; - rdfs:label "inlet connection size"@en . -# -# https://saref.etsi.org/saref4bldg/insideDiameter - -:insideDiameter a owl:ObjectProperty ; - rdfs:comment "Actual inner diameter of the tube in the tube bundle. Usually measured in millimeters (mm)."@en ; - rdfs:label "inside diameter"@en . -# -# https://saref.etsi.org/saref4bldg/internalRefrigerantVolume - -:internalRefrigerantVolume a owl:ObjectProperty ; - rdfs:comment "Internal volume of evaporator (refrigerant side). Usually measured in cubic metre (m3)."@en ; - rdfs:label "internal refrigerant volume"@en . -# -# https://saref.etsi.org/saref4bldg/internalSurfaceArea - -:internalSurfaceArea a owl:ObjectProperty ; - rdfs:comment "Internal surface area. Usually measured in square metre (m2)."@en ; - rdfs:label "internal surface area"@en . -# -# https://saref.etsi.org/saref4bldg/internalWaterVolume - -:internalWaterVolume a owl:ObjectProperty ; - rdfs:comment "Internal volume of evaporator (water side). Usually measured in cubic metre (m3)."@en ; - rdfs:label "internal water volume"@en . -# -# https://saref.etsi.org/saref4bldg/isContainedIn - -:isContainedIn a owl:ObjectProperty , owl:TransitiveProperty ; - rdfs:comment "A relation between an object and the physical space in which it is located."@en ; - rdfs:label "is contained in"@en . -# -# https://saref.etsi.org/saref4bldg/isSpaceOf - -:isSpaceOf a owl:ObjectProperty , owl:TransitiveProperty ; - rdfs:comment "Relation between a building space and the building or building space it belongs to."@en ; - rdfs:label "isSpaceOf"@en . -# -# https://saref.etsi.org/saref4bldg/isolatorCompressibility - -:isolatorCompressibility a owl:ObjectProperty ; - rdfs:comment "The compressibility of the vibration isolator."@en ; - rdfs:label "isolator compressibility"@en . -# -# https://saref.etsi.org/saref4bldg/isolatorStaticDeflection - -:isolatorStaticDeflection a owl:ObjectProperty ; - rdfs:comment "Static deflection of the vibration isolator. Usually measured in millimeters (mm)."@en ; - rdfs:label "isolator static deflection"@en . -# -# https://saref.etsi.org/saref4bldg/lampMaintenanceFactor - -:lampMaintenanceFactor a owl:ObjectProperty ; - rdfs:comment "Non recoverable losses of luminous flux of a lamp due to lamp depreciation i.e. the decreasing of light output of a luminaire due to aging and dirt."@en ; - rdfs:label "lamp maintenance factor"@en . -# -# https://saref.etsi.org/saref4bldg/leakageFullyClosed - -:leakageFullyClosed a owl:ObjectProperty ; - rdfs:comment "Leakage when fully closed. Usually measured in m3/s."@en ; - rdfs:label "leakage fully closed"@en . -# -# https://saref.etsi.org/saref4bldg/length - -:length a owl:ObjectProperty ; - rdfs:comment "The finished length of the device. Usually measured in millimeters (mm)."@en ; - rdfs:label "length"@en . -# -# https://saref.etsi.org/saref4bldg/liftElevationDifference - -:liftElevationDifference a owl:ObjectProperty ; - rdfs:comment "Elevation difference between cooling tower sump and the top of the tower. Usually measured in millimeters (mm)."@en ; - rdfs:label "lift elevation difference"@en . -# -# https://saref.etsi.org/saref4bldg/lightEmitterNominalPower - -:lightEmitterNominalPower a owl:ObjectProperty ; - rdfs:comment "Light emitter nominal power. Usually measured in Watts (W, J/s)."@en ; - rdfs:label "light emitter nominal power"@en . -# -# https://saref.etsi.org/saref4bldg/limitingTerminalSize - -:limitingTerminalSize a owl:ObjectProperty ; - rdfs:comment "The maximum terminal size capacity of the device. Usually measured in square metre (m2)."@en ; - rdfs:label "limiting terminal size"@en . -# -# https://saref.etsi.org/saref4bldg/lockedRotorCurrent - -:lockedRotorCurrent a owl:ObjectProperty ; - rdfs:comment "Input current when a motor armature is energized but not rotating. Usually measured in Ampere (A)."@en ; - rdfs:label "locked rotor current"@en . -# -# https://saref.etsi.org/saref4bldg/netPositiveSuctionHead - -:netPositiveSuctionHead a owl:ObjectProperty ; - rdfs:comment "Minimum liquid pressure at the pump inlet to prevent cavitation. Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "net positive suction head"@en . -# -# https://saref.etsi.org/saref4bldg/nominalAirFlowRate - -:nominalAirFlowRate a owl:ObjectProperty ; - rdfs:comment "Nominal rate of air flow. Usually measured in m3/s."@en ; - rdfs:label "nominal air flow rate"@en . -# -# https://saref.etsi.org/saref4bldg/nominalBodyDepth - -:nominalBodyDepth a owl:ObjectProperty ; - rdfs:comment "Nominal or quoted =length, measured along the z-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ; - rdfs:label "nominal body depth"@en . -# -# https://saref.etsi.org/saref4bldg/nominalBodyLength - -:nominalBodyLength a owl:ObjectProperty ; - rdfs:comment "Nominal or quoted length, measured along the x-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ; - rdfs:label "nominal body length"@en . -# -# https://saref.etsi.org/saref4bldg/nominalBodyWidth - -:nominalBodyWidth a owl:ObjectProperty ; - rdfs:comment "Nominal or quoted length, measured along the y-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ; - rdfs:label "nominal body width"@en . -# -# https://saref.etsi.org/saref4bldg/nominalCapacity - -:nominalCapacity a owl:ObjectProperty ; - rdfs:comment "Nominal capacity. Usually measured in Watts (W, J/s)."@en ; - rdfs:label "nominal capacity"@en . -# -# https://saref.etsi.org/saref4bldg/nominalCondensingTemperature - -:nominalCondensingTemperature a owl:ObjectProperty ; - rdfs:comment "Chiller condensing temperature. Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "nominal condensing temperature"@en . -# -# https://saref.etsi.org/saref4bldg/nominalCoolingCapacity - -:nominalCoolingCapacity a owl:ObjectProperty ; - rdfs:comment "Nominal cooling capacity. Usually measured in Watts (W, J/s)."@en ; - rdfs:label "nominal cooling capacity"@en . -# -# https://saref.etsi.org/saref4bldg/nominalDepth - -:nominalDepth a owl:ObjectProperty ; - rdfs:comment "The nominal depth of the tank. Note: Not required for a horizontal cylindrical tank. Usually measured in millimeters (mm)."@en ; - rdfs:label "nominal depth"@en . -# -# https://saref.etsi.org/saref4bldg/nominalDiameter - -:nominalDiameter a owl:ObjectProperty ; - rdfs:comment "Nominal diameter or width of the tubes in the tube bundle. Usually measured in millimeters (mm)."@en ; - rdfs:label "nominal diameter"@en . -# -# https://saref.etsi.org/saref4bldg/nominalEfficiency - -:nominalEfficiency a owl:ObjectProperty ; - rdfs:comment "Nominal chiller efficiency under nominal conditions. "@en ; - rdfs:label "nominal efficiency"@en . -# -# https://saref.etsi.org/saref4bldg/nominalEnergyConsumption - -:nominalEnergyConsumption a owl:ObjectProperty ; - rdfs:comment "Nominal fuel consumption rate required to produce the total boiler heat output. Usually measured in Watts (W, J/s)."@en ; - rdfs:label "nominal energy consumption"@en . -# -# https://saref.etsi.org/saref4bldg/nominalEvaporatingTemmperature - -:nominalEvaporatingTemmperature a owl:ObjectProperty ; - rdfs:comment "Chiller evaporating temperature.Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "nominal evaporating temmperature"@en . -# -# https://saref.etsi.org/saref4bldg/nominalFilterFaceVelocity - -:nominalFilterFaceVelocity a owl:ObjectProperty ; - rdfs:comment "Filter face velocity. Usually measured in m/s."@en ; - rdfs:label "nominal filter face velocity"@en . -# -# https://saref.etsi.org/saref4bldg/nominalFlowRate - -:nominalFlowRate a owl:ObjectProperty ; - rdfs:comment "Nominal fluid flow rate through the filter. Usually measured in m3/s."@en ; - rdfs:label "nominal flow rate"@en . -# -# https://saref.etsi.org/saref4bldg/nominalFrequency - -:nominalFrequency a owl:ObjectProperty ; - rdfs:comment "The nominal frequency of the supply. Usually measured in cycles/s or Hertz (Hz)."@en ; - rdfs:label "nominal frequency"@en . -# -# https://saref.etsi.org/saref4bldg/nominalHeatRejectionRate - -:nominalHeatRejectionRate a owl:ObjectProperty ; - rdfs:comment "Sum of the refrigeration effect and the heat equivalent of the power input to the compressor. Usually measured in Watts (W, J/s)."@en ; - rdfs:label "nominal heat rejection rate"@en . -# -# https://saref.etsi.org/saref4bldg/nominalHeatTransferArea - -:nominalHeatTransferArea a owl:ObjectProperty ; - rdfs:comment "Nominal heat transfer surface area associated with nominal overall heat transfer coefficient. Usually measured in square metre (m2)."@en ; - rdfs:label "nominal heat transfer area"@en . -# -# https://saref.etsi.org/saref4bldg/nominalHeatTransferCoefficient - -:nominalHeatTransferCoefficient a owl:ObjectProperty ; - rdfs:comment "Nominal overall heat transfer coefficient associated with nominal heat transfer area. Usually measured in Watts/m2 Kelvin."@en ; - rdfs:label "nominal heat transfer coefficient"@en . -# -# https://saref.etsi.org/saref4bldg/nominalHeatingCapacity - -:nominalHeatingCapacity a owl:ObjectProperty ; - rdfs:comment "Nominal heating capacity. Usually measured in Watts (W, J/s)."@en ; - rdfs:label "nominal heating capacity"@en . -# -# https://saref.etsi.org/saref4bldg/nominalLatentCapacity - -:nominalLatentCapacity a owl:ObjectProperty ; - rdfs:comment "Nominal latent capacity. Usually measured in Watts (W, J/s)."@en ; - rdfs:label "nominal latent capacity"@en . -# -# https://saref.etsi.org/saref4bldg/nominalLengthOrDiameter - -:nominalLengthOrDiameter a owl:ObjectProperty ; - rdfs:comment "The nominal length or, in the case of a vertical cylindrical tank, the nominal diameter of the tank. Usually measured in millimeters (mm)."@en ; - rdfs:label "nominal length or diameter"@en . -# -# https://saref.etsi.org/saref4bldg/nominalMediaSurfaceVelocity - -:nominalMediaSurfaceVelocity a owl:ObjectProperty ; - rdfs:comment "Average fluid velocity at the media surface. Usually measured in m/s."@en ; - rdfs:label "nominal media surface velocity"@en . -# -# https://saref.etsi.org/saref4bldg/nominalMoistureGain - -:nominalMoistureGain a owl:ObjectProperty ; - rdfs:comment "Nominal rate of water vapor added into the airstream. Usually measured in kg/s."@en ; - rdfs:label "nominal moisture gain"@en . -# -# https://saref.etsi.org/saref4bldg/nominalPartLoadRatio - -:nominalPartLoadRatio a owl:ObjectProperty ; - rdfs:comment "Allowable part load ratio range."@en ; - rdfs:label "nominal part load ratio"@en . -# -# https://saref.etsi.org/saref4bldg/nominalParticleGeometricMeanDiameter - -:nominalParticleGeometricMeanDiameter a owl:ObjectProperty ; - rdfs:comment "Particle geometric mean diameter associated with nominal efficiency. Usually measured in millimeters (mm)."@en ; - rdfs:label "nominal particle geometric mean diameter"@en . -# -# https://saref.etsi.org/saref4bldg/nominalParticleGeometricStandardDeviation - -:nominalParticleGeometricStandardDeviation a owl:ObjectProperty ; - rdfs:comment "Particle geometric standard deviation associated with nominal efficiency. "@en ; - rdfs:label "nominal particle geometric standard deviation"@en . -# -# https://saref.etsi.org/saref4bldg/nominalPowerConsumption - -:nominalPowerConsumption a owl:ObjectProperty ; - rdfs:comment "Nominal total power consumption. Usually measured in Watts (W, J/s)."@en ; - rdfs:label "nominal power consumption"@en . -# -# https://saref.etsi.org/saref4bldg/nominalPowerRate - -:nominalPowerRate a owl:ObjectProperty ; - rdfs:comment "Nominal fan power rate.Usually measured in Watts (W, J/s)."@en ; - rdfs:label "nominal power rate"@en . -# -# https://saref.etsi.org/saref4bldg/nominalPressureDrop - -:nominalPressureDrop a owl:ObjectProperty ; - rdfs:comment "Total pressure drop across the filter. Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "nominal pressure drop"@en . -# -# https://saref.etsi.org/saref4bldg/nominalReturnWaterTemperatureCooling - -:nominalReturnWaterTemperatureCooling a owl:ObjectProperty ; - rdfs:comment "Nominal return water temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "nominal return water temperature cooling"@en . -# -# https://saref.etsi.org/saref4bldg/nominalReturnWaterTemperatureHeating - -:nominalReturnWaterTemperatureHeating a owl:ObjectProperty ; - rdfs:comment "Nominal return water temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "nominal return water temperature heating"@en . -# -# https://saref.etsi.org/saref4bldg/nominalRotationSpeed - -:nominalRotationSpeed a owl:ObjectProperty ; - rdfs:comment "Nominal fan wheel speed. Usually measured in cycles/s."@en ; - rdfs:label "nominal rotation speed"@en . -# -# https://saref.etsi.org/saref4bldg/nominalSensibleCapacity - -:nominalSensibleCapacity a owl:ObjectProperty ; - rdfs:comment "Nominal sensible capacity. Usually measured in Watts (W, J/s)."@en ; - rdfs:label "nominal sensible capacity"@en . -# -# https://saref.etsi.org/saref4bldg/nominalSorroundingHumidityCooling - -:nominalSorroundingHumidityCooling a owl:ObjectProperty ; - rdfs:comment "Nominal surrounding humidity (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "nominal sorrounding humidity cooling"@en . -# -# https://saref.etsi.org/saref4bldg/nominalSorroundingTemperatureCooling - -:nominalSorroundingTemperatureCooling a owl:ObjectProperty ; - rdfs:comment "Nominal surrounding temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "nominal sorrounding temperature cooling"@en . -# -# https://saref.etsi.org/saref4bldg/nominalSorroundingTemperatureHeating - -:nominalSorroundingTemperatureHeating a owl:ObjectProperty ; - rdfs:comment "Nominal surrounding temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "nominal sorrounding temperature heating"@en . -# -# https://saref.etsi.org/saref4bldg/nominalStaticPressure - -:nominalStaticPressure a owl:ObjectProperty ; - rdfs:comment "The static pressure within the air stream that the fan must overcome to insure designed circulation of air. Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "nominal static pressure"@en . -# -# https://saref.etsi.org/saref4bldg/nominalSupplyVoltage - -:nominalSupplyVoltage a owl:ObjectProperty ; - rdfs:comment "The nominal voltage of the supply. Usually measured in Volts (V, W/A)."@en ; - rdfs:label "nominal supply voltage"@en . -# -# https://saref.etsi.org/saref4bldg/nominalSupplyVoltageMax - -:nominalSupplyVoltageMax a owl:ObjectProperty ; - rdfs:comment "The maximum and minimum allowed voltage of the supply e.g. boundaries of 380V/440V may be applied for a nominal voltage of 400V."@en ; - rdfs:label "nominal supply voltage offset"@en . -# -# https://saref.etsi.org/saref4bldg/nominalSupplyVoltageMin - -:nominalSupplyVoltageMin a owl:ObjectProperty ; - rdfs:comment "The maximum and minimum allowed voltage of the supply e.g. boundaries of 380V/440V may be applied for a nominal voltage of 400V."@en ; - rdfs:label "nominal supply voltage offset"@en . -# -# https://saref.etsi.org/saref4bldg/nominalSupplyWaterTemperatureCooling - -:nominalSupplyWaterTemperatureCooling a owl:ObjectProperty ; - rdfs:comment "Nominal supply water temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "nominal supply water temperature cooling"@en . -# -# https://saref.etsi.org/saref4bldg/nominalSupplyWaterTemperatureHeating - -:nominalSupplyWaterTemperatureHeating a owl:ObjectProperty ; - rdfs:comment "Nominal supply water temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "nominal supply water temperature heating"@en . -# -# https://saref.etsi.org/saref4bldg/nominalTotalPressure - -:nominalTotalPressure a owl:ObjectProperty ; - rdfs:comment "Nominal total pressure rise across the fan. Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "nominal total pressure"@en . -# -# https://saref.etsi.org/saref4bldg/nominalUa - -:nominalUa a owl:ObjectProperty ; - rdfs:comment "Nominal UA value."@en ; - rdfs:label "nominal ua"@en . -# -# https://saref.etsi.org/saref4bldg/nominalVolumetricCapacity - -:nominalVolumetricCapacity a owl:ObjectProperty ; - rdfs:comment "The total nominal or design volumetric capacity of the tank. Usually measured in cubic metre (m3)."@en ; - rdfs:label "nominal volumetric capacity"@en . -# -# https://saref.etsi.org/saref4bldg/nominalWaterFlowCooling - -:nominalWaterFlowCooling a owl:ObjectProperty ; - rdfs:comment "Nominal water flow (refers to nominal cooling capacity). Usually measured in m3/s."@en ; - rdfs:label "nominal water flow cooling"@en . -# -# https://saref.etsi.org/saref4bldg/nominalWaterFlowHeating - -:nominalWaterFlowHeating a owl:ObjectProperty ; - rdfs:comment "Nominal water flow (refers to nominal heating capacity). Usually measured in m3/s."@en ; - rdfs:label "nominal water flow heating"@en . -# -# https://saref.etsi.org/saref4bldg/nominalWidthOrDiameter - -:nominalWidthOrDiameter a owl:ObjectProperty ; - rdfs:comment "The nominal width or, in the case of a horizontal cylindrical tank, the nominal diameter of the tank. Note: Not required for a vertical cylindrical tank. Usually measured in millimeters (mm)."@en ; - rdfs:label "nominal width or diameter"@en . -# -# https://saref.etsi.org/saref4bldg/nomminalRotationSpeed - -:nomminalRotationSpeed a owl:ObjectProperty ; - rdfs:comment "Pump rotational speed under nominal conditions. Usually measured in cycles/s."@en ; - rdfs:label "nomminal rotation speed"@en . -# -# https://saref.etsi.org/saref4bldg/openPressureDrop - -:openPressureDrop a owl:ObjectProperty ; - rdfs:comment "Total pressure drop across damper. Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "open pressure drop"@en . -# -# https://saref.etsi.org/saref4bldg/operatingWeight - -:operatingWeight a owl:ObjectProperty ; - rdfs:comment "Operating weight of the tank including all of its contents. Usually measured in kilograms (kg) or grams (g)."@en ; - rdfs:label "operating weight"@en . -# -# https://saref.etsi.org/saref4bldg/operationTemperatureMax - -:operationTemperatureMax a owl:ObjectProperty ; - rdfs:comment "Allowable operation ambient (air, fluid) temperature range. Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "operation temperature range"@en . -# -# https://saref.etsi.org/saref4bldg/operationTemperatureMin - -:operationTemperatureMin a owl:ObjectProperty ; - rdfs:comment "Allowable operation ambient (air, fluid) temperature range. Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "operation temperature range"@en . -# -# https://saref.etsi.org/saref4bldg/operationalRiterial - -:operationalRiterial a owl:ObjectProperty ; - rdfs:comment "Time of operation at maximum operational ambient air temperature. Measured in seconds (s) or days (d) or other units of time."@en ; - rdfs:label "operational riterial"@en . -# -# https://saref.etsi.org/saref4bldg/outletConnectionSize - -:outletConnectionSize a owl:ObjectProperty ; - rdfs:comment "Size of the outlet connection. Usually measured in millimeters (mm)."@en ; - rdfs:label "outlet connection size"@en . -# -# https://saref.etsi.org/saref4bldg/outletTemperatureMax - -:outletTemperatureMax a owl:ObjectProperty ; - rdfs:comment "Allowable outlet temperature of either the water or the steam. Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "outlet temperature range"@en . -# -# https://saref.etsi.org/saref4bldg/outletTemperatureMin - -:outletTemperatureMin a owl:ObjectProperty ; - rdfs:comment "Allowable outlet temperature of either the water or the steam. Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "outlet temperature range"@en . -# -# https://saref.etsi.org/saref4bldg/outputCapacity - -:outputCapacity a owl:ObjectProperty ; - rdfs:comment "Total nominal heat output as listed by the manufacturer. Usually measured in Watts (W, J/s)."@en ; - rdfs:label "output capacity"@en . -# -# https://saref.etsi.org/saref4bldg/outsideDiameter - -:outsideDiameter a owl:ObjectProperty ; - rdfs:comment "Actual outside diameter of the tube in the tube bundle. Usually measured in millimeters (mm)."@en ; - rdfs:label "outside diameter"@en . -# -# https://saref.etsi.org/saref4bldg/partLoadRatioMax - -:partLoadRatioMax a owl:ObjectProperty ; - rdfs:comment "Maximum part load ratio as a fraction of nominal capacity."@en ; - rdfs:label "maximum part load ratio"@en . -# -# https://saref.etsi.org/saref4bldg/partLoadRatioMin - -:partLoadRatioMin a owl:ObjectProperty ; - rdfs:comment "Minimum part load ratio as a fraction of nominal capacity."@en ; - rdfs:label "minimum part load ratio"@en . -# -# https://saref.etsi.org/saref4bldg/powerOutputMax - -:powerOutputMax a owl:ObjectProperty ; - rdfs:comment "The maximum output power rating of the engine. Usually measured in Watts (W, J/s)."@en ; - rdfs:label "maximum power output"@en . -# -# https://saref.etsi.org/saref4bldg/pressureRating - -:pressureRating a owl:ObjectProperty ; - rdfs:comment "Nominal pressure rating of the boiler as rated by the agency having jurisdiction. Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "pressure rating"@en . -# -# https://saref.etsi.org/saref4bldg/primaryAirFlowRateMax - -:primaryAirFlowRateMax a owl:ObjectProperty ; - rdfs:comment "Maximum primary airflow that can be delivered. Usually measured in m3/s."@en ; - rdfs:label "primary air flow rate range"@en . -# -# https://saref.etsi.org/saref4bldg/primaryAirFlowRateMin - -:primaryAirFlowRateMin a owl:ObjectProperty ; - rdfs:comment "Minimum primary airflow that can be delivered. Usually measured in m3/s."@en ; - rdfs:label "primary air flow rate range"@en . -# -# https://saref.etsi.org/saref4bldg/primaryApparentPower - -:primaryApparentPower a owl:ObjectProperty ; - rdfs:comment "The power in VA (volt ampere) that has been transformed and that runs into the transformer on the primary side. Usually measured in Watts (W, J/s)."@en ; - rdfs:label "primary apparent power"@en . -# -# https://saref.etsi.org/saref4bldg/primaryCurrent - -:primaryCurrent a owl:ObjectProperty ; - rdfs:comment "The current that is going to be transformed and that runs into the transformer on the primary side. Usually measured in Ampere (A)."@en ; - rdfs:label "primary current"@en . -# -# https://saref.etsi.org/saref4bldg/primaryFrequency - -:primaryFrequency a owl:ObjectProperty ; - rdfs:comment "The frequency that is going to be transformed and that runs into the transformer on the primary side. Usually measured in cycles/s or Hertz (Hz)."@en ; - rdfs:label "primary frequency"@en . -# -# https://saref.etsi.org/saref4bldg/primaryVoltage - -:primaryVoltage a owl:ObjectProperty ; - rdfs:comment "The voltage that is going to be transformed and that runs into the transformer on the primary side. Usually measured in Volts (V, W/A)."@en ; - rdfs:label "primary voltage"@en . -# -# https://saref.etsi.org/saref4bldg/pumpFlowRateMax - -:pumpFlowRateMax a owl:ObjectProperty ; - rdfs:comment "Allowable range of volume of fluid being pumped against the resistance specified. Usually measured in kg/s."@en ; - rdfs:label "pump flow rate range"@en . -# -# https://saref.etsi.org/saref4bldg/pumpFlowRateMin - -:pumpFlowRateMin a owl:ObjectProperty ; - rdfs:comment "Allowable range of volume of fluid being pumped against the resistance specified. Usually measured in kg/s."@en ; - rdfs:label "pump flow rate range"@en . -# -# https://saref.etsi.org/saref4bldg/realImpedanceRatio - -:realImpedanceRatio a owl:ObjectProperty ; - rdfs:comment "The ratio between the real part of the zero sequence impedance and the real part of the positive impedance (i.e. real part of the short-circuit voltage) of the transformer. Used for three-phase transformer which includes a N-conductor."@en ; - rdfs:label "real impedance ratio"@en . -# -# https://saref.etsi.org/saref4bldg/secondCurvatureRadius - -:secondCurvatureRadius a owl:ObjectProperty ; - rdfs:comment "SecondCurvatureRadius should be defined as the top or right side radius of curvature value. Usually measured in millimeters (mm)."@en ; - rdfs:label "second curvature radius"@en . -# -# https://saref.etsi.org/saref4bldg/secondaryAirFlowRateMax - -:secondaryAirFlowRateMax a owl:ObjectProperty ; - rdfs:comment "Maximum secondary airflow that can be delivered. Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "secondary air flow rate range"@en . -# -# https://saref.etsi.org/saref4bldg/secondaryAirFlowRateMin - -:secondaryAirFlowRateMin a owl:ObjectProperty ; - rdfs:comment "Maximum secondary airflow that can be delivered. Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "secondary air flow rate range"@en . -# -# https://saref.etsi.org/saref4bldg/secondaryApparentPower - -:secondaryApparentPower a owl:ObjectProperty ; - rdfs:comment "The power in VA (volt ampere) that has been transformed and is running out of the transformer on the secondary side. Usually measured in Watts (W, J/s)."@en ; - rdfs:label "secondary apparent power"@en . -# -# https://saref.etsi.org/saref4bldg/secondaryCurrent - -:secondaryCurrent a owl:ObjectProperty ; - rdfs:comment "The current that has been transformed and is running out of the transformer on the secondary side. Usually measured in Ampere (A)."@en ; - rdfs:label "secondary current"@en . -# -# https://saref.etsi.org/saref4bldg/secondaryFrequency - -:secondaryFrequency a owl:ObjectProperty ; - rdfs:comment "The frequency that has been transformed and is running out of the transformer on the secondary side. Usually measured in cycles/s or Hertz (Hz)."@en ; - rdfs:label "secondary frequency"@en . -# -# https://saref.etsi.org/saref4bldg/secondaryVoltage - -:secondaryVoltage a owl:ObjectProperty ; - rdfs:comment "The voltage that has been transformed and is running out of the transformer on the secondary side. Usually measured in Volts (V, W/A)."@en ; - rdfs:label "secondary voltage"@en . -# -# https://saref.etsi.org/saref4bldg/shortCircuitVoltage - -:shortCircuitVoltage a owl:ObjectProperty ; - rdfs:comment "A complex number that specifies the real and imaginary parts of the short-circuit voltage at rated current of a transformer given in %."@en ; - rdfs:label "short circuit voltage"@en . -# -# https://saref.etsi.org/saref4bldg/size - -:size a owl:ObjectProperty ; - rdfs:comment "The size of the connection to the valve (or to each connection for faucets, mixing valves, etc.). Usually measured in millimeters (mm)."@en ; - rdfs:label "size"@en . -# -# https://saref.etsi.org/saref4bldg/solarReflectance - -:solarReflectance a owl:ObjectProperty ; - rdfs:comment "(Rsol): The ratio of incident solar radiation that is reflected by a shading system (also named _e). Note the following equation Asol + Rsol + Tsol = 1"@en ; - rdfs:label "solar reflectance"@en . -# -# https://saref.etsi.org/saref4bldg/solarTransmittance - -:solarTransmittance a owl:ObjectProperty ; - rdfs:comment "(Tsol) The ratio of incident solar radiation that directly passes through a shading system (also named _e). Note the following equation Asol + Rsol + Tsol = 1"@en ; - rdfs:label "solar transmittance"@en . -# -# https://saref.etsi.org/saref4bldg/spectrumMax - -:spectrumMax a owl:ObjectProperty ; - rdfs:comment "The spectrum of radiation describes its composition with regard to wavelength. Light, for example, as the portion of electromagnetic radiation that is visible to the human eye, is radiation with wavelengths in the range of approx. 380 to 780 nm (1 nm = 10 m). The corresponding range of colours varies from violet to indigo, blue, green, yellow, orange, and red. These colours form a continuous spectrum, in which the various spectral sectors merge into each other."@en ; - rdfs:label "maximum spectrum"@en . -# -# https://saref.etsi.org/saref4bldg/spectrumMin - -:spectrumMin a owl:ObjectProperty ; - rdfs:comment "The spectrum of radiation describes its composition with regard to wavelength. Light, for example, as the portion of electromagnetic radiation that is visible to the human eye, is radiation with wavelengths in the range of approx. 380 to 780 nm (1 nm = 10 m). The corresponding range of colours varies from violet to indigo, blue, green, yellow, orange, and red. These colours form a continuous spectrum, in which the various spectral sectors merge into each other."@en ; - rdfs:label "minimum spectrum"@en . -# -# https://saref.etsi.org/saref4bldg/staggeredRowSpacing - -:staggeredRowSpacing a owl:ObjectProperty ; - rdfs:comment "Staggered tube row spacing. Usually measured in millimeters (mm)."@en ; - rdfs:label "staggered row spacing"@en . -# -# https://saref.etsi.org/saref4bldg/startCurrentFactor - -:startCurrentFactor a owl:ObjectProperty ; - rdfs:comment "IEC. Start current factor defines how large the peek starting current will become on the engine. StartCurrentFactor is multiplied to NominalCurrent and we get the start current."@en ; - rdfs:label "start current factor"@en . -# -# https://saref.etsi.org/saref4bldg/startingTime - -:startingTime a owl:ObjectProperty ; - rdfs:comment "The time (in s) needed for the motor to reach its rated speed with its driven equipment attached, starting from standstill and at the nominal voltage applied at its terminals."@en ; - rdfs:label "starting time"@en . -# -# https://saref.etsi.org/saref4bldg/supportedWeightMax - -:supportedWeightMax a owl:ObjectProperty ; - rdfs:comment "The maximum weight that can be carried by the vibration isolator. Usually measured in kilograms (kg) or grams (g)."@en ; - rdfs:label "maximum supported weight"@en . -# -# https://saref.etsi.org/saref4bldg/teTime - -:teTime a owl:ObjectProperty ; - rdfs:comment "The maximum time (in s) at which the motor could run with locked rotor when the motor is used in an EX-environment. The time indicates that a protective device should trip before this time when the starting current of the motor is slowing through the device."@en ; - rdfs:label "te time"@en . -# -# https://saref.etsi.org/saref4bldg/temperatureRating - -:temperatureRating a owl:ObjectProperty ; - rdfs:comment "Temperature rating. Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "temperature rating"@en . -# -# https://saref.etsi.org/saref4bldg/testPressure - -:testPressure a owl:ObjectProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/thermalConductivity - -:thermalConductivity a owl:ObjectProperty ; - rdfs:comment "Fouling factor of the tubes in the tube bundle. Usually measured in m2 Kelvin/Watt."@en ; - rdfs:label "thermal conductivity"@en . -# -# https://saref.etsi.org/saref4bldg/thermalEfficiency - -:thermalEfficiency a owl:ObjectProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/thermalMassHeatCapacity - -:thermalMassHeatCapacity a owl:ObjectProperty ; - rdfs:comment "Product of component mass and specific heat."@en ; - rdfs:label "thermal mass heat capacity"@en . -# -# https://saref.etsi.org/saref4bldg/thermalTransmittance - -:thermalTransmittance a owl:ObjectProperty ; - rdfs:comment "Rate at which energy is transmitted through a body. Usually measured in Watts/m2 Kelvin."@en ; - rdfs:label "thermal transmittance"@en . -# -# https://saref.etsi.org/saref4bldg/ventilatingPipeSize - -:ventilatingPipeSize a owl:ObjectProperty ; - rdfs:comment "Size of the ventilating pipe(s). Usually measured in millimeters (mm)."@en ; - rdfs:label "ventilating pipe size"@en . -# -# https://saref.etsi.org/saref4bldg/verticalSpacing - -:verticalSpacing a owl:ObjectProperty ; - rdfs:comment "Vertical spacing between tubes in the tube bundle.Usually measured in millimeters (mm)."@en ; - rdfs:label "vertical spacing"@en . -# -# https://saref.etsi.org/saref4bldg/vibrationTransmissibility - -:vibrationTransmissibility a owl:ObjectProperty ; - rdfs:comment "The vibration transmissibility percentage."@en ; - rdfs:label "vibration transmissibility"@en . -# -# https://saref.etsi.org/saref4bldg/visibleLightReflectance - -:visibleLightReflectance a owl:ObjectProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/visibleLightTransmittance - -:visibleLightTransmittance a owl:ObjectProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/volumen - -:volumen a owl:ObjectProperty ; - rdfs:comment "Total volume of fluid in the tubes and their headers. Usually measured in cubic metre (m3)."@en ; - rdfs:label "volumen"@en . -# -# https://saref.etsi.org/saref4bldg/waterInletTemperatureMax - -:waterInletTemperatureMax a owl:ObjectProperty ; - rdfs:comment "Allowable water inlet temperature range. Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "water inlet temperature range"@en . -# -# https://saref.etsi.org/saref4bldg/waterInletTemperatureMin - -:waterInletTemperatureMin a owl:ObjectProperty ; - rdfs:comment "Allowable water inlet temperature range. Usually measured in degrees Kelvin (K)."@en ; - rdfs:label "water inlet temperature range"@en . -# -# https://saref.etsi.org/saref4bldg/waterPressureMax - -:waterPressureMax a owl:ObjectProperty ; - rdfs:comment "Allowable water circuit working pressure range. Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "water pressure range"@en . -# -# https://saref.etsi.org/saref4bldg/waterPressureMin - -:waterPressureMin a owl:ObjectProperty ; - rdfs:comment "Allowable water circuit working pressure range. Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "water pressure range"@en . -# -# https://saref.etsi.org/saref4bldg/waterRequirement - -:waterRequirement a owl:ObjectProperty ; - rdfs:comment "Make-up water requirement. Usually measured in m3/s."@en ; - rdfs:label "water requirement"@en . -# -# https://saref.etsi.org/saref4bldg/waterStorageCapacity - -:waterStorageCapacity a owl:ObjectProperty ; - rdfs:comment "Water storage capacity. Usually measured in cubic metre (m3)."@en ; - rdfs:label "water storage capacity"@en . -# -# https://saref.etsi.org/saref4bldg/weight - -:weight a owl:ObjectProperty ; - rdfs:comment "The weight of the device. Usually measured in kilograms (kg) or grams (g)."@en ; - rdfs:label "weight"@en . -# -# https://saref.etsi.org/saref4bldg/workingPressure - -:workingPressure a owl:ObjectProperty ; - rdfs:comment "The normally expected maximum working pressure of the valve. Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "working pressure"@en . -# -# https://saref.etsi.org/saref4bldg/workingPressureMax - -:workingPressureMax a owl:ObjectProperty ; - rdfs:comment "Maximum working pressure. Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "maximum working pressure"@en . -# -# https://saref.etsi.org/saref4bldg/workingPressureMin - -:workingPressureMin a owl:ObjectProperty ; - rdfs:comment "Allowable minimum working pressure (relative to ambient pressure). Usually measured in Pascals (Pa, N/m2)."@en ; - rdfs:label "minimum working pressure"@en . -# -# https://saref.etsi.org/core/isMeasuredIn - -saref:isMeasuredIn a owl:ObjectProperty ; - rdfs:comment "A relation between a measurement and the unit of measure in which the measurement value is expressed."@en ; - rdfs:isDefinedBy "https://saref.etsi.org/core/" ; - rdfs:label "is measured in"@en . -# -# https://saref.etsi.org/core/relatesToProperty - -saref:relatesToProperty a owl:ObjectProperty ; - rdfs:comment "A relation between a measurement and the property such measurement is about."@en ; - rdfs:isDefinedBy "https://saref.etsi.org/core/" ; - rdfs:label "relates to property"@en . -# -# -# -# ################################################################# -# # -# # Data properties -# # -# ################################################################# -# -# -# https://saref.etsi.org/saref4bldg/accessType - -:accessType a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/application - -:application a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/arrangement - -:arrangement a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/bladeAction - -:bladeAction a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Blade action."@en ; - rdfs:label "blade action"@en . -# -# https://saref.etsi.org/saref4bldg/bladeEdge - -:bladeEdge a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Blade edge."@en ; - rdfs:label "blade edge"@en . -# -# https://saref.etsi.org/saref4bldg/bladeShape - -:bladeShape a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Blade shape. Flat means triple V-groove."@en ; - rdfs:label "blade shape"@en . -# -# https://saref.etsi.org/saref4bldg/capacityControl - -:capacityControl a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/capacityControlType - -:capacityControlType a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/capacityPeople - -:capacityPeople a owl:DatatypeProperty ; - rdfs:range xsd:nonNegativeInteger ; - rdfs:comment "Capacity of the transportation element measured in numbers of person."@en ; - rdfs:label "capacity people"@en . -# -# https://saref.etsi.org/saref4bldg/circuitType - -:circuitType a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/colorAppearance - -:colorAppearance a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/colorRenderingIndex - -:colorRenderingIndex a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/controlStrategy - -:controlStrategy a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/endShapeType - -:endShapeType a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/energySource - -:energySource a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Enumeration defining the energy source or fuel cumbusted to generate heat."@en , "The source of energy."@en ; - rdfs:label "energy source"@en . -# -# https://saref.etsi.org/saref4bldg/evaporationCoolant - -:evaporationCoolant a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "The fluid used for the coolant in the evaporator."@en ; - rdfs:label "evaporation coolant"@en . -# -# https://saref.etsi.org/saref4bldg/evaporationMediumType - -:evaporationMediumType a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/failPosition - -:failPosition a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Specifies the required fail-safe position of the actuator."@en ; - rdfs:label "fail position"@en . -# -# https://saref.etsi.org/saref4bldg/finishColor - -:finishColor a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Finish color for cooled beam."@en ; - rdfs:label "finish color"@en . -# -# https://saref.etsi.org/saref4bldg/fireExit - -:fireExit a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/flowArrangement - -:flowArrangement a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/frameSize - -:frameSize a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/frameType - -:frameType a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/hasDefrost - -:hasDefrost a owl:DatatypeProperty ; - rdfs:range xsd:boolean ; - rdfs:comment "Whether the heat exchanger has defrost function or not."@en ; - rdfs:label "has defrost"@en . -# -# https://saref.etsi.org/saref4bldg/hasExteriorInsulation - -:hasExteriorInsulation a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/hasHotGasBypass - -:hasHotGasBypass a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/hasLock - -:hasLock a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/hasPartWinding - -:hasPartWinding a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/hasTurbulator - -:hasTurbulator a owl:DatatypeProperty ; - rdfs:range xsd:boolean ; - rdfs:comment "TRUE if the tube has a turbulator, FALSE if it does not."@en ; - rdfs:label "has turbulator"@en . -# -# https://saref.etsi.org/saref4bldg/heatTransferDimension - -:heatTransferDimension a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/heatTransferMedium - -:heatTransferMedium a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Enumeration defining the heat transfer medium if applicable."@en ; - rdfs:label "heat transfer medium"@en . -# -# https://saref.etsi.org/saref4bldg/heatTransferTypeEnum - -:heatTransferTypeEnum a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Type of heat transfer between the two air streams."@en ; - rdfs:label "heat transfer type enum"@en . -# -# https://saref.etsi.org/saref4bldg/integratedLightingType - -:integratedLightingType a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Integrated lighting in cooled beam."@en ; - rdfs:label "integrated lighting type"@en . -# -# https://saref.etsi.org/saref4bldg/internalControl - -:internalControl a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Internal modulation control."@en ; - rdfs:label "internal control"@en . -# -# https://saref.etsi.org/saref4bldg/isExternal - -:isExternal a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/isFreeHanging - -:isFreeHanging a owl:DatatypeProperty ; - rdfs:range xsd:boolean ; - rdfs:comment "Is it free hanging type (not mounted in a false ceiling)?"@en ; - rdfs:label "is free hanging"@en . -# -# https://saref.etsi.org/saref4bldg/isGuarded - -:isGuarded a owl:DatatypeProperty ; - rdfs:range xsd:boolean ; - rdfs:comment "Indication of whether the motor enclosure is guarded (= TRUE) or not (= FALSE)."@en ; - rdfs:label "is guarded"@en . -# -# https://saref.etsi.org/saref4bldg/isIlluminated - -:isIlluminated a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/isNeutralPrimaryTerminalAvailable - -:isNeutralPrimaryTerminalAvailable a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/isNeutralSecondaryTerminalAvailable - -:isNeutralSecondaryTerminalAvailable a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/isPluggableOutlet - -:isPluggableOutlet a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/isWaterStorageHeater - -:isWaterStorageHeater a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/lampBallastType - -:lampBallastType a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/lampCompensationType - -:lampCompensationType a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/legend - -:legend a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/manualOverride - -:manualOverride a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/mechanicalOperated - -:mechanicalOperated a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/mediaSource - -:mediaSource a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Indicates media sources and corresponding names of ports (DistributionPort with FlowDirection=SINK and PredefinedType=AUDIOVISUAL) or aggregated audio/video components (AudioVisualAppliance)."@en ; - rdfs:label "media source"@en . -# -# https://saref.etsi.org/saref4bldg/motorDriveType - -:motorDriveType a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/motorEnclosureType - -:motorEnclosureType a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/numberOfBlades - -:numberOfBlades a owl:DatatypeProperty ; - rdfs:range xsd:integer ; - rdfs:comment "Number of blades."@en ; - rdfs:label "number of blades"@en . -# -# https://saref.etsi.org/saref4bldg/numberOfCells - -:numberOfCells a owl:DatatypeProperty ; - rdfs:range xsd:integer ; - rdfs:comment "Number of cells in one cooling tower unit."@en ; - rdfs:label "number of cells"@en . -# -# https://saref.etsi.org/saref4bldg/numberOfCircuits - -:numberOfCircuits a owl:DatatypeProperty ; - rdfs:range xsd:integer ; - rdfs:comment "Number of parallel fluid tube circuits."@en ; - rdfs:label "number of circuits"@en . -# -# https://saref.etsi.org/saref4bldg/numberOfGangs - -:numberOfGangs a owl:DatatypeProperty ; - rdfs:range xsd:integer ; - rdfs:comment "Number of gangs/buttons on this switch."@en ; - rdfs:label "number of gangs"@en . -# -# https://saref.etsi.org/saref4bldg/numberOfPanels - -:numberOfPanels a owl:DatatypeProperty ; - rdfs:range xsd:integer ; - rdfs:comment "Number of panels."@en ; - rdfs:label "number of panels"@en . -# -# https://saref.etsi.org/saref4bldg/numberOfRows - -:numberOfRows a owl:DatatypeProperty ; - rdfs:range xsd:integer ; - rdfs:comment "Number of tube rows in the tube bundle assembly."@en ; - rdfs:label "number of rows"@en . -# -# https://saref.etsi.org/saref4bldg/numberOfSections - -:numberOfSections a owl:DatatypeProperty ; - rdfs:range xsd:integer ; - rdfs:comment "Number of sections used."@en ; - rdfs:label "number of sections"@en . -# -# https://saref.etsi.org/saref4bldg/numberOsSockets - -:numberOsSockets a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/operatingMode - -:operatingMode a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Identifies the operating mode of the boiler."@en ; - rdfs:label "operating mode"@en . -# -# https://saref.etsi.org/saref4bldg/operation - -:operation a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "The operational mechanism for the damper operation."@en ; - rdfs:label "operation"@en . -# -# https://saref.etsi.org/saref4bldg/orientation - -:orientation a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "The intended orientation for the damper as specified by the manufacturer."@en ; - rdfs:label "orientation"@en . -# -# https://saref.etsi.org/saref4bldg/patternType - -:patternType a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/pipeConnectionEnum - -:pipeConnectionEnum a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/placementType - -:placementType a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Indicates how the device is designed to be placed."@en ; - rdfs:label "placement type"@en . -# -# https://saref.etsi.org/saref4bldg/powerSource - -:powerSource a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Type of power driving the compressor."@en ; - rdfs:label "power source"@en . -# -# https://saref.etsi.org/saref4bldg/readOutType - -:readOutType a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/refrigerantClass - -:refrigerantClass a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Refrigerant class used by the compressor. CFC: Chlorofluorocarbons. HCFC: Hydrochlorofluorocarbons. HFC: Hydrofluorocarbons."@en ; - rdfs:label "refrigerant class"@en . -# -# https://saref.etsi.org/saref4bldg/remoteReading - -:remoteReading a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/roughness - -:roughness a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "A measure of the vertical deviations of the surface."@en ; - rdfs:label "roughness"@en . -# -# https://saref.etsi.org/saref4bldg/secondaryCurrentType - -:secondaryCurrentType a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/shadingDeviceType - -:shadingDeviceType a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Specifies the type of shading device."@en ; - rdfs:label "shading device type"@en . -# -# https://saref.etsi.org/saref4bldg/sprayType - -:sprayType a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/standard - -:standard a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "The designation of the standard applicable for the definition of the characteristics of the unit."@en ; - rdfs:label "standard"@en . -# -# https://saref.etsi.org/saref4bldg/storageType - -:storageType a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Defines the general material category intended to be stored."@en ; - rdfs:label "storage type"@en . -# -# https://saref.etsi.org/saref4bldg/switchFunction - -:switchFunction a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Indicates types of switches which differs in functionality."@en ; - rdfs:label "switch function"@en . -# -# https://saref.etsi.org/saref4bldg/temperatureClassification - -:temperatureClassification a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/transformerVectorGroup - -:transformerVectorGroup a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/valveMechanism - -:valveMechanism a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/valveOperation - -:valveOperation a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/valvePattern - -:valvePattern a owl:DatatypeProperty ; - 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 . -# -# https://saref.etsi.org/saref4bldg/waterFlowControlSystemType - -:waterFlowControlSystemType a owl:DatatypeProperty ; - rdfs:range xsd:string ; - rdfs:comment "Factory fitted waterflow control system."@en ; - rdfs:label "water flow control system type"@en . -# -# https://saref.etsi.org/core/hasTimestamp - -saref:hasTimestamp a owl:DatatypeProperty , owl:FunctionalProperty ; - rdfs:range xsd:dateTime ; - rdfs:comment "A relationship stating the timestamp of an entity (e.g. a measurement)."@en ; - rdfs:isDefinedBy "https://saref.etsi.org/core/" ; - rdfs:label "has timestamp"@en . -# -# https://saref.etsi.org/core/hasValue - -saref:hasValue a owl:DatatypeProperty ; - rdfs:comment "A relationship defining the value of a certain property, e.g., energy or power"@en ; - rdfs:isDefinedBy ; - rdfs:label "has value"@en . -# -# -# -# ################################################################# -# # -# # Classes -# # -# ################################################################# -# -# -# https://saref.etsi.org/saref4bldg/Actuator - -:Actuator a owl:Class ; - rdfs:subClassOf :DistributionControlDevice , saref:Actuator , _:genid1 . - -_:genid1 a owl:Restriction ; - owl:onProperty :failPosition ; - owl:allValuesFrom xsd:string . - -:Actuator rdfs:subClassOf _:genid2 . - -_:genid2 a owl:Restriction ; - owl:onProperty :manualOverride ; - owl:allValuesFrom xsd:boolean . - -:Actuator 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/AirToAirHeatRecovery - -:AirToAirHeatRecovery a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid3 . - -_:genid3 a owl:Restriction ; - owl:onProperty :operationTemperatureMax ; - owl:allValuesFrom saref:Measurement . - -:AirToAirHeatRecovery rdfs:subClassOf _:genid4 . - -_:genid4 a owl:Restriction ; - owl:onProperty :operationTemperatureMin ; - owl:allValuesFrom saref:Measurement . - -:AirToAirHeatRecovery rdfs:subClassOf _:genid5 . - -_:genid5 a owl:Restriction ; - owl:onProperty :primaryAirFlowRateMax ; - owl:allValuesFrom saref:Measurement . - -:AirToAirHeatRecovery rdfs:subClassOf _:genid6 . - -_:genid6 a owl:Restriction ; - owl:onProperty :primaryAirFlowRateMin ; - owl:allValuesFrom saref:Measurement . - -:AirToAirHeatRecovery rdfs:subClassOf _:genid7 . - -_:genid7 a owl:Restriction ; - owl:onProperty :secondaryAirFlowRateMax ; - owl:allValuesFrom saref:Measurement . - -:AirToAirHeatRecovery rdfs:subClassOf _:genid8 . - -_:genid8 a owl:Restriction ; - owl:onProperty :secondaryAirFlowRateMin ; - owl:allValuesFrom saref:Measurement . - -:AirToAirHeatRecovery rdfs:subClassOf _:genid9 . - -_:genid9 a owl:Restriction ; - owl:onProperty :hasDefrost ; - owl:allValuesFrom xsd:boolean . - -:AirToAirHeatRecovery rdfs:subClassOf _:genid10 . - -_:genid10 a owl:Restriction ; - owl:onProperty :heatTransferTypeEnum ; - owl:allValuesFrom xsd:string . - -:AirToAirHeatRecovery 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Alarm - -:Alarm a owl:Class ; - rdfs:subClassOf :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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/AudioVisualAppliance - -:AudioVisualAppliance a owl:Class ; - rdfs:subClassOf :FlowTerminal , _:genid11 . - -_:genid11 a owl:Restriction ; - owl:onProperty :audioVolume ; - owl:allValuesFrom saref:Measurement . - -:AudioVisualAppliance rdfs:subClassOf _:genid12 . - -_:genid12 a owl:Restriction ; - owl:onProperty :mediaSource ; - owl:allValuesFrom xsd:string . - -:AudioVisualAppliance 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Boiler - -:Boiler a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid13 . - -_:genid13 a owl:Restriction ; - owl:onProperty :heatTransferSurfaceArea ; - owl:allValuesFrom saref:Measurement . - -:Boiler rdfs:subClassOf _:genid14 . - -_:genid14 a owl:Restriction ; - owl:onProperty :nominalEnergyConsumption ; - owl:allValuesFrom saref:Measurement . + rdfs:seeAlso ; + owl:versionInfo "v2.1.1" . -:Boiler rdfs:subClassOf _:genid15 . +################################################################# +# Annotation properties +################################################################# -_:genid15 a owl:Restriction ; - owl:onProperty :nominalPartLoadRatio ; - owl:allValuesFrom saref:Measurement . +### http://purl.org/dc/terms/creator +dcterms:creator rdf:type owl:AnnotationProperty . -:Boiler rdfs:subClassOf _:genid16 . -_:genid16 a owl:Restriction ; - owl:onProperty :outletTemperatureMax ; - owl:allValuesFrom saref:Measurement . +### http://purl.org/dc/terms/dateCopyrighted +dcterms:dateCopyrighted rdf:type owl:AnnotationProperty . -:Boiler rdfs:subClassOf _:genid17 . -_:genid17 a owl:Restriction ; - owl:onProperty :outletTemperatureMin ; - owl:allValuesFrom saref:Measurement . +### http://purl.org/dc/terms/description +dcterms:description rdf:type owl:AnnotationProperty . -:Boiler rdfs:subClassOf _:genid18 . -_:genid18 a owl:Restriction ; - owl:onProperty :pressureRating ; - owl:allValuesFrom saref:Measurement . +### http://purl.org/dc/terms/issued +dcterms:issued rdf:type owl:AnnotationProperty . -:Boiler rdfs:subClassOf _:genid19 . -_:genid19 a owl:Restriction ; - owl:onProperty :waterInletTemperatureMax ; - owl:allValuesFrom saref:Measurement . +### http://purl.org/dc/terms/license +dcterms:license rdf:type owl:AnnotationProperty . -:Boiler rdfs:subClassOf _:genid20 . -_:genid20 a owl:Restriction ; - owl:onProperty :waterInletTemperatureMin ; - owl:allValuesFrom saref:Measurement . +### http://purl.org/dc/terms/modified +dcterms:modified rdf:type owl:AnnotationProperty . -:Boiler rdfs:subClassOf _:genid21 . -_:genid21 a owl:Restriction ; - owl:onProperty :waterStorageCapacity ; - owl:allValuesFrom saref:Measurement . +### http://purl.org/dc/terms/publisher +dcterms:publisher rdf:type owl:AnnotationProperty . -:Boiler rdfs:subClassOf _:genid22 . -_:genid22 a owl:Restriction ; - owl:onProperty :energySource ; - owl:allValuesFrom xsd:string . +### http://purl.org/dc/terms/rightsHolder +dcterms:rightsHolder rdf:type owl:AnnotationProperty . -:Boiler rdfs:subClassOf _:genid23 . -_:genid23 a owl:Restriction ; - owl:onProperty :isWaterStorageHeater ; - owl:allValuesFrom xsd:boolean . +### http://purl.org/dc/terms/source +dcterms:source rdf:type owl:AnnotationProperty . -:Boiler rdfs:subClassOf _:genid24 . -_:genid24 a owl:Restriction ; - owl:onProperty :operatingMode ; - owl:allValuesFrom xsd:string . +### http://purl.org/dc/terms/title +dcterms:title rdf:type owl:AnnotationProperty . -:Boiler 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."@en ; - rdfs:label "Boiler"@en ; - rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcBoiler" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Building -:Building a owl:Class ; - rdfs:subClassOf _:genid25 . +### http://purl.org/vocab/vann/preferredNamespacePrefix +vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty . -_:genid25 a owl:Restriction ; - owl:onProperty :hasSpace ; - owl:allValuesFrom :BuildingSpace . -:Building rdfs:comment "A building represents a structure that provides shelter for its occupants or contents and stands in one place. The building is also used to provide a basic element within the spatial structure hierarchy for the components of a building project (together with site, storey, and space)."@en ; - rdfs:label "Building"@en ; - rdfs:seeAlso ; - prov:hadPrimarySource . -# -# https://saref.etsi.org/saref4bldg/BuildingDevice +### http://purl.org/vocab/vann/preferredNamespaceUri +vann:preferredNamespaceUri rdf:type owl:AnnotationProperty . -:BuildingDevice a owl:Class ; - rdfs:subClassOf :BuildingObject , saref:Device ; - rdfs:comment "A tangible object designed to accomplish a particular task in a building."@en ; - rdfs:label "Building device"@en . -# -# https://saref.etsi.org/saref4bldg/BuildingObject -:BuildingObject a owl:Class ; - rdfs:subClassOf :PhysicalObject ; - rdfs:comment "An object in the building that can be controlled by devices, such as a door or a window that can be automatically opened or closed by an actuator. (Definition taken from SAREF 1.0)"@en ; - rdfs:label "Building object"@en . -# -# https://saref.etsi.org/saref4bldg/BuildingSpace +### http://www.w3.org/ns/prov#hadPrimarySource +prov:hadPrimarySource rdf:type owl:AnnotationProperty . -:BuildingSpace a owl:Class ; - rdfs:subClassOf _:genid26 . -_:genid26 a owl:Restriction ; - owl:onProperty :contains ; - owl:allValuesFrom :PhysicalObject . +################################################################# +# Datatypes +################################################################# -:BuildingSpace rdfs:subClassOf _:genid27 . +### http://www.w3.org/2001/XMLSchema#duration +xsd:duration rdf:type rdfs:Datatype . -_:genid27 a owl:Restriction ; - owl:onProperty :hasSpace ; - owl:allValuesFrom :BuildingSpace . -:BuildingSpace rdfs:subClassOf _:genid28 . +################################################################# +# Object Properties +################################################################# -_:genid28 a owl:Restriction ; - owl:onProperty :isSpaceOf ; - owl:allValuesFrom _:genid29 . +### http://www.w3.org/2003/01/geo/wgs84_pos#location + rdf:type owl:ObjectProperty ; + rdfs:comment "The relation between something and the point, or other geometrical thing in space, where it is. For example, the realtionship between a radio tower and a Point with a given lat and long. Or a relationship between a park and its outline as a closed arc of points, or a road and its location as a arc (a sequence of points). Clearly in practice there will be limit to the accuracy of any such statement, but one would expect an accuracy appropriate for the size of the object and uses such as mapping ."@en ; + rdfs:isDefinedBy ; + rdfs:label "location"@en . -_:genid29 a owl:Class ; - owl:unionOf _:genid31 . -_:genid31 a rdf:List ; - rdf:first :Building ; - rdf:rest _:genid30 . +### https://saref.etsi.org/core/isMeasuredIn +saref:isMeasuredIn rdf:type owl:ObjectProperty ; + rdfs:comment "A relation between a measurement and the unit of measure in which the measurement value is expressed."@en ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; + rdfs:label "is measured in"@en . -_:genid30 a rdf:List ; - rdf:first :BuildingSpace ; - rdf:rest rdf:nil . -:BuildingSpace rdfs:comment "An entity used to define the physical spaces of the building. A building space contains devices or building objects."@en ; - rdfs:label "Building space"@en . -# -# https://saref.etsi.org/saref4bldg/Burner +### https://saref.etsi.org/core/relatesToProperty +saref:relatesToProperty rdf:type owl:ObjectProperty ; + rdfs:comment "A relation between a measurement and the property such measurement is about."@en ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; + rdfs:label "relates to property"@en . -:Burner a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid32 . -_:genid32 a owl:Restriction ; - owl:onProperty :energySource ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/airFlowRateMax +s4bldg:airFlowRateMax rdf:type owl:ObjectProperty ; + rdfs:comment "Maximum allowable air flow rate. Usually measured in m3/s."@en ; + rdfs:label "air flow rate range max"@en . -:Burner 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Chiller -:Chiller a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid33 . +### https://saref.etsi.org/saref4bldg/airFlowRateMin +s4bldg:airFlowRateMin rdf:type owl:ObjectProperty ; + rdfs:comment "Minimum allowable air flow rate. Usually measured in m3/s."@en ; + rdfs:label "air flow rate range min"@en . -_:genid33 a owl:Restriction ; - owl:onProperty :nominalCapacity ; - owl:allValuesFrom saref:Measurement . -:Chiller rdfs:subClassOf _:genid34 . +### https://saref.etsi.org/saref4bldg/ambientDesignDryBulbTemperature +s4bldg:ambientDesignDryBulbTemperature rdf:type owl:ObjectProperty ; + rdfs:comment "Ambient design dry bulb temperature used for selecting the cooling tower. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "ambient design dry bulb temperature"@en . -_:genid34 a owl:Restriction ; - owl:onProperty :nominalCondensingTemperature ; - owl:allValuesFrom saref:Measurement . -:Chiller rdfs:subClassOf _:genid35 . +### https://saref.etsi.org/saref4bldg/ambientDesignWetBulbTemperature +s4bldg:ambientDesignWetBulbTemperature rdf:type owl:ObjectProperty ; + rdfs:comment "Ambient design wet bulb temperature used for selecting the cooling tower. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "ambient design wet bulb temperature"@en . -_:genid35 a owl:Restriction ; - owl:onProperty :nominalEfficiency ; - owl:allValuesFrom saref:Measurement . -:Chiller rdfs:subClassOf _:genid36 . +### https://saref.etsi.org/saref4bldg/apparentPowerMax +s4bldg:apparentPowerMax rdf:type owl:ObjectProperty ; + rdfs:comment "Maximum apparent power/capacity in VA (volt ampere). Usually measured in Watts (W, J/s)."@en ; + rdfs:label "maximum apparent power"@en . -_:genid36 a owl:Restriction ; - owl:onProperty :nominalEvaporatingTemmperature ; - owl:allValuesFrom saref:Measurement . -:Chiller rdfs:subClassOf _:genid37 . +### https://saref.etsi.org/saref4bldg/audioVolume +s4bldg:audioVolume rdf:type owl:ObjectProperty ; + rdfs:comment "Indicates discrete audio volume levels and corresponding sound power offsets, if applicable. Missing values may be interpolated. Measured in watts."@en ; + rdfs:label "audio volume"@en . -_:genid37 a owl:Restriction ; - owl:onProperty :nominalHeatRejectionRate ; - owl:allValuesFrom saref:Measurement . -:Chiller rdfs:subClassOf _:genid38 . +### https://saref.etsi.org/saref4bldg/basinReserveVolume +s4bldg:basinReserveVolume rdf:type owl:ObjectProperty ; + rdfs:comment "Volume between operating and overflow levels in cooling tower basin. Usually measured in cubic metre (m3)."@en ; + rdfs:label "basin reserve volume"@en . -_:genid38 a owl:Restriction ; - owl:onProperty :nominalPowerConsumption ; - owl:allValuesFrom saref:Measurement . -:Chiller 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Coil +### https://saref.etsi.org/saref4bldg/bladeThickness +s4bldg:bladeThickness rdf:type owl:ObjectProperty ; + rdfs:comment "The thickness of the damper blade. Usually measured in millimeters (mm)."@en ; + rdfs:label "blade thickness"@en . -:Coil a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid39 . -_:genid39 a owl:Restriction ; - owl:onProperty :airFlowRateMax ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/bodyMass +s4bldg:bodyMass rdf:type owl:ObjectProperty ; + rdfs:comment "Overall body mass of the heater. Usually measured in kilograms (kg) or grams (g)."@en ; + rdfs:label "body mass"@en . -:Coil rdfs:subClassOf _:genid40 . -_:genid40 a owl:Restriction ; - owl:onProperty :airFlowRateMin ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/capacityWeight +s4bldg:capacityWeight rdf:type owl:ObjectProperty ; + rdfs:comment "Capacity of the transport element measured by weight. Usually measured in kilograms (kg) or grams (g)."@en ; + rdfs:label "capacity weight"@en . -:Coil rdfs:subClassOf _:genid41 . -_:genid41 a owl:Restriction ; - owl:onProperty :nominalLatentCapacity ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/closeOffRating +s4bldg:closeOffRating rdf:type owl:ObjectProperty ; + rdfs:comment "Close off rating. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "close off rating"@en . -:Coil rdfs:subClassOf _:genid42 . -_:genid42 a owl:Restriction ; - owl:onProperty :nominalSensibleCapacity ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/coilLength +s4bldg:coilLength rdf:type owl:ObjectProperty ; + rdfs:comment "Length of coil. Usually measured in millimeters (mm)."@en ; + rdfs:label "coil length"@en . -:Coil rdfs:subClassOf _:genid43 . -_:genid43 a owl:Restriction ; - owl:onProperty :nominalUa ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/coilWidth +s4bldg:coilWidth rdf:type owl:ObjectProperty ; + rdfs:comment "Width of coil. Usually measured in millimeters (mm"@en ; + rdfs:label "coil width"@en . -:Coil rdfs:subClassOf _:genid44 . -_:genid44 a owl:Restriction ; - owl:onProperty :operationTemperatureMax ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/colorTemperature +s4bldg:colorTemperature rdf:type owl:ObjectProperty ; + rdfs:comment "The color temperature of any source of radiation is defined as the temperature (in Kelvin) of a black-body or Planckian radiator whose radiation has the same chromaticity as the source of radiation. Often the values are only approximate color temperatures as the black-body radiator cannot emit radiation of every chromaticity value. The color temperatures of the commonest artificial light sources range from less than 3000K (warm white) to 4000K (intermediate) and over 5000K (daylight). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "color temperature"@en . -:Coil rdfs:subClassOf _:genid45 . -_:genid45 a owl:Restriction ; - owl:onProperty :operationTemperatureMin ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/compressorSpeed +s4bldg:compressorSpeed rdf:type owl:ObjectProperty ; + rdfs:comment "Compressor speed. Usually measured in cycles/s."@en ; + rdfs:label "compressor speed"@en . -:Coil rdfs:subClassOf _:genid46 . -_:genid46 a owl:Restriction ; - owl:onProperty :placementType ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/connectionSize +s4bldg:connectionSize rdf:type owl:ObjectProperty ; + rdfs:comment "The connection size of the to and from the pump. Usually measured in millimeters (mm)."@en ; + rdfs:label "connection size"@en . -:Coil 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/CommunicationAppliance +### https://saref.etsi.org/saref4bldg/contains +s4bldg:contains rdf:type owl:ObjectProperty ; + owl:inverseOf s4bldg:isContainedIn ; + rdf:type owl:TransitiveProperty ; + rdfs:comment "A relation between a physical space and the objects located in such space."@en ; + rdfs:label "contains"@en . -:CommunicationAppliance a owl:Class ; - rdfs:subClassOf :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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Compressor +### https://saref.etsi.org/saref4bldg/contributedLuminousFlux +s4bldg:contributedLuminousFlux rdf:type owl:ObjectProperty ; + rdfs:comment "Luminous flux is a photometric measure of radiant flux, i.e. the volume of light emitted from a light source. Luminous flux is measured either for the interior as a whole or for a part of the interior (partial luminous flux for a solid angle). All other photometric parameters are derivatives of luminous flux. Luminous flux is measured in lumens (lm). The luminous flux is given as a nominal value for each lamp. Usually measured in Lumen (lm, Candela Steradian)."@en ; + rdfs:label "contributed luminous flux"@en . -:Compressor a owl:Class ; - rdfs:subClassOf :FlowMovingDevice , _:genid47 . -_:genid47 a owl:Restriction ; - owl:onProperty :compressorSpeed ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/coverLength +s4bldg:coverLength rdf:type owl:ObjectProperty ; + rdfs:comment "The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the oil interceptor. Usually measured in millimeters (mm)."@en ; + rdfs:label "cover length"@en . -:Compressor rdfs:subClassOf _:genid48 . -_:genid48 a owl:Restriction ; - owl:onProperty :idealCapacity ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/coverWidth +s4bldg:coverWidth rdf:type owl:ObjectProperty ; + rdfs:comment "The length measured along the x-axis in the local coordinate system of the cover of the oil interceptor. Usually measured in millimeters (mm)."@en ; + rdfs:label "cover width"@en . -:Compressor rdfs:subClassOf _:genid49 . -_:genid49 a owl:Restriction ; - owl:onProperty :idealShaftPower ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/effectiveCapacity +s4bldg:effectiveCapacity rdf:type owl:ObjectProperty ; + rdfs:comment "The total effective or actual volumetric capacity of the tank. Usually measured in cubic metre (m3).B3"@en ; + rdfs:label "effective capacity"@en . -:Compressor rdfs:subClassOf _:genid50 . -_:genid50 a owl:Restriction ; - owl:onProperty :impellerDiameter ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/electricGeneratorEfficiency +s4bldg:electricGeneratorEfficiency rdf:type owl:ObjectProperty ; + rdfs:comment "The ratio of output capacity to intake capacity."@en ; + rdfs:label "electric generator efficiency"@en . -:Compressor rdfs:subClassOf _:genid51 . -_:genid51 a owl:Restriction ; - owl:onProperty :nominalCapacity ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/electricMotorEfficiency +s4bldg:electricMotorEfficiency rdf:type owl:ObjectProperty ; + rdfs:comment "The ratio of output capacity to intake capacity."@en ; + rdfs:label "electric motor efficiency"@en . -:Compressor rdfs:subClassOf _:genid52 . -_:genid52 a owl:Restriction ; - owl:onProperty :partLoadRatioMax ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/externalSurfaceArea +s4bldg:externalSurfaceArea rdf:type owl:ObjectProperty ; + rdfs:comment "External surface area (both primary and secondary area). Usually measured in square metre (m2)."@en ; + rdfs:label "external surface area"@en . -:Compressor rdfs:subClassOf _:genid53 . -_:genid53 a owl:Restriction ; - owl:onProperty :partLoadRatioMin ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/faceArea +s4bldg:faceArea rdf:type owl:ObjectProperty ; + rdfs:comment "Face area open to the airstream. Usually measured in square metre (m2)."@en ; + rdfs:label "face area"@en . -:Compressor rdfs:subClassOf _:genid54 . -_:genid54 a owl:Restriction ; - owl:onProperty :hasHotGasBypass ; - owl:allValuesFrom xsd:boolean . +### https://saref.etsi.org/saref4bldg/finalResistance +s4bldg:finalResistance rdf:type owl:ObjectProperty ; + rdfs:comment "Filter fluid resistance when replacement is required (i.e., Pressure drop at the maximum air flowrate across the filter when the filter needs replacement per ASHRAE Standard 52.1). Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "final resistance"@en . -:Compressor rdfs:subClassOf _:genid55 . -_:genid55 a owl:Restriction ; - owl:onProperty :powerSource ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/firstCurvatureRadius +s4bldg:firstCurvatureRadius rdf:type owl:ObjectProperty ; + rdfs:comment "FirstCurvatureRadius should be defined as the base or left side radius of curvature value. Usually measured in millimeters (mm)."@en ; + rdfs:label "first curvature radius"@en . -:Compressor rdfs:subClassOf _:genid56 . -_:genid56 a owl:Restriction ; - owl:onProperty :refrigerantClass ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/flowCoefficient +s4bldg:flowCoefficient rdf:type owl:ObjectProperty ; + rdfs:comment "Flow coefficient (the quantity of fluid that passes through a fully open valve at unit pressure drop), typically expressed as the Kv or Cv value for the valve."@en ; + rdfs:label "flow coefficient"@en . -:Compressor 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Condenser -:Condenser a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid57 . +### https://saref.etsi.org/saref4bldg/flowResistanceMax +s4bldg:flowResistanceMax rdf:type owl:ObjectProperty ; + rdfs:comment "Allowable range of frictional resistance against which the fluid is being pumped. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "flow resistance range"@en . -_:genid57 a owl:Restriction ; - owl:onProperty :externalSurfaceArea ; - owl:allValuesFrom saref:Measurement . -:Condenser rdfs:subClassOf _:genid58 . +### https://saref.etsi.org/saref4bldg/flowResistanceMin +s4bldg:flowResistanceMin rdf:type owl:ObjectProperty ; + rdfs:comment "Allowable range of frictional resistance against which the fluid is being pumped. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "flow resistance range"@en . -_:genid58 a owl:Restriction ; - owl:onProperty :internalRefrigerantVolume ; - owl:allValuesFrom saref:Measurement . -:Condenser rdfs:subClassOf _:genid59 . +### https://saref.etsi.org/saref4bldg/fluidFlowRateMax +s4bldg:fluidFlowRateMax rdf:type owl:ObjectProperty ; + rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ; + rdfs:label "fluid flow rate range"@en . -_:genid59 a owl:Restriction ; - owl:onProperty :internalSurfaceArea ; - owl:allValuesFrom saref:Measurement . -:Condenser rdfs:subClassOf _:genid60 . +### https://saref.etsi.org/saref4bldg/fluidFlowRateMin +s4bldg:fluidFlowRateMin rdf:type owl:ObjectProperty ; + rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ; + rdfs:label "fluid flow rate range"@en . -_:genid60 a owl:Restriction ; - owl:onProperty :internalWaterVolume ; - owl:allValuesFrom saref:Measurement . -:Condenser rdfs:subClassOf _:genid61 . +### https://saref.etsi.org/saref4bldg/foulingFactor +s4bldg:foulingFactor rdf:type owl:ObjectProperty ; + rdfs:comment "Fouling factor of the tubes in the tube bundle. Usually measured in m2 Kelvin/Watt."@en ; + rdfs:label "fouling factor"@en . -_:genid61 a owl:Restriction ; - owl:onProperty :nominalHeatTransferArea ; - owl:allValuesFrom saref:Measurement . -:Condenser rdfs:subClassOf _:genid62 . +### https://saref.etsi.org/saref4bldg/frameDepth +s4bldg:frameDepth rdf:type owl:ObjectProperty ; + rdfs:comment "The length (or depth) of the damper frame. Usually measured in millimeters (mm)."@en ; + rdfs:label "frame depth"@en . -_:genid62 a owl:Restriction ; - owl:onProperty :nominalHeatTransferCoefficient ; - owl:allValuesFrom saref:Measurement . -:Condenser rdfs:subClassOf _:genid63 . +### https://saref.etsi.org/saref4bldg/frameThickness +s4bldg:frameThickness rdf:type owl:ObjectProperty ; + rdfs:comment "The thickness of the damper frame material. Usually measured in millimeters (mm)."@en ; + rdfs:label "frame thickness"@en . -_:genid63 a owl:Restriction ; - owl:onProperty :refrigerantClass ; - owl:allValuesFrom xsd:string . -:Condenser 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Controller +### https://saref.etsi.org/saref4bldg/hasSpace +s4bldg:hasSpace rdf:type owl:ObjectProperty ; + owl:inverseOf s4bldg:isSpaceOf ; + rdf:type owl:TransitiveProperty ; + rdfs:comment "Relation between a building or a building space and the spaces it can be divided into."@en ; + rdfs:label "has space"@en . -:Controller a owl:Class ; - rdfs:subClassOf :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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/CooledBeam +### https://saref.etsi.org/saref4bldg/heatExchangeArea +s4bldg:heatExchangeArea rdf:type owl:ObjectProperty ; + rdfs:comment "Heat exchange area. Usually measured in square metre (m2)."@en ; + rdfs:label "heat exchange area"@en . -:CooledBeam a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid64 . -_:genid64 a owl:Restriction ; - owl:onProperty :coilLength ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/heatTransferSurfaceArea +s4bldg:heatTransferSurfaceArea rdf:type owl:ObjectProperty ; + rdfs:comment "Total heat transfer area of the vessel. Usually measured in square metre (m2)."@en ; + rdfs:label "heat transfer surface area"@en . -:CooledBeam rdfs:subClassOf _:genid65 . -_:genid65 a owl:Restriction ; - owl:onProperty :coilWidth ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/height +s4bldg:height rdf:type owl:ObjectProperty ; + rdfs:comment "Height of the vibration isolator before tha application of load. Usually measured in millimeters (mm)."@en ; + rdfs:label "height"@en . -:CooledBeam rdfs:subClassOf _:genid66 . -_:genid66 a owl:Restriction ; - owl:onProperty :nominalCoolingCapacity ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/horizontalSpacing +s4bldg:horizontalSpacing rdf:type owl:ObjectProperty ; + rdfs:comment "Horizontal spacing between tubes in the tube bundle. Usually measured in millimeters (mm)."@en ; + rdfs:label "horizontal spacing"@en . -:CooledBeam rdfs:subClassOf _:genid67 . -_:genid67 a owl:Restriction ; - owl:onProperty :nominalHeatingCapacity ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/hydraulicDiameter +s4bldg:hydraulicDiameter rdf:type owl:ObjectProperty ; + rdfs:comment "Hydraulic diameter. Usually measured in millimeters (mm)."@en ; + rdfs:label "hydraulic diameter"@en . -:CooledBeam rdfs:subClassOf _:genid68 . -_:genid68 a owl:Restriction ; - owl:onProperty :nominalReturnWaterTemperatureCooling ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/idealCapacity +s4bldg:idealCapacity rdf:type owl:ObjectProperty ; + rdfs:comment "Compressor capacity under ideal conditions. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "ideal capacity"@en . -:CooledBeam rdfs:subClassOf _:genid69 . -_:genid69 a owl:Restriction ; - owl:onProperty :nominalReturnWaterTemperatureHeating ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/idealShaftPower +s4bldg:idealShaftPower rdf:type owl:ObjectProperty ; + rdfs:comment "Compressor shaft power under ideal conditions. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "ideal shaft power"@en . -:CooledBeam rdfs:subClassOf _:genid70 . -_:genid70 a owl:Restriction ; - owl:onProperty :nominalSorroundingHumidityCooling ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/imaginaryImpedanceRatio +s4bldg:imaginaryImpedanceRatio rdf:type owl:ObjectProperty ; + rdfs:comment "The ratio between the imaginary part of the zero sequence impedance and the imaginary part of the positive impedance (i.e. imaginary part of the short-circuit voltage) of the transformer. Used for three-phase transformer which includes a N-conductor."@en ; + rdfs:label "imaginary impedance ratio"@en . -:CooledBeam rdfs:subClassOf _:genid71 . -_:genid71 a owl:Restriction ; - owl:onProperty :nominalSorroundingTemperatureCooling ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/impellerDiameter +s4bldg:impellerDiameter rdf:type owl:ObjectProperty ; + rdfs:comment "Diameter of compressor impeller - used to scale performance of geometrically similar compressors. Usually measured in millimeters (mm)."@en ; + rdfs:label "impeller diameter"@en . -:CooledBeam rdfs:subClassOf _:genid72 . -_:genid72 a owl:Restriction ; - owl:onProperty :nominalSorroundingTemperatureHeating ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/inLineRowSpacing +s4bldg:inLineRowSpacing rdf:type owl:ObjectProperty ; + rdfs:comment "In-line tube row spacing. Usually measured in millimeters (mm)."@en ; + rdfs:label "in line row spacing"@en . -:CooledBeam rdfs:subClassOf _:genid73 . -_:genid73 a owl:Restriction ; - owl:onProperty :nominalSupplyWaterTemperatureCooling ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/initialResistance +s4bldg:initialResistance rdf:type owl:ObjectProperty ; + rdfs:comment "Initial new filter fluid resistance (i.e., pressure drop at the maximum air flowrate across the filter when the filter is new per ASHRAE Standard 52.1). Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "initial resistance"@en . -:CooledBeam rdfs:subClassOf _:genid74 . -_:genid74 a owl:Restriction ; - owl:onProperty :nominalSupplyWaterTemperatureHeating ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/inletConnectionSize +s4bldg:inletConnectionSize rdf:type owl:ObjectProperty ; + rdfs:comment "Size of the inlet connection. Usually measured in millimeters (mm)."@en ; + rdfs:label "inlet connection size"@en . -:CooledBeam rdfs:subClassOf _:genid75 . -_:genid75 a owl:Restriction ; - owl:onProperty :nominalWaterFlowCooling ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/insideDiameter +s4bldg:insideDiameter rdf:type owl:ObjectProperty ; + rdfs:comment "Actual inner diameter of the tube in the tube bundle. Usually measured in millimeters (mm)."@en ; + rdfs:label "inside diameter"@en . -:CooledBeam rdfs:subClassOf _:genid76 . -_:genid76 a owl:Restriction ; - owl:onProperty :nominalWaterFlowHeating ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/internalRefrigerantVolume +s4bldg:internalRefrigerantVolume rdf:type owl:ObjectProperty ; + rdfs:comment "Internal volume of evaporator (refrigerant side). Usually measured in cubic metre (m3)."@en ; + rdfs:label "internal refrigerant volume"@en . -:CooledBeam rdfs:subClassOf _:genid77 . -_:genid77 a owl:Restriction ; - owl:onProperty :waterPressureMax ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/internalSurfaceArea +s4bldg:internalSurfaceArea rdf:type owl:ObjectProperty ; + rdfs:comment "Internal surface area. Usually measured in square metre (m2)."@en ; + rdfs:label "internal surface area"@en . -:CooledBeam rdfs:subClassOf _:genid78 . -_:genid78 a owl:Restriction ; - owl:onProperty :waterPressureMin ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/internalWaterVolume +s4bldg:internalWaterVolume rdf:type owl:ObjectProperty ; + rdfs:comment "Internal volume of evaporator (water side). Usually measured in cubic metre (m3)."@en ; + rdfs:label "internal water volume"@en . -:CooledBeam rdfs:subClassOf _:genid79 . -_:genid79 a owl:Restriction ; - owl:onProperty :finishColor ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/isContainedIn +s4bldg:isContainedIn rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:comment "A relation between an object and the physical space in which it is located."@en ; + rdfs:label "is contained in"@en . -:CooledBeam rdfs:subClassOf _:genid80 . -_:genid80 a owl:Restriction ; - owl:onProperty :integratedLightingType ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/isSpaceOf +s4bldg:isSpaceOf rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:comment "Relation between a building space and the building or building space it belongs to."@en ; + rdfs:label "isSpaceOf"@en . -:CooledBeam rdfs:subClassOf _:genid81 . -_:genid81 a owl:Restriction ; - owl:onProperty :isFreeHanging ; - owl:allValuesFrom xsd:boolean . +### https://saref.etsi.org/saref4bldg/isolatorCompressibility +s4bldg:isolatorCompressibility rdf:type owl:ObjectProperty ; + rdfs:comment "The compressibility of the vibration isolator."@en ; + rdfs:label "isolator compressibility"@en . -:CooledBeam rdfs:subClassOf _:genid82 . -_:genid82 a owl:Restriction ; - owl:onProperty :pipeConnectionEnum ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/isolatorStaticDeflection +s4bldg:isolatorStaticDeflection rdf:type owl:ObjectProperty ; + rdfs:comment "Static deflection of the vibration isolator. Usually measured in millimeters (mm)."@en ; + rdfs:label "isolator static deflection"@en . -:CooledBeam rdfs:subClassOf _:genid83 . -_:genid83 a owl:Restriction ; - owl:onProperty :waterFlowControlSystemType ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/lampMaintenanceFactor +s4bldg:lampMaintenanceFactor rdf:type owl:ObjectProperty ; + rdfs:comment "Non recoverable losses of luminous flux of a lamp due to lamp depreciation i.e. the decreasing of light output of a luminaire due to aging and dirt."@en ; + rdfs:label "lamp maintenance factor"@en . -:CooledBeam 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/CoolingTower -:CoolingTower a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid84 . +### https://saref.etsi.org/saref4bldg/leakageFullyClosed +s4bldg:leakageFullyClosed rdf:type owl:ObjectProperty ; + rdfs:comment "Leakage when fully closed. Usually measured in m3/s."@en ; + rdfs:label "leakage fully closed"@en . -_:genid84 a owl:Restriction ; - owl:onProperty :ambientDesignDryBulbTemperature ; - owl:allValuesFrom saref:Measurement . -:CoolingTower rdfs:subClassOf _:genid85 . +### https://saref.etsi.org/saref4bldg/length +s4bldg:length rdf:type owl:ObjectProperty ; + rdfs:comment "The finished length of the device. Usually measured in millimeters (mm)."@en ; + rdfs:label "length"@en . -_:genid85 a owl:Restriction ; - owl:onProperty :ambientDesignWetBulbTemperature ; - owl:allValuesFrom saref:Measurement . -:CoolingTower rdfs:subClassOf _:genid86 . +### https://saref.etsi.org/saref4bldg/liftElevationDifference +s4bldg:liftElevationDifference rdf:type owl:ObjectProperty ; + rdfs:comment "Elevation difference between cooling tower sump and the top of the tower. Usually measured in millimeters (mm)."@en ; + rdfs:label "lift elevation difference"@en . -_:genid86 a owl:Restriction ; - owl:onProperty :basinReserveVolume ; - owl:allValuesFrom saref:Measurement . -:CoolingTower rdfs:subClassOf _:genid87 . +### https://saref.etsi.org/saref4bldg/lightEmitterNominalPower +s4bldg:lightEmitterNominalPower rdf:type owl:ObjectProperty ; + rdfs:comment "Light emitter nominal power. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "light emitter nominal power"@en . -_:genid87 a owl:Restriction ; - owl:onProperty :liftElevationDifference ; - owl:allValuesFrom saref:Measurement . -:CoolingTower rdfs:subClassOf _:genid88 . +### https://saref.etsi.org/saref4bldg/limitingTerminalSize +s4bldg:limitingTerminalSize rdf:type owl:ObjectProperty ; + rdfs:comment "The maximum terminal size capacity of the device. Usually measured in square metre (m2)."@en ; + rdfs:label "limiting terminal size"@en . -_:genid88 a owl:Restriction ; - owl:onProperty :nominalCapacity ; - owl:allValuesFrom saref:Measurement . -:CoolingTower rdfs:subClassOf _:genid89 . +### https://saref.etsi.org/saref4bldg/lockedRotorCurrent +s4bldg:lockedRotorCurrent rdf:type owl:ObjectProperty ; + rdfs:comment "Input current when a motor armature is energized but not rotating. Usually measured in Ampere (A)."@en ; + rdfs:label "locked rotor current"@en . -_:genid89 a owl:Restriction ; - owl:onProperty :operationTemperatureMax ; - owl:allValuesFrom saref:Measurement . -:CoolingTower rdfs:subClassOf _:genid90 . +### https://saref.etsi.org/saref4bldg/netPositiveSuctionHead +s4bldg:netPositiveSuctionHead rdf:type owl:ObjectProperty ; + rdfs:comment "Minimum liquid pressure at the pump inlet to prevent cavitation. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "net positive suction head"@en . -_:genid90 a owl:Restriction ; - owl:onProperty :operationTemperatureMin ; - owl:allValuesFrom saref:Measurement . -:CoolingTower rdfs:subClassOf _:genid91 . +### https://saref.etsi.org/saref4bldg/nominalAirFlowRate +s4bldg:nominalAirFlowRate rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal rate of air flow. Usually measured in m3/s."@en ; + rdfs:label "nominal air flow rate"@en . -_:genid91 a owl:Restriction ; - owl:onProperty :waterRequirement ; - owl:allValuesFrom saref:Measurement . -:CoolingTower rdfs:subClassOf _:genid92 . +### https://saref.etsi.org/saref4bldg/nominalBodyDepth +s4bldg:nominalBodyDepth rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal or quoted =length, measured along the z-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal body depth"@en . -_:genid92 a owl:Restriction ; - owl:onProperty :capacityControl ; - owl:allValuesFrom xsd:string . -:CoolingTower rdfs:subClassOf _:genid93 . +### https://saref.etsi.org/saref4bldg/nominalBodyLength +s4bldg:nominalBodyLength rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal or quoted length, measured along the x-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal body length"@en . -_:genid93 a owl:Restriction ; - owl:onProperty :circuitType ; - owl:allValuesFrom xsd:string . -:CoolingTower rdfs:subClassOf _:genid94 . +### https://saref.etsi.org/saref4bldg/nominalBodyWidth +s4bldg:nominalBodyWidth rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal or quoted length, measured along the y-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal body width"@en . -_:genid94 a owl:Restriction ; - owl:onProperty :controlStrategy ; - owl:allValuesFrom xsd:string . -:CoolingTower rdfs:subClassOf _:genid95 . +### https://saref.etsi.org/saref4bldg/nominalCapacity +s4bldg:nominalCapacity rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal capacity. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal capacity"@en . -_:genid95 a owl:Restriction ; - owl:onProperty :flowArrangement ; - owl:allValuesFrom xsd:string . -:CoolingTower rdfs:subClassOf _:genid96 . +### https://saref.etsi.org/saref4bldg/nominalCondensingTemperature +s4bldg:nominalCondensingTemperature rdf:type owl:ObjectProperty ; + rdfs:comment "Chiller condensing temperature. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal condensing temperature"@en . -_:genid96 a owl:Restriction ; - owl:onProperty :numberOfCells ; - owl:allValuesFrom xsd:integer . -:CoolingTower rdfs:subClassOf _:genid97 . +### https://saref.etsi.org/saref4bldg/nominalCoolingCapacity +s4bldg:nominalCoolingCapacity rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal cooling capacity. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal cooling capacity"@en . -_:genid97 a owl:Restriction ; - owl:onProperty :sprayType ; - owl:allValuesFrom xsd:string . -:CoolingTower 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Damper +### https://saref.etsi.org/saref4bldg/nominalDepth +s4bldg:nominalDepth rdf:type owl:ObjectProperty ; + rdfs:comment "The nominal depth of the tank. Note: Not required for a horizontal cylindrical tank. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal depth"@en . -:Damper a owl:Class ; - rdfs:subClassOf :FlowController , _:genid98 . -_:genid98 a owl:Restriction ; - owl:onProperty :airFlowRateMax ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalDiameter +s4bldg:nominalDiameter rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal diameter or width of the tubes in the tube bundle. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal diameter"@en . -:Damper rdfs:subClassOf _:genid99 . -_:genid99 a owl:Restriction ; - owl:onProperty :bladeThickness ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalEfficiency +s4bldg:nominalEfficiency rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal chiller efficiency under nominal conditions. "@en ; + rdfs:label "nominal efficiency"@en . -:Damper rdfs:subClassOf _:genid100 . -_:genid100 a owl:Restriction ; - owl:onProperty :closeOffRating ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalEnergyConsumption +s4bldg:nominalEnergyConsumption rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal fuel consumption rate required to produce the total boiler heat output. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal energy consumption"@en . -:Damper rdfs:subClassOf _:genid101 . -_:genid101 a owl:Restriction ; - owl:onProperty :faceArea ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalEvaporatingTemmperature +s4bldg:nominalEvaporatingTemmperature rdf:type owl:ObjectProperty ; + rdfs:comment "Chiller evaporating temperature.Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal evaporating temmperature"@en . -:Damper rdfs:subClassOf _:genid102 . -_:genid102 a owl:Restriction ; - owl:onProperty :frameDepth ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalFilterFaceVelocity +s4bldg:nominalFilterFaceVelocity rdf:type owl:ObjectProperty ; + rdfs:comment "Filter face velocity. Usually measured in m/s."@en ; + rdfs:label "nominal filter face velocity"@en . -:Damper rdfs:subClassOf _:genid103 . -_:genid103 a owl:Restriction ; - owl:onProperty :frameThickness ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalFlowRate +s4bldg:nominalFlowRate rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal fluid flow rate through the filter. Usually measured in m3/s."@en ; + rdfs:label "nominal flow rate"@en . -:Damper rdfs:subClassOf _:genid104 . -_:genid104 a owl:Restriction ; - owl:onProperty :leakageFullyClosed ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalFrequency +s4bldg:nominalFrequency rdf:type owl:ObjectProperty ; + rdfs:comment "The nominal frequency of the supply. Usually measured in cycles/s or Hertz (Hz)."@en ; + rdfs:label "nominal frequency"@en . -:Damper rdfs:subClassOf _:genid105 . -_:genid105 a owl:Restriction ; - owl:onProperty :nominalAirFlowRate ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalHeatRejectionRate +s4bldg:nominalHeatRejectionRate rdf:type owl:ObjectProperty ; + rdfs:comment "Sum of the refrigeration effect and the heat equivalent of the power input to the compressor. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal heat rejection rate"@en . -:Damper rdfs:subClassOf _:genid106 . -_:genid106 a owl:Restriction ; - owl:onProperty :openPressureDrop ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalHeatTransferArea +s4bldg:nominalHeatTransferArea rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal heat transfer surface area associated with nominal overall heat transfer coefficient. Usually measured in square metre (m2)."@en ; + rdfs:label "nominal heat transfer area"@en . -:Damper rdfs:subClassOf _:genid107 . -_:genid107 a owl:Restriction ; - owl:onProperty :operationTemperatureMax ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalHeatTransferCoefficient +s4bldg:nominalHeatTransferCoefficient rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal overall heat transfer coefficient associated with nominal heat transfer area. Usually measured in Watts/m2 Kelvin."@en ; + rdfs:label "nominal heat transfer coefficient"@en . -:Damper rdfs:subClassOf _:genid108 . -_:genid108 a owl:Restriction ; - owl:onProperty :operationTemperatureMin ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalHeatingCapacity +s4bldg:nominalHeatingCapacity rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal heating capacity. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal heating capacity"@en . -:Damper rdfs:subClassOf _:genid109 . -_:genid109 a owl:Restriction ; - owl:onProperty :temperatureRating ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalLatentCapacity +s4bldg:nominalLatentCapacity rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal latent capacity. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal latent capacity"@en . -:Damper rdfs:subClassOf _:genid110 . -_:genid110 a owl:Restriction ; - owl:onProperty :workingPressureMax ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalLengthOrDiameter +s4bldg:nominalLengthOrDiameter rdf:type owl:ObjectProperty ; + rdfs:comment "The nominal length or, in the case of a vertical cylindrical tank, the nominal diameter of the tank. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal length or diameter"@en . -:Damper rdfs:subClassOf _:genid111 . -_:genid111 a owl:Restriction ; - owl:onProperty :bladeAction ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/nominalMediaSurfaceVelocity +s4bldg:nominalMediaSurfaceVelocity rdf:type owl:ObjectProperty ; + rdfs:comment "Average fluid velocity at the media surface. Usually measured in m/s."@en ; + rdfs:label "nominal media surface velocity"@en . -:Damper rdfs:subClassOf _:genid112 . -_:genid112 a owl:Restriction ; - owl:onProperty :bladeEdge ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/nominalMoistureGain +s4bldg:nominalMoistureGain rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal rate of water vapor added into the airstream. Usually measured in kg/s."@en ; + rdfs:label "nominal moisture gain"@en . -:Damper rdfs:subClassOf _:genid113 . -_:genid113 a owl:Restriction ; - owl:onProperty :bladeShape ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/nominalPartLoadRatio +s4bldg:nominalPartLoadRatio rdf:type owl:ObjectProperty ; + rdfs:comment "Allowable part load ratio range."@en ; + rdfs:label "nominal part load ratio"@en . -:Damper rdfs:subClassOf _:genid114 . -_:genid114 a owl:Restriction ; - owl:onProperty :frameType ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/nominalParticleGeometricMeanDiameter +s4bldg:nominalParticleGeometricMeanDiameter rdf:type owl:ObjectProperty ; + rdfs:comment "Particle geometric mean diameter associated with nominal efficiency. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal particle geometric mean diameter"@en . -:Damper rdfs:subClassOf _:genid115 . -_:genid115 a owl:Restriction ; - owl:onProperty :numberOfBlades ; - owl:allValuesFrom xsd:integer . +### https://saref.etsi.org/saref4bldg/nominalParticleGeometricStandardDeviation +s4bldg:nominalParticleGeometricStandardDeviation rdf:type owl:ObjectProperty ; + rdfs:comment "Particle geometric standard deviation associated with nominal efficiency. "@en ; + rdfs:label "nominal particle geometric standard deviation"@en . -:Damper rdfs:subClassOf _:genid116 . -_:genid116 a owl:Restriction ; - owl:onProperty :operation ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/nominalPowerConsumption +s4bldg:nominalPowerConsumption rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal total power consumption. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal power consumption"@en . -:Damper rdfs:subClassOf _:genid117 . -_:genid117 a owl:Restriction ; - owl:onProperty :orientation ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/nominalPowerRate +s4bldg:nominalPowerRate rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal fan power rate.Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal power rate"@en . -:Damper 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/DistributionControlDevice -:DistributionControlDevice a owl:Class ; - rdfs:subClassOf :DistributionDevice ; - rdfs:comment "Represents devices of a building automation control system that are used to impart control over elements of a distribution system. (Definition adapated from http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcdistributioncontrolelement.htm)"@en ; - rdfs:label "Distribution control device"@en . -# -# https://saref.etsi.org/saref4bldg/DistributionDevice +### https://saref.etsi.org/saref4bldg/nominalPressureDrop +s4bldg:nominalPressureDrop rdf:type owl:ObjectProperty ; + rdfs:comment "Total pressure drop across the filter. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "nominal pressure drop"@en . -:DistributionDevice a owl:Class ; - rdfs:subClassOf :BuildingDevice ; - rdfs:comment "Generalization of all devices that participate in a distribution system. (Definition adapated from http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcproductextension/lexical/ifcdistributionelement.htm)"@en ; - rdfs:label "Distribution device"@en . -# -# https://saref.etsi.org/saref4bldg/DistributionFlowDevice -:DistributionFlowDevice a owl:Class ; - rdfs:subClassOf :DistributionDevice ; - rdfs:comment "Represents devices of a distribution system that facilitate the distribution of energy or matter, such as air, water or power. (Definition adapated from http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcdistributionflowelement.htm)"@en ; - rdfs:label "DistributionFlowDevice"@en . -# -# https://saref.etsi.org/saref4bldg/DuctSilencer +### https://saref.etsi.org/saref4bldg/nominalReturnWaterTemperatureCooling +s4bldg:nominalReturnWaterTemperatureCooling rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal return water temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal return water temperature cooling"@en . -:DuctSilencer a owl:Class ; - rdfs:subClassOf :FlowTreatmentDevice , _:genid118 . -_:genid118 a owl:Restriction ; - owl:onProperty :airFlowRateMax ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalReturnWaterTemperatureHeating +s4bldg:nominalReturnWaterTemperatureHeating rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal return water temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal return water temperature heating"@en . -:DuctSilencer rdfs:subClassOf _:genid119 . -_:genid119 a owl:Restriction ; - owl:onProperty :airFlowRateMin ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalRotationSpeed +s4bldg:nominalRotationSpeed rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal fan wheel speed. Usually measured in cycles/s."@en , + "Pump rotational speed under nominal conditions. Usually measured in cycles/s."@en ; + rdfs:label "nominal rotation speed"@en , + "nomminal rotation speed"@en . -:DuctSilencer rdfs:subClassOf _:genid120 . -_:genid120 a owl:Restriction ; - owl:onProperty :hydraulicDiameter ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalSensibleCapacity +s4bldg:nominalSensibleCapacity rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal sensible capacity. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal sensible capacity"@en . -:DuctSilencer rdfs:subClassOf _:genid121 . -_:genid121 a owl:Restriction ; - owl:onProperty :length ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalSorroundingHumidityCooling +s4bldg:nominalSorroundingHumidityCooling rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal surrounding humidity (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal sorrounding humidity cooling"@en . -:DuctSilencer rdfs:subClassOf _:genid122 . -_:genid122 a owl:Restriction ; - owl:onProperty :operationTemperatureMax ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalSorroundingTemperatureCooling +s4bldg:nominalSorroundingTemperatureCooling rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal surrounding temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal sorrounding temperature cooling"@en . -:DuctSilencer rdfs:subClassOf _:genid123 . -_:genid123 a owl:Restriction ; - owl:onProperty :operationTemperatureMin ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalSorroundingTemperatureHeating +s4bldg:nominalSorroundingTemperatureHeating rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal surrounding temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal sorrounding temperature heating"@en . -:DuctSilencer rdfs:subClassOf _:genid124 . -_:genid124 a owl:Restriction ; - owl:onProperty :weight ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalStaticPressure +s4bldg:nominalStaticPressure rdf:type owl:ObjectProperty ; + rdfs:comment "The static pressure within the air stream that the fan must overcome to insure designed circulation of air. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "nominal static pressure"@en . -:DuctSilencer rdfs:subClassOf _:genid125 . -_:genid125 a owl:Restriction ; - owl:onProperty :workingPressureMax ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalSupplyVoltage +s4bldg:nominalSupplyVoltage rdf:type owl:ObjectProperty ; + rdfs:comment "The nominal voltage of the supply. Usually measured in Volts (V, W/A)."@en ; + rdfs:label "nominal supply voltage"@en . -:DuctSilencer rdfs:subClassOf _:genid126 . -_:genid126 a owl:Restriction ; - owl:onProperty :workingPressureMin ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalSupplyVoltageMax +s4bldg:nominalSupplyVoltageMax rdf:type owl:ObjectProperty ; + rdfs:comment "The maximum and minimum allowed voltage of the supply e.g. boundaries of 380V/440V may be applied for a nominal voltage of 400V."@en ; + rdfs:label "nominal supply voltage offset"@en . -:DuctSilencer rdfs:subClassOf _:genid127 . -_:genid127 a owl:Restriction ; - owl:onProperty :hasExteriorInsulation ; - owl:allValuesFrom xsd:boolean . +### https://saref.etsi.org/saref4bldg/nominalSupplyVoltageMin +s4bldg:nominalSupplyVoltageMin rdf:type owl:ObjectProperty ; + rdfs:comment "The maximum and minimum allowed voltage of the supply e.g. boundaries of 380V/440V may be applied for a nominal voltage of 400V."@en ; + rdfs:label "nominal supply voltage offset"@en . -:DuctSilencer 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/ElectricAppliance -:ElectricAppliance a owl:Class ; - rdfs:subClassOf :FlowTerminal ; - rdfs:comment """An electric appliance is a device intended for consumer usage that is powered by electricity. +### https://saref.etsi.org/saref4bldg/nominalSupplyWaterTemperatureCooling +s4bldg:nominalSupplyWaterTemperatureCooling rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal supply water temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal supply water temperature cooling"@en . -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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/ElectricFlowStorageDevice -:ElectricFlowStorageDevice a owl:Class ; - rdfs:subClassOf :FlowStorageDevice , _:genid128 . +### https://saref.etsi.org/saref4bldg/nominalSupplyWaterTemperatureHeating +s4bldg:nominalSupplyWaterTemperatureHeating rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal supply water temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal supply water temperature heating"@en . -_:genid128 a owl:Restriction ; - owl:onProperty :nominalFrequency ; - owl:allValuesFrom saref:Measurement . -:ElectricFlowStorageDevice rdfs:subClassOf _:genid129 . +### https://saref.etsi.org/saref4bldg/nominalTotalPressure +s4bldg:nominalTotalPressure rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal total pressure rise across the fan. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "nominal total pressure"@en . -_:genid129 a owl:Restriction ; - owl:onProperty :nominalSupplyVoltage ; - owl:allValuesFrom saref:Measurement . -:ElectricFlowStorageDevice rdfs:subClassOf _:genid130 . +### https://saref.etsi.org/saref4bldg/nominalUa +s4bldg:nominalUa rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal UA value."@en ; + rdfs:label "nominal ua"@en . -_:genid130 a owl:Restriction ; - owl:onProperty :nominalSupplyVoltageMin ; - owl:allValuesFrom saref:Measurement . -:ElectricFlowStorageDevice 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/ElectricGenerator +### https://saref.etsi.org/saref4bldg/nominalVolumetricCapacity +s4bldg:nominalVolumetricCapacity rdf:type owl:ObjectProperty ; + rdfs:comment "The total nominal or design volumetric capacity of the tank. Usually measured in cubic metre (m3)."@en ; + rdfs:label "nominal volumetric capacity"@en . -:ElectricGenerator a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid131 . -_:genid131 a owl:Restriction ; - owl:onProperty :electricGeneratorEfficiency ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalWaterFlowCooling +s4bldg:nominalWaterFlowCooling rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal water flow (refers to nominal cooling capacity). Usually measured in m3/s."@en ; + rdfs:label "nominal water flow cooling"@en . -:ElectricGenerator rdfs:subClassOf _:genid132 . -_:genid132 a owl:Restriction ; - owl:onProperty :powerOutputMax ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalWaterFlowHeating +s4bldg:nominalWaterFlowHeating rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal water flow (refers to nominal heating capacity). Usually measured in m3/s."@en ; + rdfs:label "nominal water flow heating"@en . -:ElectricGenerator rdfs:subClassOf _:genid133 . -_:genid133 a owl:Restriction ; - owl:onProperty :startCurrentFactor ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/nominalWidthOrDiameter +s4bldg:nominalWidthOrDiameter rdf:type owl:ObjectProperty ; + rdfs:comment "The nominal width or, in the case of a horizontal cylindrical tank, the nominal diameter of the tank. Note: Not required for a vertical cylindrical tank. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal width or diameter"@en . -:ElectricGenerator 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/ElectricMotor -:ElectricMotor a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid134 . +### https://saref.etsi.org/saref4bldg/openPressureDrop +s4bldg:openPressureDrop rdf:type owl:ObjectProperty ; + rdfs:comment "Total pressure drop across damper. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "open pressure drop"@en . -_:genid134 a owl:Restriction ; - owl:onProperty :electricMotorEfficiency ; - owl:allValuesFrom saref:Measurement . -:ElectricMotor rdfs:subClassOf _:genid135 . +### https://saref.etsi.org/saref4bldg/operatingWeight +s4bldg:operatingWeight rdf:type owl:ObjectProperty ; + rdfs:comment "Operating weight of the tank including all of its contents. Usually measured in kilograms (kg) or grams (g)."@en ; + rdfs:label "operating weight"@en . -_:genid135 a owl:Restriction ; - owl:onProperty :lockedRotorCurrent ; - owl:allValuesFrom saref:Measurement . -:ElectricMotor rdfs:subClassOf _:genid136 . +### https://saref.etsi.org/saref4bldg/operationTemperatureMax +s4bldg:operationTemperatureMax rdf:type owl:ObjectProperty ; + rdfs:comment "Allowable operation ambient (air, fluid) temperature range. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "operation temperature range"@en . -_:genid136 a owl:Restriction ; - owl:onProperty :powerOutputMax ; - owl:allValuesFrom saref:Measurement . -:ElectricMotor rdfs:subClassOf _:genid137 . +### https://saref.etsi.org/saref4bldg/operationTemperatureMin +s4bldg:operationTemperatureMin rdf:type owl:ObjectProperty ; + rdfs:comment "Allowable operation ambient (air, fluid) temperature range. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "operation temperature range"@en . -_:genid137 a owl:Restriction ; - owl:onProperty :startCurrentFactor ; - owl:allValuesFrom saref:Measurement . -:ElectricMotor rdfs:subClassOf _:genid138 . +### https://saref.etsi.org/saref4bldg/operationalRiterial +s4bldg:operationalRiterial rdf:type owl:ObjectProperty ; + rdfs:comment "Time of operation at maximum operational ambient air temperature. Measured in seconds (s) or days (d) or other units of time."@en ; + rdfs:label "operational riterial"@en . -_:genid138 a owl:Restriction ; - owl:onProperty :startingTime ; - owl:allValuesFrom saref:Measurement . -:ElectricMotor rdfs:subClassOf _:genid139 . +### https://saref.etsi.org/saref4bldg/outletConnectionSize +s4bldg:outletConnectionSize rdf:type owl:ObjectProperty ; + rdfs:comment "Size of the outlet connection. Usually measured in millimeters (mm)."@en ; + rdfs:label "outlet connection size"@en . -_:genid139 a owl:Restriction ; - owl:onProperty :teTime ; - owl:allValuesFrom saref:Measurement . -:ElectricMotor rdfs:subClassOf _:genid140 . +### https://saref.etsi.org/saref4bldg/outletTemperatureMax +s4bldg:outletTemperatureMax rdf:type owl:ObjectProperty ; + rdfs:comment "Allowable outlet temperature of either the water or the steam. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "outlet temperature range"@en . -_:genid140 a owl:Restriction ; - owl:onProperty :frameSize ; - owl:allValuesFrom xsd:string . -:ElectricMotor rdfs:subClassOf _:genid141 . +### https://saref.etsi.org/saref4bldg/outletTemperatureMin +s4bldg:outletTemperatureMin rdf:type owl:ObjectProperty ; + rdfs:comment "Allowable outlet temperature of either the water or the steam. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "outlet temperature range"@en . -_:genid141 a owl:Restriction ; - owl:onProperty :hasPartWinding ; - owl:allValuesFrom xsd:boolean . -:ElectricMotor rdfs:subClassOf _:genid142 . +### https://saref.etsi.org/saref4bldg/outputCapacity +s4bldg:outputCapacity rdf:type owl:ObjectProperty ; + rdfs:comment "Total nominal heat output as listed by the manufacturer. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "output capacity"@en . -_:genid142 a owl:Restriction ; - owl:onProperty :isGuarded ; - owl:allValuesFrom xsd:boolean . -:ElectricMotor rdfs:subClassOf _:genid143 . +### https://saref.etsi.org/saref4bldg/outsideDiameter +s4bldg:outsideDiameter rdf:type owl:ObjectProperty ; + rdfs:comment "Actual outside diameter of the tube in the tube bundle. Usually measured in millimeters (mm)."@en ; + rdfs:label "outside diameter"@en . -_:genid143 a owl:Restriction ; - owl:onProperty :motorEnclosureType ; - owl:allValuesFrom xsd:string . -:ElectricMotor 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/ElectricTimeControl +### https://saref.etsi.org/saref4bldg/partLoadRatioMax +s4bldg:partLoadRatioMax rdf:type owl:ObjectProperty ; + rdfs:comment "Maximum part load ratio as a fraction of nominal capacity."@en ; + rdfs:label "maximum part load ratio"@en . -:ElectricTimeControl a owl:Class ; - rdfs:subClassOf :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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/EnergyConversionDevice -:EnergyConversionDevice a owl:Class ; - rdfs:subClassOf :DistributionFlowDevice ; - rdfs:comment "The distribution flow element EnergyConversionDevice defines the occurrence of a device used to perform energy conversion or heat transfer and typically participates in a flow distribution system."@en ; - rdfs:label "Energy conversion device"@en ; - rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEnergyConversionDevice" ; - prov:hadPrimarySource . -# -# https://saref.etsi.org/saref4bldg/Engine +### https://saref.etsi.org/saref4bldg/partLoadRatioMin +s4bldg:partLoadRatioMin rdf:type owl:ObjectProperty ; + rdfs:comment "Minimum part load ratio as a fraction of nominal capacity."@en ; + rdfs:label "minimum part load ratio"@en . -:Engine a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid144 . -_:genid144 a owl:Restriction ; - owl:onProperty :energySource ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/powerOutputMax +s4bldg:powerOutputMax rdf:type owl:ObjectProperty ; + rdfs:comment "The maximum output power rating of the engine. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "maximum power output"@en . -:Engine 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/EvaporativeCooler -:EvaporativeCooler a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid145 . +### https://saref.etsi.org/saref4bldg/pressureRating +s4bldg:pressureRating rdf:type owl:ObjectProperty ; + rdfs:comment "Nominal pressure rating of the boiler as rated by the agency having jurisdiction. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "pressure rating"@en . -_:genid145 a owl:Restriction ; - owl:onProperty :heatExchangeArea ; - owl:allValuesFrom saref:Measurement . -:EvaporativeCooler rdfs:subClassOf _:genid146 . +### https://saref.etsi.org/saref4bldg/primaryAirFlowRateMax +s4bldg:primaryAirFlowRateMax rdf:type owl:ObjectProperty ; + rdfs:comment "Maximum primary airflow that can be delivered. Usually measured in m3/s."@en ; + rdfs:label "primary air flow rate range"@en . -_:genid146 a owl:Restriction ; - owl:onProperty :operationTemperatureMax ; - owl:allValuesFrom saref:Measurement . -:EvaporativeCooler rdfs:subClassOf _:genid147 . +### https://saref.etsi.org/saref4bldg/primaryAirFlowRateMin +s4bldg:primaryAirFlowRateMin rdf:type owl:ObjectProperty ; + rdfs:comment "Minimum primary airflow that can be delivered. Usually measured in m3/s."@en ; + rdfs:label "primary air flow rate range"@en . -_:genid147 a owl:Restriction ; - owl:onProperty :operationTemperatureMin ; - owl:allValuesFrom saref:Measurement . -:EvaporativeCooler rdfs:subClassOf _:genid148 . +### https://saref.etsi.org/saref4bldg/primaryApparentPower +s4bldg:primaryApparentPower rdf:type owl:ObjectProperty ; + rdfs:comment "The power in VA (volt ampere) that has been transformed and that runs into the transformer on the primary side. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "primary apparent power"@en . -_:genid148 a owl:Restriction ; - owl:onProperty :waterRequirement ; - owl:allValuesFrom saref:Measurement . -:EvaporativeCooler rdfs:subClassOf _:genid149 . +### https://saref.etsi.org/saref4bldg/primaryCurrent +s4bldg:primaryCurrent rdf:type owl:ObjectProperty ; + rdfs:comment "The current that is going to be transformed and that runs into the transformer on the primary side. Usually measured in Ampere (A)."@en ; + rdfs:label "primary current"@en . -_:genid149 a owl:Restriction ; - owl:onProperty :flowArrangement ; - owl:allValuesFrom xsd:string . -:EvaporativeCooler 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Evaporator +### https://saref.etsi.org/saref4bldg/primaryFrequency +s4bldg:primaryFrequency rdf:type owl:ObjectProperty ; + rdfs:comment "The frequency that is going to be transformed and that runs into the transformer on the primary side. Usually measured in cycles/s or Hertz (Hz)."@en ; + rdfs:label "primary frequency"@en . -:Evaporator a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid150 . -_:genid150 a owl:Restriction ; - owl:onProperty :externalSurfaceArea ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/primaryVoltage +s4bldg:primaryVoltage rdf:type owl:ObjectProperty ; + rdfs:comment "The voltage that is going to be transformed and that runs into the transformer on the primary side. Usually measured in Volts (V, W/A)."@en ; + rdfs:label "primary voltage"@en . -:Evaporator rdfs:subClassOf _:genid151 . -_:genid151 a owl:Restriction ; - owl:onProperty :internalRefrigerantVolume ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/pumpFlowRateMax +s4bldg:pumpFlowRateMax rdf:type owl:ObjectProperty ; + rdfs:comment "Allowable range of volume of fluid being pumped against the resistance specified. Usually measured in kg/s."@en ; + rdfs:label "pump flow rate range"@en . -:Evaporator rdfs:subClassOf _:genid152 . -_:genid152 a owl:Restriction ; - owl:onProperty :internalSurfaceArea ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/pumpFlowRateMin +s4bldg:pumpFlowRateMin rdf:type owl:ObjectProperty ; + rdfs:comment "Allowable range of volume of fluid being pumped against the resistance specified. Usually measured in kg/s."@en ; + rdfs:label "pump flow rate range"@en . -:Evaporator rdfs:subClassOf _:genid153 . -_:genid153 a owl:Restriction ; - owl:onProperty :internalWaterVolume ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/realImpedanceRatio +s4bldg:realImpedanceRatio rdf:type owl:ObjectProperty ; + rdfs:comment "The ratio between the real part of the zero sequence impedance and the real part of the positive impedance (i.e. real part of the short-circuit voltage) of the transformer. Used for three-phase transformer which includes a N-conductor."@en ; + rdfs:label "real impedance ratio"@en . -:Evaporator rdfs:subClassOf _:genid154 . -_:genid154 a owl:Restriction ; - owl:onProperty :nominalHeatTransferArea ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/secondCurvatureRadius +s4bldg:secondCurvatureRadius rdf:type owl:ObjectProperty ; + rdfs:comment "SecondCurvatureRadius should be defined as the top or right side radius of curvature value. Usually measured in millimeters (mm)."@en ; + rdfs:label "second curvature radius"@en . -:Evaporator rdfs:subClassOf _:genid155 . -_:genid155 a owl:Restriction ; - owl:onProperty :nominalHeatTransferCoefficient ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/secondaryAirFlowRateMax +s4bldg:secondaryAirFlowRateMax rdf:type owl:ObjectProperty ; + rdfs:comment "Maximum secondary airflow that can be delivered. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "secondary air flow rate range"@en . -:Evaporator rdfs:subClassOf _:genid156 . -_:genid156 a owl:Restriction ; - owl:onProperty :evaporationCoolant ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/secondaryAirFlowRateMin +s4bldg:secondaryAirFlowRateMin rdf:type owl:ObjectProperty ; + rdfs:comment "Maximum secondary airflow that can be delivered. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "secondary air flow rate range"@en . -:Evaporator rdfs:subClassOf _:genid157 . -_:genid157 a owl:Restriction ; - owl:onProperty :evaporationMediumType ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/secondaryApparentPower +s4bldg:secondaryApparentPower rdf:type owl:ObjectProperty ; + rdfs:comment "The power in VA (volt ampere) that has been transformed and is running out of the transformer on the secondary side. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "secondary apparent power"@en . -:Evaporator rdfs:subClassOf _:genid158 . -_:genid158 a owl:Restriction ; - owl:onProperty :refrigerantClass ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/secondaryCurrent +s4bldg:secondaryCurrent rdf:type owl:ObjectProperty ; + rdfs:comment "The current that has been transformed and is running out of the transformer on the secondary side. Usually measured in Ampere (A)."@en ; + rdfs:label "secondary current"@en . -:Evaporator 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Fan -:Fan a owl:Class ; - rdfs:subClassOf :FlowMovingDevice , _:genid159 . +### https://saref.etsi.org/saref4bldg/secondaryFrequency +s4bldg:secondaryFrequency rdf:type owl:ObjectProperty ; + rdfs:comment "The frequency that has been transformed and is running out of the transformer on the secondary side. Usually measured in cycles/s or Hertz (Hz)."@en ; + rdfs:label "secondary frequency"@en . -_:genid159 a owl:Restriction ; - owl:onProperty :nominalAirFlowRate ; - owl:allValuesFrom saref:Measurement . -:Fan rdfs:subClassOf _:genid160 . +### https://saref.etsi.org/saref4bldg/secondaryVoltage +s4bldg:secondaryVoltage rdf:type owl:ObjectProperty ; + rdfs:comment "The voltage that has been transformed and is running out of the transformer on the secondary side. Usually measured in Volts (V, W/A)."@en ; + rdfs:label "secondary voltage"@en . -_:genid160 a owl:Restriction ; - owl:onProperty :nominalPowerRate ; - owl:allValuesFrom saref:Measurement . -:Fan rdfs:subClassOf _:genid161 . +### https://saref.etsi.org/saref4bldg/shortCircuitVoltage +s4bldg:shortCircuitVoltage rdf:type owl:ObjectProperty ; + rdfs:comment "A complex number that specifies the real and imaginary parts of the short-circuit voltage at rated current of a transformer given in %."@en ; + rdfs:label "short circuit voltage"@en . -_:genid161 a owl:Restriction ; - owl:onProperty :nominalRotationSpeed ; - owl:allValuesFrom saref:Measurement . -:Fan rdfs:subClassOf _:genid162 . +### https://saref.etsi.org/saref4bldg/size +s4bldg:size rdf:type owl:ObjectProperty ; + rdfs:comment "The size of the connection to the valve (or to each connection for faucets, mixing valves, etc.). Usually measured in millimeters (mm)."@en ; + rdfs:label "size"@en . -_:genid162 a owl:Restriction ; - owl:onProperty :nominalStaticPressure ; - owl:allValuesFrom saref:Measurement . -:Fan rdfs:subClassOf _:genid163 . +### https://saref.etsi.org/saref4bldg/solarReflectance +s4bldg:solarReflectance rdf:type owl:ObjectProperty ; + rdfs:comment "(Rsol): The ratio of incident solar radiation that is reflected by a shading system (also named _e). Note the following equation Asol + Rsol + Tsol = 1"@en ; + rdfs:label "solar reflectance"@en . -_:genid163 a owl:Restriction ; - owl:onProperty :nominalTotalPressure ; - owl:allValuesFrom saref:Measurement . -:Fan rdfs:subClassOf _:genid164 . +### https://saref.etsi.org/saref4bldg/solarTransmittance +s4bldg:solarTransmittance rdf:type owl:ObjectProperty ; + rdfs:comment "(Tsol) The ratio of incident solar radiation that directly passes through a shading system (also named _e). Note the following equation Asol + Rsol + Tsol = 1"@en ; + rdfs:label "solar transmittance"@en . -_:genid164 a owl:Restriction ; - owl:onProperty :operationTemperatureMax ; - owl:allValuesFrom saref:Measurement . -:Fan rdfs:subClassOf _:genid165 . +### https://saref.etsi.org/saref4bldg/spectrumMax +s4bldg:spectrumMax rdf:type owl:ObjectProperty ; + rdfs:comment "The spectrum of radiation describes its composition with regard to wavelength. Light, for example, as the portion of electromagnetic radiation that is visible to the human eye, is radiation with wavelengths in the range of approx. 380 to 780 nm (1 nm = 10 m). The corresponding range of colours varies from violet to indigo, blue, green, yellow, orange, and red. These colours form a continuous spectrum, in which the various spectral sectors merge into each other."@en ; + rdfs:label "maximum spectrum"@en . -_:genid165 a owl:Restriction ; - owl:onProperty :operationTemperatureMin ; - owl:allValuesFrom saref:Measurement . -:Fan rdfs:subClassOf _:genid166 . +### https://saref.etsi.org/saref4bldg/spectrumMin +s4bldg:spectrumMin rdf:type owl:ObjectProperty ; + rdfs:comment "The spectrum of radiation describes its composition with regard to wavelength. Light, for example, as the portion of electromagnetic radiation that is visible to the human eye, is radiation with wavelengths in the range of approx. 380 to 780 nm (1 nm = 10 m). The corresponding range of colours varies from violet to indigo, blue, green, yellow, orange, and red. These colours form a continuous spectrum, in which the various spectral sectors merge into each other."@en ; + rdfs:label "minimum spectrum"@en . -_:genid166 a owl:Restriction ; - owl:onProperty :operationalRiterial ; - owl:allValuesFrom saref:Measurement . -:Fan rdfs:subClassOf _:genid167 . +### https://saref.etsi.org/saref4bldg/staggeredRowSpacing +s4bldg:staggeredRowSpacing rdf:type owl:ObjectProperty ; + rdfs:comment "Staggered tube row spacing. Usually measured in millimeters (mm)."@en ; + rdfs:label "staggered row spacing"@en . -_:genid167 a owl:Restriction ; - owl:onProperty :capacityControlType ; - owl:allValuesFrom xsd:string . -:Fan rdfs:subClassOf _:genid168 . +### https://saref.etsi.org/saref4bldg/startCurrentFactor +s4bldg:startCurrentFactor rdf:type owl:ObjectProperty ; + rdfs:comment "IEC. Start current factor defines how large the peek starting current will become on the engine. StartCurrentFactor is multiplied to NominalCurrent and we get the start current."@en ; + rdfs:label "start current factor"@en . -_:genid168 a owl:Restriction ; - owl:onProperty :motorDriveType ; - owl:allValuesFrom xsd:string . -:Fan 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Filter +### https://saref.etsi.org/saref4bldg/startingTime +s4bldg:startingTime rdf:type owl:ObjectProperty ; + rdfs:comment "The time (in s) needed for the motor to reach its rated speed with its driven equipment attached, starting from standstill and at the nominal voltage applied at its terminals."@en ; + rdfs:label "starting time"@en . -:Filter a owl:Class ; - rdfs:subClassOf :FlowTreatmentDevice , _:genid169 . -_:genid169 a owl:Restriction ; - owl:onProperty :finalResistance ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/supportedWeightMax +s4bldg:supportedWeightMax rdf:type owl:ObjectProperty ; + rdfs:comment "The maximum weight that can be carried by the vibration isolator. Usually measured in kilograms (kg) or grams (g)."@en ; + rdfs:label "maximum supported weight"@en . -:Filter rdfs:subClassOf _:genid170 . -_:genid170 a owl:Restriction ; - owl:onProperty :fluidFlowRateMax ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/teTime +s4bldg:teTime rdf:type owl:ObjectProperty ; + rdfs:comment "The maximum time (in s) at which the motor could run with locked rotor when the motor is used in an EX-environment. The time indicates that a protective device should trip before this time when the starting current of the motor is slowing through the device."@en ; + rdfs:label "te time"@en . -:Filter rdfs:subClassOf _:genid171 . -_:genid171 a owl:Restriction ; - owl:onProperty :fluidFlowRateMin ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/temperatureRating +s4bldg:temperatureRating rdf:type owl:ObjectProperty ; + rdfs:comment "Temperature rating. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "temperature rating"@en . -:Filter rdfs:subClassOf _:genid172 . -_:genid172 a owl:Restriction ; - owl:onProperty :initialResistance ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/testPressure +s4bldg:testPressure rdf:type owl:ObjectProperty ; + 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 . -:Filter rdfs:subClassOf _:genid173 . -_:genid173 a owl:Restriction ; - owl:onProperty :nominalFilterFaceVelocity ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/thermalConductivity +s4bldg:thermalConductivity rdf:type owl:ObjectProperty ; + rdfs:comment "Fouling factor of the tubes in the tube bundle. Usually measured in m2 Kelvin/Watt."@en ; + rdfs:label "thermal conductivity"@en . -:Filter rdfs:subClassOf _:genid174 . -_:genid174 a owl:Restriction ; - owl:onProperty :nominalFlowRate ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/thermalEfficiency +s4bldg:thermalEfficiency rdf:type owl:ObjectProperty ; + 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 . -:Filter rdfs:subClassOf _:genid175 . -_:genid175 a owl:Restriction ; - owl:onProperty :nominalMediaSurfaceVelocity ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/thermalMassHeatCapacity +s4bldg:thermalMassHeatCapacity rdf:type owl:ObjectProperty ; + rdfs:comment "Product of component mass and specific heat."@en ; + rdfs:label "thermal mass heat capacity"@en . -:Filter rdfs:subClassOf _:genid176 . -_:genid176 a owl:Restriction ; - owl:onProperty :nominalParticleGeometricMeanDiameter ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/thermalTransmittance +s4bldg:thermalTransmittance rdf:type owl:ObjectProperty ; + rdfs:comment "Rate at which energy is transmitted through a body. Usually measured in Watts/m2 Kelvin."@en ; + rdfs:label "thermal transmittance"@en . -:Filter rdfs:subClassOf _:genid177 . -_:genid177 a owl:Restriction ; - owl:onProperty :nominalParticleGeometricStandardDeviation ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/ventilatingPipeSize +s4bldg:ventilatingPipeSize rdf:type owl:ObjectProperty ; + rdfs:comment "Size of the ventilating pipe(s). Usually measured in millimeters (mm)."@en ; + rdfs:label "ventilating pipe size"@en . -:Filter rdfs:subClassOf _:genid178 . -_:genid178 a owl:Restriction ; - owl:onProperty :nominalPressureDrop ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/verticalSpacing +s4bldg:verticalSpacing rdf:type owl:ObjectProperty ; + rdfs:comment "Vertical spacing between tubes in the tube bundle.Usually measured in millimeters (mm)."@en ; + rdfs:label "vertical spacing"@en . -:Filter rdfs:subClassOf _:genid179 . -_:genid179 a owl:Restriction ; - owl:onProperty :operationTemperatureMax ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/vibrationTransmissibility +s4bldg:vibrationTransmissibility rdf:type owl:ObjectProperty ; + rdfs:comment "The vibration transmissibility percentage."@en ; + rdfs:label "vibration transmissibility"@en . -:Filter rdfs:subClassOf _:genid180 . -_:genid180 a owl:Restriction ; - owl:onProperty :operationTemperatureMin ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/visibleLightReflectance +s4bldg:visibleLightReflectance rdf:type owl:ObjectProperty ; + 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 . -:Filter rdfs:subClassOf _:genid181 . -_:genid181 a owl:Restriction ; - owl:onProperty :weight ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/visibleLightTransmittance +s4bldg:visibleLightTransmittance rdf:type owl:ObjectProperty ; + 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 . -:Filter 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/FireSuppressionTerminal -:FireSuppressionTerminal a owl:Class ; - rdfs:subClassOf :FlowTerminal ; - rdfs:comment """A fire suppression terminal has the purpose of delivering a fluid (gas or liquid) that will suppress a fire. +### https://saref.etsi.org/saref4bldg/volumen +s4bldg:volumen rdf:type owl:ObjectProperty ; + rdfs:comment "Total volume of fluid in the tubes and their headers. Usually measured in cubic metre (m3)."@en ; + rdfs:label "volumen"@en . -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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/FlowController - -:FlowController a owl:Class ; - rdfs:subClassOf :DistributionFlowDevice ; - rdfs:comment "The distribution flow element FlowController 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."@en ; - rdfs:label "Flow controller"@en ; - rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowController" ; - prov:hadPrimarySource . -# -# https://saref.etsi.org/saref4bldg/FlowInstrument - -:FlowInstrument a owl:Class ; - rdfs:subClassOf :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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/FlowMeter - -:FlowMeter a owl:Class ; - rdfs:subClassOf :FlowController , _:genid182 . - -_:genid182 a owl:Restriction ; - owl:onProperty :readOutType ; - owl:allValuesFrom xsd:string . - -:FlowMeter rdfs:subClassOf _:genid183 . - -_:genid183 a owl:Restriction ; - owl:onProperty :remoteReading ; - owl:allValuesFrom xsd:boolean . - -:FlowMeter 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/FlowMovingDevice - -:FlowMovingDevice a owl:Class ; - rdfs:subClassOf :DistributionFlowDevice ; - rdfs:comment "The distribution flow element FlowMovingDevice 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."@en ; - rdfs:label "Flow moving device"@en ; - rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowMovingDevice" ; - prov:hadPrimarySource . -# -# https://saref.etsi.org/saref4bldg/FlowStorageDevice - -:FlowStorageDevice a owl:Class ; - rdfs:subClassOf :DistributionFlowDevice ; - rdfs:comment "The distribution flow element FlowStorageDevice defines the occurrence of a device that participates in a distribution system and is used for temporary storage (such as a tank)."@en ; - rdfs:label "Flow storage device"@en ; - rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowStorageDevice" ; - prov:hadPrimarySource . -# -# https://saref.etsi.org/saref4bldg/FlowTerminal - -:FlowTerminal a owl:Class ; - rdfs:subClassOf :DistributionFlowDevice ; - rdfs:comment "The distribution flow element FlowTerminal 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."@en ; - rdfs:label "Flow terminal"@en ; - rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowTerminal" ; - prov:hadPrimarySource . -# -# https://saref.etsi.org/saref4bldg/FlowTreatmentDevice - -:FlowTreatmentDevice a owl:Class ; - rdfs:subClassOf :DistributionFlowDevice ; - rdfs:comment "The distribution flow element FlowTreatmentDevice 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."@en ; - rdfs:label "Flow treatment device"@en ; - rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowTreatmentDevice" ; - prov:hadPrimarySource . -# -# https://saref.etsi.org/saref4bldg/HeatExchanger - -:HeatExchanger a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid184 . +### https://saref.etsi.org/saref4bldg/waterInletTemperatureMax +s4bldg:waterInletTemperatureMax rdf:type owl:ObjectProperty ; + rdfs:comment "Allowable water inlet temperature range. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "water inlet temperature range"@en . -_:genid184 a owl:Restriction ; - owl:onProperty :arrangement ; - owl:allValuesFrom xsd:string . -:HeatExchanger 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. HeatExchanger is commonly used on water-side distribution systems to recover energy from a liquid to another liquid (typically water-based), whereas AirToAirHeatRecovery 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Humidifier - -:Humidifier a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid185 . +### https://saref.etsi.org/saref4bldg/waterInletTemperatureMin +s4bldg:waterInletTemperatureMin rdf:type owl:ObjectProperty ; + rdfs:comment "Allowable water inlet temperature range. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "water inlet temperature range"@en . -_:genid185 a owl:Restriction ; - owl:onProperty :nominalAirFlowRate ; - owl:allValuesFrom saref:Measurement . -:Humidifier rdfs:subClassOf _:genid186 . +### https://saref.etsi.org/saref4bldg/waterPressureMax +s4bldg:waterPressureMax rdf:type owl:ObjectProperty ; + rdfs:comment "Allowable water circuit working pressure range. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "water pressure range"@en . -_:genid186 a owl:Restriction ; - owl:onProperty :nominalMoistureGain ; - owl:allValuesFrom saref:Measurement . -:Humidifier rdfs:subClassOf _:genid187 . +### https://saref.etsi.org/saref4bldg/waterPressureMin +s4bldg:waterPressureMin rdf:type owl:ObjectProperty ; + rdfs:comment "Allowable water circuit working pressure range. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "water pressure range"@en . -_:genid187 a owl:Restriction ; - owl:onProperty :waterRequirement ; - owl:allValuesFrom saref:Measurement . -:Humidifier rdfs:subClassOf _:genid188 . +### https://saref.etsi.org/saref4bldg/waterRequirement +s4bldg:waterRequirement rdf:type owl:ObjectProperty ; + rdfs:comment "Make-up water requirement. Usually measured in m3/s."@en ; + rdfs:label "water requirement"@en . -_:genid188 a owl:Restriction ; - owl:onProperty :weight ; - owl:allValuesFrom saref:Measurement . -:Humidifier rdfs:subClassOf _:genid189 . +### https://saref.etsi.org/saref4bldg/waterStorageCapacity +s4bldg:waterStorageCapacity rdf:type owl:ObjectProperty ; + rdfs:comment "Water storage capacity. Usually measured in cubic metre (m3)."@en ; + rdfs:label "water storage capacity"@en . -_:genid189 a owl:Restriction ; - owl:onProperty :application ; - owl:allValuesFrom xsd:string . -:Humidifier rdfs:subClassOf _:genid190 . +### https://saref.etsi.org/saref4bldg/weight +s4bldg:weight rdf:type owl:ObjectProperty ; + rdfs:comment "The weight of the device. Usually measured in kilograms (kg) or grams (g)."@en ; + rdfs:label "weight"@en . -_:genid190 a owl:Restriction ; - owl:onProperty :internalControl ; - owl:allValuesFrom xsd:string . -:Humidifier 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Interceptor +### https://saref.etsi.org/saref4bldg/workingPressure +s4bldg:workingPressure rdf:type owl:ObjectProperty ; + rdfs:comment "The normally expected maximum working pressure of the valve. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "working pressure"@en . -:Interceptor a owl:Class ; - rdfs:subClassOf :FlowTreatmentDevice , _:genid191 . -_:genid191 a owl:Restriction ; - owl:onProperty :coverLength ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/workingPressureMax +s4bldg:workingPressureMax rdf:type owl:ObjectProperty ; + rdfs:comment "Maximum working pressure. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "maximum working pressure"@en . -:Interceptor rdfs:subClassOf _:genid192 . -_:genid192 a owl:Restriction ; - owl:onProperty :coverWidth ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/workingPressureMin +s4bldg:workingPressureMin rdf:type owl:ObjectProperty ; + rdfs:comment "Allowable minimum working pressure (relative to ambient pressure). Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "minimum working pressure"@en . -:Interceptor rdfs:subClassOf _:genid193 . -_:genid193 a owl:Restriction ; - owl:onProperty :inletConnectionSize ; - owl:allValuesFrom saref:Measurement . +################################################################# +# Data properties +################################################################# -:Interceptor rdfs:subClassOf _:genid194 . +### https://saref.etsi.org/core/hasTimestamp +saref:hasTimestamp rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:range xsd:dateTime ; + rdfs:comment "A relationship stating the timestamp of an entity (e.g. a measurement)."@en ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; + rdfs:label "has timestamp"@en . -_:genid194 a owl:Restriction ; - owl:onProperty :nominalBodyDepth ; - owl:allValuesFrom saref:Measurement . -:Interceptor rdfs:subClassOf _:genid195 . +### https://saref.etsi.org/core/hasValue +saref:hasValue rdf:type owl:DatatypeProperty ; + rdfs:comment "A relationship defining the value of a certain property, e.g., energy or power"@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "has value"@en . -_:genid195 a owl:Restriction ; - owl:onProperty :nominalBodyLength ; - owl:allValuesFrom saref:Measurement . -:Interceptor rdfs:subClassOf _:genid196 . +### https://saref.etsi.org/saref4bldg/accessType +s4bldg:accessType rdf:type owl:DatatypeProperty ; + 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 . -_:genid196 a owl:Restriction ; - owl:onProperty :nominalBodyWidth ; - owl:allValuesFrom saref:Measurement . -:Interceptor rdfs:subClassOf _:genid197 . +### https://saref.etsi.org/saref4bldg/application +s4bldg:application rdf:type owl:DatatypeProperty ; + 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 . -_:genid197 a owl:Restriction ; - owl:onProperty :outletConnectionSize ; - owl:allValuesFrom saref:Measurement . -:Interceptor rdfs:subClassOf _:genid198 . +### https://saref.etsi.org/saref4bldg/arrangement +s4bldg:arrangement rdf:type owl:DatatypeProperty ; + 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 . -_:genid198 a owl:Restriction ; - owl:onProperty :ventilatingPipeSize ; - owl:allValuesFrom saref:Measurement . -:Interceptor 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Lamp +### https://saref.etsi.org/saref4bldg/bladeAction +s4bldg:bladeAction rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Blade action."@en ; + rdfs:label "blade action"@en . -:Lamp a owl:Class ; - rdfs:subClassOf :FlowTerminal , _:genid199 . -_:genid199 a owl:Restriction ; - owl:onProperty :colorTemperature ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/bladeEdge +s4bldg:bladeEdge rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Blade edge."@en ; + rdfs:label "blade edge"@en . -:Lamp rdfs:subClassOf _:genid200 . -_:genid200 a owl:Restriction ; - owl:onProperty :contributedLuminousFlux ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/bladeShape +s4bldg:bladeShape rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Blade shape. Flat means triple V-groove."@en ; + rdfs:label "blade shape"@en . -:Lamp rdfs:subClassOf _:genid201 . -_:genid201 a owl:Restriction ; - owl:onProperty :lampMaintenanceFactor ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/capacityControl +s4bldg:capacityControl rdf:type owl:DatatypeProperty ; + 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 . -:Lamp rdfs:subClassOf _:genid202 . -_:genid202 a owl:Restriction ; - owl:onProperty :lightEmitterNominalPower ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/capacityControlType +s4bldg:capacityControlType rdf:type owl:DatatypeProperty ; + 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 . -:Lamp rdfs:subClassOf _:genid203 . -_:genid203 a owl:Restriction ; - owl:onProperty :spectrumMax ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/capacityPeople +s4bldg:capacityPeople rdf:type owl:DatatypeProperty ; + rdfs:range xsd:nonNegativeInteger ; + rdfs:comment "Capacity of the transportation element measured in numbers of person."@en ; + rdfs:label "capacity people"@en . -:Lamp rdfs:subClassOf _:genid204 . -_:genid204 a owl:Restriction ; - owl:onProperty :spectrumMin ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/circuitType +s4bldg:circuitType rdf:type owl:DatatypeProperty ; + 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 . -:Lamp rdfs:subClassOf _:genid205 . -_:genid205 a owl:Restriction ; - owl:onProperty :colorAppearance ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/colorAppearance +s4bldg:colorAppearance rdf:type owl:DatatypeProperty ; + 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 . -:Lamp rdfs:subClassOf _:genid206 . -_:genid206 a owl:Restriction ; - owl:onProperty :colorRenderingIndex ; - owl:allValuesFrom xsd:integer . +### https://saref.etsi.org/saref4bldg/colorRenderingIndex +s4bldg:colorRenderingIndex rdf:type owl:DatatypeProperty ; + 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 . -:Lamp rdfs:subClassOf _:genid207 . -_:genid207 a owl:Restriction ; - owl:onProperty :lampBallastType ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/controlStrategy +s4bldg:controlStrategy rdf:type owl:DatatypeProperty ; + 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 . -:Lamp rdfs:subClassOf _:genid208 . -_:genid208 a owl:Restriction ; - owl:onProperty :lampCompensationType ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/endShapeType +s4bldg:endShapeType rdf:type owl:DatatypeProperty ; + 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 . -:Lamp 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/MedicalDevice -:MedicalDevice a owl:Class ; - rdfs:subClassOf :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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Outlet +### https://saref.etsi.org/saref4bldg/energySource +s4bldg:energySource rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Enumeration defining the energy source or fuel cumbusted to generate heat."@en , + "The source of energy."@en ; + rdfs:label "energy source"@en . -:Outlet a owl:Class ; - rdfs:subClassOf :FlowTerminal , _:genid209 . -_:genid209 a owl:Restriction ; - owl:onProperty :isPluggableOutlet ; - owl:allValuesFrom xsd:boolean . +### https://saref.etsi.org/saref4bldg/evaporationCoolant +s4bldg:evaporationCoolant rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The fluid used for the coolant in the evaporator."@en ; + rdfs:label "evaporation coolant"@en . -:Outlet rdfs:subClassOf _:genid210 . -_:genid210 a owl:Restriction ; - owl:onProperty :numberOsSockets ; - owl:allValuesFrom xsd:integer . +### https://saref.etsi.org/saref4bldg/evaporationMediumType +s4bldg:evaporationMediumType rdf:type owl:DatatypeProperty ; + 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 . -:Outlet 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/PhysicalObject +### https://saref.etsi.org/saref4bldg/failPosition +s4bldg:failPosition rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Specifies the required fail-safe position of the actuator."@en ; + rdfs:label "fail position"@en . -:PhysicalObject a owl:Class ; - rdfs:subClassOf _:genid211 . -_:genid211 a owl:Restriction ; - owl:onProperty :contains ; - owl:allValuesFrom :PhysicalObject . +### https://saref.etsi.org/saref4bldg/finishColor +s4bldg:finishColor rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Finish color for cooled beam."@en ; + rdfs:label "finish color"@en . -:PhysicalObject rdfs:subClassOf _:genid212 . -_:genid212 a owl:Restriction ; - owl:onProperty :isContainedIn ; - owl:allValuesFrom _:genid213 . +### https://saref.etsi.org/saref4bldg/fireExit +s4bldg:fireExit rdf:type owl:DatatypeProperty ; + 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 . -_:genid213 a owl:Class ; - owl:unionOf _:genid215 . -_:genid215 a rdf:List ; - rdf:first :BuildingSpace ; - rdf:rest _:genid214 . +### https://saref.etsi.org/saref4bldg/flowArrangement +s4bldg:flowArrangement rdf:type owl:DatatypeProperty ; + 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 . -_:genid214 a rdf:List ; - rdf:first :PhysicalObject ; - rdf:rest rdf:nil . -:PhysicalObject rdfs:comment "Any Object that has a proper space region. (Definition extracted from DUL ontology)"@en ; - rdfs:label "Physical object"@en . -# -# https://saref.etsi.org/saref4bldg/ProtectiveDevice +### https://saref.etsi.org/saref4bldg/frameSize +s4bldg:frameSize rdf:type owl:DatatypeProperty ; + 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 . -:ProtectiveDevice a owl:Class ; - rdfs:subClassOf :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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/ProtectiveDeviceTrippingUnit +### https://saref.etsi.org/saref4bldg/frameType +s4bldg:frameType rdf:type owl:DatatypeProperty ; + 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 . -:ProtectiveDeviceTrippingUnit a owl:Class ; - rdfs:subClassOf :DistributionControlDevice , _:genid216 . -_:genid216 a owl:Restriction ; - owl:onProperty :limitingTerminalSize ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/hasDefrost +s4bldg:hasDefrost rdf:type owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Whether the heat exchanger has defrost function or not."@en ; + rdfs:label "has defrost"@en . -:ProtectiveDeviceTrippingUnit rdfs:subClassOf _:genid217 . -_:genid217 a owl:Restriction ; - owl:onProperty :standard ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/hasExteriorInsulation +s4bldg:hasExteriorInsulation rdf:type owl:DatatypeProperty ; + 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 . -:ProtectiveDeviceTrippingUnit 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Pump -:Pump a owl:Class ; - rdfs:subClassOf :FlowMovingDevice , _:genid218 . +### https://saref.etsi.org/saref4bldg/hasHotGasBypass +s4bldg:hasHotGasBypass rdf:type owl:DatatypeProperty ; + 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 . -_:genid218 a owl:Restriction ; - owl:onProperty :connectionSize ; - owl:allValuesFrom saref:Measurement . -:Pump rdfs:subClassOf _:genid219 . +### https://saref.etsi.org/saref4bldg/hasLock +s4bldg:hasLock rdf:type owl:DatatypeProperty ; + 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 . -_:genid219 a owl:Restriction ; - owl:onProperty :flowResistanceMax ; - owl:allValuesFrom saref:Measurement . -:Pump rdfs:subClassOf _:genid220 . +### https://saref.etsi.org/saref4bldg/hasPartWinding +s4bldg:hasPartWinding rdf:type owl:DatatypeProperty ; + 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 . -_:genid220 a owl:Restriction ; - owl:onProperty :flowResistanceMin ; - owl:allValuesFrom saref:Measurement . -:Pump rdfs:subClassOf _:genid221 . +### https://saref.etsi.org/saref4bldg/hasTurbulator +s4bldg:hasTurbulator rdf:type owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "TRUE if the tube has a turbulator, FALSE if it does not."@en ; + rdfs:label "has turbulator"@en . -_:genid221 a owl:Restriction ; - owl:onProperty :netPositiveSuctionHead ; - owl:allValuesFrom saref:Measurement . -:Pump rdfs:subClassOf _:genid222 . +### https://saref.etsi.org/saref4bldg/heatTransferDimension +s4bldg:heatTransferDimension rdf:type owl:DatatypeProperty ; + 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 . -_:genid222 a owl:Restriction ; - owl:onProperty :nomminalRotationSpeed ; - owl:allValuesFrom saref:Measurement . -:Pump rdfs:subClassOf _:genid223 . +### https://saref.etsi.org/saref4bldg/heatTransferMedium +s4bldg:heatTransferMedium rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Enumeration defining the heat transfer medium if applicable."@en ; + rdfs:label "heat transfer medium"@en . -_:genid223 a owl:Restriction ; - owl:onProperty :operationTemperatureMax ; - owl:allValuesFrom saref:Measurement . -:Pump rdfs:subClassOf _:genid224 . +### https://saref.etsi.org/saref4bldg/heatTransferTypeEnum +s4bldg:heatTransferTypeEnum rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Type of heat transfer between the two air streams."@en ; + rdfs:label "heat transfer type enum"@en . -_:genid224 a owl:Restriction ; - owl:onProperty :operationTemperatureMin ; - owl:allValuesFrom saref:Measurement . -:Pump rdfs:subClassOf _:genid225 . +### https://saref.etsi.org/saref4bldg/integratedLightingType +s4bldg:integratedLightingType rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Integrated lighting in cooled beam."@en ; + rdfs:label "integrated lighting type"@en . -_:genid225 a owl:Restriction ; - owl:onProperty :pumpFlowRateMax ; - owl:allValuesFrom saref:Measurement . -:Pump rdfs:subClassOf _:genid226 . +### https://saref.etsi.org/saref4bldg/internalControl +s4bldg:internalControl rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Internal modulation control."@en ; + rdfs:label "internal control"@en . -_:genid226 a owl:Restriction ; - owl:onProperty :pumpFlowRateMin ; - owl:allValuesFrom saref:Measurement . -:Pump 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/SanitaryTerminal +### https://saref.etsi.org/saref4bldg/isExternal +s4bldg:isExternal rdf:type owl:DatatypeProperty ; + 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 . -:SanitaryTerminal a owl:Class ; - rdfs:subClassOf :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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Sensor -:Sensor a owl:Class ; - rdfs:subClassOf :DistributionControlDevice , saref:Sensor ; - 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/ShadingDevice +### https://saref.etsi.org/saref4bldg/isFreeHanging +s4bldg:isFreeHanging rdf:type owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Is it free hanging type (not mounted in a false ceiling)?"@en ; + rdfs:label "is free hanging"@en . -:ShadingDevice a owl:Class ; - rdfs:subClassOf :BuildingDevice , _:genid227 . -_:genid227 a owl:Restriction ; - owl:onProperty :solarReflectance ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/isGuarded +s4bldg:isGuarded rdf:type owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indication of whether the motor enclosure is guarded (= TRUE) or not (= FALSE)."@en ; + rdfs:label "is guarded"@en . -:ShadingDevice rdfs:subClassOf _:genid228 . -_:genid228 a owl:Restriction ; - owl:onProperty :solarTransmittance ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/isIlluminated +s4bldg:isIlluminated rdf:type owl:DatatypeProperty ; + 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 . -:ShadingDevice rdfs:subClassOf _:genid229 . -_:genid229 a owl:Restriction ; - owl:onProperty :thermalTransmittance ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/isNeutralPrimaryTerminalAvailable +s4bldg:isNeutralPrimaryTerminalAvailable rdf:type owl:DatatypeProperty ; + 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 . -:ShadingDevice rdfs:subClassOf _:genid230 . -_:genid230 a owl:Restriction ; - owl:onProperty :visibleLightReflectance ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/isNeutralSecondaryTerminalAvailable +s4bldg:isNeutralSecondaryTerminalAvailable rdf:type owl:DatatypeProperty ; + 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 . -:ShadingDevice rdfs:subClassOf _:genid231 . -_:genid231 a owl:Restriction ; - owl:onProperty :visibleLightTransmittance ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/isPluggableOutlet +s4bldg:isPluggableOutlet rdf:type owl:DatatypeProperty ; + 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 . -:ShadingDevice rdfs:subClassOf _:genid232 . -_:genid232 a owl:Restriction ; - owl:onProperty :isExternal ; - owl:allValuesFrom xsd:boolean . +### https://saref.etsi.org/saref4bldg/isWaterStorageHeater +s4bldg:isWaterStorageHeater rdf:type owl:DatatypeProperty ; + 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 . -:ShadingDevice rdfs:subClassOf _:genid233 . -_:genid233 a owl:Restriction ; - owl:onProperty :mechanicalOperated ; - owl:allValuesFrom xsd:boolean . +### https://saref.etsi.org/saref4bldg/lampBallastType +s4bldg:lampBallastType rdf:type owl:DatatypeProperty ; + 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 . -:ShadingDevice rdfs:subClassOf _:genid234 . -_:genid234 a owl:Restriction ; - owl:onProperty :roughness ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/lampCompensationType +s4bldg:lampCompensationType rdf:type owl:DatatypeProperty ; + 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 . -:ShadingDevice rdfs:subClassOf _:genid235 . -_:genid235 a owl:Restriction ; - owl:onProperty :shadingDeviceType ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/legend +s4bldg:legend rdf:type owl:DatatypeProperty ; + 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 . -:ShadingDevice 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/SolarDevice -:SolarDevice a owl:Class ; - rdfs:subClassOf :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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/SpaceHeater +### https://saref.etsi.org/saref4bldg/manualOverride +s4bldg:manualOverride rdf:type owl:DatatypeProperty ; + 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 . -:SpaceHeater a owl:Class ; - rdfs:subClassOf :FlowTerminal , _:genid236 . -_:genid236 a owl:Restriction ; - owl:onProperty :bodyMass ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/mechanicalOperated +s4bldg:mechanicalOperated rdf:type owl:DatatypeProperty ; + 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 . -:SpaceHeater rdfs:subClassOf _:genid237 . -_:genid237 a owl:Restriction ; - owl:onProperty :outputCapacity ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/mediaSource +s4bldg:mediaSource rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Indicates media sources and corresponding names of ports (DistributionPort with FlowDirection=SINK and PredefinedType=AUDIOVISUAL) or aggregated audio/video components (AudioVisualAppliance)."@en ; + rdfs:label "media source"@en . -:SpaceHeater rdfs:subClassOf _:genid238 . -_:genid238 a owl:Restriction ; - owl:onProperty :thermalEfficiency ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/motorDriveType +s4bldg:motorDriveType rdf:type owl:DatatypeProperty ; + 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 . -:SpaceHeater rdfs:subClassOf _:genid239 . -_:genid239 a owl:Restriction ; - owl:onProperty :thermalMassHeatCapacity ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/motorEnclosureType +s4bldg:motorEnclosureType rdf:type owl:DatatypeProperty ; + 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 . -:SpaceHeater rdfs:subClassOf _:genid240 . -_:genid240 a owl:Restriction ; - owl:onProperty :energySource ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/numberOfBlades +s4bldg:numberOfBlades rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of blades."@en ; + rdfs:label "number of blades"@en . -:SpaceHeater rdfs:subClassOf _:genid241 . -_:genid241 a owl:Restriction ; - owl:onProperty :heatTransferDimension ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/numberOfCells +s4bldg:numberOfCells rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of cells in one cooling tower unit."@en ; + rdfs:label "number of cells"@en . -:SpaceHeater rdfs:subClassOf _:genid242 . -_:genid242 a owl:Restriction ; - owl:onProperty :heatTransferMedium ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/numberOfCircuits +s4bldg:numberOfCircuits rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of parallel fluid tube circuits."@en ; + rdfs:label "number of circuits"@en . -:SpaceHeater rdfs:subClassOf _:genid243 . -_:genid243 a owl:Restriction ; - owl:onProperty :numberOfPanels ; - owl:allValuesFrom xsd:integer . +### https://saref.etsi.org/saref4bldg/numberOfGangs +s4bldg:numberOfGangs rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of gangs/buttons on this switch."@en ; + rdfs:label "number of gangs"@en . -:SpaceHeater rdfs:subClassOf _:genid244 . -_:genid244 a owl:Restriction ; - owl:onProperty :numberOfSections ; - owl:allValuesFrom xsd:integer . +### https://saref.etsi.org/saref4bldg/numberOfPanels +s4bldg:numberOfPanels rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of panels."@en ; + rdfs:label "number of panels"@en . -:SpaceHeater rdfs:subClassOf _:genid245 . -_:genid245 a owl:Restriction ; - owl:onProperty :placementType ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/numberOfRows +s4bldg:numberOfRows rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of tube rows in the tube bundle assembly."@en ; + rdfs:label "number of rows"@en . -:SpaceHeater rdfs:subClassOf _:genid246 . -_:genid246 a owl:Restriction ; - owl:onProperty :temperatureClassification ; - owl:allValuesFrom xsd:string . +### https://saref.etsi.org/saref4bldg/numberOfSections +s4bldg:numberOfSections rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of sections used."@en ; + rdfs:label "number of sections"@en . -:SpaceHeater 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. -UnitaryEquipment should be used for packaged units supporting a combination of heating, cooling, and/or dehumidification; Coil should be used for coil-based floor heating."""@en ; - rdfs:label "Space heater"@en ; - rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSpaceHeater" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/SwitchingDevice +### https://saref.etsi.org/saref4bldg/numberOsSockets +s4bldg:numberOsSockets rdf:type owl:DatatypeProperty ; + 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 . -:SwitchingDevice a owl:Class ; - rdfs:subClassOf :FlowController , _:genid247 . -_:genid247 a owl:Restriction ; - owl:onProperty :hasLock ; - owl:allValuesFrom xsd:boolean . +### https://saref.etsi.org/saref4bldg/operatingMode +s4bldg:operatingMode rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Identifies the operating mode of the boiler."@en ; + rdfs:label "operating mode"@en . -:SwitchingDevice rdfs:subClassOf _:genid248 . -_:genid248 a owl:Restriction ; - owl:onProperty :isIlluminated ; - owl:allValuesFrom xsd:boolean . +### https://saref.etsi.org/saref4bldg/operation +s4bldg:operation rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The operational mechanism for the damper operation."@en ; + rdfs:label "operation"@en . -:SwitchingDevice rdfs:subClassOf _:genid249 . - -_:genid249 a owl:Restriction ; - owl:onProperty :legend ; - owl:allValuesFrom xsd:string . - -:SwitchingDevice rdfs:subClassOf _:genid250 . - -_:genid250 a owl:Restriction ; - owl:onProperty :numberOfGangs ; - owl:allValuesFrom xsd:integer . - -:SwitchingDevice rdfs:subClassOf _:genid251 . - -_:genid251 a owl:Restriction ; - owl:onProperty :switchFunction ; - owl:allValuesFrom xsd:string . - -:SwitchingDevice 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Tank -:Tank a owl:Class ; - rdfs:subClassOf :FlowStorageDevice , _:genid252 . +### https://saref.etsi.org/saref4bldg/orientation +s4bldg:orientation rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The intended orientation for the damper as specified by the manufacturer."@en ; + rdfs:label "orientation"@en . -_:genid252 a owl:Restriction ; - owl:onProperty :effectiveCapacity ; - owl:allValuesFrom saref:Measurement . -:Tank rdfs:subClassOf _:genid253 . +### https://saref.etsi.org/saref4bldg/patternType +s4bldg:patternType rdf:type owl:DatatypeProperty ; + 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 . -_:genid253 a owl:Restriction ; - owl:onProperty :firstCurvatureRadius ; - owl:allValuesFrom saref:Measurement . -:Tank rdfs:subClassOf _:genid254 . +### https://saref.etsi.org/saref4bldg/pipeConnectionEnum +s4bldg:pipeConnectionEnum rdf:type owl:DatatypeProperty ; + 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 . -_:genid254 a owl:Restriction ; - owl:onProperty :nominalDepth ; - owl:allValuesFrom saref:Measurement . -:Tank rdfs:subClassOf _:genid255 . +### https://saref.etsi.org/saref4bldg/placementType +s4bldg:placementType rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Indicates how the device is designed to be placed."@en ; + rdfs:label "placement type"@en . -_:genid255 a owl:Restriction ; - owl:onProperty :nominalLengthOrDiameter ; - owl:allValuesFrom saref:Measurement . -:Tank rdfs:subClassOf _:genid256 . +### https://saref.etsi.org/saref4bldg/powerSource +s4bldg:powerSource rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Type of power driving the compressor."@en ; + rdfs:label "power source"@en . -_:genid256 a owl:Restriction ; - owl:onProperty :nominalVolumetricCapacity ; - owl:allValuesFrom saref:Measurement . -:Tank rdfs:subClassOf _:genid257 . +### https://saref.etsi.org/saref4bldg/readOutType +s4bldg:readOutType rdf:type owl:DatatypeProperty ; + 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 . -_:genid257 a owl:Restriction ; - owl:onProperty :nominalWidthOrDiameter ; - owl:allValuesFrom saref:Measurement . -:Tank rdfs:subClassOf _:genid258 . +### https://saref.etsi.org/saref4bldg/refrigerantClass +s4bldg:refrigerantClass rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Refrigerant class used by the compressor. CFC: Chlorofluorocarbons. HCFC: Hydrochlorofluorocarbons. HFC: Hydrofluorocarbons."@en ; + rdfs:label "refrigerant class"@en . -_:genid258 a owl:Restriction ; - owl:onProperty :operatingWeight ; - owl:allValuesFrom saref:Measurement . -:Tank rdfs:subClassOf _:genid259 . +### https://saref.etsi.org/saref4bldg/remoteReading +s4bldg:remoteReading rdf:type owl:DatatypeProperty ; + 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 . -_:genid259 a owl:Restriction ; - owl:onProperty :secondCurvatureRadius ; - owl:allValuesFrom saref:Measurement . -:Tank rdfs:subClassOf _:genid260 . +### https://saref.etsi.org/saref4bldg/roughness +s4bldg:roughness rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "A measure of the vertical deviations of the surface."@en ; + rdfs:label "roughness"@en . -_:genid260 a owl:Restriction ; - owl:onProperty :accessType ; - owl:allValuesFrom xsd:string . -:Tank rdfs:subClassOf _:genid261 . +### https://saref.etsi.org/saref4bldg/secondaryCurrentType +s4bldg:secondaryCurrentType rdf:type owl:DatatypeProperty ; + 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 . -_:genid261 a owl:Restriction ; - owl:onProperty :endShapeType ; - owl:allValuesFrom xsd:string . -:Tank rdfs:subClassOf _:genid262 . +### https://saref.etsi.org/saref4bldg/shadingDeviceType +s4bldg:shadingDeviceType rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Specifies the type of shading device."@en ; + rdfs:label "shading device type"@en . -_:genid262 a owl:Restriction ; - owl:onProperty :numberOfSections ; - owl:allValuesFrom xsd:integer . -:Tank rdfs:subClassOf _:genid263 . +### https://saref.etsi.org/saref4bldg/sprayType +s4bldg:sprayType rdf:type owl:DatatypeProperty ; + 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 . -_:genid263 a owl:Restriction ; - owl:onProperty :patternType ; - owl:allValuesFrom xsd:string . -:Tank rdfs:subClassOf _:genid264 . +### https://saref.etsi.org/saref4bldg/standard +s4bldg:standard rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The designation of the standard applicable for the definition of the characteristics of the unit."@en ; + rdfs:label "standard"@en . -_:genid264 a owl:Restriction ; - owl:onProperty :storageType ; - owl:allValuesFrom xsd:string . -:Tank 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Transformer +### https://saref.etsi.org/saref4bldg/storageType +s4bldg:storageType rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Defines the general material category intended to be stored."@en ; + rdfs:label "storage type"@en . -:Transformer a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid265 . -_:genid265 a owl:Restriction ; - owl:onProperty :apparentPowerMax ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/switchFunction +s4bldg:switchFunction rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Indicates types of switches which differs in functionality."@en ; + rdfs:label "switch function"@en . -:Transformer rdfs:subClassOf _:genid266 . -_:genid266 a owl:Restriction ; - owl:onProperty :imaginaryImpedanceRatio ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/temperatureClassification +s4bldg:temperatureClassification rdf:type owl:DatatypeProperty ; + 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 . -:Transformer rdfs:subClassOf _:genid267 . -_:genid267 a owl:Restriction ; - owl:onProperty :primaryApparentPower ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/transformerVectorGroup +s4bldg:transformerVectorGroup rdf:type owl:DatatypeProperty ; + 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 . -:Transformer rdfs:subClassOf _:genid268 . -_:genid268 a owl:Restriction ; - owl:onProperty :primaryCurrent ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/valveMechanism +s4bldg:valveMechanism rdf:type owl:DatatypeProperty ; + 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 . + -:Transformer rdfs:subClassOf _:genid269 . - -_:genid269 a owl:Restriction ; - owl:onProperty :primaryFrequency ; - owl:allValuesFrom saref:Measurement . - -:Transformer rdfs:subClassOf _:genid270 . - -_:genid270 a owl:Restriction ; - owl:onProperty :primaryVoltage ; - owl:allValuesFrom saref:Measurement . - -:Transformer rdfs:subClassOf _:genid271 . +### https://saref.etsi.org/saref4bldg/valveOperation +s4bldg:valveOperation rdf:type owl:DatatypeProperty ; + 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 . + + +### https://saref.etsi.org/saref4bldg/valvePattern +s4bldg:valvePattern rdf:type owl:DatatypeProperty ; + 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 . + + +### https://saref.etsi.org/saref4bldg/waterFlowControlSystemType +s4bldg:waterFlowControlSystemType rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Factory fitted waterflow control system."@en ; + rdfs:label "water flow control system type"@en . + + +################################################################# +# Classes +################################################################# + +### https://saref.etsi.org/core/Actuator +saref:Actuator rdf:type owl:Class ; + rdfs:comment "A device responsible for moving or controlling a mechanism or system"@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "Actuator"@en . + + +### https://saref.etsi.org/core/Device +saref:Device rdf:type owl:Class ; + rdfs:subClassOf s4bldg:PhysicalObject ; + rdfs:comment "A tangible object designed to accomplish a particular task in households, common public buildings or offices. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs the start and stop function."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "Device"@en . + + +### https://saref.etsi.org/core/Measurement +saref:Measurement rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:isMeasuredIn ; + owl:allValuesFrom saref:UnitOfMeasure + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:relatesToProperty ; + owl:allValuesFrom saref:Property + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isMeasuredIn ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:UnitOfMeasure + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:relatesToProperty ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Property + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasTimestamp ; + owl:allValuesFrom xsd:dateTime + ] ; + owl:disjointWith saref:Property , + saref:UnitOfMeasure ; + rdfs:comment "Represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement."@en ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; + rdfs:label "Measurement"@en . + + +### https://saref.etsi.org/core/Property +saref:Property rdf:type owl:Class ; + owl:disjointWith saref:UnitOfMeasure ; + rdfs:comment "An aspect of an entity that can be observable by a sensor."@en ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; + rdfs:label "Property"@en . + + +### https://saref.etsi.org/core/Sensor +saref:Sensor rdf:type owl:Class ; + rdfs:comment """A device that detects and responds to events or changes in the physical environment such as light, motion, or temperature changes. +A device that has category saref:Sensor and performs a saref:SensingFunction."""@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "Sensor"@en . + + +### https://saref.etsi.org/core/UnitOfMeasure +saref:UnitOfMeasure rdf:type owl:Class ; + rdfs:comment "The unit of measure is a standard for measurement of a quantity, such as a Property. For example, Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \"watt\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of the Smart Appliances ontology, but this list can be extended."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "Unit of measure"@en . + + +### https://saref.etsi.org/saref4bldg/Actuator +s4bldg:Actuator rdf:type owl:Class ; + rdfs:subClassOf saref:Actuator , + s4bldg:DistributionControlDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:failPosition ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:manualOverride ; + owl:allValuesFrom xsd:boolean + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/AirToAirHeatRecovery +s4bldg:AirToAirHeatRecovery rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:primaryAirFlowRateMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:primaryAirFlowRateMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:secondaryAirFlowRateMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:secondaryAirFlowRateMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:hasDefrost ; + owl:allValuesFrom xsd:boolean + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:heatTransferTypeEnum ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Alarm +s4bldg:Alarm rdf:type owl:Class ; + rdfs:subClassOf s4bldg: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. -_:genid271 a owl:Restriction ; - owl:onProperty :realImpedanceRatio ; - owl:allValuesFrom saref:Measurement . +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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/AudioVisualAppliance +s4bldg:AudioVisualAppliance rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowTerminal , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:audioVolume ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:mediaSource ; + owl:allValuesFrom xsd:string + ] ; + rdfs:comment """An audio-visual appliance is a device that displays, captures, transmits, or receives audio or video. -:Transformer rdfs:subClassOf _:genid272 . +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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Boiler +s4bldg:Boiler rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:heatTransferSurfaceArea ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalEnergyConsumption ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalPartLoadRatio ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:outletTemperatureMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:outletTemperatureMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:pressureRating ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:waterInletTemperatureMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:waterInletTemperatureMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:waterStorageCapacity ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:energySource ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:isWaterStorageHeater ; + owl:allValuesFrom xsd:boolean + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operatingMode ; + owl:allValuesFrom xsd:string + ] ; + 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."@en ; + rdfs:label "Boiler"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcBoiler" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Building +s4bldg:Building rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:hasSpace ; + owl:allValuesFrom s4bldg:BuildingSpace + ] ; + rdfs:comment "A building represents a structure that provides shelter for its occupants or contents and stands in one place. The building is also used to provide a basic element within the spatial structure hierarchy for the components of a building project (together with site, storey, and space)."@en ; + rdfs:label "Building"@en ; + rdfs:seeAlso ; + prov:hadPrimarySource . + + +### https://saref.etsi.org/saref4bldg/BuildingDevice +s4bldg:BuildingDevice rdf:type owl:Class ; + rdfs:subClassOf saref:Device , + s4bldg:BuildingObject ; + rdfs:comment "A tangible object designed to accomplish a particular task in a building."@en ; + rdfs:label "Building device"@en . + + +### https://saref.etsi.org/saref4bldg/BuildingObject +s4bldg:BuildingObject rdf:type owl:Class ; + rdfs:subClassOf s4bldg:PhysicalObject ; + rdfs:comment "An object in the building that can be controlled by devices, such as a door or a window that can be automatically opened or closed by an actuator. (Definition taken from SAREF 1.0)"@en ; + rdfs:label "Building object"@en . + + +### https://saref.etsi.org/saref4bldg/BuildingSpace +s4bldg:BuildingSpace rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:contains ; + owl:allValuesFrom s4bldg:PhysicalObject + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:hasSpace ; + owl:allValuesFrom s4bldg:BuildingSpace + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:isSpaceOf ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( s4bldg:Building + s4bldg:BuildingSpace + ) + ] + ] ; + rdfs:comment "An entity used to define the physical spaces of the building. A building space contains devices or building objects."@en ; + rdfs:label "Building space"@en . + + +### https://saref.etsi.org/saref4bldg/Burner +s4bldg:Burner rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:energySource ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Chiller +s4bldg:Chiller rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalCapacity ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalCondensingTemperature ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalEfficiency ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalEvaporatingTemmperature ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalHeatRejectionRate ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalPowerConsumption ; + owl:allValuesFrom saref:Measurement + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Coil +s4bldg:Coil rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:airFlowRateMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:airFlowRateMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalLatentCapacity ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalSensibleCapacity ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalUa ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:placementType ; + owl:allValuesFrom xsd:string + ] ; + 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. -_:genid272 a owl:Restriction ; - owl:onProperty :secondaryApparentPower ; - owl:allValuesFrom saref:Measurement . +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" ; + prov:hadPrimarySource , + . -:Transformer rdfs:subClassOf _:genid273 . -_:genid273 a owl:Restriction ; - owl:onProperty :secondaryCurrent ; - owl:allValuesFrom saref:Measurement . +### https://saref.etsi.org/saref4bldg/CommunicationAppliance +s4bldg:CommunicationAppliance rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowTerminal ; + rdfs:comment """A communications appliance transmits and receives electronic or digital information as data or sound. -:Transformer rdfs:subClassOf _:genid274 . +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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Compressor +s4bldg:Compressor rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowMovingDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:compressorSpeed ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:idealCapacity ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:idealShaftPower ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:impellerDiameter ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalCapacity ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:partLoadRatioMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:partLoadRatioMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:hasHotGasBypass ; + owl:allValuesFrom xsd:boolean + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:powerSource ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:refrigerantClass ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Condenser +s4bldg:Condenser rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:externalSurfaceArea ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:internalRefrigerantVolume ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:internalSurfaceArea ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:internalWaterVolume ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalHeatTransferArea ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalHeatTransferCoefficient ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:refrigerantClass ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Controller +s4bldg:Controller rdf:type owl:Class ; + rdfs:subClassOf s4bldg:DistributionControlDevice ; + rdfs:comment """A controller is a device that monitors inputs and controls outputs within a building automation system. -_:genid274 a owl:Restriction ; - owl:onProperty :secondaryFrequency ; - owl:allValuesFrom saref:Measurement . +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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/CooledBeam +s4bldg:CooledBeam rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:coilLength ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:coilWidth ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalCoolingCapacity ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalHeatingCapacity ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalReturnWaterTemperatureCooling ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalReturnWaterTemperatureHeating ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalSorroundingHumidityCooling ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalSorroundingTemperatureCooling ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalSorroundingTemperatureHeating ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalSupplyWaterTemperatureCooling ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalSupplyWaterTemperatureHeating ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalWaterFlowCooling ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalWaterFlowHeating ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:waterPressureMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:waterPressureMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:finishColor ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:integratedLightingType ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:isFreeHanging ; + owl:allValuesFrom xsd:boolean + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:pipeConnectionEnum ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:waterFlowControlSystemType ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/CoolingTower +s4bldg:CoolingTower rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:ambientDesignDryBulbTemperature ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:ambientDesignWetBulbTemperature ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:basinReserveVolume ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:liftElevationDifference ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalCapacity ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:waterRequirement ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:capacityControl ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:circuitType ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:controlStrategy ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:flowArrangement ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:numberOfCells ; + owl:allValuesFrom xsd:integer + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:sprayType ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Damper +s4bldg:Damper rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowController , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:airFlowRateMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:bladeThickness ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:closeOffRating ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:faceArea ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:frameDepth ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:frameThickness ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:leakageFullyClosed ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalAirFlowRate ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:openPressureDrop ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:temperatureRating ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:workingPressureMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:bladeAction ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:bladeEdge ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:bladeShape ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:frameType ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:numberOfBlades ; + owl:allValuesFrom xsd:integer + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operation ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:orientation ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/DistributionControlDevice +s4bldg:DistributionControlDevice rdf:type owl:Class ; + rdfs:subClassOf s4bldg:DistributionDevice ; + rdfs:comment "Represents devices of a building automation control system that are used to impart control over elements of a distribution system. (Definition adapated from http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcdistributioncontrolelement.htm)"@en ; + rdfs:label "Distribution control device"@en . + + +### https://saref.etsi.org/saref4bldg/DistributionDevice +s4bldg:DistributionDevice rdf:type owl:Class ; + rdfs:subClassOf s4bldg:BuildingDevice ; + rdfs:comment "Generalization of all devices that participate in a distribution system. (Definition adapated from http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcproductextension/lexical/ifcdistributionelement.htm)"@en ; + rdfs:label "Distribution device"@en . + + +### https://saref.etsi.org/saref4bldg/DistributionFlowDevice +s4bldg:DistributionFlowDevice rdf:type owl:Class ; + rdfs:subClassOf s4bldg:DistributionDevice ; + rdfs:comment "Represents devices of a distribution system that facilitate the distribution of energy or matter, such as air, water or power. (Definition adapated from http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcdistributionflowelement.htm)"@en ; + rdfs:label "DistributionFlowDevice"@en . + + +### https://saref.etsi.org/saref4bldg/DuctSilencer +s4bldg:DuctSilencer rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowTreatmentDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:airFlowRateMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:airFlowRateMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:hydraulicDiameter ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:length ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:weight ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:workingPressureMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:workingPressureMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:hasExteriorInsulation ; + owl:allValuesFrom xsd:boolean + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/ElectricAppliance +s4bldg:ElectricAppliance rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowTerminal ; + rdfs:comment """An electric appliance is a device intended for consumer usage that is powered by electricity. -:Transformer rdfs:subClassOf _:genid275 . +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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/ElectricFlowStorageDevice +s4bldg:ElectricFlowStorageDevice rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowStorageDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalFrequency ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalSupplyVoltage ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalSupplyVoltageMin ; + owl:allValuesFrom saref:Measurement + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/ElectricGenerator +s4bldg:ElectricGenerator rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:electricGeneratorEfficiency ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:powerOutputMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:startCurrentFactor ; + owl:allValuesFrom saref:Measurement + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/ElectricMotor +s4bldg:ElectricMotor rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:electricMotorEfficiency ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:lockedRotorCurrent ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:powerOutputMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:startCurrentFactor ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:startingTime ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:teTime ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:frameSize ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:hasPartWinding ; + owl:allValuesFrom xsd:boolean + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:isGuarded ; + owl:allValuesFrom xsd:boolean + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:motorEnclosureType ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/ElectricTimeControl +s4bldg:ElectricTimeControl rdf:type owl:Class ; + rdfs:subClassOf s4bldg: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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/EnergyConversionDevice +s4bldg:EnergyConversionDevice rdf:type owl:Class ; + rdfs:subClassOf s4bldg:DistributionFlowDevice ; + rdfs:comment "The distribution flow element EnergyConversionDevice defines the occurrence of a device used to perform energy conversion or heat transfer and typically participates in a flow distribution system."@en ; + rdfs:label "Energy conversion device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEnergyConversionDevice" ; + prov:hadPrimarySource . + + +### https://saref.etsi.org/saref4bldg/Engine +s4bldg:Engine rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:energySource ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/EvaporativeCooler +s4bldg:EvaporativeCooler rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:heatExchangeArea ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:waterRequirement ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:flowArrangement ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Evaporator +s4bldg:Evaporator rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:externalSurfaceArea ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:internalRefrigerantVolume ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:internalSurfaceArea ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:internalWaterVolume ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalHeatTransferArea ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalHeatTransferCoefficient ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:evaporationCoolant ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:evaporationMediumType ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:refrigerantClass ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Fan +s4bldg:Fan rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowMovingDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalAirFlowRate ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalPowerRate ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalRotationSpeed ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalStaticPressure ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalTotalPressure ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationalRiterial ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:capacityControlType ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:motorDriveType ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Filter +s4bldg:Filter rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowTreatmentDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:finalResistance ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:fluidFlowRateMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:fluidFlowRateMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:initialResistance ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalFilterFaceVelocity ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalFlowRate ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalMediaSurfaceVelocity ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalParticleGeometricMeanDiameter ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalParticleGeometricStandardDeviation ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalPressureDrop ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:weight ; + owl:allValuesFrom saref:Measurement + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/FireSuppressionTerminal +s4bldg:FireSuppressionTerminal rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowTerminal ; + rdfs:comment """A fire suppression terminal has the purpose of delivering a fluid (gas or liquid) that will suppress a fire. -_:genid275 a owl:Restriction ; - owl:onProperty :secondaryVoltage ; - owl:allValuesFrom saref:Measurement . +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" ; + prov:hadPrimarySource , + . -:Transformer rdfs:subClassOf _:genid276 . -_:genid276 a owl:Restriction ; - owl:onProperty :isNeutralPrimaryTerminalAvailable ; - owl:allValuesFrom xsd:boolean . +### https://saref.etsi.org/saref4bldg/FlowController +s4bldg:FlowController rdf:type owl:Class ; + rdfs:subClassOf s4bldg:DistributionFlowDevice ; + rdfs:comment "The distribution flow element FlowController 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."@en ; + rdfs:label "Flow controller"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowController" ; + prov:hadPrimarySource . -:Transformer rdfs:subClassOf _:genid277 . -_:genid277 a owl:Restriction ; - owl:onProperty :isNeutralSecondaryTerminalAvailable ; - owl:allValuesFrom xsd:boolean . +### https://saref.etsi.org/saref4bldg/FlowInstrument +s4bldg:FlowInstrument rdf:type owl:Class ; + rdfs:subClassOf s4bldg: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. -:Transformer rdfs:subClassOf _:genid278 . +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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/FlowMeter +s4bldg:FlowMeter rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowController , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:readOutType ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:remoteReading ; + owl:allValuesFrom xsd:boolean + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/FlowMovingDevice +s4bldg:FlowMovingDevice rdf:type owl:Class ; + rdfs:subClassOf s4bldg:DistributionFlowDevice ; + rdfs:comment "The distribution flow element FlowMovingDevice 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."@en ; + rdfs:label "Flow moving device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowMovingDevice" ; + prov:hadPrimarySource . + + +### https://saref.etsi.org/saref4bldg/FlowStorageDevice +s4bldg:FlowStorageDevice rdf:type owl:Class ; + rdfs:subClassOf s4bldg:DistributionFlowDevice ; + rdfs:comment "The distribution flow element FlowStorageDevice defines the occurrence of a device that participates in a distribution system and is used for temporary storage (such as a tank)."@en ; + rdfs:label "Flow storage device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowStorageDevice" ; + prov:hadPrimarySource . + + +### https://saref.etsi.org/saref4bldg/FlowTerminal +s4bldg:FlowTerminal rdf:type owl:Class ; + rdfs:subClassOf s4bldg:DistributionFlowDevice ; + rdfs:comment "The distribution flow element FlowTerminal 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."@en ; + rdfs:label "Flow terminal"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowTerminal" ; + prov:hadPrimarySource . + + +### https://saref.etsi.org/saref4bldg/FlowTreatmentDevice +s4bldg:FlowTreatmentDevice rdf:type owl:Class ; + rdfs:subClassOf s4bldg:DistributionFlowDevice ; + rdfs:comment "The distribution flow element FlowTreatmentDevice 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."@en ; + rdfs:label "Flow treatment device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowTreatmentDevice" ; + prov:hadPrimarySource . + + +### https://saref.etsi.org/saref4bldg/HeatExchanger +s4bldg:HeatExchanger rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:arrangement ; + owl:allValuesFrom xsd:string + ] ; + 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. HeatExchanger is commonly used on water-side distribution systems to recover energy from a liquid to another liquid (typically water-based), whereas AirToAirHeatRecovery 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Humidifier +s4bldg:Humidifier rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalAirFlowRate ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalMoistureGain ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:waterRequirement ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:weight ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:application ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:internalControl ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Interceptor +s4bldg:Interceptor rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowTreatmentDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:coverLength ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:coverWidth ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:inletConnectionSize ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalBodyDepth ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalBodyLength ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalBodyWidth ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:outletConnectionSize ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:ventilatingPipeSize ; + owl:allValuesFrom saref:Measurement + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Lamp +s4bldg:Lamp rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowTerminal , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:colorTemperature ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:contributedLuminousFlux ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:lampMaintenanceFactor ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:lightEmitterNominalPower ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:spectrumMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:spectrumMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:colorAppearance ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:colorRenderingIndex ; + owl:allValuesFrom xsd:integer + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:lampBallastType ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:lampCompensationType ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/MedicalDevice +s4bldg:MedicalDevice rdf:type owl:Class ; + rdfs:subClassOf s4bldg: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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Outlet +s4bldg:Outlet rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowTerminal , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:isPluggableOutlet ; + owl:allValuesFrom xsd:boolean + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:numberOsSockets ; + owl:allValuesFrom xsd:integer + ] ; + rdfs:comment """An outlet is a device installed at a point to receive one or more inserted plugs for electrical power or communications. -_:genid278 a owl:Restriction ; - owl:onProperty :secondaryCurrentType ; - owl:allValuesFrom xsd:string . +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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/PhysicalObject +s4bldg:PhysicalObject rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:contains ; + owl:allValuesFrom s4bldg:PhysicalObject + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:isContainedIn ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( s4bldg:BuildingSpace + s4bldg:PhysicalObject + ) + ] + ] ; + rdfs:comment "Any Object that has a proper space region. (Definition extracted from DUL ontology)"@en ; + rdfs:label "Physical object"@en . + + +### https://saref.etsi.org/saref4bldg/ProtectiveDevice +s4bldg:ProtectiveDevice rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowController ; + rdfs:comment """A protective device breaks an electrical circuit when a stated electric current that passes through it is exceeded. -:Transformer rdfs:subClassOf _:genid279 . +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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/ProtectiveDeviceTrippingUnit +s4bldg:ProtectiveDeviceTrippingUnit rdf:type owl:Class ; + rdfs:subClassOf s4bldg:DistributionControlDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:limitingTerminalSize ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:standard ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Pump +s4bldg:Pump rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowMovingDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:connectionSize ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:flowResistanceMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:flowResistanceMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:netPositiveSuctionHead ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalRotationSpeed ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operationTemperatureMin ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:pumpFlowRateMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:pumpFlowRateMin ; + owl:allValuesFrom saref:Measurement + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/SanitaryTerminal +s4bldg:SanitaryTerminal rdf:type owl:Class ; + rdfs:subClassOf s4bldg: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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Sensor +s4bldg:Sensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor , + s4bldg: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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/ShadingDevice +s4bldg:ShadingDevice rdf:type owl:Class ; + rdfs:subClassOf s4bldg:BuildingDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:solarReflectance ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:solarTransmittance ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:thermalTransmittance ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:visibleLightReflectance ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:visibleLightTransmittance ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:isExternal ; + owl:allValuesFrom xsd:boolean + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:mechanicalOperated ; + owl:allValuesFrom xsd:boolean + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:roughness ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:shadingDeviceType ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/SolarDevice +s4bldg:SolarDevice rdf:type owl:Class ; + rdfs:subClassOf s4bldg: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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/SpaceHeater +s4bldg:SpaceHeater rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowTerminal , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:bodyMass ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:outputCapacity ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:thermalEfficiency ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:thermalMassHeatCapacity ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:energySource ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:heatTransferDimension ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:heatTransferMedium ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:numberOfPanels ; + owl:allValuesFrom xsd:integer + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:numberOfSections ; + owl:allValuesFrom xsd:integer + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:placementType ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:temperatureClassification ; + owl:allValuesFrom xsd:string + ] ; + 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. -_:genid279 a owl:Restriction ; - owl:onProperty :transformerVectorGroup ; - owl:allValuesFrom xsd:string . +UnitaryEquipment should be used for packaged units supporting a combination of heating, cooling, and/or dehumidification; Coil should be used for coil-based floor heating."""@en ; + rdfs:label "Space heater"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSpaceHeater" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/SwitchingDevice +s4bldg:SwitchingDevice rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowController , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:hasLock ; + owl:allValuesFrom xsd:boolean + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:isIlluminated ; + owl:allValuesFrom xsd:boolean + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:legend ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:numberOfGangs ; + owl:allValuesFrom xsd:integer + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:switchFunction ; + owl:allValuesFrom xsd:string + ] ; + rdfs:comment """A switch is used in a cable distribution system (electrical circuit) to control or modulate the flow of electricity. -:Transformer rdfs:comment """A transformer is an inductive stationary device that transfers electrical energy from one circuit to another. +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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Tank +s4bldg:Tank rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowStorageDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:effectiveCapacity ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:firstCurvatureRadius ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalDepth ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalLengthOrDiameter ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalVolumetricCapacity ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalWidthOrDiameter ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:operatingWeight ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:secondCurvatureRadius ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:accessType ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:endShapeType ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:numberOfSections ; + owl:allValuesFrom xsd:integer + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:patternType ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:storageType ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Transformer +s4bldg:Transformer rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:apparentPowerMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:imaginaryImpedanceRatio ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:primaryApparentPower ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:primaryCurrent ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:primaryFrequency ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:primaryVoltage ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:realImpedanceRatio ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:secondaryApparentPower ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:secondaryCurrent ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:secondaryFrequency ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:secondaryVoltage ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:isNeutralPrimaryTerminalAvailable ; + owl:allValuesFrom xsd:boolean + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:isNeutralSecondaryTerminalAvailable ; + owl:allValuesFrom xsd:boolean + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:secondaryCurrentType ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:transformerVectorGroup ; + owl:allValuesFrom xsd:string + ] ; + rdfs:comment """A transformer is an inductive stationary device that transfers electrical energy from one circuit to another. Transformer is used to transform electric power; conversion of electric signals for other purposes is handled at other entities: Controller converts arbitrary signals, AudioVisualAppliance converts signals for audio or video streams, and CommunicationsAppliance converts signals for data or other communications usage."""@en ; - rdfs:label "Transformer"@en ; - rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTransformer" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/TransportElement - -:TransportElement a owl:Class ; - rdfs:subClassOf saref:Device , _:genid280 . - -_:genid280 a owl:Restriction ; - owl:onProperty :capacityWeight ; - owl:allValuesFrom saref:Measurement . - -:TransportElement rdfs:subClassOf _:genid281 . - -_:genid281 a owl:Restriction ; - owl:onProperty :capacityPeople ; - owl:allValuesFrom xsd:positiveInteger . - -:TransportElement rdfs:subClassOf _:genid282 . - -_:genid282 a owl:Restriction ; - owl:onProperty :fireExit ; - owl:allValuesFrom xsd:boolean . - -:TransportElement 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 TransportElement defines the occurrence of a transport element. "@en ; - rdfs:label "Transport element"@en ; - rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTransportElement" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/TubeBundle - -:TubeBundle a owl:Class ; - rdfs:subClassOf :EnergyConversionDevice , _:genid283 . - -_:genid283 a owl:Restriction ; - owl:onProperty :foulingFactor ; - owl:allValuesFrom saref:Measurement . - -:TubeBundle rdfs:subClassOf _:genid284 . - -_:genid284 a owl:Restriction ; - owl:onProperty :horizontalSpacing ; - owl:allValuesFrom saref:Measurement . - -:TubeBundle rdfs:subClassOf _:genid285 . - -_:genid285 a owl:Restriction ; - owl:onProperty :inLineRowSpacing ; - owl:allValuesFrom saref:Measurement . - -:TubeBundle rdfs:subClassOf _:genid286 . - -_:genid286 a owl:Restriction ; - owl:onProperty :insideDiameter ; - owl:allValuesFrom saref:Measurement . - -:TubeBundle rdfs:subClassOf _:genid287 . - -_:genid287 a owl:Restriction ; - owl:onProperty :length ; - owl:allValuesFrom saref:Measurement . - -:TubeBundle rdfs:subClassOf _:genid288 . - -_:genid288 a owl:Restriction ; - owl:onProperty :nominalDiameter ; - owl:allValuesFrom saref:Measurement . - -:TubeBundle rdfs:subClassOf _:genid289 . - -_:genid289 a owl:Restriction ; - owl:onProperty :outsideDiameter ; - owl:allValuesFrom saref:Measurement . - -:TubeBundle rdfs:subClassOf _:genid290 . - -_:genid290 a owl:Restriction ; - owl:onProperty :staggeredRowSpacing ; - owl:allValuesFrom saref:Measurement . - -:TubeBundle rdfs:subClassOf _:genid291 . - -_:genid291 a owl:Restriction ; - owl:onProperty :thermalConductivity ; - owl:allValuesFrom saref:Measurement . - -:TubeBundle rdfs:subClassOf _:genid292 . - -_:genid292 a owl:Restriction ; - owl:onProperty :verticalSpacing ; - owl:allValuesFrom saref:Measurement . - -:TubeBundle rdfs:subClassOf _:genid293 . - -_:genid293 a owl:Restriction ; - owl:onProperty :volumen ; - owl:allValuesFrom saref:Measurement . - -:TubeBundle rdfs:subClassOf _:genid294 . - -_:genid294 a owl:Restriction ; - owl:onProperty :hasTurbulator ; - owl:allValuesFrom xsd:boolean . - -:TubeBundle rdfs:subClassOf _:genid295 . - -_:genid295 a owl:Restriction ; - owl:onProperty :numberOfCircuits ; - owl:allValuesFrom xsd:integer . - -:TubeBundle rdfs:subClassOf _:genid296 . - -_:genid296 a owl:Restriction ; - owl:onProperty :numberOfRows ; - owl:allValuesFrom xsd:integer . - -:TubeBundle 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/UnitaryControlElement - -:UnitaryControlElement a owl:Class ; - rdfs:subClassOf :DistributionControlDevice ; - rdfs:comment """A unitary control element combines a number of control components into a single product, such as a thermostat or humidistat. + rdfs:label "Transformer"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTransformer" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/TransportElement +s4bldg:TransportElement rdf:type owl:Class ; + rdfs:subClassOf saref:Device , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:capacityWeight ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:capacityPeople ; + owl:allValuesFrom xsd:positiveInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:fireExit ; + owl:allValuesFrom xsd:boolean + ] ; + 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 TransportElement defines the occurrence of a transport element. "@en ; + rdfs:label "Transport element"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTransportElement" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/TubeBundle +s4bldg:TubeBundle rdf:type owl:Class ; + rdfs:subClassOf s4bldg:EnergyConversionDevice , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:foulingFactor ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:horizontalSpacing ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:inLineRowSpacing ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:insideDiameter ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:length ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:nominalDiameter ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:outsideDiameter ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:staggeredRowSpacing ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:thermalConductivity ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:verticalSpacing ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:volumen ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:hasTurbulator ; + owl:allValuesFrom xsd:boolean + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:numberOfCircuits ; + owl:allValuesFrom xsd:integer + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:numberOfRows ; + owl:allValuesFrom xsd:integer + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/UnitaryControlElement +s4bldg:UnitaryControlElement rdf:type owl:Class ; + rdfs:subClassOf s4bldg: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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/Valve - -:Valve a owl:Class ; - rdfs:subClassOf :FlowController , _:genid297 . - -_:genid297 a owl:Restriction ; - owl:onProperty :closeOffRating ; - owl:allValuesFrom saref:Measurement . - -:Valve rdfs:subClassOf _:genid298 . - -_:genid298 a owl:Restriction ; - owl:onProperty :flowCoefficient ; - owl:allValuesFrom saref:Measurement . - -:Valve rdfs:subClassOf _:genid299 . - -_:genid299 a owl:Restriction ; - owl:onProperty :size ; - owl:allValuesFrom saref:Measurement . - -:Valve rdfs:subClassOf _:genid300 . - -_:genid300 a owl:Restriction ; - owl:onProperty :testPressure ; - owl:allValuesFrom saref:Measurement . - -:Valve rdfs:subClassOf _:genid301 . - -_:genid301 a owl:Restriction ; - owl:onProperty :workingPressure ; - owl:allValuesFrom saref:Measurement . - -:Valve rdfs:subClassOf _:genid302 . - -_:genid302 a owl:Restriction ; - owl:onProperty :valveMechanism ; - owl:allValuesFrom xsd:string . - -:Valve rdfs:subClassOf _:genid303 . - -_:genid303 a owl:Restriction ; - owl:onProperty :valveOperation ; - owl:allValuesFrom xsd:string . - -:Valve rdfs:subClassOf _:genid304 . - -_:genid304 a owl:Restriction ; - owl:onProperty :valvePattern ; - owl:allValuesFrom xsd:string . - -:Valve 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/saref4bldg/VibrationIsolator - -:VibrationIsolator a owl:Class ; - rdfs:subClassOf saref:Device , _:genid305 . - -_:genid305 a owl:Restriction ; - owl:onProperty :height ; - owl:allValuesFrom saref:Measurement . - -:VibrationIsolator rdfs:subClassOf _:genid306 . - -_:genid306 a owl:Restriction ; - owl:onProperty :isolatorCompressibility ; - owl:allValuesFrom saref:Measurement . - -:VibrationIsolator rdfs:subClassOf _:genid307 . - -_:genid307 a owl:Restriction ; - owl:onProperty :isolatorStaticDeflection ; - owl:allValuesFrom saref:Measurement . - -:VibrationIsolator rdfs:subClassOf _:genid308 . - -_:genid308 a owl:Restriction ; - owl:onProperty :supportedWeightMax ; - owl:allValuesFrom saref:Measurement . - -:VibrationIsolator rdfs:subClassOf _:genid309 . - -_:genid309 a owl:Restriction ; - owl:onProperty :vibrationTransmissibility ; - owl:allValuesFrom saref:Measurement . - -:VibrationIsolator 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" ; - prov:hadPrimarySource , . -# -# https://saref.etsi.org/core/Actuator - -saref:Actuator a owl:Class ; - rdfs:comment "A device responsible for moving or controlling a mechanism or system"@en ; - rdfs:isDefinedBy ; - rdfs:label "Actuator"@en . -# -# https://saref.etsi.org/core/Device - -saref:Device a owl:Class ; - rdfs:subClassOf :PhysicalObject ; - rdfs:comment "A tangible object designed to accomplish a particular task in households, common public buildings or offices. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs the start and stop function."@en ; - rdfs:isDefinedBy ; - rdfs:label "Device"@en . -# -# https://saref.etsi.org/core/Measurement - -saref:Measurement a owl:Class ; - rdfs:subClassOf _:genid310 . - -_:genid310 a owl:Restriction ; - owl:onProperty saref:isMeasuredIn ; - owl:allValuesFrom saref:UnitOfMeasure . - -saref:Measurement rdfs:subClassOf _:genid311 . - -_:genid311 a owl:Restriction ; - owl:onProperty saref:relatesToProperty ; - owl:allValuesFrom saref:Property . - -saref:Measurement rdfs:subClassOf _:genid312 . - -_:genid312 a owl:Restriction ; - owl:onProperty saref:isMeasuredIn ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass saref:UnitOfMeasure . - -saref:Measurement rdfs:subClassOf _:genid313 . - -_:genid313 a owl:Restriction ; - owl:onProperty saref:relatesToProperty ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass saref:Property . - -saref:Measurement rdfs:subClassOf _:genid314 . - -_:genid314 a owl:Restriction ; - owl:onProperty saref:hasTimestamp ; - owl:allValuesFrom xsd:dateTime . - - -saref:Measurement owl:disjointWith saref:Property , saref:UnitOfMeasure ; - rdfs:comment "Represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement."@en ; - rdfs:isDefinedBy "https://saref.etsi.org/core/" ; - rdfs:label "Measurement"@en . -# -# https://saref.etsi.org/core/Property - -saref:Property a owl:Class ; - owl:disjointWith saref:UnitOfMeasure ; - rdfs:comment "An aspect of an entity that can be observable by a sensor."@en ; - rdfs:isDefinedBy "https://saref.etsi.org/core/" ; - rdfs:label "Property"@en . -# -# https://saref.etsi.org/core/Sensor - -saref:Sensor a owl:Class ; - rdfs:comment """A device that detects and responds to events or changes in the physical environment such as light, motion, or temperature changes. -A device that has category saref:Sensor and performs a saref:SensingFunction."""@en ; - rdfs:isDefinedBy ; - rdfs:label "Sensor"@en . -# -# https://saref.etsi.org/core/UnitOfMeasure - -saref:UnitOfMeasure a owl:Class ; - rdfs:comment "The unit of measure is a standard for measurement of a quantity, such as a Property. For example, Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \"watt\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of the Smart Appliances ontology, but this list can be extended."@en ; - rdfs:isDefinedBy ; - rdfs:label "Unit of measure"@en . -# -# Generated by the OWL API (version 4.2.5.20160517-0735) https://github.com/owlcs/owlapi + rdfs:label "Unitary control element"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcUnitaryControlElement" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/Valve +s4bldg:Valve rdf:type owl:Class ; + rdfs:subClassOf s4bldg:FlowController , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:closeOffRating ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:flowCoefficient ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:size ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:testPressure ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:workingPressure ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:valveMechanism ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:valveOperation ; + owl:allValuesFrom xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:valvePattern ; + owl:allValuesFrom xsd:string + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### https://saref.etsi.org/saref4bldg/VibrationIsolator +s4bldg:VibrationIsolator rdf:type owl:Class ; + rdfs:subClassOf saref:Device , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:height ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:isolatorCompressibility ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:isolatorStaticDeflection ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:supportedWeightMax ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4bldg:vibrationTransmissibility ; + owl:allValuesFrom saref:Measurement + ] ; + 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" ; + prov:hadPrimarySource , + . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -- GitLab From 21ffeae7139bebecc7d544c4eb362b213e2ebb3b Mon Sep 17 00:00:00 2001 From: dragoni Date: Sat, 13 Apr 2024 15:09:52 +0200 Subject: [PATCH 2/5] Addressed issue #4. --- ontology/saref4bldg.ttl | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/ontology/saref4bldg.ttl b/ontology/saref4bldg.ttl index df4d9ca..797f09c 100644 --- a/ontology/saref4bldg.ttl +++ b/ontology/saref4bldg.ttl @@ -351,9 +351,7 @@ s4bldg:heatTransferSurfaceArea rdf:type owl:ObjectProperty ; ### https://saref.etsi.org/saref4bldg/height -s4bldg:height rdf:type owl:ObjectProperty ; - rdfs:comment "Height of the vibration isolator before tha application of load. Usually measured in millimeters (mm)."@en ; - rdfs:label "height"@en . +s4bldg:height rdf:type owl:ObjectProperty . ### https://saref.etsi.org/saref4bldg/horizontalSpacing @@ -473,9 +471,7 @@ s4bldg:leakageFullyClosed rdf:type owl:ObjectProperty ; ### https://saref.etsi.org/saref4bldg/length -s4bldg:length rdf:type owl:ObjectProperty ; - rdfs:comment "The finished length of the device. Usually measured in millimeters (mm)."@en ; - rdfs:label "length"@en . +s4bldg:length rdf:type owl:ObjectProperty . ### https://saref.etsi.org/saref4bldg/liftElevationDifference @@ -1153,9 +1149,7 @@ s4bldg:waterStorageCapacity rdf:type owl:ObjectProperty ; ### https://saref.etsi.org/saref4bldg/weight -s4bldg:weight rdf:type owl:ObjectProperty ; - rdfs:comment "The weight of the device. Usually measured in kilograms (kg) or grams (g)."@en ; - rdfs:label "weight"@en . +s4bldg:weight rdf:type owl:ObjectProperty . ### https://saref.etsi.org/saref4bldg/workingPressure -- GitLab From f1290be0beabfa4237f32c9fc46e3f47f4eda1ae Mon Sep 17 00:00:00 2001 From: dragoni Date: Sat, 13 Apr 2024 15:26:20 +0200 Subject: [PATCH 3/5] Addressed issue #18. --- ontology/saref4bldg.ttl | 1 - 1 file changed, 1 deletion(-) diff --git a/ontology/saref4bldg.ttl b/ontology/saref4bldg.ttl index 797f09c..1c31231 100644 --- a/ontology/saref4bldg.ttl +++ b/ontology/saref4bldg.ttl @@ -1771,7 +1771,6 @@ saref:Actuator rdf:type owl:Class ; ### https://saref.etsi.org/core/Device saref:Device rdf:type owl:Class ; - rdfs:subClassOf s4bldg:PhysicalObject ; rdfs:comment "A tangible object designed to accomplish a particular task in households, common public buildings or offices. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs the start and stop function."@en ; rdfs:isDefinedBy saref: ; rdfs:label "Device"@en . -- GitLab From a4d2279bceae47f0427779a088f3e4f85f4606cc Mon Sep 17 00:00:00 2001 From: dragoni Date: Sun, 14 Apr 2024 15:42:24 +0200 Subject: [PATCH 4/5] Addressed issue #13. --- ontology/saref4bldg.ttl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ontology/saref4bldg.ttl b/ontology/saref4bldg.ttl index 1c31231..97142d2 100644 --- a/ontology/saref4bldg.ttl +++ b/ontology/saref4bldg.ttl @@ -218,7 +218,9 @@ s4bldg:connectionSize rdf:type owl:ObjectProperty ; s4bldg:contains rdf:type owl:ObjectProperty ; owl:inverseOf s4bldg:isContainedIn ; rdf:type owl:TransitiveProperty ; - rdfs:comment "A relation between a physical space and the objects located in such space."@en ; + rdfs:domain s4bldg:PhysicalObject ; + rdfs:range s4bldg:PhysicalObject ; + rdfs:comment "A relation between a physical object and another physical object it contains."@en ; rdfs:label "contains"@en . -- GitLab From 777ebd792e5d5b2aa12b0979bb9160cd41eb8143 Mon Sep 17 00:00:00 2001 From: dragoni Date: Sat, 27 Apr 2024 11:00:07 +0200 Subject: [PATCH 5/5] Addressed issue #23. --- ontology/saref4bldg.ttl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ontology/saref4bldg.ttl b/ontology/saref4bldg.ttl index 97142d2..16e4d01 100644 --- a/ontology/saref4bldg.ttl +++ b/ontology/saref4bldg.ttl @@ -97,13 +97,6 @@ xsd:duration rdf:type rdfs:Datatype . # Object Properties ################################################################# -### http://www.w3.org/2003/01/geo/wgs84_pos#location - rdf:type owl:ObjectProperty ; - rdfs:comment "The relation between something and the point, or other geometrical thing in space, where it is. For example, the realtionship between a radio tower and a Point with a given lat and long. Or a relationship between a park and its outline as a closed arc of points, or a road and its location as a arc (a sequence of points). Clearly in practice there will be limit to the accuracy of any such statement, but one would expect an accuracy appropriate for the size of the object and uses such as mapping ."@en ; - rdfs:isDefinedBy ; - rdfs:label "location"@en . - - ### https://saref.etsi.org/core/isMeasuredIn saref:isMeasuredIn rdf:type owl:ObjectProperty ; rdfs:comment "A relation between a measurement and the unit of measure in which the measurement value is expressed."@en ; -- GitLab