https://www.w3id.org/rcao#isAwarenessOf
Links an awareness state to the entity it is about.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| rcao:AwarenessState | rcao:isAwarenessOf | owl:Thing |
@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:isAwarenessOf a owl:ObjectProperty ;
rdfs:comment "Links an awareness state to the entity it is about." ;
rdfs:domain rcao:AwarenessState ;
rdfs:range owl:Thing .