From 5889bd3ceb5143b54388ac55926917b48c0b6766 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Fri, 20 Oct 2023 16:33:54 +0300 Subject: Use the correct URL for "gnt:" prefix. * examples/phenotype.scm (option-spec): Replace http://genenetwork.org/terms/ with http://genenetwork.org/term/. * examples/publication.scm (option-spec): Ditto. * examples/tissue.scm (option-spec): Ditto. Signed-off-by: Munyoki Kilyungi --- examples/phenotype.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/phenotype.scm') diff --git a/examples/phenotype.scm b/examples/phenotype.scm index 2745e95..4378809 100755 --- a/examples/phenotype.scm +++ b/examples/phenotype.scm @@ -121,7 +121,7 @@ ("gn:" "") ("owl:" "") ("gnc:" "") - ("gnt:" "") + ("gnt:" "") ("sdmx-measure:" "") ("skos:" "") ("rdf:" "") -- cgit v1.2.3