diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -72,9 +72,9 @@ Here's a sample *conn.scm*. (sparql-port . 9082)) ``` -## Dump the database +## Transform the database -Then, to dump the database to \~/data/dump, run inside shell +Then, to transform the database to into ttl files, \~/data/dump, run inside the shell: ```sh ./pre-inst-env ./examples/dump-species-metadata.scm ../conn.scm ~/tmp |