-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext.jsonld
More file actions
30 lines (30 loc) · 876 Bytes
/
context.jsonld
File metadata and controls
30 lines (30 loc) · 876 Bytes
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
{
"citylink": "https://example.org/CityLink#",
"manifest": {
"@id": "citylink:manifest",
"@type": "@id",
"@context": {
"cl": "citylink",
"placeholder": {
"@id": "cl:hasPlaceholder",
"@container": "@index"
},
"source": {
"@id": "cl:hasSource",
"@container": "@set",
"@context": {
"filepath": "cl:hasFilePath",
"href": {
"@id": "cl:hasHref",
"@type": "@id"
},
"contentType": "cl:hasContentType",
"sha256": {
"@id": "cl:hasHash",
"@type": "cl:sha256"
}
}
}
}
}
}