Skip to main content

ark:Property

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:Property
Example: ark:Property
labelstring

The label will appear as the title for your property in the app, so set it to anything you like.

Possible values: non-empty

locationstring

Possible values: non-empty

addressLinesstring[]
LinkableGDPR

Possible values: >= 1

postcodestring
LinkableGDPR

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})$

imagestring
ark:Property
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Property",
"label": "string",
"location": "string",
"addressLines": [
"string"
],
"postcode": "string",
"image": "string"
}