https://www.w3id.org/rcao#hasObject
Connects what is being aware of.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| rcao:AwarenessState , Blank node (see implementation) | rcao:hasObject | owl:Thing (inferred) |
@prefix ago: <http://vcd.vicomtech.org/ontology/automotive#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rcao: <https://www.w3id.org/rcao#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rcao:hasObject a owl:ObjectProperty ;
rdfs:comment "Connects what is being aware of." ;
rdfs:domain rcao:AwarenessState ;
rdfs:range [ a owl:Class ;
owl:unionOf ( ago:Object ago:Action ago:Context rcao:AwarenessState ) ] .