Definition of s4envi:WasteCollectionVehicle
Defined in https://saref.etsi.org/saref4envi/v2.1.1/ as:
Purpose-built vehicle for the collection and transport of waste, whereby the refuse is transferred by differential air pressure, a lifting device, mechanical means or hand (source: ISO 24161:2022, clause 3.2.2.6). In the case of human-powered waste collection vehicles, they are not necessarily purpose-built for the collection and transport of waste.
Description as a Class
- has super-classes
-
s4envi:hasDepot only
s4envi:Depot
geo:Feature
saref:FeatureOfInterest - is in domain of
- s4envi:hasDepot
- is in range of
- s4envi:isMadeBy
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .
s4envi:Journey rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4envi:WasteCollectionVehicle ;
owl:onProperty s4envi:isMadeBy ] .
s4envi:hasDepot rdfs:domain s4envi:WasteCollectionVehicle .
s4envi:isMadeBy rdfs:range s4envi:WasteCollectionVehicle .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:WasteCollectionVehicle ;
dct:subject s4envi:WasteCollectionVehicle .
s4envi:WasteCollectionVehicle a owl:Class ;
rdfs:label "Waste collection vehicle"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:comment "Purpose-built vehicle for the collection and transport of waste, whereby the refuse is transferred by differential air pressure, a lifting device, mechanical means or hand (source: ISO 24161:2022, clause 3.2.2.6). In the case of human-powered waste collection vehicles, they are not necessarily purpose-built for the collection and transport of waste."@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:Depot ;
owl:onProperty s4envi:hasDepot ],
geo:Feature,
saref:FeatureOfInterest ;
skos:hiddenLabel "WasteCollectionVehicle" .