-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathprocess.json
34 lines (34 loc) · 1.21 KB
/
process.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
{
"@context": {
"kb": "http://example.org/kb/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"uco-core": "https://ontology.unifiedcyberontology.org/uco/core/",
"uco-observable": "https://ontology.unifiedcyberontology.org/uco/observable/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "kb:process-4fda47ea-3f4e-5205-8bd9-37f18053b5ce",
"@type": "uco-observable:Process",
"uco-core:hasFacet": {
"@id": "kb:process-facet-6b1782bf-f4a9-5187-915f-9bbdb0acb905"
}
},
{
"@id": "kb:process-facet-6b1782bf-f4a9-5187-915f-9bbdb0acb905",
"@type": "uco-observable:ProcessFacet",
"uco-observable:exitStatus": {
"@type": "xsd:integer",
"@value": "0"
},
"uco-observable:exitTime": {
"@type": "xsd:dateTime",
"@value": "2020-10-14T14:07:39.267912-04:00"
},
"uco-observable:observableCreatedTime": {
"@type": "xsd:dateTime",
"@value": "2020-10-14T14:07:39.267912-04:00"
}
}
]
}