Skip to main content

ark:PropertyConstruction

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

The property that these construction details describe.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
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:PropertyConstruction
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:PropertyConstruction",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"built": "1990",
"roofMaterial": "Tiles",
"roofFlatProportion": "0%",
"wallMaterial": "Brick",
"standardConstruction": true
}