diff options
author | Munyoki Kilyungi | 2023-07-21 14:30:36 +0300 |
---|---|---|
committer | BonfaceKilz | 2023-07-30 12:29:56 +0300 |
commit | 1dea579f74cad817b5dcb92de73e3136a7058549 (patch) | |
tree | 16e47e365b1e56ed6dc0475705e88142e38efd37 | |
parent | 0c0e80d850ae4ff72e02778afca64778421ba72c (diff) | |
download | gn-transform-databases-1dea579f74cad817b5dcb92de73e3136a7058549.tar.gz |
Add dct: prefix to genotype dump
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-x | examples/dump-genotype.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/dump-genotype.scm b/examples/dump-genotype.scm index 0fbbbfe..d97b7e5 100755 --- a/examples/dump-genotype.scm +++ b/examples/dump-genotype.scm @@ -103,7 +103,8 @@ (connection %connection-settings) (table-metadata? #f) (prefixes - '(("gn:" "<http://genenetwork.org/id/>") + '(("dct:" "<http://purl.org/dc/terms/>") + ("gn:" "<http://genenetwork.org/id/>") ("gn-term:" "<http://genenetwork.org/term/>") ("rdf:" "<http://www.w3.org/1999/02/22-rdf-syntax-ns#>") ("rdfs:" "<http://www.w3.org/2000/01/rdf-schema#>") |