investigation:wasInformedBy leaf node


URI

https://ontology.caseontology.org/case/investigation/wasInformedBy

Label

wasInformedBy

Description

A re-implementation of the wasInformedBy property in W3C PROV-O, where an entity is exchanged by two activities, 'one activity using the entity generated by the other'. [Ref: https://www.w3.org/TR/prov-o/#wasInformedBy]

Usage

DOMAINPROPERTYRANGE
investigation:InvestigativeAction investigation:wasInformedBy investigation:InvestigativeAction

Implementation

@prefix investigation: <https://ontology.caseontology.org/case/investigation/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

investigation:wasInformedBy a owl:ObjectProperty ;
    rdfs:label "wasInformedBy"@en ;
    rdfs:comment "A re-implementation of the wasInformedBy property in W3C PROV-O, where an entity is exchanged by two activities, 'one activity using the entity generated by the other'. [Ref: https://www.w3.org/TR/prov-o/#wasInformedBy]"@en ;
    rdfs:domain investigation:InvestigativeAction ;
    rdfs:range investigation:InvestigativeAction .