https://www.w3id.org/rcao#hasEventType
Type of event detected.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| rcao:ConnectedVehicle | rcao:hasEventType | xsd:string |
@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:hasEventType a owl:DatatypeProperty ;
rdfs:comment "Type of event detected." ;
rdfs:domain rcao:ConnectedVehicle ;
rdfs:range xsd:string .