rcao:hasSource leaf node


URI

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

Label

hasSource

Description

Establishes the link of data from different sensors about perceptual awareness.

Usage

DOMAINPROPERTYRANGE
rcao:AwarenessState rcao:hasSource rcao:InformationSource

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:hasSource a owl:ObjectProperty ;
    rdfs:comment "Establishes the link of data from different sensors about perceptual awareness." ;
    rdfs:domain rcao:AwarenessState ;
    rdfs:range rcao:InformationSource .