Skip to main content

ark:Licence

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:Licence
Example: ark:Licence
licenceNumberstring
PIIGDPR

The unique licence number.

Example: DOE9905010JD1XX 78
licenceTypestring

The type of licence.

Example: Driving
issuedBystring<uri>

The organisation that issued the licence.

Example: https://graph.datawollet.com/.draft-nodes/9fa913c1b7cea4e08823c43cc87caaa
relatedTostring<uri>

The person that the licence is related to.

Example: https://graph.datawollet.com/.draft-nodes/cf5066ba5267e1b74d6dd0a23ee673b6
issuingAuthoritystring

The authority that issued the licence.

Example: DVLA
issuedAtstring<date>
LinkableGDPR

The date when the licence was issued.

Example: 2025-01-01
expiresAtstring<date>
LinkableGDPR

The date when the licence expires.

Example: 2035-01-01
ark:Licence
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Licence",
"licenceNumber": "DOE9905010JD1XX 78",
"licenceType": "Driving",
"issuedBy": "https://graph.datawollet.com/.draft-nodes/9fa913c1b7cea4e08823c43cc87caaa",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/cf5066ba5267e1b74d6dd0a23ee673b6",
"issuingAuthority": "DVLA",
"issuedAt": "2025-01-01",
"expiresAt": "2035-01-01"
}