Skip to main content

ark:PropertyOccupancySummary

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

The property that this occupancy information describes.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
occupiedAsstring

The current occupancy status of the property (e.g., owner-occupied, rented, vacant).

Example: Owner-occupied
occupiedSincestring<date>

The date when the current occupancy began.

Example: 2020-06-01
hasMortgageboolean

Indicates whether the property has a mortgage.

Example: true
hasLandlordTypestring

The type of landlord if the property is rented (e.g., private, council, housing association).

Example: Private
hasFurnishingsboolean

Indicates whether the property is furnished if rented.

Example: false
hasSmokersboolean

Indicates whether there are smokers in the property.

Example: false
numberOfAdultsstring

The number of adults living in the property, or a range (e.g., '>=1', '0').

Example: 2
numberOfChildrenstring

The number of children living in the property, or a range (e.g., '>=1', '0').

Example: 1
numberOfPetsstring

The number of pets in the property, or a range (e.g., '>=1', '0').

Example: 2
numberOfCatsstring

The number of cats in the property, or a range (e.g., '>=1', '0').

Example: 1
numberOfDogsstring

The number of dogs in the property, or a range (e.g., '>=1', '0').

Example: 1
ark:PropertyOccupancySummary
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:PropertyOccupancySummary",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"occupiedAs": "Owner-occupied",
"occupiedSince": "2020-06-01",
"hasMortgage": true,
"hasLandlordType": "Private",
"hasFurnishings": false,
"hasSmokers": false,
"numberOfAdults": "2",
"numberOfChildren": "1",
"numberOfPets": "2",
"numberOfCats": "1",
"numberOfDogs": "1"
}