Skip to content

Commit

Permalink
Disambiguate email account identifier
Browse files Browse the repository at this point in the history
This addresses Issue 264.

This was among shared UUID usages found while reviewing CASE-Examples-QC
PR 54.

A follow-on patch will regenerate Make-managed files.

References:
* ajnelson-nist/CASE-Examples-QC#54
* #264

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed May 30, 2024
1 parent 7b0f064 commit 441bdba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/owl_trafficking/src/owl_trafficking-06.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@id": "kb:primaryuser-d28a3fad-10a1-459c-9a1a-6aa07a04e76f"
},
"uco-core:target": {
"@id": "kb:email-account-99d72bac-8c21-11e9-8902-0c4de9c21b53"
"@id": "kb:email-account-bfe874d4-b094-4859-85d4-bca2d20e3d1d"
},
"uco-core:kindOfRelationship": "Has_Account",
"uco-core:isDirectional": true
Expand Down Expand Up @@ -47,7 +47,7 @@
]
},
{
"@id": "kb:email-account-99d72bac-8c21-11e9-8902-0c4de9c21b53",
"@id": "kb:email-account-bfe874d4-b094-4859-85d4-bca2d20e3d1d",
"@type": "uco-observable:EmailAccount",
"uco-core:hasFacet": [
{
Expand Down

0 comments on commit 441bdba

Please sign in to comment.