Definition of s4auto:hasResultPosition
Defined in https://saref.etsi.org/saref4auto/v2.1.1/ as:
Links a procedure execution to the position where the activity was completed, expressed as a value of property s4auto:Position.
Description as an Object Property
- has domain
- saref:ProcedureExecution
- has range
- saref:isValueOfProperty value s4auto:Position
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#> .
<https://saref.etsi.org/saref4auto/v2.1.1/example/TrafficEventObservation#> dct:references s4auto:hasResultPosition .
s4auto:hasResultPosition a owl:ObjectProperty ;
rdfs:label "has result position"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/TrafficEventObservation#> ;
rdfs:comment "Links a procedure execution to the position where the activity was completed, expressed as a value of property s4auto:Position."@en ;
rdfs:domain saref:ProcedureExecution ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:range [ owl:hasValue s4auto:Position ;
owl:onProperty saref:isValueOfProperty ] ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
skos:hiddenLabel "hasResultPosition" ;
skos:note "Different narrower properties of s4auto:Position can be used to express the position. For example as an address using s4auto:Address, as a latitude and longitude using s4auto:GeoPosition, as a position with respect to road topology using s4auto:RoadTopologyPosition, etc."@en .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:hasResultPosition ;
dct:subject s4auto:hasResultPosition .