ark:Address
idstring<uri>required
URI format identifier used to refer to this node within the graph.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000typestringrequired
A type identifier used to indicate the data model that the node conforms to.
Constant value:
ark:AddressExample:
ark:AddressaddressLinesstring[]required
LinkableGDPR
The lines of the address, excluding the postcode.
Possible values: >= 1
Example:
["123 Example Street","Example Town"]postcodestringrequired
LinkableGDPR
The postcode for this address.
Possible values: non-empty, Value must match regular expression ^([A-Z][A-HJ-Y]?[0-9O][A-Z0-9]?( )?[0-9O][A-Z]{2}|GIR ?0A{2})$
Example:
SW1A 1AAark:Address
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Address",
"addressLines": [
"123 Example Street",
"Example Town"
],
"postcode": "SW1A 1AA"
}