s4envi:WasteProcessingSite — Waste processing site

IRI
https://saref.etsi.org/saref4envi/WasteProcessingSite
Is defined by
https://saref.etsi.org/saref4envi/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4envi/v2.1.1/
Download serialization
License

Definition of s4envi:WasteProcessingSite

Defined in https://saref.etsi.org/saref4envi/v2.1.1/ as:

Licensed plant in which waste is treated in accordance with the local laws (source: ISO 24161:2022, clause 3.1.3.20).

Description as a Class

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4envi: <https://saref.etsi.org/saref4envi/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

s4envi:RoadSegment rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty geo:sfContains ;
            owl:someValuesFrom [ a owl:Class ;
                    owl:unionOf ( s4envi:CollectionPoint s4envi:Depot s4envi:WasteProcessingSite ) ] ] .

s4envi:Waste rdfs:subClassOf [ a owl:Restriction ;
            owl:onClass s4envi:WasteProcessingSite ;
            owl:onProperty s4envi:isDepositedAt ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] .

s4envi:accepts rdfs:domain [ a owl:Class ;
            owl:unionOf ( s4envi:WasteProcessingDevice s4envi:WasteProcessingSite s4envi:Container s4envi:WasteCollectionVehicleKind ) ] .

s4envi:isDepositedAt rdfs:range s4envi:WasteProcessingSite .

<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:WasteProcessingSite ;
    dct:subject s4envi:WasteProcessingSite .

s4envi:WasteProcessingSite a owl:Class ;
    rdfs:label "Waste processing site"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    rdfs:comment "Licensed plant in which waste is treated in accordance with the local laws (source: ISO 24161:2022, clause 3.1.3.20)."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4envi:WasteKind ;
            owl:onProperty s4envi:accepts ],
        [ a owl:Restriction ;
            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass s4envi:WasteProcessingDevice ;
            owl:onProperty geo:sfContains ],
        geo:Feature,
        org:Site,
        saref:FeatureOfInterest ;
    skos:hiddenLabel "WasteProcessingSite" .