causal relation between processes


URI

http://purl.obolibrary.org/obo/RO_0002501

Label

causal relation between processes

Description

p is causally related to q if and only if p or any part of p and q or any part of q are linked by a chain of events where each event pair is one where the execution of p influences the execution of q. p may be upstream, downstream, part of, or a container of q.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) causal relation between processes owl:Thing (inferred)

Implementation

@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

obo:RO_0002501 a owl:ObjectProperty ;
    rdfs:label "causal relation between processes" ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    rdfs:isDefinedBy obo:ro.owl ;
    rdfs:subPropertyOf obo:RO_0002410 ;
    skos:definition "p is causally related to q if and only if p or any part of p and q or any part of q are linked by a chain of events where each event pair is one where the execution of p influences the execution of q. p may be upstream, downstream, part of, or a container of q." .