aboutsummaryrefslogtreecommitdiff
path: root/examples/phenotype.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-10-20 16:33:54 +0300
committerMunyoki Kilyungi2023-10-20 16:33:54 +0300
commit5889bd3ceb5143b54388ac55926917b48c0b6766 (patch)
treef28ee58d271a922751077d71d73b8ecb308c5ab5 /examples/phenotype.scm
parentfb4fe01ffd2053a8e4e70c38c3c2c65a3d4bdb81 (diff)
downloadgn-transform-databases-5889bd3ceb5143b54388ac55926917b48c0b6766.tar.gz
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 <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/phenotype.scm')
-rwxr-xr-xexamples/phenotype.scm2
1 files changed, 1 insertions, 1 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:" "<http://genenetwork.org/id/>")
("owl:" "<http://www.w3.org/2002/07/owl#>")
("gnc:" "<http://genenetwork.org/category/>")
- ("gnt:" "<http://genenetwork.org/terms/>")
+ ("gnt:" "<http://genenetwork.org/term/>")
("sdmx-measure:" "<http://purl.org/linked-data/sdmx/2009/measure#>")
("skos:" "<http://www.w3.org/2004/02/skos/core#>")
("rdf:" "<http://www.w3.org/1999/02/22-rdf-syntax-ns#>")