s4auto:Lane — Lane

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

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

Lane of a road segment. Lanes are identified by (saref:hasIdentifier) using integer numbers between 1 and n, being number 1 the lane to the right when going forwards. The forward direction is the direction denoted by the vector which goes from the segment's start point to the segment's endpoint.

Definition as a Named Individual

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:Lane_acceleration skos:broader s4auto:Lane .

s4auto:Lane_bus skos:broader s4auto:Lane .

s4auto:Lane_cycleLane skos:broader s4auto:Lane .

s4auto:Lane_deceleration skos:broader s4auto:Lane .

s4auto:Lane_dedicatedVehicle skos:broader s4auto:Lane .

s4auto:Lane_emergency skos:broader s4auto:Lane .

s4auto:Lane_hot skos:broader s4auto:Lane .

s4auto:Lane_hov skos:broader s4auto:Lane .

s4auto:Lane_leftHandTurning skos:broader s4auto:Lane .

s4auto:Lane_median skos:broader s4auto:Lane .

s4auto:Lane_minimumRiskManoeuvre skos:broader s4auto:Lane .

s4auto:Lane_parking skos:broader s4auto:Lane .

s4auto:Lane_pedestrian skos:broader s4auto:Lane .

s4auto:Lane_reversible skos:broader s4auto:Lane .

s4auto:Lane_rightHandTurning skos:broader s4auto:Lane .

s4auto:Lane_striping skos:broader s4auto:Lane .

s4auto:Lane_taxi skos:broader s4auto:Lane .

s4auto:Lane_through skos:broader s4auto:Lane .

s4auto:Lane_trackedVehicle skos:broader s4auto:Lane .

s4auto:Lane_traffic skos:broader s4auto:Lane .

s4auto:Lane_verge skos:broader s4auto:Lane .

s4auto:RoadSegment saref:consistsOf s4auto:Lane .

s4auto:LaneWidth saref:isPropertyOf s4auto:Lane .

s4auto:SpeedLimit saref:isPropertyOf s4auto:Lane .

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

s4auto:Lane a owl:Thing,
        saref:FeatureKind ;
    rdfs:label "Lane"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:comment """Lane of a road segment. 

Lanes are identified by (saref:hasIdentifier) using integer numbers between 1 and n, being number 1 the lane to the right when going forwards. The forward direction is the direction denoted by the vector which goes from the segment's start point to the segment's endpoint."""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    skos:hiddenLabel "Lane" ;
    saref:hasProperty s4auto:DrivingLaneStatus,
        s4auto:LaneWidth,
        s4auto:SpeedLimit .