s4auto:TrafficDirection — Traffic Direction

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

Definition of s4auto:TrafficDirection

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

The class of traffic direction in which observed traffic events are detected. The following instances are defined: - s4auto:TrafficDirection_allTrafficDirections - for all traffic directions, - s4auto:TrafficDirection_upstreamTraffic - for upstream traffic, - s4auto:TrafficDirection_downstreamTraffic - for downstream traffic, - s4auto:TrafficDirection_oppositeTraffic - for traffic in the opposite direction. The terms `upstream`, `downstream` and `oppositeTraffic` are relative to the event position.

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 s4auto: <https://saref.etsi.org/saref4auto/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

s4auto:TrafficDirection_allTrafficDirections a s4auto:TrafficDirection .

s4auto:TrafficDirection_downstreamTraffic a s4auto:TrafficDirection .

s4auto:TrafficDirection_oppositeTraffic a s4auto:TrafficDirection .

s4auto:TrafficDirection_upstreamTraffic a s4auto:TrafficDirection .

s4auto:TrafficEventObservation rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty s4auto:affectsTrafficDirection ;
            owl:someValuesFrom s4auto:TrafficDirection ] .

s4auto:affectsTrafficDirection rdfs:range s4auto:TrafficDirection .

<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:TrafficDirection ;
    dct:subject s4auto:TrafficDirection .

s4auto:TrafficDirection a owl:Class ;
    rdfs:label "Traffic Direction"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:comment """The class of traffic direction in which observed traffic events are detected.

The following instances are defined:

- s4auto:TrafficDirection_allTrafficDirections  - for all traffic directions, 
- s4auto:TrafficDirection_upstreamTraffic       - for upstream traffic, 
- s4auto:TrafficDirection_downstreamTraffic     - for downstream traffic, 
- s4auto:TrafficDirection_oppositeTraffic       - for traffic in the opposite direction. 

The terms `upstream`, `downstream` and `oppositeTraffic` are relative to the event position."""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:subClassOf skos:Concept ;
    skos:hiddenLabel "TrafficDirection" ;
    skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: TrafficDirection"@en ;
    skos:note """Upstream traffic corresponds to the incoming traffic towards the event position,
and downstream traffic to the departing traffic away from the event position."""@en .