From 0fb8649a773a96111ae4d03b2d6a8e33dcaf758b Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Thu, 19 Sep 2024 17:29:02 -0400 Subject: [PATCH] Regenerate Make-managed files Signed-off-by: Alex Nelson --- tests/Bag.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/Bag.json diff --git a/tests/Bag.json b/tests/Bag.json new file mode 100644 index 0000000..230899e --- /dev/null +++ b/tests/Bag.json @@ -0,0 +1,16 @@ +{ + "@context": { + "co": "http://purl.org/co/", + "kb": "http://example.org/kb/", + "xsd": "http://www.w3.org/2001/XMLSchema#" + }, + "@graph": [ + { + "@id": "kb:Bag-1", + "@type": "co:Bag", + "co:element": [], + "co:item": [], + "co:size": null + } + ] +}