s4envi:Journey — Journey

IRI
https://saref.etsi.org/saref4envi/Journey
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:Journey

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

Trip that has been made by a waste collection vehicle in reality, following an itinerary, to collect waste from collection points and take it to a waste processing site.

Description as a Class

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

s4envi:Waste rdfs:subClassOf [ a owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass s4envi:Journey ;
            owl:onProperty s4envi:isCollectedDuring ] .

s4envi:followsItinerary rdfs:domain s4envi:Journey .

s4envi:isCollectedDuring rdfs:range s4envi:Journey .

s4envi:isMadeBy rdfs:domain s4envi:Journey .

s4envi:isMadeOn rdfs:domain s4envi:Journey .

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

s4envi:Journey a owl:Class ;
    rdfs:label "Journey"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    rdfs:comment "Trip that has been made by a waste collection vehicle in reality, following an itinerary, to collect waste from collection points and take it 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:Itinerary ;
            owl:onProperty s4envi:followsItinerary ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4envi:WasteCollectionVehicle ;
            owl:onProperty s4envi:isMadeBy ],
        [ a owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onDataRange xsd:date ;
            owl:onProperty s4envi:isMadeOn ],
        saref:FeatureOfInterest ;
    skos:hiddenLabel "Journey" .