ark:PropertyConstruction
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:PropertyConstructionExample:
ark:PropertyConstructionrelatedTostring<uri>
The property that these construction details describe.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000builtstring
The year or year range when the property was built (e.g., '1990', '1980-1990').
Example:
1990roofMaterialstring
The primary material used for the roof (e.g., tiles, slate, thatch).
Example:
TilesroofFlatProportionstring
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:
BrickstandardConstructionboolean
Indicates whether the property is of standard construction (walls and roof made of standard materials).
Example:
trueark: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
}