Commit be458edf authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Merge branch 'issue-3' into 'master'

updated URIs, readme, license (file) and version info closes: #3

Closes #3

See merge request SAREF/saref4bldg!3
parents 0e20d09e e8bdff52
Copyright 2019 ETSI Copyright 2020 ETSI
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met: modification, are permitted provided that the following conditions are met:
......
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
@prefix : <https://w3id.org/def/saref4bldg#> . @prefix : <https://saref.etsi.org/saref4bldg/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> . @prefix xml: <http://www.w3.org/XML/1998/namespace> .
...@@ -7,19 +6,24 @@ ...@@ -7,19 +6,24 @@
@prefix prov: <http://www.w3.org/ns/prov#> . @prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> . @prefix vann: <http://purl.org/vocab/vann/> .
@prefix saref: <https://w3id.org/saref#> . @prefix saref: <https://saref.etsi.org/core/> .
@prefix dcterms: <http://purl.org/dc/terms/> . @prefix dcterms: <http://purl.org/dc/terms/> .
<https://w3id.org/def/saref4bldg> a owl:Ontology ; <https://saref.etsi.org/saref4bldg/> a owl:Ontology ;
owl:versionIRI <https://w3id.org/def/v1/saref4bldg> ; owl:versionIRI <https://saref.etsi.org/saref4bldg/v1.1.2/> ;
dcterms:creator <http://purl.org/net/mpoveda> , <http://www.garcia-castro.com/foaf.rdf#me> ; dcterms:creator <http://purl.org/net/mpoveda> , <http://www.garcia-castro.com/foaf.rdf#me> ;
dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ; dcterms:license <hhttps://forge.etsi.org/etsi-software-license> ;
owl:versionInfo "1.0" ; vann:preferredNamespaceUri "https://saref.etsi.org/saref4bldg/" ;
vann:preferredNamespaceUri "https://w3id.org/def/saref4bldg#" ; dcterms:title "SAREF extension for building devices"@en ;
dc:title "SAREF extension for building devices"@en ; dcterms:publisher <https://www.etsi.org> ;
dc:publisher <http://www.oeg-upm.net/> ; dcterms:modified "2020-04-13" ;
dcterms:issued "2020-04-13" ;
dcterms:source <https://forge.etsi.org/rep/SAREF/saref4bldg> ;
vann:preferredNamespacePrefix "s4bldg" ; 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 "v1.1.2" .
# #
# #
# ################################################################# # #################################################################
...@@ -33,6 +37,18 @@ ...@@ -33,6 +37,18 @@
dcterms:creator a owl:AnnotationProperty . 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 # http://purl.org/dc/terms/dateCopyrighted
dcterms:dateCopyrighted a owl:AnnotationProperty . dcterms:dateCopyrighted a owl:AnnotationProperty .
...@@ -40,6 +56,7 @@ dcterms:dateCopyrighted a owl:AnnotationProperty . ...@@ -40,6 +56,7 @@ dcterms:dateCopyrighted a owl:AnnotationProperty .
# http://purl.org/dc/terms/rightsHolder # http://purl.org/dc/terms/rightsHolder
dcterms:rightsHolder a owl:AnnotationProperty . dcterms:rightsHolder a owl:AnnotationProperty .
# #
# http://purl.org/vocab/vann/preferredNamespacePrefix # http://purl.org/vocab/vann/preferredNamespacePrefix
...@@ -82,103 +99,103 @@ xsd:duration a rdfs:Datatype . ...@@ -82,103 +99,103 @@ xsd:duration a rdfs:Datatype .
rdfs:isDefinedBy <http://www.w3.org/2003/01/geo/wgs84_pos#> ; rdfs:isDefinedBy <http://www.w3.org/2003/01/geo/wgs84_pos#> ;
rdfs:label "location"@en . rdfs:label "location"@en .
# #
# https://w3id.org/def/saref4bldg#airFlowRateMax # https://saref.etsi.org/saref4bldg/airFlowRateMax
:airFlowRateMax a owl:ObjectProperty ; :airFlowRateMax a owl:ObjectProperty ;
rdfs:comment "Maximum allowable air flow rate. Usually measured in m3/s."@en ; rdfs:comment "Maximum allowable air flow rate. Usually measured in m3/s."@en ;
rdfs:label "air flow rate range max"@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 ; :airFlowRateMin a owl:ObjectProperty ;
rdfs:comment "Minimum allowable air flow rate. Usually measured in m3/s."@en ; rdfs:comment "Minimum allowable air flow rate. Usually measured in m3/s."@en ;
rdfs:label "air flow rate range min"@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 ; :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: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 . rdfs:label "ambient design dry bulb temperature"@en .
# #
# https://w3id.org/def/saref4bldg#ambientDesignWetBulbTemperature # https://saref.etsi.org/saref4bldg/ambientDesignWetBulbTemperature
:ambientDesignWetBulbTemperature a owl:ObjectProperty ; :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: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 . rdfs:label "ambient design wet bulb temperature"@en .
# #
# https://w3id.org/def/saref4bldg#apparentPowerMax # https://saref.etsi.org/saref4bldg/apparentPowerMax
:apparentPowerMax a owl:ObjectProperty ; :apparentPowerMax a owl:ObjectProperty ;
rdfs:comment "Maximum apparent power/capacity in VA (volt ampere). Usually measured in Watts (W, J/s)."@en ; rdfs:comment "Maximum apparent power/capacity in VA (volt ampere). Usually measured in Watts (W, J/s)."@en ;
rdfs:label "maximum apparent power"@en . rdfs:label "maximum apparent power"@en .
# #
# https://w3id.org/def/saref4bldg#audioVolume # https://saref.etsi.org/saref4bldg/audioVolume
:audioVolume a owl:ObjectProperty ; :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: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 . rdfs:label "audio volume"@en .
# #
# https://w3id.org/def/saref4bldg#basinReserveVolume # https://saref.etsi.org/saref4bldg/basinReserveVolume
:basinReserveVolume a owl:ObjectProperty ; :basinReserveVolume a owl:ObjectProperty ;
rdfs:comment "Volume between operating and overflow levels in cooling tower basin. Usually measured in cubic metre (m3)."@en ; 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 . rdfs:label "basin reserve volume"@en .
# #
# https://w3id.org/def/saref4bldg#bladeThickness # https://saref.etsi.org/saref4bldg/bladeThickness
:bladeThickness a owl:ObjectProperty ; :bladeThickness a owl:ObjectProperty ;
rdfs:comment "The thickness of the damper blade. Usually measured in millimeters (mm)."@en ; rdfs:comment "The thickness of the damper blade. Usually measured in millimeters (mm)."@en ;
rdfs:label "blade thickness"@en . rdfs:label "blade thickness"@en .
# #
# https://w3id.org/def/saref4bldg#bodyMass # https://saref.etsi.org/saref4bldg/bodyMass
:bodyMass a owl:ObjectProperty ; :bodyMass a owl:ObjectProperty ;
rdfs:comment "Overall body mass of the heater. Usually measured in kilograms (kg) or grams (g)."@en ; rdfs:comment "Overall body mass of the heater. Usually measured in kilograms (kg) or grams (g)."@en ;
rdfs:label "body mass"@en . rdfs:label "body mass"@en .
# #
# https://w3id.org/def/saref4bldg#capacityWeight # https://saref.etsi.org/saref4bldg/capacityWeight
:capacityWeight a owl:ObjectProperty ; :capacityWeight a owl:ObjectProperty ;
rdfs:comment "Capacity of the transport element measured by weight. Usually measured in kilograms (kg) or grams (g)."@en ; rdfs:comment "Capacity of the transport element measured by weight. Usually measured in kilograms (kg) or grams (g)."@en ;
rdfs:label "capacity weight"@en . rdfs:label "capacity weight"@en .
# #
# https://w3id.org/def/saref4bldg#closeOffRating # https://saref.etsi.org/saref4bldg/closeOffRating
:closeOffRating a owl:ObjectProperty ; :closeOffRating a owl:ObjectProperty ;
rdfs:comment "Close off rating. Usually measured in Pascals (Pa, N/m2)."@en ; rdfs:comment "Close off rating. Usually measured in Pascals (Pa, N/m2)."@en ;
rdfs:label "close off rating"@en . rdfs:label "close off rating"@en .
# #
# https://w3id.org/def/saref4bldg#coilLength # https://saref.etsi.org/saref4bldg/coilLength
:coilLength a owl:ObjectProperty ; :coilLength a owl:ObjectProperty ;
rdfs:comment "Length of coil. Usually measured in millimeters (mm)."@en ; rdfs:comment "Length of coil. Usually measured in millimeters (mm)."@en ;
rdfs:label "coil length"@en . rdfs:label "coil length"@en .
# #
# https://w3id.org/def/saref4bldg#coilWidth # https://saref.etsi.org/saref4bldg/coilWidth
:coilWidth a owl:ObjectProperty ; :coilWidth a owl:ObjectProperty ;
rdfs:comment "Width of coil. Usually measured in millimeters (mm"@en ; rdfs:comment "Width of coil. Usually measured in millimeters (mm"@en ;
rdfs:label "coil width"@en . rdfs:label "coil width"@en .
# #
# https://w3id.org/def/saref4bldg#colorTemperature # https://saref.etsi.org/saref4bldg/colorTemperature
:colorTemperature a owl:ObjectProperty ; :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: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 . rdfs:label "color temperature"@en .
# #
# https://w3id.org/def/saref4bldg#compressorSpeed # https://saref.etsi.org/saref4bldg/compressorSpeed
:compressorSpeed a owl:ObjectProperty ; :compressorSpeed a owl:ObjectProperty ;
rdfs:comment "Compressor speed. Usually measured in cycles/s."@en ; rdfs:comment "Compressor speed. Usually measured in cycles/s."@en ;
rdfs:label "compressor speed"@en . rdfs:label "compressor speed"@en .
# #
# https://w3id.org/def/saref4bldg#connectionSize # https://saref.etsi.org/saref4bldg/connectionSize
:connectionSize a owl:ObjectProperty ; :connectionSize a owl:ObjectProperty ;
rdfs:comment "The connection size of the to and from the pump. Usually measured in millimeters (mm)."@en ; rdfs:comment "The connection size of the to and from the pump. Usually measured in millimeters (mm)."@en ;
rdfs:label "connection size"@en . rdfs:label "connection size"@en .
# #
# https://w3id.org/def/saref4bldg#contains # https://saref.etsi.org/saref4bldg/contains
:contains a owl:ObjectProperty ; :contains a owl:ObjectProperty ;
owl:inverseOf :isContainedIn ; owl:inverseOf :isContainedIn ;
...@@ -186,115 +203,115 @@ xsd:duration a rdfs:Datatype . ...@@ -186,115 +203,115 @@ xsd:duration a rdfs:Datatype .
rdfs:comment "A relation between a physical space and the objects located in such space."@en ; rdfs:comment "A relation between a physical space and the objects located in such space."@en ;
rdfs:label "contains"@en . rdfs:label "contains"@en .
# #
# https://w3id.org/def/saref4bldg#contributedLuminousFlux # https://saref.etsi.org/saref4bldg/contributedLuminousFlux
:contributedLuminousFlux a owl:ObjectProperty ; :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: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 . rdfs:label "contributed luminous flux"@en .
# #
# https://w3id.org/def/saref4bldg#coverLength # https://saref.etsi.org/saref4bldg/coverLength
:coverLength a owl:ObjectProperty ; :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: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 . rdfs:label "cover length"@en .
# #
# https://w3id.org/def/saref4bldg#coverWidth # https://saref.etsi.org/saref4bldg/coverWidth
:coverWidth a owl:ObjectProperty ; :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: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 . rdfs:label "cover width"@en .
# #
# https://w3id.org/def/saref4bldg#effectiveCapacity # https://saref.etsi.org/saref4bldg/effectiveCapacity
:effectiveCapacity a owl:ObjectProperty ; :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:comment "The total effective or actual volumetric capacity of the tank. Usually measured in cubic metre (m3).B3"@en ;
rdfs:label "effective capacity"@en . rdfs:label "effective capacity"@en .
# #
# https://w3id.org/def/saref4bldg#electricGeneratorEfficiency # https://saref.etsi.org/saref4bldg/electricGeneratorEfficiency
:electricGeneratorEfficiency a owl:ObjectProperty ; :electricGeneratorEfficiency a owl:ObjectProperty ;
rdfs:comment "The ratio of output capacity to intake capacity."@en ; rdfs:comment "The ratio of output capacity to intake capacity."@en ;
rdfs:label "electric generator efficiency"@en . rdfs:label "electric generator efficiency"@en .
# #
# https://w3id.org/def/saref4bldg#electricMotorEfficiency # https://saref.etsi.org/saref4bldg/electricMotorEfficiency
:electricMotorEfficiency a owl:ObjectProperty ; :electricMotorEfficiency a owl:ObjectProperty ;
rdfs:comment "The ratio of output capacity to intake capacity."@en ; rdfs:comment "The ratio of output capacity to intake capacity."@en ;
rdfs:label "electric motor efficiency"@en . rdfs:label "electric motor efficiency"@en .
# #
# https://w3id.org/def/saref4bldg#externalSurfaceArea # https://saref.etsi.org/saref4bldg/externalSurfaceArea
:externalSurfaceArea a owl:ObjectProperty ; :externalSurfaceArea a owl:ObjectProperty ;
rdfs:comment "External surface area (both primary and secondary area). Usually measured in square metre (m2)."@en ; rdfs:comment "External surface area (both primary and secondary area). Usually measured in square metre (m2)."@en ;
rdfs:label "external surface area"@en . rdfs:label "external surface area"@en .
# #
# https://w3id.org/def/saref4bldg#faceArea # https://saref.etsi.org/saref4bldg/faceArea
:faceArea a owl:ObjectProperty ; :faceArea a owl:ObjectProperty ;
rdfs:comment "Face area open to the airstream. Usually measured in square metre (m2)."@en ; rdfs:comment "Face area open to the airstream. Usually measured in square metre (m2)."@en ;
rdfs:label "face area"@en . rdfs:label "face area"@en .
# #
# https://w3id.org/def/saref4bldg#finalResistance # https://saref.etsi.org/saref4bldg/finalResistance
:finalResistance a owl:ObjectProperty ; :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: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 . rdfs:label "final resistance"@en .
# #
# https://w3id.org/def/saref4bldg#firstCurvatureRadius # https://saref.etsi.org/saref4bldg/firstCurvatureRadius
:firstCurvatureRadius a owl:ObjectProperty ; :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: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 . rdfs:label "first curvature radius"@en .
# #
# https://w3id.org/def/saref4bldg#flowCoefficient # https://saref.etsi.org/saref4bldg/flowCoefficient
:flowCoefficient a owl:ObjectProperty ; :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: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 . rdfs:label "flow coefficient"@en .
# #
# https://w3id.org/def/saref4bldg#flowResistanceMax # https://saref.etsi.org/saref4bldg/flowResistanceMax
:flowResistanceMax a owl:ObjectProperty ; :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: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 . rdfs:label "flow resistance range"@en .
# #
# https://w3id.org/def/saref4bldg#flowResistanceMin # https://saref.etsi.org/saref4bldg/flowResistanceMin
:flowResistanceMin a owl:ObjectProperty ; :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: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 . rdfs:label "flow resistance range"@en .
# #
# https://w3id.org/def/saref4bldg#fluidFlowRateMax # https://saref.etsi.org/saref4bldg/fluidFlowRateMax
:fluidFlowRateMax a owl:ObjectProperty ; :fluidFlowRateMax a owl:ObjectProperty ;
rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ; rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ;
rdfs:label "fluid flow rate range"@en . rdfs:label "fluid flow rate range"@en .
# #
# https://w3id.org/def/saref4bldg#fluidFlowRateMin # https://saref.etsi.org/saref4bldg/fluidFlowRateMin
:fluidFlowRateMin a owl:ObjectProperty ; :fluidFlowRateMin a owl:ObjectProperty ;
rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ; rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ;
rdfs:label "fluid flow rate range"@en . rdfs:label "fluid flow rate range"@en .
# #
# https://w3id.org/def/saref4bldg#foulingFactor # https://saref.etsi.org/saref4bldg/foulingFactor
:foulingFactor a owl:ObjectProperty ; :foulingFactor a owl:ObjectProperty ;
rdfs:comment "Fouling factor of the tubes in the tube bundle. Usually measured in m2 Kelvin/Watt."@en ; rdfs:comment "Fouling factor of the tubes in the tube bundle. Usually measured in m2 Kelvin/Watt."@en ;
rdfs:label "fouling factor"@en . rdfs:label "fouling factor"@en .
# #
# https://w3id.org/def/saref4bldg#frameDepth # https://saref.etsi.org/saref4bldg/frameDepth
:frameDepth a owl:ObjectProperty ; :frameDepth a owl:ObjectProperty ;
rdfs:comment "The length (or depth) of the damper frame. Usually measured in millimeters (mm)."@en ; rdfs:comment "The length (or depth) of the damper frame. Usually measured in millimeters (mm)."@en ;
rdfs:label "frame depth"@en . rdfs:label "frame depth"@en .
# #
# https://w3id.org/def/saref4bldg#frameThickness # https://saref.etsi.org/saref4bldg/frameThickness
:frameThickness a owl:ObjectProperty ; :frameThickness a owl:ObjectProperty ;
rdfs:comment "The thickness of the damper frame material. Usually measured in millimeters (mm)."@en ; rdfs:comment "The thickness of the damper frame material. Usually measured in millimeters (mm)."@en ;
rdfs:label "frame thickness"@en . rdfs:label "frame thickness"@en .
# #
# https://w3id.org/def/saref4bldg#hasSpace # https://saref.etsi.org/saref4bldg/hasSpace
:hasSpace a owl:ObjectProperty ; :hasSpace a owl:ObjectProperty ;
owl:inverseOf :isSpaceOf ; owl:inverseOf :isSpaceOf ;
...@@ -302,858 +319,858 @@ xsd:duration a rdfs:Datatype . ...@@ -302,858 +319,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:comment "Relation between a building or a building space and the spaces it can be divided into."@en ;
rdfs:label "has space"@en . rdfs:label "has space"@en .
# #
# https://w3id.org/def/saref4bldg#heatExchangeArea # https://saref.etsi.org/saref4bldg/heatExchangeArea
:heatExchangeArea a owl:ObjectProperty ; :heatExchangeArea a owl:ObjectProperty ;
rdfs:comment "Heat exchange area. Usually measured in square metre (m2)."@en ; rdfs:comment "Heat exchange area. Usually measured in square metre (m2)."@en ;
rdfs:label "heat exchange area"@en . rdfs:label "heat exchange area"@en .
# #
# https://w3id.org/def/saref4bldg#heatTransferSurfaceArea # https://saref.etsi.org/saref4bldg/heatTransferSurfaceArea
:heatTransferSurfaceArea a owl:ObjectProperty ; :heatTransferSurfaceArea a owl:ObjectProperty ;
rdfs:comment "Total heat transfer area of the vessel. Usually measured in square metre (m2)."@en ; rdfs:comment "Total heat transfer area of the vessel. Usually measured in square metre (m2)."@en ;
rdfs:label "heat transfer surface area"@en . rdfs:label "heat transfer surface area"@en .
# #
# https://w3id.org/def/saref4bldg#height # https://saref.etsi.org/saref4bldg/height
:height a owl:ObjectProperty ; :height a owl:ObjectProperty ;
rdfs:comment "Height of the vibration isolator before tha application of load. Usually measured in millimeters (mm)."@en ; rdfs:comment "Height of the vibration isolator before tha application of load. Usually measured in millimeters (mm)."@en ;
rdfs:label "height"@en . rdfs:label "height"@en .
# #
# https://w3id.org/def/saref4bldg#horizontalSpacing # https://saref.etsi.org/saref4bldg/horizontalSpacing
:horizontalSpacing a owl:ObjectProperty ; :horizontalSpacing a owl:ObjectProperty ;
rdfs:comment "Horizontal spacing between tubes in the tube bundle. Usually measured in millimeters (mm)."@en ; rdfs:comment "Horizontal spacing between tubes in the tube bundle. Usually measured in millimeters (mm)."@en ;
rdfs:label "horizontal spacing"@en . rdfs:label "horizontal spacing"@en .
# #
# https://w3id.org/def/saref4bldg#hydraulicDiameter # https://saref.etsi.org/saref4bldg/hydraulicDiameter
:hydraulicDiameter a owl:ObjectProperty ; :hydraulicDiameter a owl:ObjectProperty ;
rdfs:comment "Hydraulic diameter. Usually measured in millimeters (mm)."@en ; rdfs:comment "Hydraulic diameter. Usually measured in millimeters (mm)."@en ;
rdfs:label "hydraulic diameter"@en . rdfs:label "hydraulic diameter"@en .
# #
# https://w3id.org/def/saref4bldg#idealCapacity # https://saref.etsi.org/saref4bldg/idealCapacity
:idealCapacity a owl:ObjectProperty ; :idealCapacity a owl:ObjectProperty ;
rdfs:comment "Compressor capacity under ideal conditions. Usually measured in Watts (W, J/s)."@en ; rdfs:comment "Compressor capacity under ideal conditions. Usually measured in Watts (W, J/s)."@en ;
rdfs:label "ideal capacity"@en . rdfs:label "ideal capacity"@en .
# #
# https://w3id.org/def/saref4bldg#idealShaftPower # https://saref.etsi.org/saref4bldg/idealShaftPower
:idealShaftPower a owl:ObjectProperty ; :idealShaftPower a owl:ObjectProperty ;
rdfs:comment "Compressor shaft power under ideal conditions. Usually measured in Watts (W, J/s)."@en ; rdfs:comment "Compressor shaft power under ideal conditions. Usually measured in Watts (W, J/s)."@en ;
rdfs:label "ideal shaft power"@en . rdfs:label "ideal shaft power"@en .
# #
# https://w3id.org/def/saref4bldg#imaginaryImpedanceRatio # https://saref.etsi.org/saref4bldg/imaginaryImpedanceRatio
:imaginaryImpedanceRatio a owl:ObjectProperty ; :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: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 . rdfs:label "imaginary impedance ratio"@en .
# #
# https://w3id.org/def/saref4bldg#impellerDiameter # https://saref.etsi.org/saref4bldg/impellerDiameter
:impellerDiameter a owl:ObjectProperty ; :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:comment "Diameter of compressor impeller - used to scale performance of geometrically similar compressors. Usually measured in millimeters (mm)."@en ;
rdfs:label "impeller diameter"@en . rdfs:label "impeller diameter"@en .
# #
# https://w3id.org/def/saref4bldg#inLineRowSpacing # https://saref.etsi.org/saref4bldg/inLineRowSpacing
:inLineRowSpacing a owl:ObjectProperty ; :inLineRowSpacing a owl: