Exposure metadata
The exposure component is described as:
Metadata that is specific to datasets that describe the situation of people, infrastructure, housing, production capacities and other tangible human assets that might be located in hazard-prone areas.
The exposure component describes metadata for datasets containing information on the distribution and characteristics of built environment assets (buildings and infrastructure) and natural assets and population, that are used in risk assessment. The exposure component provides codelists to describe the type of assets and costs, and the taxonomy scheme that is used to describe construction and demographic information contained in the dataset. For more information, see exposure standards.
The exposure component uses exposure categories consistent with the vulnerability and loss components of this standard. Spatial reference and location information are described using existing external standards. Temporal information can include date and duration of events or year of scenario, and is defined using the Dublin Core standards.
Overview
erDiagram
Direction LR
Exposure_item {
string id*
string category*
object asset_type
}
Dataset ||--o{ "Exposure metadata": ""
"Exposure metadata" o|--|{ Exposure_item: "Describes exposure of"
Exposure_item o|--|{ "Metric": "Exposure quantified by"
Examples
Example: GHSL Population map
The following example shows RDLS metadata for the GHSL Population map in JSON format.
Example: World Settlement Footprint Evolution
The following example shows RDLS metadata for the World Settlement Footprint Evolution in JSON format.
Properties
Title |
Description |
Type |
Format |
Required |
|---|---|---|---|---|
id |
string |
Required |
||
Exposure item identifier |
A locally unique identifier for this exposure item. |
|||
category |
string |
Required |
||
Exposure category |
The category of the exposed assets, from the closed exposure_category codelist. |
|||
asset_type |
object |
|||
Asset type |
The type of asset |
|||
asset_type/scheme |
object |
|||
None |
The scheme or codelist from which the classification code is taken, using the open classification_scheme codelist. Use of GED4ALL is recommended. |
|||
asset_type/id |
string |
Required |
||
Classification identifier |
The classification code taken from the scheme. |
|||
asset_type/title |
string |
|||
Title |
A title for the classification code. |
|||
asset_type/description |
string |
|||
Description |
A description for the classification code. |
|||
asset_type/uri |
string |
iri |
||
URI |
A URI to uniquely identify the classification code. |
|||
metrics |
array[Asset exposure metric] |
Required |
||
Exposure metrics |
The measurements used to quantify the extent to which assets are exposed. See Metric |
|||
Metric
Title |
Description |
Type |
Format |
Required |
|---|---|---|---|---|
id |
string |
Required |
||
Identifier |
A locally unique identifier for this metric. |
|||
dimension |
string |
Required |
||
Metric dimension |
The dimension on which the asset’s exposure is measured, from the closed metric_dimension codelist. |
|||
measurement |
object |
Required |
||
Metric measurement |
How the metric is measured. |
|||
measurement/quantity_kind |
string |
|||
Quantity kind |
The kind of quantity by which it is quantified, from the open quantity_kind codelist. |
|||
measurement/unit |
string |
|||
Unit |
The unit by which it is measured, taken from the unit codelist for the quantity kind. |
|||
measurement/valuation_year |
string |
|||
Valuation year |
The year of the monetary valuation, expressed as a 4-digit year (YYYY). Applicable when quantity_kind is ‘currency’. |
|||