From 3eb01f8b0611e18d293283f761259961752c3c5c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 9 Jul 2024 11:43:25 -0500 Subject: Rename script: Give file a more relevant name. Reviewed-by: Munyoki Kilyungi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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`. -- cgit v1.2.3