rcao:fusesState leaf node


URI

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

Label

fusesState

Description

Explicitly links the process to the specific intermediate states it consumed. Identifies specific awareness states consumed during a fusion or comprehension process.

Usage

DOMAINPROPERTYRANGE
prov:Activity rcao:fusesState rcao:AwarenessState

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rcao: <https://www.w3id.org/rcao#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

rcao:fusesState a owl:ObjectProperty ;
    rdfs:comment "Explicitly links the process to the specific intermediate states it consumed. Identifies specific awareness states consumed during a fusion or comprehension process." ;
    rdfs:domain prov:Activity ;
    rdfs:range rcao:AwarenessState ;
    rdfs:subPropertyOf prov:used .