Definition of s4auto:hasEstimatedRendezvousLocation
Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:
A relation to express that, during the forming state, a vehicle member of a platoon is given an estimated rendezvous location for joining the platoon. It is expressed in global coordinates (lat, long, alt), e.g. according to WGS 84.
Description as an Object Property
- has range
- s4auto:RendezvousLocation
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:hasEstimatedRendezvousLocation ;
owl:someValuesFrom s4auto:RendezvousLocation ] .
s4auto:hasEstimatedRendezvousLocation a owl:ObjectProperty ;
rdfs:label "hasEstimatedRendezvousLocation"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v1.1.1/> ;
rdfs:comment "A relation to express that, during the forming state, a vehicle member of a platoon is given an estimated rendezvous location for joining the platoon. It is expressed in global coordinates (lat, long, alt), e.g. according to WGS 84."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v1.1.1/> ;
rdfs:range s4auto:RendezvousLocation ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v1.1.1/> ;
ns1:hiddenLabel "hasEstimatedRendezvousLocation" .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:hasEstimatedRendezvousLocation ;
dct:subject s4auto:hasEstimatedRendezvousLocation .