-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-normalized-ld.jsonld
More file actions
63 lines (63 loc) · 1.42 KB
/
example-normalized-ld.jsonld
File metadata and controls
63 lines (63 loc) · 1.42 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"id": "urn:ngsi-ld:Pipe:74azsty-70d4l-4da9-b7d0-3340ef655nnb",
"type": "Pipe",
"createdAt": "2020-02-20T15:42:00Z",
"modifiedAt": "2020-02-20T15:45:00Z",
"initialStatus": {
"type": "Property",
"value": "OPEN"
},
"status": {
"type": "Property",
"value": "OPEN"
},
"length": {
"type": "Property",
"value": 52.90,
"unitCode": "MTR"
},
"diameter": {
"type": "Property",
"value": 203.00,
"unitCode": "MMT"
},
"roughness": {
"type": "Property",
"value": 72.4549,
"unitCode": "C62"
},
"minorLoss": {
"type": "Property",
"value": 72.4549,
"unitCode": "C62"
},
"tag": {
"type": "Property",
"value": "DMA1"
},
"description": {
"type": "Property",
"value": "Free Text"
},
"startsAt": {
"type": "Relationship",
"object": "urn:ngsi-ld:Junction:63fe7d79-0d4c-4da9-b7d0-3340efa0656a"
},
"endsAt": {
"type": "Relationship",
"object": "urn:ngsi-ld:Reservoir:1863179e-3768-4480-9167-ff21f870dd19"
},
"bulkCoeff":{
"type": "Property",
"value": 72.4549,
"unitCode": "E91"
},
"wallCoeff":{
"type": "Property",
"value": 72.4549,
"unitCode": "RRC"
},
"@context": [
"https://schema.lab.fiware.org/ld/context"
]
}