diff options
author | Arun Isaac | 2021-12-01 15:29:28 +0530 |
---|---|---|
committer | Arun Isaac | 2021-12-01 15:29:28 +0530 |
commit | f3a209a265b5b62c6fc2ab94d3d4fca67467a2de (patch) | |
tree | 64a4563e1f516dd1851b147795dc36f0956d2356 | |
parent | ee5de081540fc684c465a0b6a51f6e5471e28444 (diff) | |
download | gn-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.
-rwxr-xr-x | dump.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |