Skip to content

Commit 441bdba

Browse files
committed
Disambiguate email account identifier
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 <alexander.nelson@nist.gov>
1 parent 7b0f064 commit 441bdba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/owl_trafficking/src/owl_trafficking-06.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@id": "kb:primaryuser-d28a3fad-10a1-459c-9a1a-6aa07a04e76f"
1919
},
2020
"uco-core:target": {
21-
"@id": "kb:email-account-99d72bac-8c21-11e9-8902-0c4de9c21b53"
21+
"@id": "kb:email-account-bfe874d4-b094-4859-85d4-bca2d20e3d1d"
2222
},
2323
"uco-core:kindOfRelationship": "Has_Account",
2424
"uco-core:isDirectional": true
@@ -47,7 +47,7 @@
4747
]
4848
},
4949
{
50-
"@id": "kb:email-account-99d72bac-8c21-11e9-8902-0c4de9c21b53",
50+
"@id": "kb:email-account-bfe874d4-b094-4859-85d4-bca2d20e3d1d",
5151
"@type": "uco-observable:EmailAccount",
5252
"uco-core:hasFacet": [
5353
{

0 commit comments

Comments
 (0)