aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-07-09 11:21:45 -0500
committerMunyoki Kilyungi2024-07-10 11:49:45 +0300
commit891af1fc001f2f2da951dcee181c247083c6a40b (patch)
treea4a4e3d673f6ca8778221523c0af6daabf0df5a0 /etc
parent7d0a951779251c16e5bed0747079c78b588c6e7a (diff)
downloadgn-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 'etc')
-rw-r--r--etc/sample.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/sample.json b/etc/sample.json
new file mode 100644
index 0000000..b32e24c
--- /dev/null
+++ b/etc/sample.json
@@ -0,0 +1,8 @@
+{
+ "metadata": {
+ "name": "some-metadata-item-name",
+ "displayName": "the-item-display-name",
+ "createdBy": "Frederick M. Muriithi"
+ "why": "to-demo-usage-of-system-and-for-documentation"
+ }
+}