Skip to content

Commit

Permalink
feat: add PriceModel entity for fluids
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Aug 16, 2024
1 parent d570113 commit d410fea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jsonld-contexts/fluid.jsonld
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"@context": {
"consumption": "https://vocab.egm.io/consumption",
"endDate": "https://vocab.egm.io/endDate",
"estimatedPrice": "https://vocab.egm.io/estimatedPrice",
"FluidMonitoring": "https://vocab.egm.io/FluidMonitoring",
"fluidType": "https://vocab.egm.io/fluidType",
"isConnected ": "https://vocab.egm.io/isConnected",
"lastRetrievedStartDate": "https://vocab.egm.io/lastRetrievedStartDate",
"lastStartDate": "https://vocab.egm.io/lastStartDate",
"meterReference": "https://vocab.egm.io/meterReference",
"price": "https://vocab.egm.io/price",
"PriceModel": "https://vocab.egm.io/PriceModel",
"refDevice": "https://vocab.egm.io/refDevice",
"retrievalStatus": "https://vocab.egm.io/retrievalStatus"
"retrievalStatus": "https://vocab.egm.io/retrievalStatus",
"startDate": "https://vocab.egm.io/startDate"
}
}

0 comments on commit d410fea

Please sign in to comment.