ark:Property
URI format identifier used to refer to this node within the graph.
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000A type identifier used to indicate the data model that the node conforms to.
ark:Propertyark:PropertyThe label will appear as the title for your property in the app, so set it to anything you like.
Possible values: non-empty
Possible values: non-empty
Possible values: >= 1
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})$
The type of property (e.g., house, flat, bungalow).
HouseThe subtype of property (e.g., detached, semi-detached, terraced).
DetachedThe total number of rooms in the property.
8The number of bedrooms in the property.
3The number of bathrooms in the property.
2The number of living rooms in the property.
1The number of kitchens in the property.
1The number of other rooms in the property (e.g., study, utility room).
1The year or year range when the property was built (e.g., '1990', '1980-1990').
1990The primary material used for the roof (e.g., tiles, slate, thatch).
TilesThe proportion of the roof that is flat (e.g., '0%', '25%', '50%').
0%The primary material used for the walls (e.g., brick, stone, timber).
BrickIndicates whether the property is of standard construction (walls and roof made of standard materials).
true{
"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
}