@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://purl.obolibrary.org/obo/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:RO_0002418	rdf:type	owl:TransitiveProperty ,
		owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:RO_0002418	rdfs:subPropertyOf	ns1:RO_0002501 ;
	owl:inverseOf	ns1:RO_0002427 ;
	rdfs:label	"causally upstream of or within" .
@prefix obo:	<http://www.geneontology.org/formats/oboInOwl#> .
ns1:RO_0002418	obo:hasRelatedSynonym	"affects" ;
	ns1:IAO_0000115	"p 'causally upstream or within' q iff (1) the end of p is before the end of q and (2) the execution of p exerts some causal influence over the outputs of q; i.e. if p was abolished or the outputs of p were to be modified, this would necessarily affect q." ;
	ns1:IAO_0000116	"We would like to make this disjoint with 'preceded by', but this is prohibited in OWL2" ;
	ns1:IAO_0000117	"Chris Mungall" ;
	ns1:IAO_0000118	"influences (processual)" .