Definition of s4auto:VruSpecificExteriorLights
Defined in https://saref.etsi.org/saref4auto/v2.1.1/ as:
This property represents the status of some exterior light switch of a VRU. Narrower properties indicate the type of exterior light switch of interest: - s4auto:VruSpecificExteriorLights_backFlashLight - indicates the status of the back flash light, - s4auto:VruSpecificExteriorLights_helmetLight - indicates the status of the helmet light, - s4auto:VruSpecificExteriorLights_armLight - indicates the status of the arm light, - s4auto:VruSpecificExteriorLights_legLight - indicates the status of the leg light, - s4auto:VruSpecificExteriorLights_wheelLight - indicates the status of the wheel light.
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: VruSpecificExteriorLights"@en
- skos:note
- """The value of each narrower property indicates the state of the switch, which commands the corresponding light. It is *TRUE* when the corresponding switch is turned on. The values do not indicate if the corresponding lamps are alight or not. If VRU is not equipped with a certain light or if the light switch status information is not available, the value shall be *FALSE*."""@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:VruSpecificExteriorLights_armLight skos:broader s4auto:VruSpecificExteriorLights .
s4auto:VruSpecificExteriorLights_backFlashLight skos:broader s4auto:VruSpecificExteriorLights .
s4auto:VruSpecificExteriorLights_helmetLight skos:broader s4auto:VruSpecificExteriorLights .
s4auto:VruSpecificExteriorLights_legLight skos:broader s4auto:VruSpecificExteriorLights .
s4auto:VruSpecificExteriorLights_wheelLight skos:broader s4auto:VruSpecificExteriorLights .
s4auto:VulnerableRoadUser saref:hasProperty s4auto:VruSpecificExteriorLights .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:VruSpecificExteriorLights ;
dct:subject s4auto:VruSpecificExteriorLights .
s4auto:VruSpecificExteriorLights a owl:Thing,
saref:Property ;
rdfs:label "VruSpecificExteriorLights"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:comment """This property represents the status of some exterior light switch of a VRU.
Narrower properties indicate the type of exterior light switch of interest:
- s4auto:VruSpecificExteriorLights_backFlashLight - indicates the status of the back flash light,
- s4auto:VruSpecificExteriorLights_helmetLight - indicates the status of the helmet light,
- s4auto:VruSpecificExteriorLights_armLight - indicates the status of the arm light,
- s4auto:VruSpecificExteriorLights_legLight - indicates the status of the leg light,
- s4auto:VruSpecificExteriorLights_wheelLight - indicates the status of the wheel light.
"""@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
skos:hiddenLabel "VruSpecificExteriorLights" ;
skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: VruSpecificExteriorLights"@en ;
skos:note """The value of each narrower property indicates the state of the switch, which commands the corresponding light.
It is *TRUE* when the corresponding switch is turned on.
The values do not indicate if the corresponding lamps are alight or not.
If VRU is not equipped with a certain light or if the light switch status information is not available, the value shall be *FALSE*."""@en ;
saref:isPropertyOf s4auto:VulnerableRoadUser .