Skip to content

Commit

Permalink
De-duplicate IRIs
Browse files Browse the repository at this point in the history
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 <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Aug 10, 2023
1 parent f61d3d2 commit eb5e355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/crossover_wmd/src/crossover_wmd_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"uco-core:description": "Evidence in cross border investigation into weapon of mass destruction",
"uco-core:object": [
{
"@id": "kb:investigation-555e5fbb-ba09-449d-af77-8a210d016fd7",
"@id": "kb:investigation-99892fd4-ea24-46b5-be68-a69978d6ab98",
"@type": "case-investigation:Investigation",
"uco-core:name": "CROSSOVER_2018_12111001",
"case-investigation:focus": "Weapon of Mass Destruction (Deathly Hallows)",
Expand Down

0 comments on commit eb5e355

Please sign in to comment.