rcao:hasObject leaf node


URI

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

Label

hasObject

Description

Connects what is being aware of.

Usage

DOMAINPROPERTYRANGE
rcao:AwarenessState , Blank node (see implementation) rcao:hasObject owl:Thing (inferred)

Implementation

@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 ) ] .