diff options
author | Arun Isaac | 2021-12-01 15:23:31 +0530 |
---|---|---|
committer | Arun Isaac | 2021-12-01 15:24:15 +0530 |
commit | 01d7807db24fc1d75a27f4f76db2102f041aebf3 (patch) | |
tree | 77c1587247d83d9ff4d57c42e92f0e226e7bfd9f | |
parent | badc43ced02e0054612b66caee46c5734d786aa9 (diff) | |
download | gn-transform-databases-01d7807db24fc1d75a27f4f76db2102f041aebf3.tar.gz |
Remove unrequired rdfs: prefix.
* dump.scm: Remove rdfs: prefix.
-rwxr-xr-x | dump.scm | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |