aboutsummaryrefslogtreecommitdiff
path: root/examples/dump-phenotype.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-06-06 14:48:12 +0300
committerBonfaceKilz2023-06-12 19:06:36 +0300
commit632b922a580bc08affbc7700a7f892868e3606ac (patch)
tree4cab7bbd98c3b4d3e9afb35e864f0e1134245906 /examples/dump-phenotype.scm
parent9030321f1417b2ac2e3ba0517606f705503c8ca9 (diff)
downloadgn-transform-databases-632b922a580bc08affbc7700a7f892868e3606ac.tar.gz
Use "publication:" as an identifier for publications
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/dump-phenotype.scm')
-rwxr-xr-xexamples/dump-phenotype.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/dump-phenotype.scm b/examples/dump-phenotype.scm
index a493fa2..51ecb64 100755
--- a/examples/dump-phenotype.scm
+++ b/examples/dump-phenotype.scm
@@ -133,6 +133,7 @@
(prefix "up:" "<http://purl.uniprot.org/core/>")
(prefix "xsd:" "<http://www.w3.org/2001/XMLSchema#>")
(prefix "dataset:" "<http://genenetwork.org/dataset/>")
+ (prefix "publication:" "<http://genenetwork.org/publication/>")
(newline)
(dump-publishfreeze db)
(dump-phenotypes db))