Definition of s4auto:Velocity
Defined in https://saref.etsi.org/saref4auto/v2.1.1/ as:
This property represents a velocity component value in a defined coordinate system
Definition as a Named Individual
- belongs to
- saref:Property
- skos:historyNote
- "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: VelocityComponentValue"@en
- skos:note
- "Typically, the property is measured in 0,01 m/s"@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:SpeedLimit skos:broader s4auto:Velocity .
s4auto:VelocityCartesian_xVelocity skos:broader s4auto:Velocity .
s4auto:VelocityCartesian_yVelocity skos:broader s4auto:Velocity .
s4auto:VelocityCartesian_zVelocity skos:broader s4auto:Velocity .
s4auto:VelocityPolarWithZ_velocityMagnitude skos:broader s4auto:Velocity .
s4auto:VelocityPolarWithZ_zVelocity skos:broader s4auto:Velocity .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:Velocity ;
dct:subject s4auto:Velocity .
s4auto:Velocity a owl:Thing,
saref:Property ;
rdfs:label "Velocity"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:comment "This property represents a velocity component value in a defined coordinate system"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
skos:hiddenLabel "Velocity" ;
skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: VelocityComponentValue"@en ;
skos:note "Typically, the property is measured in 0,01 m/s"@en .