-
Notifications
You must be signed in to change notification settings - Fork 16
/
dataset.json
46 lines (46 loc) · 1.08 KB
/
dataset.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
{
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@id": "urn:uuid:3afeadd8-ed2d-569e-d634-8394a8836d57",
"@type": "dcat:Dataset",
"dct:title": "Traffic Data",
"dct:description": [
{
"@value": "Traffic data sample extract",
"@language": "en"
}
],
"dcat:keyword": [
"traffic"
],
"odrl:hasPolicy": [ {
"@type": "odrl:Offer",
"@id": "urn:uuid:2828282:3dd1add8-4d2d-569e-d634-8394a8836a88",
"odrl:assigner": "urn:tsdshhs636378",
"odrl:permission": [
{
"odrl:action": "odrl:use",
"odrl:constraint": [
{
"odrl:leftOperand": "odrl:spatial",
"odrl:rightOperand": "_:EU",
"odrl:operator": "odrl:eq"
}
]
}
]
} ],
"dcat:distribution": [
{
"@type": "dcat:Distribution",
"dct:format": {
"@id": "dspace:s3+push"
},
"dcat:accessService": [
{
"@id": "urn:uuid:4aa2dcc8-4d2d-569e-d634-8394a8834d77",
"dcat:endpointURL": "https://provider-a.com/connector"
}
]
}
]
}