s4auto:ExteriorLights — ExteriorLights

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

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

This property describes the status of some exterior light switches of a vehicle incl. VRU vehicles. Narrower properties indicate the type of exterior light switch of interest: - s4auto:ExteriorLights_lowBeamHeadlightsOn - *TRUE* when the low beam head light switch is on, - s4auto:ExteriorLights_highBeamHeadlightsOn - *TRUE* when the high beam head light switch is on, - s4auto:ExteriorLights_leftTurnSignalOn - *TRUE* when the left turnSignal switch is on, - s4auto:ExteriorLights_rightTurnSignalOn - *TRUE* when the right turn signal switch is on, - s4auto:ExteriorLights_daytimeRunningLightsOn - *TRUE* when the daytime running light switch is on, - s4auto:ExteriorLights_reverseLightOn - *TRUE* when the reverse light switch is on, - s4auto:ExteriorLights_fogLightOn - *TRUE* when the tail fog light switch is on, - s4auto:ExteriorLights_parkingLightsOn - *TRUE* when the parking light switch is on.

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: ExteriorLights"@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, either manually by the driver or automatically by a vehicle system. The value does not indicate if the corresponding lamps are alight or not. If a vehicle is not equipped with a certain light or if the light switch status information is not available, the corresponding value shall be *FALSE*. As the property value indicates only the state of the switch, the turn signal and hazard signal values shall not alternate with the blinking interval. For hazard indicator, the s4auto:ExteriorLights_leftTurnSignalOn and s4auto:ExteriorLights_rightTurnSignalOn shall be both set to *TRUE*."""@en

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:ExteriorLights_daytimeRunningLightsOn skos:broader s4auto:ExteriorLights .

s4auto:ExteriorLights_fogLightOn skos:broader s4auto:ExteriorLights .

s4auto:ExteriorLights_highBeamHeadlightsOn skos:broader s4auto:ExteriorLights .

s4auto:ExteriorLights_leftTurnSignalOn skos:broader s4auto:ExteriorLights .

s4auto:ExteriorLights_lowBeamHeadlightsOn skos:broader s4auto:ExteriorLights .

s4auto:ExteriorLights_parkingLightsOn skos:broader s4auto:ExteriorLights .

s4auto:ExteriorLights_reverseLightOn skos:broader s4auto:ExteriorLights .

s4auto:ExteriorLights_rightTurnSignalOn skos:broader s4auto:ExteriorLights .

s4auto:Vehicle saref:hasProperty s4auto:ExteriorLights .

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

s4auto:ExteriorLights a owl:Thing,
        saref:Property ;
    rdfs:label "ExteriorLights"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:comment """This property describes the status of some exterior light switches of a vehicle incl. VRU vehicles.

Narrower properties indicate the type of exterior light switch of interest:

- s4auto:ExteriorLights_lowBeamHeadlightsOn    - *TRUE* when the low beam head light switch is on,
- s4auto:ExteriorLights_highBeamHeadlightsOn   - *TRUE* when the high beam head light switch is on,
- s4auto:ExteriorLights_leftTurnSignalOn       - *TRUE* when the left turnSignal switch is on,
- s4auto:ExteriorLights_rightTurnSignalOn      - *TRUE* when the right turn signal switch is on,
- s4auto:ExteriorLights_daytimeRunningLightsOn - *TRUE* when the daytime running light switch is on,
- s4auto:ExteriorLights_reverseLightOn         - *TRUE* when the reverse light switch is on,
- s4auto:ExteriorLights_fogLightOn             - *TRUE* when the tail fog light switch is on,
- s4auto:ExteriorLights_parkingLightsOn        - *TRUE* when the parking light switch is on."""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    skos:hiddenLabel "ExteriorLights" ;
    skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: ExteriorLights"@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, either manually by the driver or automatically by a vehicle system. 
The value does not indicate if the corresponding lamps are alight or not.

If a vehicle is not equipped with a certain light or if the light switch status information is not available, the corresponding value shall be *FALSE*.

As the property value indicates only the state of the switch, the turn signal and hazard signal values shall not alternate with the blinking interval.

For hazard indicator, the s4auto:ExteriorLights_leftTurnSignalOn and s4auto:ExteriorLights_rightTurnSignalOn shall be both set to *TRUE*."""@en .