Skip to content

Commit

Permalink
Fix Biopax URL in test. (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff authored May 14, 2024
1 parent f66b4bb commit 61de00c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<http://www.geneontology.org/formats/oboInOwl#id> "gomodel:0000000300000001"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Ontology> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Save."^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://www.w3.org/2002/07/owl#imports> <http://www.biopax.org/release/biopax-level3.owl> ;
<http://www.w3.org/2002/07/owl#imports> <https://www.biopax.org/release/biopax-level3.owl> ;
<http://purl.org/dc/elements/1.1/title> "Paul canonical WNT pathway (AI)"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:kltm"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:sjc"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-08-10"^^<http://www.w3.org/2001/XMLSchema#string> .
Expand Down

0 comments on commit 61de00c

Please sign in to comment.