-
Notifications
You must be signed in to change notification settings - Fork 8
/
Subscriber.jsonld
35 lines (35 loc) · 1.09 KB
/
Subscriber.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
{
"@context": [
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/coreContext/ngsi-ld-core-context.json",
"https://raw.githubusercontent.com/GSMADeveloper/NGSI-LD-Entities/master/examples/Subscriber-context.jsonld"
],
"id": "urn:ngsi-ld:Subscriber:c1716dea-6a4d-4171-a733-916123942f09",
"type": "Subscriber",
"createdAt": "2017-01-01T01:20:00Z",
"modifiedAt": "2017-05-04T12:30:00Z",
"source": "https://source.example.com",
"dataProvider": "https://provider.example.com",
"entityVersion": 2.0,
"subscription": {
"type": "Relationship",
"value": "urn:ngsi-ld:SubscriptionService:65b1ccb0-ee32-41c1-9746-7ba83fb0f0f1"
},
"startAt": {
"type": "Property",
"value": "2016-08-22T10:18:16Z"
},
"endAt": {
"type": "Property",
"value": "2017-08-22T23:59:59Z"
},
"category": {
"type": "Property",
"value": "utility"
},
"users": {
"type": "Relationship",
"value": [
"urn:ngsi-ld:Person:10f59922-5919-11e8-a93b-1fea12b786c2"
]
}
}