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 +- examples/publication.scm | 2 +- examples/tissue.scm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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:" "") diff --git a/examples/publication.scm b/examples/publication.scm index 81606b2..eab4da7 100755 --- a/examples/publication.scm +++ b/examples/publication.scm @@ -70,7 +70,7 @@ (connection %connection-settings) (table-metadata? #f) (prefixes - '(("gnt:" "") + '(("gnt:" "") ("fabio:" "") ("dct:" "") ("prism:" "") diff --git a/examples/tissue.scm b/examples/tissue.scm index ce9f345..2659b66 100755 --- a/examples/tissue.scm +++ b/examples/tissue.scm @@ -43,7 +43,7 @@ (table-metadata? #f) (prefixes '(("gn:" "") - ("gnt:" "") + ("gnt:" "") ("skos:" "") ("gnc:" "") ("rdf:" "") -- cgit v1.2.3