https://www.w3id.org/rcao#hasOutcome
Establishes the link of unique Outcomes from different sensors.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| rcao:AwarenessState | rcao:hasOutcome | 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:hasOutcome a owl:ObjectProperty ;
rdfs:comment "Establishes the link of unique Outcomes from different sensors." ;
rdfs:domain rcao:AwarenessState ;
rdfs:range rcao:InformationSource .