https://ontology.caseontology.org/case/investigation/wasInformedBy
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]
DOMAIN | PROPERTY | RANGE |
---|---|---|
investigation:InvestigativeAction | investigation:wasInformedBy | investigation:InvestigativeAction |
@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 .