Definition of s4bldg:DuctSilencer
Defined in https://saref.etsi.org/saref4bldg/v1.1.2/ as:
A duct silencer is a device that is typically installed inside a duct distribution system for the purpose of reducing the noise levels from air movement, fan noise, etc. in the adjacent space or downstream of the duct silencer device.
Description as a Class
- has super-classes
-
s4bldg:airFlowRateMax only
saref:Measurement
s4bldg:airFlowRateMin only saref:Measurement
s4bldg:hydraulicDiameter only saref:Measurement
s4bldg:length only saref:Measurement
s4bldg:operationTemperatureMax only saref:Measurement
s4bldg:operationTemperatureMin only saref:Measurement
s4bldg:weight only saref:Measurement
s4bldg:workingPressureMax only saref:Measurement
s4bldg:workingPressureMin only saref:Measurement
s4bldg:hasExteriorInsulation only xsd:boolean
s4bldg:FlowTreatmentDevice
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:DuctSilencer ;
dct:subject s4bldg:DuctSilencer .
<https://saref.etsi.org/saref4bldg/v2.1.1/> dct:references s4bldg:DuctSilencer ;
dct:subject s4bldg:DuctSilencer .
s4bldg:DuctSilencer a owl:Class ;
rdfs:label "Duct silencer"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
<https://saref.etsi.org/saref4bldg/v2.1.1/> ;
rdfs:comment "A duct silencer is a device that is typically installed inside a duct distribution system for the purpose of reducing the noise levels from air movement, fan noise, etc. in the adjacent space or downstream of the duct silencer device."@en ;
rdfs: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#IfcDuctSilencer" ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:airFlowRateMax ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:airFlowRateMin ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:hydraulicDiameter ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:length ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:operationTemperatureMax ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:operationTemperatureMin ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:weight ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:workingPressureMax ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:workingPressureMin ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:boolean ;
owl:onProperty s4bldg:hasExteriorInsulation ],
s4bldg:FlowTreatmentDevice ;
ns1:hiddenLabel "DuctSilencer" ;
prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/lexical/ifcductsilencer.htm>,
<http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/pset/pset_ductsilencertypecommon.htm> .