@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 (6)

<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:BiochemicalReaction1702
	a [ a owl:Restriction ;
	    owl:onProperty obo:BFO_0000066 ;
	    owl:someValuesFrom obo:GO_0005886
	  ] ,
	  obo:GO_0008504 ;
	obo:BFO_0000050 biopax:Pathway894 ;
	obo:directly_activates biopax:Pathway895 ;
	rdfs:label "Reuptake of serotonin from the synapse"@em .

biopax:BiochemicalReaction3714
	a [ a owl:Restriction ;
	    owl:onProperty obo:BFO_0000066 ;
	    owl:someValuesFrom obo:GO_0005741
	  ] ,
	  [ a owl:Restriction ;
	    owl:onProperty obo:BFO_0000066 ;
	    owl:someValuesFrom obo:GO_0005741
	  ] ,
	  obo:GO_0008131 ;
	obo:BFO_0000050 biopax:Pathway895 ;
	rdfs:label "Oxidative deamination of 5-Hydroxytryptamine by MAOA"@em .

biopax:BiochemicalReaction3715
	a [ a owl:Restriction ;
	    owl:onProperty obo:BFO_0000066 ;
	    owl:someValuesFrom obo:GO_0005759
	  ] ,
	  [ a owl:Restriction ;
	    owl:onProperty obo:BFO_0000066 ;
	    owl:someValuesFrom obo:GO_0005759
	  ] ,
	  obo:GO_0004029 ;
	obo:BFO_0000050 biopax:Pathway895 ;
	rdfs:label "5-hydroxyindole acetaldehyde to 5-hydroxyindole acetic acid"@em .

biopax:Pathway894
	a obo:GO_0008150 ;
	rdfs:label "Clearance of seratonin"@em ,
		   "Clearance of serotonin"@em ,
		   "Serotonin clearance from the synaptic cleft"@em .

biopax:Pathway895
	a obo:GO_0008150 ;
	obo:BFO_0000050 biopax:Pathway894 ;
	rdfs:label "Metabolism of seratonin"@em ,
		   "Metabolism of serotonin"@em .