@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_0002295	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:RO_0002295	rdfs:subPropertyOf	ns1:RO_0002324 ;
	rdfs:label	"results in developmental progression of"@en ;
	rdfs:domain	ns1:GO_0008150 ;
	rdfs:range	ns1:CARO_0000003 .
@prefix ns4:	<http://wiki.geneontology.org/index.php/> .
ns1:RO_0002295	rdfs:seeAlso	ns4:Ontology_extensions .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix obo:	<http://www.geneontology.org/formats/oboInOwl#> .
ns1:RO_0002295	obo:shorthand	"results_in_developmental_progression_of"^^xsd:string ;
	ns1:IAO_0000114	ns1:IAO_0000125 ;
	ns1:IAO_0000115	"p results in the developmental progression of s iff p is a developmental process and s is an anatomical structure and p causes s to undergo a change in state at some point along its natural developmental cycle (this cycle starts with its formation, through the mature structure, and ends with its loss)." ;
	ns1:IAO_0000116	"This property and its subproperties are being used primarily for the definition of GO developmental processes. The property hierarchy mirrors the core GO hierarchy. In future we may be able to make do with a more minimal set of properties, but due to the way GO is currently structured we require highly specific relations to avoid incorrect entailments. To avoid this, the corresponding genus terms in GO should be declared mutually disjoint." ;
	ns1:IAO_0000117	"Chris Mungall" .