Skip to content

Commit

Permalink
fix proxy pattern for gene ontology
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Jul 18, 2012
1 parent ff0723c commit 7fbc28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/datagathering/doap.n3
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
owconfig:config [
a owconfig:Config;
owconfig:id "go";
:pattern "/^http:\/\/www.geneontology.org\/go#GO:([0-9]+)$/" ;
:pattern "/^http:\\/\\/www.geneontology.org\\/go#GO:([0-9]+)$/" ;
:replacement <http://go.ontowiki.de/$1>
]
];
Expand Down

0 comments on commit 7fbc28b

Please sign in to comment.