Definition of s4auto:VruDeviceUsage
Defined in https://saref.etsi.org/saref4auto/v2.1.1/ as:
This property represents the possible usage conditions of the VRU device. - The following property values are defined: - 2 `idle` - to indicate that the human is currently not interacting with the device, - 3 `listeningToAudio` - to indicate that any audio source other than calling is in use, - 4 `typing` - to indicate that the human is texting or performaing any other manual input activity, - 5 `calling` - to indicate that the VRU device is currently receiving a call, - 6 `playingGames` - to indicate that the human is playing games, - 7 `reading` - to indicate that the human is reading on the VRU device, - 8 `viewing` - to indicate that the human is watching dynamic content, including following navigation prompts, viewing videos or other visual contents that are not static.
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: VruDeviceUsage"@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:VruDeviceUsage_calling saref:isValueOfProperty s4auto:VruDeviceUsage .
s4auto:VruDeviceUsage_idle saref:isValueOfProperty s4auto:VruDeviceUsage .
s4auto:VruDeviceUsage_listeningToAudio saref:isValueOfProperty s4auto:VruDeviceUsage .
s4auto:VruDeviceUsage_playingGames saref:isValueOfProperty s4auto:VruDeviceUsage .
s4auto:VruDeviceUsage_reading saref:isValueOfProperty s4auto:VruDeviceUsage .
s4auto:VruDeviceUsage_typing saref:isValueOfProperty s4auto:VruDeviceUsage .
s4auto:VruDeviceUsage_viewing saref:isValueOfProperty s4auto:VruDeviceUsage .
s4auto:VulnerableRoadUser saref:hasProperty s4auto:VruDeviceUsage .
<https://saref.etsi.org/saref4auto/v2.1.1/example/VulnerableRoadUser#> dct:references s4auto:VruDeviceUsage .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:VruDeviceUsage ;
dct:subject s4auto:VruDeviceUsage .
s4auto:VruDeviceUsage a owl:Thing,
saref:Property ;
rdfs:label "VruDeviceUsage"@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 represents the possible usage conditions of the VRU device.
- The following property values are defined:
- 2 `idle` - to indicate that the human is currently not interacting with the device,
- 3 `listeningToAudio` - to indicate that any audio source other than calling is in use,
- 4 `typing` - to indicate that the human is texting or performaing any other manual input activity,
- 5 `calling` - to indicate that the VRU device is currently receiving a call,
- 6 `playingGames` - to indicate that the human is playing games,
- 7 `reading` - to indicate that the human is reading on the VRU device,
- 8 `viewing` - to indicate that the human is watching dynamic content, including following navigation prompts, viewing videos or other visual contents that are not static."""@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
skos:hiddenLabel "VruDeviceUsage" ;
skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: VruDeviceUsage"@en ;
saref:isPropertyOf s4auto:VulnerableRoadUser .