Skip to main content

ark:UtilityProvider

idstring<uri>required

URI format identifier used to refer to this node within the graph.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
typestringrequired

A type identifier used to indicate the data model that the node conforms to.

Constant value: ark:UtilityProvider
Example: ark:UtilityProvider
utilityrequired

Not in the list? Add council tax, TV licences, boiler maintenance, and similar as bills.

Possible values: [Gas, Electricity, Internet, Telephone, Water, Sewerage, TV]

providesTostring<uri>
Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
providedBystring<uri>required
Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
hasAccountstring<uri>

If the same company provides multiple utilities (e.g. gas and electricity) and bills them together, you can link them to the same account.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
ark:UtilityProvider
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:UtilityProvider",
"providesTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"providedBy": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"hasAccount": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000"
}