From 891af1fc001f2f2da951dcee181c247083c6a40b Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 9 Jul 2024 11:21:45 -0500 Subject: 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 --- etc/sample.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 etc/sample.json (limited to 'etc') 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" + } +} -- cgit v1.2.3