rcao:hasSubject leaf node


URI

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

Label

hasSubject

Description

Connects who is aware of what. Identify the Subject (e.g., any instance of prov:Agent that is linked to an rcao:AwarenessState via the rcao:hasSubject property).

Usage

DOMAINPROPERTYRANGE
rcao:AwarenessState rcao:hasSubject ago:Object

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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

rcao:hasSubject a owl:ObjectProperty ;
    rdfs:comment "Connects who is aware of what. Identify the Subject (e.g., any instance of prov:Agent that is linked to an rcao:AwarenessState via the rcao:hasSubject property)." ;
    rdfs:domain rcao:AwarenessState ;
    rdfs:range ago:Object .