-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcontext.jsonld
More file actions
30 lines (30 loc) · 1.64 KB
/
context.jsonld
File metadata and controls
30 lines (30 loc) · 1.64 KB
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
{
"@context": {
"tree": "https://w3id.org/tree#",
"ldes": "https://w3id.org/ldes#",
"shape": { "@type":"@id", "@id":"tree:shape"},
"xsd": "http://www.w3.org/2001/XMLSchema#",
"EventStream": "ldes:EventStream",
"EventSource": "ldes:EventSource",
"RetentionPolicy": "ldes:RetentionPolicy",
"LatestVersionSubset": "ldes:LatestVersionSubset",
"DurationAgoPolicy": "ldes:DurationAgoPolicy",
"PointInTimePolicy": "ldes:PointInTimePolicy",
"node": {"@type": "@id", "@id": "tree:node"},
"members": {"@type": "@id", "@id": "tree:member", "@container":"@list"},
"relations": {"@type": "@id", "@id": "tree:relation"},
"view": {"@type": "@id", "@id": "tree:view"},
"path": {"@container": "@list", "@id": "tree:path", "@type": "@id"},
"value": {"@id":"tree:value"},
"immutable": {"@id": "ldes:immutable"},
"timestampPath": {"@id":"ldes:timestampPath", "@type":"@id", "@container":"@list"},
"versionOfPath": {"@id":"ldes:versionOfPath", "@type":"@id", "@container":"@list"},
"retentionPolicies": {"@id":"ldes:retentionPolicy", "@type": "@id", "@container":"@list"},
"amount": {"@id":"ldes:amount","@type":"xsd:nonNegativeInteger"},
"pointInTime": {"@id":"ldes:pointInTime","@type":"xsd:dateTime"},
"pollingInterval": {"@id":"ldes:pollingInterval", "@type":"xsd:integer"},
"versionKey": {"@id":"ldes:versionKey", "@type":"@id", "@container":"@list"},
"versionMaterializationOf": {"@id":"ldes:versionMaterializationOf", "@type":"@id"},
"versionMaterializationUntil": {"@id":"ldes:versionMaterializationUntil","@type":"xsd:dateTime"}
}
}