diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/dump-species-metadata.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/dump-species-metadata.scm b/examples/dump-species-metadata.scm index 898aa5a..653fb11 100755 --- a/examples/dump-species-metadata.scm +++ b/examples/dump-species-metadata.scm @@ -118,10 +118,11 @@ (connection %connection-settings) (table-metadata? #f) (prefixes - (("rdf:" "<http://www.w3.org/1999/02/22-rdf-syntax-ns#>") - ("rdfs:" "<http://www.w3.org/2000/01/rdf-schema#>") - ("gn:" "<http://genenetwork.org/terms/>") - ("taxon:" "<http://purl.uniprot.org/taxonomy/>"))) + '(("rdf:" "<http://www.w3.org/1999/02/22-rdf-syntax-ns#>") + ("rdfs:" "<http://www.w3.org/2000/01/rdf-schema#>") + ("gn:" "<http://genenetwork.org/terms/>") + ("gn:species:" "<http://genenetwork.org/terms/species/>") + ("taxon:" "<http://purl.uniprot.org/taxonomy/>"))) (inputs (dump-species dump-strain |