forked from PLATOONProject/PLATOON_DATA_USAGE
-
Notifications
You must be signed in to change notification settings - Fork 1
/
allow_data_usage.json
52 lines (52 loc) · 1.51 KB
/
allow_data_usage.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
{
"@context": {
"ids": "https://w3id.org/idsa/core/",
"idsc": "https://w3id.org/idsa/code/"
},
"@type": "ids:ContractAgreement",
"@id": "https://w3id.org/idsa/autogen/contractAgreement/52272512-dcbd-4b15-8f1ff409327a2t5f",
"ids:permission": [
{
"@type": "ids:Permission",
"@id": "https://w3id.org/idsa/autogen/permission/59b0a20a-11bd-4276-8341-af40c8960e98",
"ids:target": {
"@id": "http://w3id.org/engrd/connector/artifact/1"
},
"ids:title": [
{
"@value": "Allow the Usage of the Data Example Usage Policy",
"@type": "http://www.w3.org/2001/XMLSchema#string"
}
],
"ids:description": [
{
"@value": "provide-access",
"@type": "http://www.w3.org/2001/XMLSchema#string"
}
],
"ids:action": [
{
"@id": "idsc:USE"
}
]
}
],
"ids:provider": {
"@id": "https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea"
},
"ids:consumer": {
"@id": "https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea"
},
"ids:contractDate": {
"@value": "2023-06-19T10:15:21.137Z",
"@type": "http://www.w3.org/2001/XMLSchema#dateTimeStamp"
},
"ids:contractStart": {
"@value": "2023-06-19T10:15:21.137Z",
"@type": "http://www.w3.org/2001/XMLSchema#dateTimeStamp"
},
"ids:contractEnd": {
"@value": "2024-06-19T10:15:21.137Z",
"@type": "http://www.w3.org/2001/XMLSchema#dateTimeStamp"
}
}