aboutsummaryrefslogtreecommitdiff
path: root/dump.scm
diff options
context:
space:
mode:
authorArun Isaac2021-12-01 15:29:28 +0530
committerArun Isaac2021-12-01 15:29:28 +0530
commitf3a209a265b5b62c6fc2ab94d3d4fca67467a2de (patch)
tree64a4563e1f516dd1851b147795dc36f0956d2356 /dump.scm
parentee5de081540fc684c465a0b6a51f6e5471e28444 (diff)
downloadgn-transform-databases-f3a209a265b5b62c6fc2ab94d3d4fca67467a2de.tar.gz
In the gn: prefix, use http instead of https.
* dump.scm: In the gn:prefix, use http instead of https.
Diffstat (limited to 'dump.scm')
-rwxr-xr-xdump.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump.scm b/dump.scm
index 0c60ef3..8db2dbe 100755
--- a/dump.scm
+++ b/dump.scm
@@ -472,7 +472,7 @@ WHERE Investigators.Email != ''"))
(lambda ()
(prefix "rdf:" "<http://www.w3.org/1999/02/22-rdf-syntax-ns#>")
(prefix "foaf:" "<http://xmlns.com/foaf/0.1/>")
- (prefix "gn:" "<https://genenetwork.org/>")
+ (prefix "gn:" "<http://genenetwork.org/>")
(newline)
(dump-species db)
(dump-strain db)