Skip to main content

ark:PropertyCharacteristics

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:PropertyCharacteristics
Example: ark:PropertyCharacteristics
relatedTostring<uri>

The property that these characteristics describe.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
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
goodStateOfRepairboolean

Indicates whether the property is in a good state of repair.

Example: true
ark:PropertyCharacteristics
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:PropertyCharacteristics",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"propertyType": "House",
"propertySubType": "Detached",
"numberOfRooms": 8,
"numberOfBedrooms": 3,
"numberOfBathrooms": 2,
"numberOfLivingRooms": 1,
"numberOfKitchens": 1,
"numberOfOtherRooms": 1,
"goodStateOfRepair": true
}