diff options
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | json-to-ttl.scm (renamed from json-dump.scm) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |