Skip to main content

ark:Entitlement

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:Entitlement
Example: ark:Entitlement
providedBystring<uri>

The licence or document that provides this entitlement.

Example: https://graph.datawollet.com/.draft-nodes/c57ae0606463ff569bb600191954aaaa
activitystring

The activity that the entitlement permits.

Example: Driving
geographystring

The geographical area where the entitlement is valid.

Example: United Kingdom
limitations object

Limitations or restrictions on the entitlement.

vehicleClassCodesstring[]

Vehicle class codes that the entitlement covers.

Example: ["AM","A","B1","B","BE","f","k","p","q"]
property name*any

Limitations or restrictions on the entitlement.

ark:Entitlement
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Entitlement",
"providedBy": "https://graph.datawollet.com/.draft-nodes/c57ae0606463ff569bb600191954aaaa",
"activity": "Driving",
"geography": "United Kingdom",
"limitations": {
"vehicleClassCodes": [
"AM",
"A",
"B1",
"B",
"BE",
"f",
"k",
"p",
"q"
]
}
}