Definition of s4bldg:SpaceHeater
Defined in https://saref.etsi.org/saref4bldg/v1.1.2/ as:
Space heaters utilize a combination of radiation and/or natural convection using a heating source such as electricity, steam or hot water to heat a limited space or area. Examples of space heaters include radiators, convectors, baseboard and finned-tube heaters. UnitaryEquipment should be used for packaged units supporting a combination of heating, cooling, and/or dehumidification; Coil should be used for coil-based floor heating.
Description as a Class
- has super-classes
-
s4bldg:bodyMass only
saref:Measurement
s4bldg:outputCapacity only saref:Measurement
s4bldg:thermalEfficiency only saref:Measurement
s4bldg:thermalMassHeatCapacity only saref:Measurement
s4bldg:energySource only xsd:string
s4bldg:heatTransferDimension only xsd:string
s4bldg:heatTransferMedium only xsd:string
s4bldg:numberOfPanels only xsd:integer
s4bldg:numberOfSections only xsd:integer
s4bldg:placementType only xsd:string
s4bldg:temperatureClassification only xsd:string
s4bldg:FlowTerminal
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4bldg: <https://saref.etsi.org/saref4bldg/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://saref.etsi.org/saref4bldg/v1.1.2/> dct:references s4bldg:SpaceHeater ;
dct:subject s4bldg:SpaceHeater .
<https://saref.etsi.org/saref4bldg/v2.1.1/> dct:references s4bldg:SpaceHeater ;
dct:subject s4bldg:SpaceHeater .
s4bldg:SpaceHeater a owl:Class ;
rdfs:label "Space heater"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
<https://saref.etsi.org/saref4bldg/v2.1.1/> ;
rdfs:comment """Space heaters utilize a combination of radiation and/or natural convection using a heating source such as electricity, steam or hot water to heat a limited space or area. Examples of space heaters include radiators, convectors, baseboard and finned-tube heaters.
UnitaryEquipment should be used for packaged units supporting a combination of heating, cooling, and/or dehumidification; Coil should be used for coil-based floor heating."""@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
<https://saref.etsi.org/saref4bldg/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4bldg/v1.1.2/>,
<https://saref.etsi.org/saref4bldg/v2.1.1/>,
"https://w3id.org/ifc/IFC4_ADD1#IfcSpaceHeater" ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:bodyMass ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:outputCapacity ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:thermalEfficiency ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:thermalMassHeatCapacity ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty s4bldg:energySource ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty s4bldg:heatTransferDimension ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty s4bldg:heatTransferMedium ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:integer ;
owl:onProperty s4bldg:numberOfPanels ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:integer ;
owl:onProperty s4bldg:numberOfSections ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty s4bldg:placementType ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty s4bldg:temperatureClassification ],
s4bldg:FlowTerminal ;
ns1:hiddenLabel "SpaceHeater" ;
prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/lexical/ifcspaceheater.htm>,
<http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/pset/pset_spaceheatertypecommon.htm> .