ark:PropertyCharacteristics
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:PropertyCharacteristicsExample:
ark:PropertyCharacteristicsrelatedTostring<uri>
The property that these characteristics describe.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000propertyTypestring
The type of property (e.g., house, flat, bungalow).
Example:
HousepropertySubTypestring
The subtype of property (e.g., detached, semi-detached, terraced).
Example:
DetachednumberOfRoomsnumber
The total number of rooms in the property.
Example:
8numberOfBedroomsnumber
The number of bedrooms in the property.
Example:
3numberOfBathroomsnumber
The number of bathrooms in the property.
Example:
2numberOfLivingRoomsnumber
The number of living rooms in the property.
Example:
1numberOfKitchensnumber
The number of kitchens in the property.
Example:
1numberOfOtherRoomsnumber
The number of other rooms in the property (e.g., study, utility room).
Example:
1goodStateOfRepairboolean
Indicates whether the property is in a good state of repair.
Example:
trueark: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
}