Definition of s4auto:LanePosition
Defined in https://saref.etsi.org/saref4auto/v2.1.1/ as:
This property indicates a transversal position on the carriageway at a specific longitudinal position, in resolution of lanes of the carriageway. For right-hand traffic roads, the value shall be set to: - `-1` if the position is off, i.e. besides the road, - `0` if the position is on the inner hard shoulder, i.e. the hard should adjacent to the leftmost lane, - `n` (`n > 0` and `n < 14`), if the position is on the n-th driving lane counted from the leftmost lane to the rightmost lane of a specific traffic direction, - `14` if the position is on the outer hard shoulder, i.e. the hard should adjacent to rightmost lane (if present). For left-hand traffic roads, the value shall be set to: - `-1` if the position is off, i.e. besides the road, - `0` if the position is on the inner hard shoulder, i.e. the hard should adjacent to the rightmost lane, - `n` (`n > 0` and `n < 14`), if the position is on the n-th driving lane counted from the rightmost lane to the leftmost lane of a specific traffic direction, - `14` if the position is on the outer hard shoulder, i.e. the hard should adjacent to leftmost lane (if present). The following property values are defined: - s4auto:LanePosition_offTheRoad - s4auto:LanePosition_innerHardShoulder - s4auto:LanePosition_outerHardShoulder
Definition as a Named Individual
- belongs to
- saref:Property
- skos:broader
- s4auto:Position, s4auto:RoadTopologyPosition
- skos:historyNote
- "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: LanePosition"@en
- skos:note
- """in practice this means that the position is counted from "inside" to "outside" no matter which traffic practice is used. If the carriageway allows only traffic in one direction (e.g. in case of dual or multiple carriageway roads), the position is counted from the physical border of the carriageway. If the carriageway allows traffic in both directions and there is no physical delimitation between traffic directions (e.g. on a single carrriageway road), the position is counted from the legal (i.e. optical) separation between traffic directions (horizontal marking)."""@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:LanePosition_innerHardShoulder saref:isValueOfProperty s4auto:LanePosition .
s4auto:LanePosition_offTheRoad saref:isValueOfProperty s4auto:LanePosition .
s4auto:LanePosition_outerHardShoulder saref:isValueOfProperty s4auto:LanePosition .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Position_RoadTopologyPosition#> dct:references s4auto:LanePosition .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:LanePosition ;
dct:subject s4auto:LanePosition .
s4auto:LanePosition a owl:Thing,
saref:Property ;
rdfs:label "LanePosition"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/Position_RoadTopologyPosition#> ;
rdfs:comment """This property indicates a transversal position on the carriageway at a specific longitudinal position, in resolution of lanes of the carriageway.
For right-hand traffic roads, the value shall be set to:
- `-1` if the position is off, i.e. besides the road,
- `0` if the position is on the inner hard shoulder, i.e. the hard should adjacent to the leftmost lane,
- `n` (`n > 0` and `n < 14`), if the position is on the n-th driving lane counted from the leftmost lane to the rightmost lane of a specific traffic direction,
- `14` if the position is on the outer hard shoulder, i.e. the hard should adjacent to rightmost lane (if present).
For left-hand traffic roads, the value shall be set to:
- `-1` if the position is off, i.e. besides the road,
- `0` if the position is on the inner hard shoulder, i.e. the hard should adjacent to the rightmost lane,
- `n` (`n > 0` and `n < 14`), if the position is on the n-th driving lane counted from the rightmost lane to the leftmost lane of a specific traffic direction,
- `14` if the position is on the outer hard shoulder, i.e. the hard should adjacent to leftmost lane (if present).
The following property values are defined:
- s4auto:LanePosition_offTheRoad
- s4auto:LanePosition_innerHardShoulder
- s4auto:LanePosition_outerHardShoulder
"""@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
skos:broader s4auto:Position,
s4auto:RoadTopologyPosition ;
skos:hiddenLabel "LanePosition" ;
skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: LanePosition"@en ;
skos:note """in practice this means that the position is counted from "inside" to "outside" no matter which traffic practice is used.
If the carriageway allows only traffic in one direction (e.g. in case of dual or multiple carriageway roads), the position is counted from the physical border of the carriageway.
If the carriageway allows traffic in both directions and there is no physical delimitation between traffic directions (e.g. on a single carrriageway road),
the position is counted from the legal (i.e. optical) separation between traffic directions (horizontal marking)."""@en .