From 73706a59e9ff9386124a284ee32add8677836e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa?= Date: Wed, 8 Apr 2020 13:51:22 +0200 Subject: [PATCH 1/2] updated URIs, readme, license (file) and version info --- LICENSE | 2 +- README.md | 2 +- ontology/saref4bldg.ttl | 700 ++++++++++++++++++++-------------------- 3 files changed, 353 insertions(+), 351 deletions(-) diff --git a/LICENSE b/LICENSE index 4436d6d..28bd922 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2019 ETSI +Copyright 2020 ETSI Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index 91a37da..6f480d9 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -Repository for the SAREF for Building ontology. +Repository for the SAREF4BLDG ontology, an extension of SAREF for the building domain. \ No newline at end of file diff --git a/ontology/saref4bldg.ttl b/ontology/saref4bldg.ttl index 18ce3b9..788f749 100644 --- a/ontology/saref4bldg.ttl +++ b/ontology/saref4bldg.ttl @@ -1,4 +1,4 @@ -@prefix : . +@prefix : . @prefix dc: . @prefix owl: . @prefix rdf: . @@ -7,19 +7,21 @@ @prefix prov: . @prefix rdfs: . @prefix vann: . -@prefix saref: . +@prefix saref: . @prefix dcterms: . - a owl:Ontology ; - owl:versionIRI ; + a owl:Ontology ; + owl:versionIRI ; dcterms:creator , ; dcterms:license ; - owl:versionInfo "1.0" ; - vann:preferredNamespaceUri "https://w3id.org/def/saref4bldg#" ; + vann:preferredNamespaceUri "https://saref.etsi.org/saref4bldg/" ; dc:title "SAREF extension for building devices"@en ; dc:publisher ; vann:preferredNamespacePrefix "s4bldg" ; - dc:description "This ontology extends the SAREF ontology for the building domain by defining building devices and how they are located in a building. This extension is based on the ISO 16739:2013 Industry Foundation Classes (IFC) standard for data sharing in the construction and facility management industries. The descriptions of the classes and properties extracted from IFC have been taken from the IFC documentation."@en . + dc:description "This ontology extends the SAREF ontology for the building domain by defining building devices and how they are located in a building. This extension is based on the ISO 16739:2013 Industry Foundation Classes (IFC) standard for data sharing in the construction and facility management industries. The descriptions of the classes and properties extracted from IFC have been taken from the IFC documentation."@en ; + rdfs:comment """Information about changes compared to version 1.1.1: + - Updated namespaces for compatibility with SAREF v3."""@en ; + owl:versionInfo "1.1.2" . # # # ################################################################# @@ -82,103 +84,103 @@ xsd:duration a rdfs:Datatype . rdfs:isDefinedBy ; rdfs:label "location"@en . # -# https://w3id.org/def/saref4bldg#airFlowRateMax +# 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://w3id.org/def/saref4bldg#airFlowRateMin +# 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://w3id.org/def/saref4bldg#ambientDesignDryBulbTemperature +# 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://w3id.org/def/saref4bldg#ambientDesignWetBulbTemperature +# 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://w3id.org/def/saref4bldg#apparentPowerMax +# 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://w3id.org/def/saref4bldg#audioVolume +# 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://w3id.org/def/saref4bldg#basinReserveVolume +# 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://w3id.org/def/saref4bldg#bladeThickness +# 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://w3id.org/def/saref4bldg#bodyMass +# 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://w3id.org/def/saref4bldg#capacityWeight +# 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://w3id.org/def/saref4bldg#closeOffRating +# 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://w3id.org/def/saref4bldg#coilLength +# 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://w3id.org/def/saref4bldg#coilWidth +# 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://w3id.org/def/saref4bldg#colorTemperature +# 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://w3id.org/def/saref4bldg#compressorSpeed +# 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://w3id.org/def/saref4bldg#connectionSize +# 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://w3id.org/def/saref4bldg#contains +# https://saref.etsi.org/saref4bldg/contains :contains a owl:ObjectProperty ; owl:inverseOf :isContainedIn ; @@ -186,115 +188,115 @@ xsd:duration a rdfs:Datatype . rdfs:comment "A relation between a physical space and the objects located in such space."@en ; rdfs:label "contains"@en . # -# https://w3id.org/def/saref4bldg#contributedLuminousFlux +# 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://w3id.org/def/saref4bldg#coverLength +# 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://w3id.org/def/saref4bldg#coverWidth +# 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://w3id.org/def/saref4bldg#effectiveCapacity +# 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://w3id.org/def/saref4bldg#electricGeneratorEfficiency +# 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://w3id.org/def/saref4bldg#electricMotorEfficiency +# 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://w3id.org/def/saref4bldg#externalSurfaceArea +# 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://w3id.org/def/saref4bldg#faceArea +# 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://w3id.org/def/saref4bldg#finalResistance +# 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://w3id.org/def/saref4bldg#firstCurvatureRadius +# 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://w3id.org/def/saref4bldg#flowCoefficient +# 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://w3id.org/def/saref4bldg#flowResistanceMax +# 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://w3id.org/def/saref4bldg#flowResistanceMin +# 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://w3id.org/def/saref4bldg#fluidFlowRateMax +# 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://w3id.org/def/saref4bldg#fluidFlowRateMin +# 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://w3id.org/def/saref4bldg#foulingFactor +# 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://w3id.org/def/saref4bldg#frameDepth +# 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://w3id.org/def/saref4bldg#frameThickness +# 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://w3id.org/def/saref4bldg#hasSpace +# https://saref.etsi.org/saref4bldg/hasSpace :hasSpace a owl:ObjectProperty ; owl:inverseOf :isSpaceOf ; @@ -302,858 +304,858 @@ xsd:duration a rdfs:Datatype . 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://w3id.org/def/saref4bldg#heatExchangeArea +# 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://w3id.org/def/saref4bldg#heatTransferSurfaceArea +# 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://w3id.org/def/saref4bldg#height +# 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://w3id.org/def/saref4bldg#horizontalSpacing +# 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://w3id.org/def/saref4bldg#hydraulicDiameter +# 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://w3id.org/def/saref4bldg#idealCapacity +# 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://w3id.org/def/saref4bldg#idealShaftPower +# 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://w3id.org/def/saref4bldg#imaginaryImpedanceRatio +# 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://w3id.org/def/saref4bldg#impellerDiameter +# 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://w3id.org/def/saref4bldg#inLineRowSpacing +# 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://w3id.org/def/saref4bldg#initialResistance +# 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://w3id.org/def/saref4bldg#inletConnectionSize +# 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://w3id.org/def/saref4bldg#insideDiameter +# 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://w3id.org/def/saref4bldg#internalRefrigerantVolume +# 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://w3id.org/def/saref4bldg#internalSurfaceArea +# 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://w3id.org/def/saref4bldg#internalWaterVolume +# 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://w3id.org/def/saref4bldg#isContainedIn +# 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://w3id.org/def/saref4bldg#isSpaceOf +# 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://w3id.org/def/saref4bldg#isolatorCompressibility +# 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://w3id.org/def/saref4bldg#isolatorStaticDeflection +# 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://w3id.org/def/saref4bldg#lampMaintenanceFactor +# 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://w3id.org/def/saref4bldg#leakageFullyClosed +# 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://w3id.org/def/saref4bldg#length +# 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://w3id.org/def/saref4bldg#liftElevationDifference +# 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://w3id.org/def/saref4bldg#lightEmitterNominalPower +# 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://w3id.org/def/saref4bldg#limitingTerminalSize +# 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://w3id.org/def/saref4bldg#lockedRotorCurrent +# 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://w3id.org/def/saref4bldg#netPositiveSuctionHead +# 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://w3id.org/def/saref4bldg#nominalAirFlowRate +# 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://w3id.org/def/saref4bldg#nominalBodyDepth +# 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://w3id.org/def/saref4bldg#nominalBodyLength +# 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://w3id.org/def/saref4bldg#nominalBodyWidth +# 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://w3id.org/def/saref4bldg#nominalCapacity +# 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://w3id.org/def/saref4bldg#nominalCondensingTemperature +# 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://w3id.org/def/saref4bldg#nominalCoolingCapacity +# 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://w3id.org/def/saref4bldg#nominalDepth +# 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://w3id.org/def/saref4bldg#nominalDiameter +# 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://w3id.org/def/saref4bldg#nominalEfficiency +# 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://w3id.org/def/saref4bldg#nominalEnergyConsumption +# 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://w3id.org/def/saref4bldg#nominalEvaporatingTemmperature +# 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://w3id.org/def/saref4bldg#nominalFilterFaceVelocity +# 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://w3id.org/def/saref4bldg#nominalFlowRate +# 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://w3id.org/def/saref4bldg#nominalFrequency +# 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://w3id.org/def/saref4bldg#nominalHeatRejectionRate +# 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://w3id.org/def/saref4bldg#nominalHeatTransferArea +# 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://w3id.org/def/saref4bldg#nominalHeatTransferCoefficient +# 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://w3id.org/def/saref4bldg#nominalHeatingCapacity +# 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://w3id.org/def/saref4bldg#nominalLatentCapacity +# 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://w3id.org/def/saref4bldg#nominalLengthOrDiameter +# 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://w3id.org/def/saref4bldg#nominalMediaSurfaceVelocity +# 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://w3id.org/def/saref4bldg#nominalMoistureGain +# 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://w3id.org/def/saref4bldg#nominalPartLoadRatio +# 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://w3id.org/def/saref4bldg#nominalParticleGeometricMeanDiameter +# 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://w3id.org/def/saref4bldg#nominalParticleGeometricStandardDeviation +# 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://w3id.org/def/saref4bldg#nominalPowerConsumption +# 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://w3id.org/def/saref4bldg#nominalPowerRate +# 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://w3id.org/def/saref4bldg#nominalPressureDrop +# 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://w3id.org/def/saref4bldg#nominalReturnWaterTemperatureCooling +# 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://w3id.org/def/saref4bldg#nominalReturnWaterTemperatureHeating +# 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://w3id.org/def/saref4bldg#nominalRotationSpeed +# 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://w3id.org/def/saref4bldg#nominalSensibleCapacity +# 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://w3id.org/def/saref4bldg#nominalSorroundingHumidityCooling +# 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://w3id.org/def/saref4bldg#nominalSorroundingTemperatureCooling +# 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://w3id.org/def/saref4bldg#nominalSorroundingTemperatureHeating +# 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://w3id.org/def/saref4bldg#nominalStaticPressure +# 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://w3id.org/def/saref4bldg#nominalSupplyVoltage +# 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://w3id.org/def/saref4bldg#nominalSupplyVoltageMax +# 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://w3id.org/def/saref4bldg#nominalSupplyVoltageMin +# 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://w3id.org/def/saref4bldg#nominalSupplyWaterTemperatureCooling +# 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://w3id.org/def/saref4bldg#nominalSupplyWaterTemperatureHeating +# 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://w3id.org/def/saref4bldg#nominalTotalPressure +# 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://w3id.org/def/saref4bldg#nominalUa +# https://saref.etsi.org/saref4bldg/nominalUa :nominalUa a owl:ObjectProperty ; rdfs:comment "Nominal UA value."@en ; rdfs:label "nominal ua"@en . # -# https://w3id.org/def/saref4bldg#nominalVolumetricCapacity +# 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://w3id.org/def/saref4bldg#nominalWaterFlowCooling +# 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://w3id.org/def/saref4bldg#nominalWaterFlowHeating +# 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://w3id.org/def/saref4bldg#nominalWidthOrDiameter +# 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://w3id.org/def/saref4bldg#nomminalRotationSpeed +# 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://w3id.org/def/saref4bldg#openPressureDrop +# 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://w3id.org/def/saref4bldg#operatingWeight +# 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://w3id.org/def/saref4bldg#operationTemperatureMax +# 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://w3id.org/def/saref4bldg#operationTemperatureMin +# 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://w3id.org/def/saref4bldg#operationalRiterial +# 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://w3id.org/def/saref4bldg#outletConnectionSize +# 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://w3id.org/def/saref4bldg#outletTemperatureMax +# 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://w3id.org/def/saref4bldg#outletTemperatureMin +# 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://w3id.org/def/saref4bldg#outputCapacity +# 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://w3id.org/def/saref4bldg#outsideDiameter +# 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://w3id.org/def/saref4bldg#partLoadRatioMax +# 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://w3id.org/def/saref4bldg#partLoadRatioMin +# 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://w3id.org/def/saref4bldg#powerOutputMax +# 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://w3id.org/def/saref4bldg#pressureRating +# 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://w3id.org/def/saref4bldg#primaryAirFlowRateMax +# 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://w3id.org/def/saref4bldg#primaryAirFlowRateMin +# 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://w3id.org/def/saref4bldg#primaryApparentPower +# 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://w3id.org/def/saref4bldg#primaryCurrent +# 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://w3id.org/def/saref4bldg#primaryFrequency +# 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://w3id.org/def/saref4bldg#primaryVoltage +# 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://w3id.org/def/saref4bldg#pumpFlowRateMax +# 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://w3id.org/def/saref4bldg#pumpFlowRateMin +# 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://w3id.org/def/saref4bldg#realImpedanceRatio +# 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://w3id.org/def/saref4bldg#secondCurvatureRadius +# 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://w3id.org/def/saref4bldg#secondaryAirFlowRateMax +# 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://w3id.org/def/saref4bldg#secondaryAirFlowRateMin +# 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://w3id.org/def/saref4bldg#secondaryApparentPower +# 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://w3id.org/def/saref4bldg#secondaryCurrent +# 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://w3id.org/def/saref4bldg#secondaryFrequency +# 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://w3id.org/def/saref4bldg#secondaryVoltage +# 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://w3id.org/def/saref4bldg#shortCircuitVoltage +# 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://w3id.org/def/saref4bldg#size +# 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://w3id.org/def/saref4bldg#solarReflectance +# 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://w3id.org/def/saref4bldg#solarTransmittance +# 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://w3id.org/def/saref4bldg#spectrumMax +# 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://w3id.org/def/saref4bldg#spectrumMin +# 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://w3id.org/def/saref4bldg#staggeredRowSpacing +# 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://w3id.org/def/saref4bldg#startCurrentFactor +# 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://w3id.org/def/saref4bldg#startingTime +# 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://w3id.org/def/saref4bldg#supportedWeightMax +# 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://w3id.org/def/saref4bldg#teTime +# 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://w3id.org/def/saref4bldg#temperatureRating +# 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://w3id.org/def/saref4bldg#testPressure +# 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://w3id.org/def/saref4bldg#thermalConductivity +# 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://w3id.org/def/saref4bldg#thermalEfficiency +# 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://w3id.org/def/saref4bldg#thermalMassHeatCapacity +# 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://w3id.org/def/saref4bldg#thermalTransmittance +# 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://w3id.org/def/saref4bldg#ventilatingPipeSize +# 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://w3id.org/def/saref4bldg#verticalSpacing +# 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://w3id.org/def/saref4bldg#vibrationTransmissibility +# https://saref.etsi.org/saref4bldg/vibrationTransmissibility :vibrationTransmissibility a owl:ObjectProperty ; rdfs:comment "The vibration transmissibility percentage."@en ; rdfs:label "vibration transmissibility"@en . # -# https://w3id.org/def/saref4bldg#visibleLightReflectance +# 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://w3id.org/def/saref4bldg#visibleLightTransmittance +# 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://w3id.org/def/saref4bldg#volumen +# 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://w3id.org/def/saref4bldg#waterInletTemperatureMax +# 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://w3id.org/def/saref4bldg#waterInletTemperatureMin +# 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://w3id.org/def/saref4bldg#waterPressureMax +# 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://w3id.org/def/saref4bldg#waterPressureMin +# 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://w3id.org/def/saref4bldg#waterRequirement +# 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://w3id.org/def/saref4bldg#waterStorageCapacity +# 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://w3id.org/def/saref4bldg#weight +# 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://w3id.org/def/saref4bldg#workingPressure +# 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://w3id.org/def/saref4bldg#workingPressureMax +# 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://w3id.org/def/saref4bldg#workingPressureMin +# 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://w3id.org/saref#isMeasuredIn +# 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://w3id.org/saref#" ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; rdfs:label "is measured in"@en . # -# https://w3id.org/saref#relatesToProperty +# 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://w3id.org/saref#" ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; rdfs:label "relates to property"@en . # # @@ -1165,586 +1167,586 @@ saref:relatesToProperty a owl:ObjectProperty ; # ################################################################# # # -# https://w3id.org/def/saref4bldg#accessType +# 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://w3id.org/def/saref4bldg#application +# 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://w3id.org/def/saref4bldg#arrangement +# 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://w3id.org/def/saref4bldg#bladeAction +# 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://w3id.org/def/saref4bldg#bladeEdge +# 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://w3id.org/def/saref4bldg#bladeShape +# 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://w3id.org/def/saref4bldg#capacityControl +# 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://w3id.org/def/saref4bldg#capacityControlType +# 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://w3id.org/def/saref4bldg#capacityPeople +# 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://w3id.org/def/saref4bldg#circuitType +# 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://w3id.org/def/saref4bldg#colorAppearance +# 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://w3id.org/def/saref4bldg#colorRenderingIndex +# 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://w3id.org/def/saref4bldg#controlStrategy +# 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://w3id.org/def/saref4bldg#endShapeType +# 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://w3id.org/def/saref4bldg#energySource +# 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://w3id.org/def/saref4bldg#evaporationCoolant +# 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://w3id.org/def/saref4bldg#evaporationMediumType +# 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://w3id.org/def/saref4bldg#failPosition +# 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://w3id.org/def/saref4bldg#finishColor +# 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://w3id.org/def/saref4bldg#fireExit +# 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://w3id.org/def/saref4bldg#flowArrangement +# 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://w3id.org/def/saref4bldg#frameSize +# 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://w3id.org/def/saref4bldg#frameType +# 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://w3id.org/def/saref4bldg#hasDefrost +# 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://w3id.org/def/saref4bldg#hasExteriorInsulation +# 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://w3id.org/def/saref4bldg#hasHotGasBypass +# 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://w3id.org/def/saref4bldg#hasLock +# 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://w3id.org/def/saref4bldg#hasPartWinding +# 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://w3id.org/def/saref4bldg#hasTurbulator +# 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://w3id.org/def/saref4bldg#heatTransferDimension +# 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://w3id.org/def/saref4bldg#heatTransferMedium +# 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://w3id.org/def/saref4bldg#heatTransferTypeEnum +# 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://w3id.org/def/saref4bldg#integratedLightingType +# 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://w3id.org/def/saref4bldg#internalControl +# 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://w3id.org/def/saref4bldg#isExternal +# 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://w3id.org/def/saref4bldg#isFreeHanging +# 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://w3id.org/def/saref4bldg#isGuarded +# 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://w3id.org/def/saref4bldg#isIlluminated +# 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://w3id.org/def/saref4bldg#isNeutralPrimaryTerminalAvailable +# 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://w3id.org/def/saref4bldg#isNeutralSecondaryTerminalAvailable +# 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://w3id.org/def/saref4bldg#isPluggableOutlet +# 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://w3id.org/def/saref4bldg#isWaterStorageHeater +# 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://w3id.org/def/saref4bldg#lampBallastType +# 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://w3id.org/def/saref4bldg#lampCompensationType +# 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://w3id.org/def/saref4bldg#legend +# 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://w3id.org/def/saref4bldg#manualOverride +# 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://w3id.org/def/saref4bldg#mechanicalOperated +# 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://w3id.org/def/saref4bldg#mediaSource +# 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://w3id.org/def/saref4bldg#motorDriveType +# 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://w3id.org/def/saref4bldg#motorEnclosureType +# 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://w3id.org/def/saref4bldg#numberOfBlades +# 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://w3id.org/def/saref4bldg#numberOfCells +# 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://w3id.org/def/saref4bldg#numberOfCircuits +# 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://w3id.org/def/saref4bldg#numberOfGangs +# 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://w3id.org/def/saref4bldg#numberOfPanels +# 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://w3id.org/def/saref4bldg#numberOfRows +# 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://w3id.org/def/saref4bldg#numberOfSections +# 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://w3id.org/def/saref4bldg#numberOsSockets +# 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://w3id.org/def/saref4bldg#operatingMode +# 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://w3id.org/def/saref4bldg#operation +# 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://w3id.org/def/saref4bldg#orientation +# 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://w3id.org/def/saref4bldg#patternType +# 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://w3id.org/def/saref4bldg#pipeConnectionEnum +# 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://w3id.org/def/saref4bldg#placementType +# 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://w3id.org/def/saref4bldg#powerSource +# 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://w3id.org/def/saref4bldg#readOutType +# 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://w3id.org/def/saref4bldg#refrigerantClass +# 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://w3id.org/def/saref4bldg#remoteReading +# 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://w3id.org/def/saref4bldg#roughness +# 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://w3id.org/def/saref4bldg#secondaryCurrentType +# 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://w3id.org/def/saref4bldg#shadingDeviceType +# 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://w3id.org/def/saref4bldg#sprayType +# 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://w3id.org/def/saref4bldg#standard +# 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://w3id.org/def/saref4bldg#storageType +# 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://w3id.org/def/saref4bldg#switchFunction +# 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://w3id.org/def/saref4bldg#temperatureClassification +# 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://w3id.org/def/saref4bldg#transformerVectorGroup +# 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://w3id.org/def/saref4bldg#valveMechanism +# 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://w3id.org/def/saref4bldg#valveOperation +# 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://w3id.org/def/saref4bldg#valvePattern +# 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://w3id.org/def/saref4bldg#waterFlowControlSystemType +# 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://w3id.org/saref#hasTimestamp +# 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://w3id.org/saref#" ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; rdfs:label "has timestamp"@en . # -# https://w3id.org/saref#hasValue +# 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:isDefinedBy ; rdfs:label "has value"@en . # # @@ -1756,7 +1758,7 @@ saref:hasValue a owl:DatatypeProperty ; # ################################################################# # # -# https://w3id.org/def/saref4bldg#Actuator +# https://saref.etsi.org/saref4bldg/Actuator :Actuator a owl:Class ; rdfs:subClassOf :DistributionControlDevice , saref:Actuator , _:genid1 . @@ -1776,7 +1778,7 @@ _:genid2 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcActuator" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#AirToAirHeatRecovery +# https://saref.etsi.org/saref4bldg/AirToAirHeatRecovery :AirToAirHeatRecovery a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid3 . @@ -1832,7 +1834,7 @@ _:genid10 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcAirToAirHeatRecovery" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Alarm +# https://saref.etsi.org/saref4bldg/Alarm :Alarm a owl:Class ; rdfs:subClassOf :DistributionControlDevice ; @@ -1843,7 +1845,7 @@ Alarms include the provision of break glass buttons and manual pull boxes that a rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcAlarm" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#AudioVisualAppliance +# https://saref.etsi.org/saref4bldg/AudioVisualAppliance :AudioVisualAppliance a owl:Class ; rdfs:subClassOf :FlowTerminal , _:genid11 . @@ -1865,7 +1867,7 @@ Audio-visual appliances may be fixed in place or may be able to be moved from on rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcAudioVisualApplicance" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Boiler +# https://saref.etsi.org/saref4bldg/Boiler :Boiler a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid13 . @@ -1945,7 +1947,7 @@ _:genid24 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcBoiler" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Building +# https://saref.etsi.org/saref4bldg/Building :Building a owl:Class ; rdfs:subClassOf _:genid25 . @@ -1959,21 +1961,21 @@ _:genid25 a owl:Restriction ; rdfs:seeAlso ; prov:hadPrimarySource . # -# https://w3id.org/def/saref4bldg#BuildingDevice +# https://saref.etsi.org/saref4bldg/BuildingDevice :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://w3id.org/def/saref4bldg#BuildingObject +# 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://w3id.org/def/saref4bldg#BuildingSpace +# https://saref.etsi.org/saref4bldg/BuildingSpace :BuildingSpace a owl:Class ; rdfs:subClassOf _:genid26 . @@ -2008,7 +2010,7 @@ _:genid30 a rdf:List ; :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://w3id.org/def/saref4bldg#Burner +# https://saref.etsi.org/saref4bldg/Burner :Burner a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid32 . @@ -2022,7 +2024,7 @@ _:genid32 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcBurner" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Chiller +# https://saref.etsi.org/saref4bldg/Chiller :Chiller a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid33 . @@ -2066,7 +2068,7 @@ _:genid38 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcChiller" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Coil +# https://saref.etsi.org/saref4bldg/Coil :Coil a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid39 . @@ -2124,7 +2126,7 @@ Coils may also be used for non-airflow cases such as embedded in a floor slab."" rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCoil" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#CommunicationAppliance +# https://saref.etsi.org/saref4bldg/CommunicationAppliance :CommunicationAppliance a owl:Class ; rdfs:subClassOf :FlowTerminal ; @@ -2135,7 +2137,7 @@ Communication appliances may be fixed in place or may be able to be moved from o rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCommunicationAppliance" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Compressor +# https://saref.etsi.org/saref4bldg/Compressor :Compressor a owl:Class ; rdfs:subClassOf :FlowMovingDevice , _:genid47 . @@ -2203,7 +2205,7 @@ _:genid56 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCompressor" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Condenser +# https://saref.etsi.org/saref4bldg/Condenser :Condenser a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid57 . @@ -2253,7 +2255,7 @@ _:genid63 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCondenser" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Controller +# https://saref.etsi.org/saref4bldg/Controller :Controller a owl:Class ; rdfs:subClassOf :DistributionControlDevice ; @@ -2264,7 +2266,7 @@ A controller may be physical (having placement within a spatial structure) or lo rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcController" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#CooledBeam +# https://saref.etsi.org/saref4bldg/CooledBeam :CooledBeam a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid64 . @@ -2392,7 +2394,7 @@ _:genid83 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCooledBeam" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#CoolingTower +# https://saref.etsi.org/saref4bldg/CoolingTower :CoolingTower a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid84 . @@ -2484,7 +2486,7 @@ _:genid97 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCoolingTower" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Damper +# https://saref.etsi.org/saref4bldg/Damper :Damper a owl:Class ; rdfs:subClassOf :FlowController , _:genid98 . @@ -2612,28 +2614,28 @@ _:genid117 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcDamper" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#DistributionControlDevice +# 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://w3id.org/def/saref4bldg#DistributionDevice +# https://saref.etsi.org/saref4bldg/DistributionDevice :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://w3id.org/def/saref4bldg#DistributionFlowDevice +# 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://w3id.org/def/saref4bldg#DuctSilencer +# https://saref.etsi.org/saref4bldg/DuctSilencer :DuctSilencer a owl:Class ; rdfs:subClassOf :FlowTreatmentDevice , _:genid118 . @@ -2701,7 +2703,7 @@ _:genid127 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcDuctSilencer" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#ElectricAppliance +# https://saref.etsi.org/saref4bldg/ElectricAppliance :ElectricAppliance a owl:Class ; rdfs:subClassOf :FlowTerminal ; @@ -2712,7 +2714,7 @@ Electric appliances may be fixed in place or may be able to be moved from one sp rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricAppliance" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#ElectricFlowStorageDevice +# https://saref.etsi.org/saref4bldg/ElectricFlowStorageDevice :ElectricFlowStorageDevice a owl:Class ; rdfs:subClassOf :FlowStorageDevice , _:genid128 . @@ -2738,7 +2740,7 @@ _:genid130 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricFlowStorageDevice" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#ElectricGenerator +# https://saref.etsi.org/saref4bldg/ElectricGenerator :ElectricGenerator a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid131 . @@ -2764,7 +2766,7 @@ _:genid133 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricGenerator" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#ElectricMotor +# https://saref.etsi.org/saref4bldg/ElectricMotor :ElectricMotor a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid134 . @@ -2832,7 +2834,7 @@ _:genid143 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricMotor" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#ElectricTimeControl +# https://saref.etsi.org/saref4bldg/ElectricTimeControl :ElectricTimeControl a owl:Class ; rdfs:subClassOf :FlowController ; @@ -2841,7 +2843,7 @@ _:genid143 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricTimeControl" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#EnergyConversionDevice +# https://saref.etsi.org/saref4bldg/EnergyConversionDevice :EnergyConversionDevice a owl:Class ; rdfs:subClassOf :DistributionFlowDevice ; @@ -2850,7 +2852,7 @@ _:genid143 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEnergyConversionDevice" ; prov:hadPrimarySource . # -# https://w3id.org/def/saref4bldg#Engine +# https://saref.etsi.org/saref4bldg/Engine :Engine a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid144 . @@ -2864,7 +2866,7 @@ _:genid144 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEngine" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#EvaporativeCooler +# https://saref.etsi.org/saref4bldg/EvaporativeCooler :EvaporativeCooler a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid145 . @@ -2902,7 +2904,7 @@ _:genid149 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEvaporativeCooler" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Evaporator +# https://saref.etsi.org/saref4bldg/Evaporator :Evaporator a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid150 . @@ -2964,7 +2966,7 @@ _:genid158 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEvaporator" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Fan +# https://saref.etsi.org/saref4bldg/Fan :Fan a owl:Class ; rdfs:subClassOf :FlowMovingDevice , _:genid159 . @@ -3032,7 +3034,7 @@ _:genid168 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFan" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Filter +# https://saref.etsi.org/saref4bldg/Filter :Filter a owl:Class ; rdfs:subClassOf :FlowTreatmentDevice , _:genid169 . @@ -3118,7 +3120,7 @@ _:genid181 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFilter" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#FireSuppressionTerminal +# https://saref.etsi.org/saref4bldg/FireSuppressionTerminal :FireSuppressionTerminal a owl:Class ; rdfs:subClassOf :FlowTerminal ; @@ -3129,7 +3131,7 @@ A fire suppression terminal provides for all forms of sprinkler, spreader and ot rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFireSuppressionTerminal" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#FlowController +# https://saref.etsi.org/saref4bldg/FlowController :FlowController a owl:Class ; rdfs:subClassOf :DistributionFlowDevice ; @@ -3138,7 +3140,7 @@ A fire suppression terminal provides for all forms of sprinkler, spreader and ot rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowController" ; prov:hadPrimarySource . # -# https://w3id.org/def/saref4bldg#FlowInstrument +# https://saref.etsi.org/saref4bldg/FlowInstrument :FlowInstrument a owl:Class ; rdfs:subClassOf :DistributionControlDevice ; @@ -3149,7 +3151,7 @@ Instrumentation is typically for the purpose of determining the value of the pro rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowInstrument" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#FlowMeter +# https://saref.etsi.org/saref4bldg/FlowMeter :FlowMeter a owl:Class ; rdfs:subClassOf :FlowController , _:genid182 . @@ -3169,7 +3171,7 @@ _:genid183 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowMeter" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#FlowMovingDevice +# https://saref.etsi.org/saref4bldg/FlowMovingDevice :FlowMovingDevice a owl:Class ; rdfs:subClassOf :DistributionFlowDevice ; @@ -3178,7 +3180,7 @@ _:genid183 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowMovingDevice" ; prov:hadPrimarySource . # -# https://w3id.org/def/saref4bldg#FlowStorageDevice +# https://saref.etsi.org/saref4bldg/FlowStorageDevice :FlowStorageDevice a owl:Class ; rdfs:subClassOf :DistributionFlowDevice ; @@ -3187,7 +3189,7 @@ _:genid183 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowStorageDevice" ; prov:hadPrimarySource . # -# https://w3id.org/def/saref4bldg#FlowTerminal +# https://saref.etsi.org/saref4bldg/FlowTerminal :FlowTerminal a owl:Class ; rdfs:subClassOf :DistributionFlowDevice ; @@ -3196,7 +3198,7 @@ _:genid183 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowTerminal" ; prov:hadPrimarySource . # -# https://w3id.org/def/saref4bldg#FlowTreatmentDevice +# https://saref.etsi.org/saref4bldg/FlowTreatmentDevice :FlowTreatmentDevice a owl:Class ; rdfs:subClassOf :DistributionFlowDevice ; @@ -3205,7 +3207,7 @@ _:genid183 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowTreatmentDevice" ; prov:hadPrimarySource . # -# https://w3id.org/def/saref4bldg#HeatExchanger +# https://saref.etsi.org/saref4bldg/HeatExchanger :HeatExchanger a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid184 . @@ -3219,7 +3221,7 @@ _:genid184 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcHeatExchanger" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Humidifier +# https://saref.etsi.org/saref4bldg/Humidifier :Humidifier a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid185 . @@ -3263,7 +3265,7 @@ _:genid190 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcHumidifier" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Interceptor +# https://saref.etsi.org/saref4bldg/Interceptor :Interceptor a owl:Class ; rdfs:subClassOf :FlowTreatmentDevice , _:genid191 . @@ -3319,7 +3321,7 @@ _:genid198 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcInterceptor" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Lamp +# https://saref.etsi.org/saref4bldg/Lamp :Lamp a owl:Class ; rdfs:subClassOf :FlowTerminal , _:genid199 . @@ -3387,7 +3389,7 @@ _:genid208 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcLamp" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#MedicalDevice +# https://saref.etsi.org/saref4bldg/MedicalDevice :MedicalDevice a owl:Class ; rdfs:subClassOf :FlowTerminal ; @@ -3396,7 +3398,7 @@ _:genid208 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcMedicalDevice" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Outlet +# https://saref.etsi.org/saref4bldg/Outlet :Outlet a owl:Class ; rdfs:subClassOf :FlowTerminal , _:genid209 . @@ -3418,7 +3420,7 @@ Power outlets are commonly connected within a junction box; data outlets may be rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcOutlet" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#PhysicalObject +# https://saref.etsi.org/saref4bldg/PhysicalObject :PhysicalObject a owl:Class ; rdfs:subClassOf _:genid211 . @@ -3447,7 +3449,7 @@ _:genid214 a rdf:List ; :PhysicalObject rdfs:comment "Any Object that has a proper space region. (Definition extracted from DUL ontology)"@en ; rdfs:label "Physical object"@en . # -# https://w3id.org/def/saref4bldg#ProtectiveDevice +# https://saref.etsi.org/saref4bldg/ProtectiveDevice :ProtectiveDevice a owl:Class ; rdfs:subClassOf :FlowController ; @@ -3458,7 +3460,7 @@ A protective device provides protection against electrical current only (not as rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcProtectiveDevice" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#ProtectiveDeviceTrippingUnit +# https://saref.etsi.org/saref4bldg/ProtectiveDeviceTrippingUnit :ProtectiveDeviceTrippingUnit a owl:Class ; rdfs:subClassOf :DistributionControlDevice , _:genid216 . @@ -3478,7 +3480,7 @@ _:genid217 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcProtectiveDeviceTrippingUnit" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Pump +# https://saref.etsi.org/saref4bldg/Pump :Pump a owl:Class ; rdfs:subClassOf :FlowMovingDevice , _:genid218 . @@ -3540,7 +3542,7 @@ _:genid226 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcPump" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#SanitaryTerminal +# https://saref.etsi.org/saref4bldg/SanitaryTerminal :SanitaryTerminal a owl:Class ; rdfs:subClassOf :FlowTerminal ; @@ -3549,7 +3551,7 @@ _:genid226 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSanitaryTerminal" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Sensor +# https://saref.etsi.org/saref4bldg/Sensor :Sensor a owl:Class ; rdfs:subClassOf :DistributionControlDevice , saref:Sensor ; @@ -3558,7 +3560,7 @@ _:genid226 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSensor" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#ShadingDevice +# https://saref.etsi.org/saref4bldg/ShadingDevice :ShadingDevice a owl:Class ; rdfs:subClassOf :BuildingDevice , _:genid227 . @@ -3620,7 +3622,7 @@ _:genid235 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcShadingDevice" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#SolarDevice +# https://saref.etsi.org/saref4bldg/SolarDevice :SolarDevice a owl:Class ; rdfs:subClassOf :EnergyConversionDevice ; @@ -3629,7 +3631,7 @@ _:genid235 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSolarDevice" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#SpaceHeater +# https://saref.etsi.org/saref4bldg/SpaceHeater :SpaceHeater a owl:Class ; rdfs:subClassOf :FlowTerminal , _:genid236 . @@ -3705,7 +3707,7 @@ UnitaryEquipment should be used for packaged units supporting a combination of h rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSpaceHeater" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#SwitchingDevice +# https://saref.etsi.org/saref4bldg/SwitchingDevice :SwitchingDevice a owl:Class ; rdfs:subClassOf :FlowController , _:genid247 . @@ -3745,7 +3747,7 @@ Switches include those used for electrical power, communications, audio-visual, rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSwitchingDevice" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Tank +# https://saref.etsi.org/saref4bldg/Tank :Tank a owl:Class ; rdfs:subClassOf :FlowStorageDevice , _:genid252 . @@ -3831,7 +3833,7 @@ _:genid264 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTank" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Transformer +# https://saref.etsi.org/saref4bldg/Transformer :Transformer a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid265 . @@ -3931,7 +3933,7 @@ Transformer is used to transform electric power; conversion of electric signals rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTransformer" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#TransportElement +# https://saref.etsi.org/saref4bldg/TransportElement :TransportElement a owl:Class ; rdfs:subClassOf saref:Device , _:genid280 . @@ -3957,7 +3959,7 @@ _:genid282 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTransportElement" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#TubeBundle +# https://saref.etsi.org/saref4bldg/TubeBundle :TubeBundle a owl:Class ; rdfs:subClassOf :EnergyConversionDevice , _:genid283 . @@ -4049,7 +4051,7 @@ _:genid296 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTubeBundle" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#UnitaryControlElement +# https://saref.etsi.org/saref4bldg/UnitaryControlElement :UnitaryControlElement a owl:Class ; rdfs:subClassOf :DistributionControlDevice ; @@ -4060,7 +4062,7 @@ A unitary control element provides a housing for an aggregation of control or el rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcUnitaryControlElement" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#Valve +# https://saref.etsi.org/saref4bldg/Valve :Valve a owl:Class ; rdfs:subClassOf :FlowController , _:genid297 . @@ -4116,7 +4118,7 @@ _:genid304 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcValve" ; prov:hadPrimarySource , . # -# https://w3id.org/def/saref4bldg#VibrationIsolator +# https://saref.etsi.org/saref4bldg/VibrationIsolator :VibrationIsolator a owl:Class ; rdfs:subClassOf saref:Device , _:genid305 . @@ -4154,22 +4156,22 @@ _:genid309 a owl:Restriction ; rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcVibrationIsolator" ; prov:hadPrimarySource , . # -# https://w3id.org/saref#Actuator +# 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:isDefinedBy ; rdfs:label "Actuator"@en . # -# https://w3id.org/saref#Device +# 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:isDefinedBy ; rdfs:label "Device"@en . # -# https://w3id.org/saref#Measurement +# https://saref.etsi.org/core/Measurement saref:Measurement a owl:Class ; rdfs:subClassOf _:genid310 . @@ -4213,30 +4215,30 @@ _:genid315 a owl:Restriction ; 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://w3id.org/saref#" ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; rdfs:label "Measurement"@en . # -# https://w3id.org/saref#Property +# 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://w3id.org/saref#" ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; rdfs:label "Property"@en . # -# https://w3id.org/saref#Sensor +# 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:isDefinedBy ; rdfs:label "Sensor"@en . # -# https://w3id.org/saref#UnitOfMeasure +# 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:isDefinedBy ; rdfs:label "Unit of measure"@en . # # Generated by the OWL API (version 4.2.5.20160517-0735) https://github.com/owlcs/owlapi -- GitLab From e8bdff52d8b36d91cfb4e57c59fb94e6cb72a14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa?= Date: Mon, 13 Apr 2020 16:16:54 +0200 Subject: [PATCH 2/2] added and updated metadata license, publisher, modified, issued and source. --- ontology/saref4bldg.ttl | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/ontology/saref4bldg.ttl b/ontology/saref4bldg.ttl index 788f749..9b064f3 100644 --- a/ontology/saref4bldg.ttl +++ b/ontology/saref4bldg.ttl @@ -1,5 +1,4 @@ @prefix : . -@prefix dc: . @prefix owl: . @prefix rdf: . @prefix xml: . @@ -13,15 +12,18 @@ a owl:Ontology ; owl:versionIRI ; dcterms:creator , ; - dcterms:license ; + dcterms:license ; vann:preferredNamespaceUri "https://saref.etsi.org/saref4bldg/" ; - dc:title "SAREF extension for building devices"@en ; - dc:publisher ; + dcterms:title "SAREF extension for building devices"@en ; + dcterms:publisher ; + dcterms:modified "2020-04-13" ; + dcterms:issued "2020-04-13" ; + dcterms:source ; vann:preferredNamespacePrefix "s4bldg" ; - dc:description "This ontology extends the SAREF ontology for the building domain by defining building devices and how they are located in a building. This extension is based on the ISO 16739:2013 Industry Foundation Classes (IFC) standard for data sharing in the construction and facility management industries. The descriptions of the classes and properties extracted from IFC have been taken from the IFC documentation."@en ; + dcterms:description "This ontology extends the SAREF ontology for the building domain by defining building devices and how they are located in a building. This extension is based on the ISO 16739:2013 Industry Foundation Classes (IFC) standard for data sharing in the construction and facility management industries. The descriptions of the classes and properties extracted from IFC have been taken from the IFC documentation."@en ; rdfs:comment """Information about changes compared to version 1.1.1: - Updated namespaces for compatibility with SAREF v3."""@en ; - owl:versionInfo "1.1.2" . + owl:versionInfo "v1.1.2" . # # # ################################################################# @@ -35,6 +37,18 @@ 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 . @@ -42,6 +56,7 @@ dcterms:dateCopyrighted a owl:AnnotationProperty . # http://purl.org/dc/terms/rightsHolder dcterms:rightsHolder a owl:AnnotationProperty . + # # http://purl.org/vocab/vann/preferredNamespacePrefix -- GitLab