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

<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> .

obo:UniProtKB_O15440
	rdfs:label "ABCC5"@em ,
		   "MRP5"@em ,
		   "UniProt:O15440 ABCC5"@em .

biopax:BiochemicalReaction3055
	a [ a owl:Restriction ;
	    owl:onProperty obo:BFO_0000066 ;
	    owl:someValuesFrom obo:GO_0005886
	  ] ,
	  obo:GO_0050501 ;
	obo:BFO_0000050 biopax:Pathway729 ;
	obo:directly_activates biopax:BiochemicalReaction3056 ,
			       biopax:Catalysis1294 ;
	rdfs:label "HAS1,2,3 mediate the polymerisation of HA"@em .

biopax:BiochemicalReaction3056
	a [ a owl:Restriction ;
	    owl:onProperty obo:BFO_0000066 ;
	    owl:someValuesFrom obo:GO_0005886
	  ] ,
	  [ a owl:Restriction ;
	    owl:onProperty obo:enabled_by ;
	    owl:someValuesFrom obo:UniProtKB_O15440
	  ] ,
	  obo:GO_0008514 ;
	obo:BFO_0000050 biopax:Pathway729 ;
	obo:directly_activates biopax:BiochemicalReaction3057 ;
	rdfs:label "Growing HA is extruded from the cell by ABCC5"@em .

biopax:Pathway729
	a obo:GO_0008150 ;
	rdfs:label "Hyaluronan biosynthesis and export"@em .