https://www.w3id.org/rcao#hasSubject
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).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| rcao:AwarenessState | rcao:hasSubject | ago:Object |
@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 .