s4auto:VruMovementControl — VruMovementControl

IRI
https://saref.etsi.org/saref4auto/VruMovementControl
Is defined by
https://saref.etsi.org/saref4auto/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4auto/v2.1.1/
https://saref.etsi.org/saref4auto/v2.1.1/example/VulnerableRoadUser#
Download serialization
License

Definition of s4auto:VruMovementControl

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

This property indicates the status of the possible human control over a VRU vehicle. The following property values are defined: - 1 `braking` - to indicate that the VRU is braking, - 2 `hardBraking` - to indicate that the VRU is braking hard, - 3 `stopPedaling` - to indicate that the VRU stopped pedaling, - 4 `brakingAndStopPedaling` - to indicate that the VRU stopped pedaling an is braking, - 5 `hardBrakingAndStopPedaling` - to indicate that the VRU stopped pedaling an is braking hard, - 6 `noReaction` - to indicate that the VRU is not changing its behavior.

Definition as a Named Individual

belongs to
saref:Property
skos:historyNote
"Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: VruMovementControl"@en
saref:isPropertyOf
s4auto:VulnerableRoadUser

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

s4auto:VruMovementControl_braking saref:isValueOfProperty s4auto:VruMovementControl .

s4auto:VruMovementControl_brakingAndStopPedaling saref:isValueOfProperty s4auto:VruMovementControl .

s4auto:VruMovementControl_hardBraking saref:isValueOfProperty s4auto:VruMovementControl .

s4auto:VruMovementControl_hardBrakingAndStopPedaling saref:isValueOfProperty s4auto:VruMovementControl .

s4auto:VruMovementControl_noReaction saref:isValueOfProperty s4auto:VruMovementControl .

s4auto:VruMovementControl_stopPedaling saref:isValueOfProperty s4auto:VruMovementControl .

s4auto:VulnerableRoadUser saref:hasProperty s4auto:VruMovementControl .

<https://saref.etsi.org/saref4auto/v2.1.1/example/VulnerableRoadUser#> dct:references s4auto:VruMovementControl .

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

s4auto:VruMovementControl a owl:Thing,
        saref:Property ;
    rdfs:label "VruMovementControl"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/VulnerableRoadUser#> ;
    rdfs:comment """This property indicates the status of the possible human control over a VRU vehicle.

The following property values are defined:
- 1 `braking`                     - to indicate that the VRU is braking,
- 2 `hardBraking`                 - to indicate that the VRU is braking hard,
- 3 `stopPedaling`                - to indicate that the VRU stopped pedaling,
- 4 `brakingAndStopPedaling`      - to indicate that the VRU stopped pedaling an is braking,
- 5 `hardBrakingAndStopPedaling`  - to indicate that the VRU stopped pedaling an is braking hard,
- 6 `noReaction`                  - to indicate that the VRU is not changing its behavior."""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    skos:hiddenLabel "VruMovementControl" ;
    skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: VruMovementControl"@en ;
    saref:isPropertyOf s4auto:VulnerableRoadUser .