rcao:hasSpeed leaf node


URI

https://www.w3id.org/rcao#hasSpeed

Label

hasSpeed

Description

Speed of the participant.

Usage

DOMAINPROPERTYRANGE
rcao:ConnectedVehicle rcao:hasSpeed xsd:float

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rcao: <https://www.w3id.org/rcao#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

rcao:hasSpeed a owl:DatatypeProperty ;
    rdfs:comment "Speed of the participant." ;
    rdfs:domain rcao:ConnectedVehicle ;
    rdfs:range xsd:float .