diff options
-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#>") |