diff --git a/tests/examples/dictionary_PASS.json b/tests/examples/dictionary_PASS.json index f0772dde..ae34187f 100644 --- a/tests/examples/dictionary_PASS.json +++ b/tests/examples/dictionary_PASS.json @@ -10,50 +10,38 @@ "@type": "types:Dictionary", "types:entry": [ { - "@id": "kb:DictionaryEntry-314212eb-39c4-4bf3-be3a-f07c38f0eae8" + "@id": "kb:DictionaryEntry-314212eb-39c4-4bf3-be3a-f07c38f0eae8", + "@type": "types:DictionaryEntry", + "types:key": "x", + "types:value": "1" }, { - "@id": "kb:DictionaryEntry-9ec24a1a-7e99-41c9-ba7d-9d23f11babb4" + "@id": "kb:DictionaryEntry-9ec24a1a-7e99-41c9-ba7d-9d23f11babb4", + "@type": "types:DictionaryEntry", + "types:key": "y", + "types:value": "2" } ] }, - { - "@id": "kb:DictionaryEntry-314212eb-39c4-4bf3-be3a-f07c38f0eae8", - "@type": "types:DictionaryEntry", - "types:key": "x", - "types:value": "1" - }, - { - "@id": "kb:DictionaryEntry-9ec24a1a-7e99-41c9-ba7d-9d23f11babb4", - "@type": "types:DictionaryEntry", - "types:key": "y", - "types:value": "2" - }, { "@id": "kb:Dictionary-a8e5e8e1-b3de-4ac4-99dd-e36f96beea4d", "@type": "types:Dictionary", "rdfs:comment": "This dictionary will trigger a warning from having two entries keyed with value 'x'.", "types:entry": [ { - "@id": "kb:DictionaryEntry-55786f64-534d-4e8c-8a64-616f708ea4d3" + "@id": "kb:DictionaryEntry-55786f64-534d-4e8c-8a64-616f708ea4d3", + "@type": "types:DictionaryEntry", + "types:key": "x", + "types:value": "1" }, { - "@id": "kb:DictionaryEntry-d1a83c3d-cbe6-40b0-bb26-3527c47a01d8" + "@id": "kb:DictionaryEntry-d1a83c3d-cbe6-40b0-bb26-3527c47a01d8", + "@type": "types:DictionaryEntry", + "types:key": "x", + "types:value": "2" } ] }, - { - "@id": "kb:DictionaryEntry-55786f64-534d-4e8c-8a64-616f708ea4d3", - "@type": "types:DictionaryEntry", - "types:key": "x", - "types:value": "1" - }, - { - "@id": "kb:DictionaryEntry-d1a83c3d-cbe6-40b0-bb26-3527c47a01d8", - "@type": "types:DictionaryEntry", - "types:key": "x", - "types:value": "2" - }, { "@id": "kb:Dictionary-e9adf6c1-0287-4290-95a9-c94a128d7ff6", @@ -61,24 +49,18 @@ "rdfs:comment": "This dictionary will trigger a warning from having two entries keyed with value 'x'.", "types:entry": [ { - "@id": "kb:DictionaryEntry-20431f00-64a3-4c0f-94a4-1eb09f8a6b6a" + "@id": "kb:DictionaryEntry-20431f00-64a3-4c0f-94a4-1eb09f8a6b6a", + "@type": "types:DictionaryEntry", + "types:key": "x", + "types:value": "1" }, { - "@id": "kb:DictionaryEntry-f187ee7f-12fb-4580-966d-47bf1afd4975" + "@id": "kb:DictionaryEntry-f187ee7f-12fb-4580-966d-47bf1afd4975", + "@type": "types:DictionaryEntry", + "types:key": "x", + "types:value": "1" } ] - }, - { - "@id": "kb:DictionaryEntry-20431f00-64a3-4c0f-94a4-1eb09f8a6b6a", - "@type": "types:DictionaryEntry", - "types:key": "x", - "types:value": "1" - }, - { - "@id": "kb:DictionaryEntry-f187ee7f-12fb-4580-966d-47bf1afd4975", - "@type": "types:DictionaryEntry", - "types:key": "x", - "types:value": "1" } ] }