aboutsummaryrefslogtreecommitdiff
path: root/dump.scm
diff options
context:
space:
mode:
authorArun Isaac2021-12-01 15:23:31 +0530
committerArun Isaac2021-12-01 15:24:15 +0530
commit01d7807db24fc1d75a27f4f76db2102f041aebf3 (patch)
tree77c1587247d83d9ff4d57c42e92f0e226e7bfd9f /dump.scm
parentbadc43ced02e0054612b66caee46c5734d786aa9 (diff)
downloadgn-transform-databases-01d7807db24fc1d75a27f4f76db2102f041aebf3.tar.gz
Remove unrequired rdfs: prefix.
* dump.scm: Remove rdfs: prefix.
Diffstat (limited to 'dump.scm')
-rwxr-xr-xdump.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/dump.scm b/dump.scm
index 2d370d5..0c60ef3 100755
--- a/dump.scm
+++ b/dump.scm
@@ -471,7 +471,6 @@ WHERE Investigators.Email != ''"))
(with-output-to-file (string-append %dump-directory "/dump.ttl")
(lambda ()
(prefix "rdf:" "<http://www.w3.org/1999/02/22-rdf-syntax-ns#>")
- (prefix "rdfs:" "<http://www.w3.org/2000/01/rdf-schema#>")
(prefix "foaf:" "<http://xmlns.com/foaf/0.1/>")
(prefix "gn:" "<https://genenetwork.org/>")
(newline)