-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontext.json
45 lines (45 loc) · 1.83 KB
/
context.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
{
"@context": {
"odrl": "http://www.w3.org/ns/odrl/2/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"cred": "https://www.w3.org/2018/credentials#",
"sec": "https://w3id.org/security#",
"dct": "http://purl.org/dc/terms/",
"dcat": "http://www.w3.org/ns/dcat#",
"dspace": "https://w3id.org/dspace/v0.8/",
"dct:title": { "@language": "en" },
"dspace:timestamp": { "@type": "xsd:dateTime" },
"dct:issued": { "@type": "xsd:dateTime" },
"dct:modified": { "@type": "xsd:dateTime" },
"dct:created": { "@type": "xsd:dateTime" },
"dcat:byteSize": { "@type": "xsd:decimal" },
"dcat:endpointURL": { "@type": "xsd:anyURI" },
"dspace:agreementId": { "@type": "@id" },
"dspace:dataset": { "@type": "@id" },
"dspace:transportType": { "@type": "@id" },
"dspace:state": { "@type": "@id" },
"dct:publisher": { "@type": "@id" },
"dct:format": { "@type": "@id" },
"dct:type": { "@type": "@id" },
"odrl:assigner": { "@type": "@id" },
"odrl:assignee": { "@type": "@id" },
"odrl:action": { "@type": "@id" },
"odrl:target": { "@type": "@id" },
"odrl:leftOperand": { "@type": "@id" },
"odrl:operator": { "@type": "@id" },
"odrl:rightOperandReference": { "@type": "@id" },
"odrl:profile": { "@type": "@id" },
"dspace:reason": { "@container": "@set" },
"dspace:catalog": { "@container": "@set" },
"dspace:filter": { "@container": "@set" },
"dct:description": { "@container": "@set" },
"dcat:keyword": { "@container": "@set" },
"dcat:service": { "@container": "@set" },
"dcat:dataset": { "@container": "@set" },
"odrl:hasPolicy": { "@container": "@set" },
"odrl:permission": { "@container": "@set" },
"odrl:prohibition": { "@container": "@set" },
"odrl:duty": { "@container": "@set" },
"odrl:constraint": { "@container": "@set" }
}
}