causally upstream of or within


URI

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

Label

causally upstream of or within

Description

p is 'causally upstream or within' q iff p is causally related to q, and the end of p precedes, or is coincident with, the end of q.

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) causally upstream of or within owl:Thing (inferred)

Implementation

@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .
@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_0002418 a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "causally upstream of or within" ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000118 "influences (processual)" ;
    oboInOwl:hasRelatedSynonym "affects" ;
    rdfs:isDefinedBy obo:ro.owl ;
    rdfs:subPropertyOf obo:RO_0002501 ;
    owl:inverseOf obo:RO_0002427 ;
    skos:definition "p is 'causally upstream or within' q iff p is causally related to q, and the end of p precedes, or is coincident with, the end of q." .