https://www.w3id.org/rcao#hasSource
Establishes the link of data from different sensors about perceptual awareness.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| rcao:AwarenessState | rcao:hasSource | rcao:InformationSource |
@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 .