-
Notifications
You must be signed in to change notification settings - Fork 0
/
InvestigativeAction.json
40 lines (40 loc) · 1.51 KB
/
InvestigativeAction.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"@context": {
"case-investigation": "https://ontology.caseontology.org/case/investigation/",
"kb": "http://example.org/kb/",
"uco-action": "https://ontology.unifiedcyberontology.org/uco/action/",
"uco-core": "https://ontology.unifiedcyberontology.org/uco/core/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "kb:InvestigativeAction-1",
"@type": "case-investigation:InvestigativeAction",
"case-investigation:wasDerivedFrom": [],
"case-investigation:wasInformedBy": [],
"uco-action:actionCount": null,
"uco-action:actionStatus": null,
"uco-action:endTime": null,
"uco-action:environment": null,
"uco-action:error": [],
"uco-action:instrument": [],
"uco-action:location": [],
"uco-action:object": [],
"uco-action:participant": [],
"uco-action:performer": null,
"uco-action:result": [],
"uco-action:startTime": null,
"uco-action:subaction": [],
"uco-core:createdBy": null,
"uco-core:description": [],
"uco-core:externalReference": [],
"uco-core:hasFacet": [],
"uco-core:modifiedTime": [],
"uco-core:name": null,
"uco-core:objectCreatedTime": null,
"uco-core:objectMarking": [],
"uco-core:specVersion": null,
"uco-core:tag": []
}
]
}