diff options
| author | Frederick Muriuki Muriithi | 2024-07-09 11:21:45 -0500 |
|---|---|---|
| committer | Munyoki Kilyungi | 2024-07-10 11:49:45 +0300 |
| commit | 891af1fc001f2f2da951dcee181c247083c6a40b (patch) | |
| tree | a4a4e3d673f6ca8778221523c0af6daabf0df5a0 /.gitignore | |
| parent | 7d0a951779251c16e5bed0747079c78b588c6e7a (diff) | |
| download | gn-transform-databases-891af1fc001f2f2da951dcee181c247083c6a40b.tar.gz | |
Provide sample JSON file and update instruction in docs
The documentation for generating a transformation of a JSON file into a Terse RDF Triple Language (Turtle) form was incomplete. This commit provides a sample JSON file that can be used to demonstrate the working of the code. Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cd9b92c..1219888 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.go /**/*~ +/tmp/* |
