Skip to main content

ark:Property

idurirequired

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

Example: https://graph.onteric.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
propertyTypestring

The type of property (e.g., house, flat, bungalow).

Example: House
propertySubTypestring

The subtype of property (e.g., detached, semi-detached, terraced).

Example: Detached
numberOfRoomsnumber

The total number of rooms in the property.

Example: 8
numberOfBedroomsnumber

The number of bedrooms in the property.

Example: 3
numberOfBathroomsnumber

The number of bathrooms in the property.

Example: 2
numberOfLivingRoomsnumber

The number of living rooms in the property.

Example: 1
numberOfKitchensnumber

The number of kitchens in the property.

Example: 1
numberOfOtherRoomsnumber

The number of other rooms in the property (e.g., study, utility room).

Example: 1
builtstring

The year or year range when the property was built (e.g., '1990', '1980-1990').

Example: 1990
roofMaterialstring

The primary material used for the roof (e.g., tiles, slate, thatch).

Example: Tiles
roofFlatProportionstring

The proportion of the roof that is flat (e.g., '0%', '25%', '50%').

Example: 0%
wallMaterialstring

The primary material used for the walls (e.g., brick, stone, timber).

Example: Brick
standardConstructionboolean

Indicates whether the property is of standard construction (walls and roof made of standard materials).

Example: true
ark:Property
{
"id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Property",
"label": "string",
"location": "string",
"addressLines": [
"string"
],
"postcode": "string",
"image": "string",
"propertyType": "House",
"propertySubType": "Detached",
"numberOfRooms": 8,
"numberOfBedrooms": 3,
"numberOfBathrooms": 2,
"numberOfLivingRooms": 1,
"numberOfKitchens": 1,
"numberOfOtherRooms": 1,
"built": "1990",
"roofMaterial": "Tiles",
"roofFlatProportion": "0%",
"wallMaterial": "Brick",
"standardConstruction": true
}