rcao:hasOutcome leaf node


URI

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

Label

hasOutcome

Description

Establishes the link of unique Outcomes from different sensors.

Usage

DOMAINPROPERTYRANGE
rcao:AwarenessState rcao:hasOutcome 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:hasOutcome a owl:ObjectProperty ;
    rdfs:comment "Establishes the link of unique Outcomes from different sensors." ;
    rdfs:domain rcao:AwarenessState ;
    rdfs:range rcao:InformationSource .