aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-07-09 11:43:25 -0500
committerMunyoki Kilyungi2024-07-10 12:01:09 +0300
commit3eb01f8b0611e18d293283f761259961752c3c5c (patch)
tree33ce52c009d81a2061a413bb08869485daf75a4c
parent2eca07c5f458ac6ea1962f8fecd2a2dc6b30e4fc (diff)
downloadgn-transform-databases-3eb01f8b0611e18d293283f761259961752c3c5c.tar.gz
Rename script: Give file a more relevant name.
Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--README.md2
-rwxr-xr-xjson-to-ttl.scm (renamed from json-dump.scm)0
2 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e68ff9..92d5e31 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ or for a container
mkdir ./tmp
guix shell -C --network --share=/run/mysqld/ --manifest=manifest.scm
export GUILE_LOAD_PATH=.:$GUILE_LOAD_PATH
-guile json-dump.scm etc/sample.json tmp/
+guile json-to-ttl.scm etc/sample.json tmp/
```
That reads the `etc/sample.json` file included in this repository and converts it to an RDF representation that is stored in a file `./tmp/sampledata.ttl`.
diff --git a/json-dump.scm b/json-to-ttl.scm
index 0a054c5..0a054c5 100755
--- a/json-dump.scm
+++ b/json-to-ttl.scm