Skip to content

Commit eb5e355

Browse files
committed
De-duplicate IRIs
When SHACL-reviewing all of the example graphs of the CASE website concatenated together, some IRIs were found to have been copied and pasted from example to example with some properties changed. In particular, `uco-core:name`, required to be at most one value for an IRI, pointed out the IRI repurposing when it was found to have two values in the aggregate. A follow-on patch will regenerate Make-managed files. Signed-off-by: Alex Nelson <[email protected]>
1 parent f61d3d2 commit eb5e355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/crossover_wmd/src/crossover_wmd_base.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"uco-core:description": "Evidence in cross border investigation into weapon of mass destruction",
2626
"uco-core:object": [
2727
{
28-
"@id": "kb:investigation-555e5fbb-ba09-449d-af77-8a210d016fd7",
28+
"@id": "kb:investigation-99892fd4-ea24-46b5-be68-a69978d6ab98",
2929
"@type": "case-investigation:Investigation",
3030
"uco-core:name": "CROSSOVER_2018_12111001",
3131
"case-investigation:focus": "Weapon of Mass Destruction (Deathly Hallows)",

0 commit comments

Comments
 (0)