@prefix    owl: <http://www.w3.org/2002/07/owl#> .
@prefix   rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix    rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix biopax: <http://www.reactome.org/biopax/48887#> .
@prefix    obo: <http://purl.obolibrary.org/obo/> .

# Named toplevel resources (7)

<http://example.org>
	a owl:Ontology ;
	owl:imports <http://purl.obolibrary.org/obo/go.owl> ,
		    <http://purl.obolibrary.org/obo/go/extensions/lego-relations.owl> .

biopax:BiochemicalReaction298
	a [ a owl:Restriction ;
	    owl:onProperty obo:BFO_0000066 ;
	    owl:someValuesFrom obo:GO_0005654
	  ] ,
	  [ a owl:Restriction ;
	    owl:onProperty obo:BFO_0000066 ;
	    owl:someValuesFrom obo:GO_0005654
	  ] ,
	  obo:GO_0004519 ;
	obo:BFO_0000050 biopax:Pathway153 ;
	obo:directly_activates biopax:BiochemicalReaction299 ,
			       biopax:Catalysis114 ;
	rdfs:label "Cleavage of mRNA at the 3'-end"@em .

biopax:BiochemicalReaction302
	a obo:GO_0003674 ;
	obo:BFO_0000050 biopax:Pathway153 ;
	obo:directly_activates biopax:BiochemicalReaction469 ,
			       biopax:Control35 ;
	rdfs:label "Cleavage of the 3'-end of Replication Dependent Histone Pre-mRNA"@em .

biopax:BiochemicalReaction304
	a obo:GO_0003674 ;
	obo:BFO_0000050 biopax:Pathway153 ;
	obo:directly_activates biopax:BiochemicalReaction472 ,
			       biopax:Control38 ;
	rdfs:label "Cleavage of the 3'-end of the Histone Pre-mRNA"@em .

biopax:BiochemicalReaction309
	a obo:GO_0003674 ;
	obo:BFO_0000050 biopax:Pathway153 ;
	obo:directly_activates biopax:BiochemicalReaction308 ;
	rdfs:label "Cleavage of Intronless Pre-mRNA at 3'-end"@em .

biopax:Pathway152
	a obo:GO_0008150 ;
	rdfs:label "RNA Polymerase II Transcription Termination"@em .

biopax:Pathway153
	a obo:GO_0008150 ;
	obo:BFO_0000050 biopax:Pathway152 ;
	rdfs:label "Cleavage of Growing Transcript in the Termination Region"@em .