-
Notifications
You must be signed in to change notification settings - Fork 1
/
context.jsonld
32 lines (32 loc) · 1.07 KB
/
context.jsonld
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
{
"@context": {
"aorc": "https://ckan.dewberryanalytics.com/dataset/49c0ed12-9efa-4da2-bbb8-cc249a63a06e/resource/cb78eea5-95c7-4551-afb6-fbf824c948b8/download/aorc.ttl",
"dct": "http://purl.org/dc/terms/",
"prov": "https://www.w3.org/ns/prov#",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"apiUser": {
"@id": "schema:email",
"@type": "xsd:string"
},
"apiJobId": {
"@id": "schema:identifier",
"@type": "xsd:string"
},
"startedAtTime": "prov:startedAtTime",
"endedAtTime": "prov:endedAtTime",
"generatedAtTime": "prov:generatedAtTime",
"process": {
"@type": "schema:SoftwareApplication*",
"@id": "@type"
},
"processID": "schema:name",
"processVersion": "schema:version",
"image": {
"@type": "aorc:DockerImgae*",
"@id": "@type"
},
"imageDigest": "aorc:hash",
"containerCommands": "aorc:commands"
}
}