Definition of s4auto:RoadTopologyPosition
Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:
Position with respect to road topology (e.g. road, segment or lane) and lane characteristics (highway lane, road lane, bicycle lane, pavement, off-road).
Description as a Class
- has super-classes
- s4auto:Position
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@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/> .
s4auto:Vehicle rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4auto:hasRoadTopologyPosition ;
owl:someValuesFrom s4auto:RoadTopologyPosition ] .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:RoadTopologyPosition ;
dct:subject s4auto:RoadTopologyPosition .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:RoadTopologyPosition ;
dct:subject s4auto:RoadTopologyPosition .
s4auto:RoadTopologyPosition a owl:Class ;
rdfs:label "Road Topology Position"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v1.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:comment "Position with respect to road topology (e.g. road, segment or lane) and lane characteristics (highway lane, road lane, bicycle lane, pavement, off-road)."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v1.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v1.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:subClassOf s4auto:Position ;
ns1:hiddenLabel "RoadTopologyPosition" .