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

<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:BiochemicalReaction396
	a obo:GO_0003674 ;
	obo:BFO_0000050 biopax:Pathway141 ;
	rdfs:label "Association of mTERF with the termination sequence"@em .

biopax:Pathway141
	a obo:GO_0008150 ;
	rdfs:label "Mitochondrial transcription termination"@em .