rcao:isAwarenessOf leaf node


URI

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

Label

isAwarenessOf

Description

Links an awareness state to the entity it is about.

Usage

DOMAINPROPERTYRANGE
rcao:AwarenessState rcao:isAwarenessOf owl:Thing

Implementation

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