-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathutilityapi-context.jsonld
More file actions
33 lines (33 loc) · 1.01 KB
/
utilityapi-context.jsonld
File metadata and controls
33 lines (33 loc) · 1.01 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
{
"@context": {
"@vocab": "https://utilityapi.com/vocab#",
"schema": "https://schema.org/",
"energy": "https://www.w3.org/ns/sosa/",
"uid": "@id",
"Meter": "schema:Utility",
"Bill": "schema:Invoice",
"Interval": "energy:Observation",
"Authorization": "schema:DigitalDocument",
"utility": "schema:serviceType",
"service_address": "schema:address",
"meter_number": "schema:identifier",
"service_class": "schema:additionalType",
"statement_date": "schema:dateIssued",
"due_date": "schema:paymentDueDate",
"total_kwh": {
"@id": "https://schema.org/energy",
"@type": "schema:QuantitativeValue"
},
"total_amount": "schema:totalPaymentDue",
"currency": "schema:priceCurrency",
"start": "schema:startDate",
"end": "schema:endDate",
"kwh": {
"@id": "https://schema.org/energy",
"@type": "schema:QuantitativeValue"
},
"created": "schema:dateCreated",
"modified": "schema:dateModified",
"status": "schema:status"
}
}