s4bldg:Interceptor — Interceptor

IRI
https://saref.etsi.org/saref4bldg/Interceptor
Is defined by
https://saref.etsi.org/saref4bldg/v1.1.2/
https://saref.etsi.org/saref4bldg/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4bldg/v1.1.2/
https://saref.etsi.org/saref4bldg/v2.1.1/
Download serialization
License

Definition of s4bldg:Interceptor

Defined in https://saref.etsi.org/saref4bldg/v1.1.2/ as:

An interceptor is a device designed and installed in order to separate and retain deleterious, hazardous or undesirable matter while permitting normal sewage or liquids to discharge into a collection system by gravity.

Description as a Class

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/> .

<https://saref.etsi.org/saref4bldg/v1.1.2/> dct:references s4bldg:Interceptor ;
    dct:subject s4bldg:Interceptor .

<https://saref.etsi.org/saref4bldg/v2.1.1/> dct:references s4bldg:Interceptor ;
    dct:subject s4bldg:Interceptor .

s4bldg:Interceptor a owl:Class ;
    rdfs:label "Interceptor"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4bldg/v1.1.2/>,
        <https://saref.etsi.org/saref4bldg/v2.1.1/> ;
    rdfs:comment "An interceptor is a device designed and installed in order to separate and retain deleterious, hazardous or undesirable matter while permitting normal sewage or liquids to discharge into a collection system by gravity."@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#IfcInterceptor" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:coverLength ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:coverWidth ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:inletConnectionSize ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:nominalBodyDepth ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:nominalBodyLength ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:nominalBodyWidth ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:outletConnectionSize ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty s4bldg:ventilatingPipeSize ],
        s4bldg:FlowTreatmentDevice ;
    ns1:hiddenLabel "Interceptor" ;
    prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcplumbingfireprotectiondomain/lexical/ifcinterceptor.htm>,
        <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcplumbingfireprotectiondomain/pset/pset_interceptortypecommon.htm> .