Definition of s4bldg:ShadingDevice
Defined in https://saref.etsi.org/saref4bldg/v1.1.2/ as:
Shading devices are purpose built devices to protect from the sunlight, from natural light, or screening them from view. Shading devices can form part of the facade or can be mounted inside the building, they can be fixed or operable.
Description as a Class
- has super-classes
-
s4bldg:solarReflectance only
saref:Measurement
s4bldg:solarTransmittance only saref:Measurement
s4bldg:thermalTransmittance only saref:Measurement
s4bldg:visibleLightReflectance only saref:Measurement
s4bldg:visibleLightTransmittance only saref:Measurement
s4bldg:isExternal only xsd:boolean
s4bldg:mechanicalOperated only xsd:boolean
s4bldg:roughness only xsd:string
s4bldg:shadingDeviceType only xsd:string
s4bldg:BuildingDevice
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:ShadingDevice ;
dct:subject s4bldg:ShadingDevice .
<https://saref.etsi.org/saref4bldg/v2.1.1/> dct:references s4bldg:ShadingDevice ;
dct:subject s4bldg:ShadingDevice .
s4bldg:ShadingDevice a owl:Class ;
rdfs:label "Shading device"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
<https://saref.etsi.org/saref4bldg/v2.1.1/> ;
rdfs:comment "Shading devices are purpose built devices to protect from the sunlight, from natural light, or screening them from view. Shading devices can form part of the facade or can be mounted inside the building, they can be fixed or operable."@en ;
rdfs: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#IfcShadingDevice" ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:solarReflectance ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:solarTransmittance ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:thermalTransmittance ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:visibleLightReflectance ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4bldg:visibleLightTransmittance ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:boolean ;
owl:onProperty s4bldg:isExternal ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:boolean ;
owl:onProperty s4bldg:mechanicalOperated ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty s4bldg:roughness ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty s4bldg:shadingDeviceType ],
s4bldg:BuildingDevice ;
ns1:hiddenLabel "ShadingDevice" ;
prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgelements/lexical/ifcshadingdevice.htm>,
<http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgelements/pset/pset_shadingdevicecommon.htm> .