-
Notifications
You must be signed in to change notification settings - Fork 9
/
prov.json
143 lines (143 loc) · 4.58 KB
/
prov.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"@context": {
"dcat": "http://www.w3.org/ns/dcat#",
"prov": "http://www.w3.org/ns/prov#",
"dct": "http://purl.org/dc/terms/",
"sdo": "http://schema.org/",
"cito": "http://purl.org/spar/cito/",
"id": "@id",
"type": "@type",
"identifier": {
"@id": "dct:identifier",
"@type": "@id"
},
"title": "dct:title",
"description": "dct:description",
"issued": "dct:issued",
"format": "dct:format",
"mediaType": "dcat:mediaType",
"keyword": "dcat:keyword",
"theme": "dcat:theme",
"modified": "dcat:modified",
"downloadURL": "dcat:downloadURL",
"publisher": {
"@id": "dcat:publisher",
"@type": "@id"
},
"contactPoint": {
"@id": "dcat:contactPoint",
"@type": "@id"
},
"spatial": {
"@id": "dct:spatial",
"@type": "@id"
},
"temporal": {
"@id": "dct:temporal",
"@type": "@id"
},
"license": {
"@id": "dct:license",
"@type": "@id"
},
"creator": {
"@id": "dcat:creator",
"@type": "@id"
},
"compressFormat": "dcat:compressFormat",
"byteSize": "dcat:byteSize",
"wasGeneratedAtTime": "prov:wasGeneratedAtTime",
"startedAtTime": "prov:startedAtTime",
"endedAtTime": "prov:startedAtTime",
"wasDerivedFrom": {
"@id": "prov:wasDerivedFrom",
"@type": "@id"
},
"wasGeneratedBy": {
"@id": "prov:wasGeneratedBy",
"@type": "@id"
},
"generated": {
"@id": "prov:generated",
"@type": "@id"
},
"used": {
"@id": "prov:used",
"@type": "@id"
},
"wasRevisionOf": {
"@id": "prov:wasRevisionOf",
"@type": "@id"
},
"isDocumentedBy": {
"@id": "cito:isDocumentedBy",
"@type": "@id"
},
"distribution": {
"@id": "dcat:distribution",
"@type": "@id"
},
"Dataset": "dcat:Dataset",
"Activity": "prov:Activity",
"Distribution": "dcat:Distribution",
"SoftwareSourceCode": "sdo:SoftwareSourceCode"
},
"@graph": [
[
{
"id": "hash://sha256/6736e6b2cfebec831d8f069133801117f03cbecb84a4f9fee659a839f1ee6197",
"type": "Distribution",
"identifier": "hash://sha256/6736e6b2cfebec831d8f069133801117f03cbecb84a4f9fee659a839f1ee6197",
"title": "aquatics-targets.csv.gz",
"description": "Input data",
"format": "application/gzip",
"compressFormat": "gzip",
"byteSize": 77348,
"isDocumentedBy": "hash://sha256/59c2515ef00ce1d791895c101e8dc1c61545c0c220bf7076b250d32cdd50a5b2",
"wasGeneratedAtTime": "2021-03-22 09:04:22"
}
],
[
{
"type": ["Distribution", "SoftwareSourceCode"],
"id": "hash://sha256/d4a79a1f0dab29905bb1513d4b558166c9ff5a05e8a9df99c0db3555fb8332a8",
"identifier": "hash://sha256/d4a79a1f0dab29905bb1513d4b558166c9ff5a05e8a9df99c0db3555fb8332a8",
"title": "03_generate_null_forecast_aquatics.R",
"description": "R code",
"format": "application/R",
"isDocumentedBy": "hash://sha256/59c2515ef00ce1d791895c101e8dc1c61545c0c220bf7076b250d32cdd50a5b2"
}
],
[
{
"id": "hash://sha256/380f854298d0f640a70b3a6fad3bba47b9f90f856cb0dd273c9d67013e7c9287",
"type": "Distribution",
"identifier": "hash://sha256/380f854298d0f640a70b3a6fad3bba47b9f90f856cb0dd273c9d67013e7c9287",
"title": "aquatics-2021-03-01-EFInull.csv.gz",
"description": "output data",
"format": "application/gzip",
"compressFormat": "gzip",
"byteSize": 519471,
"wasGeneratedAtTime": "2021-03-22 09:05:31",
"wasDerivedFrom": "hash://sha256/6736e6b2cfebec831d8f069133801117f03cbecb84a4f9fee659a839f1ee6197",
"wasGeneratedBy": {
"type": "Activity",
"id": "urn:uuid:19b27753-e8f9-404d-bfa5-1240b63d5e6a",
"description": "Running R script",
"used": ["hash://sha256/6736e6b2cfebec831d8f069133801117f03cbecb84a4f9fee659a839f1ee6197", "hash://sha256/d4a79a1f0dab29905bb1513d4b558166c9ff5a05e8a9df99c0db3555fb8332a8"],
"generated": "hash://sha256/380f854298d0f640a70b3a6fad3bba47b9f90f856cb0dd273c9d67013e7c9287",
"endedAtTime": "2021-03-22 09:05:31"
}
}
],
{
"id": "hash://sha256/59c2515ef00ce1d791895c101e8dc1c61545c0c220bf7076b250d32cdd50a5b2",
"type": "Distribution",
"identifier": "hash://sha256/59c2515ef00ce1d791895c101e8dc1c61545c0c220bf7076b250d32cdd50a5b2",
"title": "aquatics-2021-03-01-EFInull.xml",
"description": "Metadata document",
"format": "application/xml",
"byteSize": 9803
}
]
}