forked from eclipse-tractusx/puris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathedc-v1.jsonld
47 lines (47 loc) · 1.52 KB
/
edc-v1.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"@context": {
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"@vocab": "https://w3id.org/edc/v0.0.1/ns/",
"schema": "http://schema.org/",
"PolicyDefinition": "edc:PolicyDefinition",
"AssetEntryNewDto": "edc:AssetEntryNewDto",
"DataAddress": "edc:DataAddress",
"NegotiationState": "edc:NegotiationState",
"TerminateNegotiation": "edc:TerminateNegotiation",
"ContractRequest": "edc:ContractRequest",
"policy": {
"@id": "edc:policy",
"@type": "@id",
"@context": [
"http://www.w3.org/ns/odrl.jsonld"
]
},
"createdAt": "edc:createdAt",
"properties": "edc:properties",
"privateProperties": "edc:privateProperties",
"dataAddress": "edc:dataAddress",
"type": "edc:type",
"counterPartyAddress": "edc:counterPartyAddress",
"protocol": "edc:protocol",
"querySpec": "edc:querySpec",
"accessPolicyId": "edc:accessPolicyId",
"contractPolicyId": "edc:contractPolicyId",
"assetsSelector": "edc:assetsSelector",
"state": "edc:state",
"reason": "edc:reason",
"connectorAddress": "edc:connectorAddress",
"offer": "edc:offer",
"asset": "edc:asset",
"offerId": "edc:offerId",
"assetId": "edc:assetId",
"contractId": "edc:contractId",
"connectorId": "edc:connectorId",
"callbackAddresses": "edc:callbackAddresses",
"dataDestination": "edc:dataDestination",
"baseUrl": "edc:baseUrl",
"providerId": "edc:providerId",
"uri": "edc:uri",
"events": "edc:events",
"transactional": "edc:transactional"
}
}