rcao:ConnectedVehicle leaf node


URI

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

Label

ConnectedVehicle

Description

Represents other vehicles equpped with V2x technology, whose state can be inferred from broadcast messages.

Usage

Instances of rcao:ConnectedVehicle can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class rcao:ConnectedVehicle
rcao:hasBrakeStatus owl:DatatypeProperty Status of the brakes (Active/Inactive). xsd:boolean
rcao:hasDetectionConfidence owl:DatatypeProperty Confidence level of the detection. xsd:float
rcao:hasEventType owl:DatatypeProperty Type of event detected. xsd:string
rcao:hasHeading owl:DatatypeProperty Heading of the participant. xsd:float
rcao:hasSpeed owl:DatatypeProperty Speed of the participant. xsd:float
From class ago:Object
ago:isIn owl:ObjectProperty Denots spatial and positional relation of an object within another. ago:Object
rcao:hasAwarenessState owl:ObjectProperty Links a subject to a state of awareness it possesses. rcao:AwarenessState
From class owl:Thing
dc1:author owl:AnnotationProperty owl:Thing
dc1:contributor owl:AnnotationProperty owl:Thing
dc1:created owl:AnnotationProperty owl:Thing
dc1:creator owl:AnnotationProperty owl:Thing
dc1:description owl:AnnotationProperty owl:Thing
dc1:identifier owl:AnnotationProperty owl:Thing
dc1:license owl:AnnotationProperty owl:Thing
dc1:modified owl:AnnotationProperty owl:Thing
dc1:publisher owl:AnnotationProperty owl:Thing
dc1:title owl:AnnotationProperty owl:Thing
rcao:hasTimestamp owl:DatatypeProperty The time at which the data was generated or observed. xsd:dateTime
schema1:domainIncludes owl:AnnotationProperty owl:Thing
schema1:hasPart owl:ObjectProperty owl:Thing
schema1:isPartOf owl:ObjectProperty owl:Thing
schema1:logo owl:AnnotationProperty owl:Thing
schema1:rangeIncludes owl:AnnotationProperty owl:Thing
skos:altLabel owl:AnnotationProperty owl:Thing
skos:broader owl:AnnotationProperty owl:Thing
skos:definition owl:AnnotationProperty owl:Thing
skos:example owl:AnnotationProperty owl:Thing
skos:historyNote owl:AnnotationProperty owl:Thing
skos:inScheme owl:AnnotationProperty owl:Thing
skos:prefLabel owl:AnnotationProperty owl:Thing
vann:preferredNamespacePrefix owl:AnnotationProperty owl:Thing
vann:preferredNamespaceUri owl:AnnotationProperty owl:Thing

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#> .

rcao:ConnectedVehicle a owl:Class ;
    rdfs:comment "Represents other vehicles equpped with V2x technology, whose state can be inferred from broadcast messages." ;
    rdfs:subClassOf rcao:TrafficParticipant .