Definition of s4envi:Itinerary
Defined in https://saref.etsi.org/saref4envi/v2.1.1/ as:
Set of road segments that make up the route taken by a waste collection vehicle, from its depot to the collection points on its round and finally to a waste processing site.
Description as a Class
- has super-classes
-
saref:consistsOf only
s4envi:RoadSegment
geo:Feature
saref:FeatureOfInterest - is in range of
- s4envi:followsItinerary
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:Itinerary ;
owl:onProperty s4envi:followsItinerary ] .
s4envi:followsItinerary rdfs:range s4envi:Itinerary .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:Itinerary ;
dct:subject s4envi:Itinerary .
s4envi:Itinerary a owl:Class ;
rdfs:label "Itinerary"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:comment "Set of road segments that make up the route taken by a waste collection vehicle, from its depot to the collection points on its round and finally to a waste processing site."@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:RoadSegment ;
owl:onProperty saref:consistsOf ],
geo:Feature,
saref:FeatureOfInterest ;
skos:hiddenLabel "Itinerary" .