-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcontext.jsonld
71 lines (71 loc) · 4.83 KB
/
context.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
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
64
65
66
67
68
69
70
71
{
"@context": {
"WaterDistributionNetwork": "https://smartdatamodels.org/dataModel.WaterDistribution/WaterDistributionNetwork",
"address": "https://smartdatamodels.org/address",
"addressCountry": "https://smartdatamodels.org/addressCountry",
"addressLocality": "https://smartdatamodels.org/addressLocality",
"addressRegion": "https://smartdatamodels.org/addressRegion",
"alternateName": "https://smartdatamodels.org/alternateName",
"areaServed": "https://smartdatamodels.org/areaServed",
"avgOverTime": "https://smartdatamodels.org/avgOverTime",
"bbox": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#bbox"
},
"brandName": "https://smartdatamodels.org/dataModel.WaterDistribution/brandName",
"clTSA": "https://smartdatamodels.org/dataModel.WaterDistribution/clTSA",
"compensatedTDS": "https://smartdatamodels.org/dataModel.WaterDistribution/compensatedTDS",
"coordinates": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#coordinates"
},
"dataProvider": "https://smartdatamodels.org/dataProvider",
"dateCreated": "https://smartdatamodels.org/dateCreated",
"dateModified": "https://smartdatamodels.org/dateModified",
"description": "http://purl.org/dc/terms/description",
"deviceBatteryStatus": "https://smartdatamodels.org/dataModel.WaterDistribution/deviceBatteryStatus",
"deviceID": "https://smartdatamodels.org/dataModel.WaterDistribution/deviceID",
"deviceInfo": "https://smartdatamodels.org/dataModel.WaterDistribution/deviceInfo",
"deviceModel": "https://smartdatamodels.org/dataModel.WaterDistribution/deviceModel",
"deviceName": "https://smartdatamodels.org/dataModel.WaterDistribution/deviceName",
"deviceSimNumber": "https://smartdatamodels.org/dataModel.WaterDistribution/deviceSimNumber",
"district": "https://smartdatamodels.org/district",
"flowrate": "https://smartdatamodels.org/dataModel.WaterDistribution/flowrate",
"id": "@id",
"instValue": "https://smartdatamodels.org/instValue",
"location": "https://uri.etsi.org/ngsi-ld/location",
"manufacturerName": "https://smartdatamodels.org/dataModel.WaterDistribution/manufacturerName",
"maxOverTime": "https://smartdatamodels.org/maxOverTime",
"measurand": "https://smartdatamodels.org/dataModel.WaterDistribution/measurand",
"minOverTime": "https://smartdatamodels.org/minOverTime",
"modelName": "https://smartdatamodels.org/dataModel.WaterDistribution/modelName",
"modelURL": "https://smartdatamodels.org/dataModel.WaterDistribution/modelURL",
"name": "https://smartdatamodels.org/name",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"observationDateTime": "https://smartdatamodels.org/dataModel.WaterDistribution/observationDateTime",
"owner": "https://smartdatamodels.org/owner",
"pHTSA": "https://smartdatamodels.org/dataModel.WaterDistribution/pHTSA",
"postOfficeBoxNumber": "https://smartdatamodels.org/postOfficeBoxNumber",
"postalCode": "https://smartdatamodels.org/postalCode",
"rfID": "https://smartdatamodels.org/dataModel.WaterDistribution/rfID",
"seeAlso": "https://smartdatamodels.org/seeAlso",
"source": "https://smartdatamodels.org/source",
"streetAddress": "https://smartdatamodels.org/streetAddress",
"streetNr": "https://smartdatamodels.org/streetNr",
"tankBreadth": "https://smartdatamodels.org/dataModel.WaterDistribution/tankBreadth",
"tankCapacity": "https://smartdatamodels.org/dataModel.WaterDistribution/tankCapacity",
"tankDepth": "https://smartdatamodels.org/dataModel.WaterDistribution/tankDepth",
"tankDiameter": "https://smartdatamodels.org/dataModel.WaterDistribution/tankDiameter",
"tankLength": "https://smartdatamodels.org/dataModel.WaterDistribution/tankLength",
"tankName": "https://smartdatamodels.org/dataModel.WaterDistribution/tankName",
"tankShape": "https://smartdatamodels.org/dataModel.WaterDistribution/tankShape",
"totalML": "https://smartdatamodels.org/dataModel.WaterDistribution/totalML",
"turbidityTSA": "https://smartdatamodels.org/dataModel.WaterDistribution/turbidityTSA",
"type": "@type",
"uncompensatedTDS": "https://smartdatamodels.org/dataModel.WaterDistribution/uncompensatedTDS",
"waterFlow": "https://smartdatamodels.org/dataModel.WaterDistribution/waterFlow",
"waterLevel": "https://smartdatamodels.org/dataModel.WaterDistribution/waterLevel",
"waterPressure": "https://smartdatamodels.org/dataModel.WaterDistribution/waterPressure",
"waterTemperature": "https://smartdatamodels.org/dataModel.WaterDistribution/waterTemperature"
}
}