@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_0002529	rdf:type	owl:TransitiveProperty ,
		owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:RO_0002529	rdfs:subPropertyOf	ns1:RO_0002527 ;
	owl:inverseOf	ns1:RO_0002529 ;
	rdfs:label	"is downstream of sequence of" .
@prefix ns4:	<http://purl.org/spar/cito/> .
ns1:RO_0002529	ns4:citesAsAuthority	<http://biorxiv.org/content/early/2014/06/27/006650.abstract> ;
	ns1:IAO_0000115	"x is downstream of the sequence of y iff either (1) x and y have sequence units, and all units of x are downstream of all units of y, or (2) x and y are sequence units, and x is either immediately downstream of y, or transitively downstream of y." ;
	ns1:IAO_0000117	"Chris Mungall" .