@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_P53350
	rdfs:label "PLK"@em ,
		   "PLK1"@em ,
		   "UniProt:P53350 PLK1"@em .

biopax:BiochemicalReaction2020
	a [ a owl:Restriction ;
	    owl:onProperty obo:BFO_0000066 ;
	    owl:someValuesFrom obo:GO_0005654
	  ] ,
	  obo:GO_0004693 ;
	obo:BFO_0000050 biopax:Pathway494 ;
	obo:directly_activates biopax:BiochemicalReaction2022 ;
	rdfs:label "Phosphorylation of the Emi1 DSGxxS degron by Cyclin B:Cdc2"@em .

biopax:BiochemicalReaction2021
	a [ a owl:Restriction ;
	    owl:onProperty obo:BFO_0000066 ;
	    owl:someValuesFrom obo:GO_0005654
	  ] ,
	  [ a owl:Restriction ;
	    owl:onProperty obo:enabled_by ;
	    owl:someValuesFrom obo:UniProtKB_P53350
	  ] ,
	  obo:GO_0004674 ;
	obo:BFO_0000050 biopax:Pathway494 ;
	obo:directly_activates biopax:BiochemicalReaction2022 ;
	rdfs:label "Phosphorylation of the Emi1 DSGxxS degron by Plk1"@em .

biopax:Pathway494
	a obo:GO_0008150 ;
	rdfs:label "Phosphorylation of Emi1"@em .