From bad806d688cb66c47b8c457c8cb4f6854973d354 Mon Sep 17 00:00:00 2001 From: Dan Noble Date: Mon, 2 Dec 2024 17:31:24 -0500 Subject: [PATCH 01/31] Removed unused climate_trace, worldbank, and tech soup legacy custom data commons (#4766) --- deploy/helm_charts/envs/climate_trace.yaml | 66 ------------------- deploy/helm_charts/envs/techsoup.yaml | 64 ------------------ deploy/helm_charts/envs/worldbank.yaml | 65 ------------------ server/app_env/climate_trace.py | 28 -------- server/app_env/worldbank.py | 37 ----------- .../custom_dc/climate_trace/homepage.html | 59 ----------------- .../custom_dc/climate_trace/map_examples.json | 42 ------------ .../climate_trace/scatter_examples.json | 42 ------------ .../climate_trace/timeline_examples.json | 42 ------------ .../custom_dc/worldbank/homepage.html | 41 ------------ static/custom_dc/climate_trace/logo.svg | 14 ---- static/custom_dc/climate_trace/overrides.css | 48 -------------- static/custom_dc/worldbank/logo.svg | 57 ---------------- 13 files changed, 605 deletions(-) delete mode 100644 deploy/helm_charts/envs/climate_trace.yaml delete mode 100644 deploy/helm_charts/envs/techsoup.yaml delete mode 100644 deploy/helm_charts/envs/worldbank.yaml delete mode 100644 server/app_env/climate_trace.py delete mode 100644 server/app_env/worldbank.py delete mode 100644 server/templates/custom_dc/climate_trace/homepage.html delete mode 100644 server/templates/custom_dc/climate_trace/map_examples.json delete mode 100644 server/templates/custom_dc/climate_trace/scatter_examples.json delete mode 100644 server/templates/custom_dc/climate_trace/timeline_examples.json delete mode 100644 server/templates/custom_dc/worldbank/homepage.html delete mode 100644 static/custom_dc/climate_trace/logo.svg delete mode 100644 static/custom_dc/climate_trace/overrides.css delete mode 100644 static/custom_dc/worldbank/logo.svg diff --git a/deploy/helm_charts/envs/climate_trace.yaml b/deploy/helm_charts/envs/climate_trace.yaml deleted file mode 100644 index 0e3acf30a5..0000000000 --- a/deploy/helm_charts/envs/climate_trace.yaml +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 2023 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# DNS -ip: 34.107.228.109 -domain: climatetrace.datacommons.org - -# Helm config -project: datcom-mixer-encode -cluster_prefix: datacommons - -namespace: - name: website - -website: - flaskEnv: climate_trace - replicas: 4 - -mixer: - useBaseBigtable: false - useBranchBigtable: false - useCustomBigtable: true - remoteMixerDomain: https://api.datacommons.org - -serviceAccount: - name: website-ksa - -nl: - enabled: true - env: - default_indexes: - - medium_ft - enabled_indexes: - - medium_ft - -serviceGroups: - recon: null - svg: - replicas: 2 - observation: - replicas: 2 - node: - replicas: 2 - default: - replicas: 2 - -kgStoreConfig: - customBigtableInfo: | - project: datcom-mixer-encode - instance: dc-graph - tables: - - climatetrace_2023_06_03_11_32_41 - -svg: - blocklistFile: ["dc/g/Uncategorized", "oecd/g/OECD"] diff --git a/deploy/helm_charts/envs/techsoup.yaml b/deploy/helm_charts/envs/techsoup.yaml deleted file mode 100644 index 4ab92dd7b9..0000000000 --- a/deploy/helm_charts/envs/techsoup.yaml +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 2023 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# Helm config -project: techsoup-data-commons -cluster_prefix: datacommons - -namespace: - name: website - -website: - image: - project: techsoup-data-commons - tag: f5bad76 - flaskEnv: custom - replicas: 1 - -ingress: - enabled: true - -mixer: - useBranchBigtable: false - useCustomBigtable: true - -serviceAccount: - name: website-ksa - -nl: - enabled: false - -serviceGroups: - recon: null - svg: null - observation: null - node: null - default: - replicas: 1 - cacheSVG: true - resources: - memoryRequest: "8G" - memoryLimit: "8G" - -kgStoreConfig: - customBigtableInfo: | - project: techsoup-data-commons - instance: dc-graph - tables: - - freemeals_2023_04_11_14_09_49 - - mealsites_2023_05_25_20_51_17 - - usda_grocery_access_2023_05_22_11_28_04 - -svg: - blocklistFile: ["dc/g/Uncategorized", "oecd/g/OECD"] diff --git a/deploy/helm_charts/envs/worldbank.yaml b/deploy/helm_charts/envs/worldbank.yaml deleted file mode 100644 index 8c6e5c9928..0000000000 --- a/deploy/helm_charts/envs/worldbank.yaml +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 2024 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# DNS -domain: worldbank.datacommons.org -ip: 35.227.235.65 - -# Helm Config -project: datcom-karnataka -cluster_prefix: "website" - -namespace: - name: "website" - -website: - flaskEnv: worldbank - replicas: 3 - -mixer: - useBaseBigtable: false - useBranchBigtable: false - remoteMixerDomain: https://api.datacommons.org - -ingress: - enabled: true - ipName: website-ip - certName: website-certificate - -serviceAccount: - name: website-ksa - -serviceGroups: - recon: null - svg: null - observation: null - node: null - default: - replicas: 3 - cacheSVG: true # No svg service, this needs to use search - resources: - memoryRequest: "8G" - memoryLimit: "8G" -nl: - enabled: true - env: - default_indexes: - - medium_ft - enabled_indexes: - - medium_ft - - sdg_ft - - undata_ft - -svg: - blocklistFile: ["dc/g/Uncategorized", "oecd/g/OECD"] diff --git a/server/app_env/climate_trace.py b/server/app_env/climate_trace.py deleted file mode 100644 index 0061f02bda..0000000000 --- a/server/app_env/climate_trace.py +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2023 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -from server.app_env import _base -from server.app_env import local - - -class Config(_base.Config): - CUSTOM = True - NAME = "Climate TRACE Data Commons" - LOGO_PATH = "/custom_dc/climate_trace/logo.svg" - OVERRIDE_CSS_PATH = '/custom_dc/climate_trace/overrides.css' - SHOW_DISASTER = False - - -class LocalConfig(Config, local.Config): - pass \ No newline at end of file diff --git a/server/app_env/worldbank.py b/server/app_env/worldbank.py deleted file mode 100644 index f2d0d80f8a..0000000000 --- a/server/app_env/worldbank.py +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2023 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -from server.app_env import _base -from server.app_env import local - - -class Config(_base.Config): - CUSTOM = True - NAME = "Data Commons" - OVERRIDE_CSS_PATH = '/custom_dc/custom/overrides.css' - LOGO_PATH = "/custom_dc/worldbank/logo.svg" - SHOW_DISASTER = False - STAT_VAR_HIERARCHY_CONFIG = { - "nodes": [{ - "dcid": "dc/g/Root" - }, { - "dcid": "dc/g/Root", - "dataSourceDcid": "dc/s/WorldBank", - "name": "World Bank" - }] - } - - -class LocalConfig(Config, local.Config): - pass diff --git a/server/templates/custom_dc/climate_trace/homepage.html b/server/templates/custom_dc/climate_trace/homepage.html deleted file mode 100644 index 27218a1968..0000000000 --- a/server/templates/custom_dc/climate_trace/homepage.html +++ /dev/null @@ -1,59 +0,0 @@ -{# - Copyright 2023 Google LLC - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -#} -{%- extends BASE_HTML -%} - -{% set main_id = 'homepage' %} -{% set page_id = 'page-homepage' %} -{% set title = 'Home' %} -{% set is_hide_full_footer = true %} -{% set is_hide_sub_footer = true %} - -{% block head %} - -{% endblock %} - -{% block content %} -
-
-
-
-

- Climate TRACE Data Commons prototype. -

-
-
-
-
- -
-

{% trans %}Explore the data{% endtrans %}

- -
- -{% endblock %} \ No newline at end of file diff --git a/server/templates/custom_dc/climate_trace/map_examples.json b/server/templates/custom_dc/climate_trace/map_examples.json deleted file mode 100644 index 5cd45147d8..0000000000 --- a/server/templates/custom_dc/climate_trace/map_examples.json +++ /dev/null @@ -1,42 +0,0 @@ -{"map": [ - { - "header": "CO2 emissions from forest fires", - "preposition": "across", - "examples": [ - { - "text": "countries in Earth", - "url": "#%26sv%3DAnnual_Emissions_GreenhouseGas_ForestFire%26pc%3D0%26denom%3DCount_Person%26pd%3DEarth%26ept%3DCountry%26ppt%3DEpaReportingFacility" - } - ] - }, - { - "header": "CO2 emissions from agriculture", - "preposition": "across", - "examples": [ - { - "text": "countries in Earth", - "url": "#%26sv%3DAnnual_Emissions_CarbonDioxide_Agriculture%26pc%3D0%26denom%3DCount_Person%26pd%3DEarth%26ept%3DCountry%26ppt%3DEpaReportingFacility" - } - ] - }, - { - "header": "CO2 emissions from electricity generation", - "preposition": "across", - "examples": [ - { - "text": "countries in Earth", - "url": "#%26sv%3DAnnual_Emissions_CarbonDioxide_ElectricityGeneration%26pc%3D0%26denom%3DCount_Person%26pd%3DEarth%26ept%3DCountry%26ppt%3DEpaReportingFacility" - } - ] - }, - { - "header": "CO2 emissions from manufacturing", - "preposition": "across", - "examples": [ - { - "text": "countries in Earth", - "url": "#%26sv%3DAnnual_Emissions_CarbonDioxide_Manufacturing%26pc%3D0%26denom%3DCount_Person%26pd%3DEarth%26ept%3DCountry%26ppt%3DEpaReportingFacility" - } - ] - } -]} diff --git a/server/templates/custom_dc/climate_trace/scatter_examples.json b/server/templates/custom_dc/climate_trace/scatter_examples.json deleted file mode 100644 index 5cab5d637b..0000000000 --- a/server/templates/custom_dc/climate_trace/scatter_examples.json +++ /dev/null @@ -1,42 +0,0 @@ -{"scatter": [ - { - "header": "Life expectancy vs. Oil and Gas emissions (per capita)", - "preposition": "for countries in", - "examples": [ - { - "text": "Earth", - "url": "#%26svx%3DAnnual_Emissions_GreenhouseGas_OilAndGas%26lx%3D1%26pcx%3D1%26dx%3DCount_Person%26svy%3DLifeExpectancy_Person%26dy%3DCount_Person%26epd%3DEarth%26ept%3DCountry%26dd%3D1" - } - ] - }, - { - "header": "Percentage of population that is college educated vs. CO2 emissions in Domestic Aviation (per capita)", - "preposition": "for countries in", - "examples": [ - { - "text": "Earth", - "url": "#%26svx%3DAnnual_Emissions_CarbonDioxide_FuelCombustionForDomesticAviation%26lx%3D1%26pcx%3D1%26dx%3DCount_Person%26svy%3DCount_Person_25OrMoreYears_BachelorsDegreeOrHigher_AsFractionOf_Count_Person_25OrMoreYears%26dy%3DCount_Person%26epd%3DEarth%26ept%3DCountry%26dd%3D1" - } - ] - }, - { - "header": "Fertility rate vs. CO2 emissions from Power Sector (per capita)", - "preposition": "for countries in", - "examples": [ - { - "text": "Earth", - "url": "#%26svx%3DAnnual_Emissions_CarbonDioxide_Power%26lx%3D1%26pcx%3D1%26dx%3DCount_Person%26svy%3DFertilityRate_Person_Female%26dy%3DCount_Person%26epd%3DEarth%26ept%3DCountry%26dd%3D1" - } - ] - }, - { - "header": "Mobile subscriptions (per capita) vs. Greenhouse gas emissions for Electricity Generation (per capita)", - "preposition": "for countries in", - "examples": [ - { - "text": "Earth", - "url": "#%26svx%3DAnnual_Emissions_GreenhouseGas_ElectricityGenerationFromThermalPowerPlant%26lx%3D1%26pcx%3D1%26dx%3DCount_Person%26svy%3DCount_Product_MobileCellularSubscription_AsFractionOf_Count_Person%26dy%3DCount_Person%26epd%3DEarth%26ept%3DCountry%26dd%3D1" - } - ] - } -]} diff --git a/server/templates/custom_dc/climate_trace/timeline_examples.json b/server/templates/custom_dc/climate_trace/timeline_examples.json deleted file mode 100644 index c63c5ed0db..0000000000 --- a/server/templates/custom_dc/climate_trace/timeline_examples.json +++ /dev/null @@ -1,42 +0,0 @@ -{"timeline": [ - { - "header": "CO2 emissions in Manufacturing", - "preposition": "for", - "examples": [ - { - "text": "India, China, US", - "url": "#place=country%2FUSA%2Ccountry%2FIND%2Ccountry%2FCHN&statsVar=Annual_Emissions_CarbonDioxide_Manufacturing" - } - ] - }, - { - "header": "CO2 emissions in Steel Manufacturing", - "preposition": "for", - "examples": [ - { - "text": "Japan, China, US, Germany", - "url": "#place=country%2FDEU%2Ccountry%2FGBR%2Ccountry%2FJPN%2Ccountry%2FCHN&statsVar=Annual_Emissions_CarbonDioxide_SteelManufacturing&chart=%7B%22amount%22%3A%7B%22pc%22%3Atrue%7D%7D" - } - ] - }, - { - "header": "CO2 emissions for Road Transportation (per capita)", - "preposition": "for", - "examples": [ - { - "text": "India, China, US, Germany", - "url": "#place=country%2FUSA%2Ccountry%2FIND%2Ccountry%2FCHN%2Ccountry%2FDEU&statsVar=Annual_Emissions_CarbonDioxide_FuelCombustionForRoadVehicles&chart=%7B%22amount%22%3A%7B%22pc%22%3Atrue%7D%7D" - } - ] - }, - { - "header": "CO2 emissions in Power Generation (per capita)", - "preposition": "for", - "examples": [ - { - "text": "India, China, Germany, US, UK", - "url": "#place=country%2FDEU%2Ccountry%2FGBR%2Ccountry%2FJPN%2Ccountry%2FCHN%2Ccountry%2FIND&statsVar=Annual_Emissions_CarbonDioxide_Power&chart=%7B%22amount%22%3A%7B%22pc%22%3Atrue%7D%7D" - } - ] - } -]} diff --git a/server/templates/custom_dc/worldbank/homepage.html b/server/templates/custom_dc/worldbank/homepage.html deleted file mode 100644 index dd6a54ccff..0000000000 --- a/server/templates/custom_dc/worldbank/homepage.html +++ /dev/null @@ -1,41 +0,0 @@ -{#- - Copyright 2024 Google LLC - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. --#} - - -{%- extends BASE_HTML -%} - -{% set main_id = 'homepage' %} -{% set page_id = 'page-homepage' %} -{% set title = 'Home' %} -{% set is_hide_full_footer = true %} -{% set is_hide_sub_footer = true %} - -{% block head %} - - - -{% endblock %} - -{% block content %} -
-

Explore World Bank Data

-
-
-
-
-
- -{% endblock %} \ No newline at end of file diff --git a/static/custom_dc/climate_trace/logo.svg b/static/custom_dc/climate_trace/logo.svg deleted file mode 100644 index 2bbfae9c71..0000000000 --- a/static/custom_dc/climate_trace/logo.svg +++ /dev/null @@ -1,14 +0,0 @@ - \ No newline at end of file diff --git a/static/custom_dc/climate_trace/overrides.css b/static/custom_dc/climate_trace/overrides.css deleted file mode 100644 index a217bf4837..0000000000 --- a/static/custom_dc/climate_trace/overrides.css +++ /dev/null @@ -1,48 +0,0 @@ -/** - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -:root { - --dc-primary: #110c45; - --link-color: #4c49b0; - --footer-background: white; - --dc-red-fade: #40d4e033; -} - -#main-header { - background: white; - box-shadow: 0 5px 5px 0 rgba(6, 6, 6, 0.18); - z-index: 10; -} - -#main-nav a { - color: var(--dc-primary) !important; -} - -.btn.btn-primary { - background-color: var(--dc-primary); -} - -#main-pane #explore { - background-color: var(--dc-primary); -} - -#main-pane #plot-container { - background: none; -} - -#main-footer { - border-top: 1px solid #efefef; -} diff --git a/static/custom_dc/worldbank/logo.svg b/static/custom_dc/worldbank/logo.svg deleted file mode 100644 index fe84bf9965..0000000000 --- a/static/custom_dc/worldbank/logo.svg +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - From 4f48263e78583b26171749261ee31eb65bd3e7cd Mon Sep 17 00:00:00 2001 From: Dan Noble Date: Mon, 2 Dec 2024 18:59:07 -0500 Subject: [PATCH 02/31] Removed unused climate_trace, worldbank, and tech soup legacy custom data commons (#4766) From 98ff7cf020d2ef99c1d8ee9f362b8ce2086bcca5 Mon Sep 17 00:00:00 2001 From: Dan Noble Date: Tue, 3 Dec 2024 19:15:11 -0500 Subject: [PATCH 03/31] Added child type fetching to dev place API. Improved fetching performance (#4738) * Added logic to filter chart config by category (Overview, Health, etc) * Added logic for fetching child place * Added existence check for child places (will be used for displaying map data) * Batched calls to `fetch_places` to improve performance * Updated test cases In a future PR: Use flask asyncio support to parallelize some of the calls to fetch child, similar, and nearby places (@beets : I ran some more tests locally to compare performance of fetching the cached place page payload with these improvements of fetching the data dynamically from flask, and with some of these changes it may be feasible to just fetch the place page data from flask after all) --- server/lib/fetch.py | 40 +++ server/routes/dev_place/api.py | 48 +++- server/routes/dev_place/html.py | 15 +- server/routes/dev_place/types.py | 3 +- server/routes/dev_place/utils.py | 199 ++++++++++---- server/tests/routes/api/dev_place_test.py | 311 ++++++++++++++++------ 6 files changed, 473 insertions(+), 143 deletions(-) diff --git a/server/lib/fetch.py b/server/lib/fetch.py index a44aadd688..523b27a73b 100644 --- a/server/lib/fetch.py +++ b/server/lib/fetch.py @@ -400,6 +400,46 @@ def property_values(nodes, prop, out=True, constraints=''): return result +def multiple_property_values(nodes: List[str], + props: List[str], + out=True) -> Dict[str, Dict[str, List[str]]]: + """ + Fetches specified properties for given nodes using the /v2/node API. + + Args: + nodes (List[str]): List of node identifiers. + props (List[str]): Properties to retrieve for each node. + out (bool): If True, fetches outgoing properties; otherwise, incoming (default: True). + + Returns: + dict: A dictionary mapping each node to its properties and their values. + + Example: + nodes = ["geoId/06", "country/USA"] + props = ["typeOf", "name"] + result = multiple_property_values(nodes, props) + # Example result: + # { + # "geoId/06": {"typeOf": ["State", "AdministrativeArea1], "name": ["California"]}, + # "country/USA": {"typeOf": ["Country"], "name": ["United States of America"]} + # } + """ + props_expression = f"[{', '.join(props)}]" + resp = dc.v2node(nodes, '{}{}'.format('->' if out else '<-', + props_expression)) + + # Parse response into a structured dictionary + result: Dict[str, Dict[str, List[str]]] = {} + resp_data = resp.get('data', {}) + for node in nodes: + resp_node_arcs = resp_data.get(node).get('arcs', {}) + result[node] = {} + for prop in props: + prop_nodes = resp_node_arcs.get(prop, {}).get('nodes', []) + result[node][prop] = [p.get('dcid') or p.get('value') for p in prop_nodes] + return result + + def raw_property_values(nodes, prop, out=True, constraints=''): """Returns full property values data out of REST API response. diff --git a/server/routes/dev_place/api.py b/server/routes/dev_place/api.py index 27b170f4a6..515f83b280 100644 --- a/server/routes/dev_place/api.py +++ b/server/routes/dev_place/api.py @@ -81,19 +81,33 @@ def place_charts(place_dcid: str): # Fetch place info place = place_utils.fetch_place(place_dcid, locale=g.locale) + # Determine child place type + child_place_type = place_utils.get_child_place_type(place) + # Retrieve available place page charts - chart_config = copy.deepcopy(current_app.config['CHART_CONFIG']) + full_chart_config = copy.deepcopy(current_app.config['CHART_CONFIG']) + + # Filter chart config by category + if place_category == OVERVIEW_CATEGORY: + chart_config = [c for c in full_chart_config if c.get("isOverview")] + else: + chart_config = [ + c for c in full_chart_config if c["category"] == place_category + ] # Filter out place page charts that don't have any data for the current place_dcid filtered_chart_config = place_utils.filter_chart_config_by_place_dcid( - chart_config, place_dcid) + chart_config=chart_config, + place_dcid=place_dcid, + child_place_type=child_place_type) # Translate chart config titles translated_chart_config = place_utils.translate_chart_config( filtered_chart_config) # Extract charts to Chart objects used in PlaceChartsApiResponse object - charts = place_utils.chart_config_to_overview_charts(translated_chart_config) + charts = place_utils.chart_config_to_overview_charts(translated_chart_config, + child_place_type) # Translate category strings translated_category_strings = place_utils.get_translated_category_strings( @@ -127,13 +141,27 @@ def related_places(place_dcid: str): # Fetch place info place = place_utils.fetch_place(place_dcid, locale=g.locale) - # Fetch related places - nearby_places = place_utils.fetch_nearby_places(place, locale=g.locale) - similar_places = place_utils.fetch_similar_places(place, locale=g.locale) - child_places = place_utils.fetch_child_places(place, locale=g.locale) - - # TODO: Fetch child place type(s) - child_place_type = "" + # Fetch nearby, similar, and child place dcids + nearby_place_dcids = place_utils.fetch_nearby_place_dcids(place, + locale=g.locale) + similar_place_dcids = place_utils.fetch_similar_place_dcids(place, + locale=g.locale) + child_place_type = place_utils.get_child_place_type(place) + child_place_dcids = place_utils.fetch_child_place_dcids(place, + child_place_type, + locale=g.locale) + + # Fetch all place objects in one request to reduce latency (includes name and typeOf) + all_place_dcids = [ + place_dcid, *nearby_place_dcids, *similar_place_dcids, *child_place_dcids + ] + all_places = place_utils.fetch_places(all_place_dcids, locale=g.locale) + + # Get place objects for nearby, similar, and child places + all_place_by_dcid = {p.dcid: p for p in all_places} + nearby_places = [all_place_by_dcid[dcid] for dcid in nearby_place_dcids] + similar_places = [all_place_by_dcid[dcid] for dcid in similar_place_dcids] + child_places = [all_place_by_dcid[dcid] for dcid in child_place_dcids] response = RelatedPlacesApiResponse( childPlaceType=child_place_type, diff --git a/server/routes/dev_place/html.py b/server/routes/dev_place/html.py index 4f83dad2c1..21b6f0f90f 100644 --- a/server/routes/dev_place/html.py +++ b/server/routes/dev_place/html.py @@ -17,8 +17,11 @@ import flask from flask import current_app +from flask import g +from server.lib.i18n import DEFAULT_LOCALE import server.routes.dev_place.utils as utils +from server.routes.place.html import get_place_summaries import server.routes.shared_api.place as place_api bp = flask.Blueprint('dev_place', __name__, url_prefix='/dev-place') @@ -28,14 +31,20 @@ # TODO(juliawu): Move this to the default place route once development is done. @bp.route('/') def dev_place(place_dcid=None): - if os.environ.get('FLASK_ENV') not in ['local', 'autopush', 'dev' - ] or not place_dcid: + if os.environ.get('FLASK_ENV') not in [ + 'local', 'autopush', 'dev', 'webdriver' + ] or not place_dcid: flask.abort(404) place_type_with_parent_places_links = utils.get_place_type_with_parent_places_links( place_dcid) place_names = place_api.get_i18n_name([place_dcid]) or {} place_name = place_names.get(place_dcid, place_dcid) + if g.locale == DEFAULT_LOCALE: + place_summary = get_place_summaries(place_dcid).get(place_dcid, + {}).get("summary", "") + else: + place_summary = "" return flask.render_template( 'dev_place.html', @@ -43,4 +52,4 @@ def dev_place(place_dcid=None): place_dcid=place_dcid, place_name=place_name, place_type_with_parent_places_links=place_type_with_parent_places_links, - ) + place_summary=place_summary) diff --git a/server/routes/dev_place/types.py b/server/routes/dev_place/types.py index 8d31a28ee7..a14bf7211b 100644 --- a/server/routes/dev_place/types.py +++ b/server/routes/dev_place/types.py @@ -32,6 +32,7 @@ class Chart: denominator: Optional[List[str]] = None unit: Optional[str] = None scaling: Optional[float] = None + childPlaceType: Optional[str] = None def __post_init__(self): # Custom validator for the `type` field @@ -60,7 +61,7 @@ class PlaceChartsApiResponse: @dataclass class RelatedPlacesApiResponse: """ - API Response for /api/dev-place/related_charts/charts/ + API Response for /api/dev-place/related-places/ """ childPlaceType: str childPlaces: List[Place] diff --git a/server/routes/dev_place/utils.py b/server/routes/dev_place/utils.py index 8550fe9cf6..2cbc1c2f2f 100644 --- a/server/routes/dev_place/utils.py +++ b/server/routes/dev_place/utils.py @@ -14,7 +14,7 @@ """Helper functions for place page routes""" import re -from typing import Dict, List +from typing import Callable, Dict, List, Set import flask from flask_babel import gettext @@ -101,7 +101,8 @@ def get_place_type_with_parent_places_links(dcid: str) -> str: def filter_chart_config_by_place_dcid(chart_config: List[Dict], - place_dcid: str): + place_dcid: str, + child_place_type=str): """ Filters the chart configuration to only include charts that have data for a specific place DCID. @@ -113,19 +114,39 @@ def filter_chart_config_by_place_dcid(chart_config: List[Dict], List[Dict]: A filtered list of chart configurations where at least one statistical variable has data for the specified place. """ # Get a flat list of all statistical variable dcids in the chart config - all_stat_var_dcids = [] + non_map_stat_var_dcids = [] + map_stat_var_dcids = [] for config in chart_config: - all_stat_var_dcids.extend(config["statsVars"]) + if config.get("isChoropleth"): + map_stat_var_dcids.extend(config["statsVars"]) + else: + non_map_stat_var_dcids.extend(config["statsVars"]) + denominator = config.get("relatedChart", {}).get("denominator", None) + if denominator: + non_map_stat_var_dcids.extend(denominator) - # Filter out statistical variables that don't have data for our place_dcid + # Find non-map stat vars that have data for our place dcid obs_point_response = dc.obs_point(entities=[place_dcid], - variables=all_stat_var_dcids) - stat_vars_with_observations = [ - stat_var_dcid for stat_var_dcid in all_stat_var_dcids + variables=non_map_stat_var_dcids) + non_map_stat_vars_with_observations = [ + stat_var_dcid for stat_var_dcid in non_map_stat_var_dcids if obs_point_response["byVariable"].get(stat_var_dcid, {}).get( "byEntity", {}).get(place_dcid, {}) ] - stat_vars_with_observations_set = set(stat_vars_with_observations) + + # Find map stat vars that have data for our child places + obs_point_within_response = dc.obs_point_within(place_dcid, + child_place_type, + variables=map_stat_var_dcids) + map_stat_vars_with_observations = [ + stat_var_dcid for stat_var_dcid in map_stat_var_dcids + if obs_point_within_response["byVariable"].get(stat_var_dcid, {}).get( + "byEntity", {}) + ] + + # Build set of all stat vars that have data for our place & children places + stat_vars_with_observations_set = set(non_map_stat_vars_with_observations) + stat_vars_with_observations_set.update(map_stat_vars_with_observations) # Filter out chart config entries that don't have any data filtered_chart_config = [ @@ -193,32 +214,30 @@ def fetch_places(place_dcids: List[str], locale=DEFAULT_LOCALE) -> List[Place]: Returns: List[Place]: A list of Place objects with names in the specified locale. """ - place_types = fetch.property_values(place_dcids, 'typeOf') - place_name = fetch.property_values(place_dcids, 'name') - + props = ['typeOf', 'name'] # Only fetch names with locale-specific tags if the desired locale is non-english - place_name_with_languages = {} if locale != DEFAULT_LOCALE: - place_name_with_languages = fetch.property_values(place_dcids, - 'nameWithLanguage') + props.append('nameWithLanguage') + multi_places_props = fetch.multiple_property_values(place_dcids, props) places = [] for place_dcid in place_dcids: - place_name_with_languages_strs = place_name_with_languages.get( - place_dcid, []) + place_props = multi_places_props.get(place_dcid, {}) + place_name_with_languages_strs = place_props.get('nameWithLanguage', []) name_with_locale = select_string_with_locale(place_name_with_languages_strs, locale=locale) - default_name = next(iter(place_name.get(place_dcid, []))) or '' + place_names = place_props.get('name', []) + default_name = place_names[0] if place_names else place_dcid + + place_types = place_props.get('typeOf', []) # Use the name with locale if available, otherwise fall back to the default ('en') name name = name_with_locale or default_name - places.append( - Place(dcid=place_dcid, name=name, types=place_types[place_dcid])) - place_types[place_dcid] + places.append(Place(dcid=place_dcid, name=name, types=place_types)) return places -def chart_config_to_overview_charts(chart_config): +def chart_config_to_overview_charts(chart_config, child_place_type: str): """ Converts the given chart configuration into a list of Chart objects for API responses. @@ -232,6 +251,7 @@ def chart_config_to_overview_charts(chart_config): charts = [] for page_config_item in chart_config: denominator = page_config_item.get("denominator", None) + is_map_chart = page_config_item.get("isChoropleth", False) chart = Chart( category=page_config_item.get("category"), description=page_config_item.get("description"), @@ -239,53 +259,130 @@ def chart_config_to_overview_charts(chart_config): statisticalVariableDcids=page_config_item.get("statsVars", []), title=page_config_item.get("title"), topicDcids=[], - type="MAP" if page_config_item.get("isChoropleth", False) else "LINE", + type="MAP" if is_map_chart else "LINE", unit=page_config_item.get("unit"), ) if denominator: chart.denominator = denominator + if is_map_chart: + chart.childPlaceType = child_place_type charts.append(chart) + if page_config_item.get("relatedChart", {}).get("title"): + page_config_related_chart = page_config_item.get("relatedChart", {}) + related_chart = Chart( + category=page_config_item.get("category"), + description=page_config_related_chart.get("description"), + scaling=page_config_related_chart.get("scaling"), + statisticalVariableDcids=page_config_item.get("statsVars", []), + title=page_config_related_chart.get("title"), + topicDcids=[], + type="MAP" if is_map_chart else "LINE", + unit=page_config_related_chart.get("unit"), + ) + if page_config_related_chart.get("denominator"): + related_chart.denominator = [ + page_config_related_chart.get("denominator") + ] + if is_map_chart: + related_chart.childPlaceType = child_place_type + return charts +# Maps each parent place type to a list of valid child place types. +# This hierarchy defines how places are related in terms of containment. PLACE_TYPES_TO_CHILD_PLACE_TYPES = { - "Country": - set(["State", "EurostatNUTS1", "EurostatNUTS2", "AdministrativeArea1"]), - "State": - set(["County"]), - "County": - set(["City", "Town", "Village", "Borough"]) + "GeoRegion": ["Country", "City"], + "Country": [ + "State", "EurostatNUTS1", "EurostatNUTS2", "AdministrativeArea1" + ], + "State": ["County", "AdministrativeArea2"], + "AdministrativeArea1": ["County", "AdministrativeArea2"], + "County": [ + "City", "Town", "Village", "Borough", "AdministrativeArea3", + "CensusZipCodeTabulationArea" + ], + "AdministrativeArea2": [ + "City", "Town", "Village", "Borough", "AdministrativeArea3", + "CensusZipCodeTabulationArea" + ], } +# List of callable expressions for matching specific parent places to their primary child place type. +# These are used for overriding or customizing the default hierarchy in certain cases. +PLACE_MATCH_EXPRESSIONS: Callable[[Place], str | None] = [ + # Matches "Earth" (type "Place") and returns "Continent" + lambda place: "Continent" if "Place" in place.types else None, + # Use "State" instead of AdministrativeArea1 for country/USA + lambda place: "State" if place.dcid == "country/USA" else None, + # Use "Country" for all "UNGeoRegion" + lambda place: "Country" if "UNGeoRegion" in place.types else None, + # Use "County" instead of AdministrativeArea2 for US states + lambda place: "County" if re.match(r"geoId/\d\d$", place.dcid) else None +] + +# Default set of valid child place types. These are used when specific mappings or matches are unavailable. DEFAULT_CHILD_PLACE_TYPES = set([ "Country", "State", "County", "City", "Town", "Village", "Borough", "CensusZipCodeTabulationArea", "EurostatNUTS1", "EurostatNUTS2", "EurostatNUTS3", "AdministrativeArea1", "AdministrativeArea2", - "AdministrativeArea3", "AdministrativeArea4", "AdministrativeArea5", - "Continent" + "AdministrativeArea3", "AdministrativeArea4", "AdministrativeArea5" ]) -def fetch_child_places(place: Place, locale=DEFAULT_LOCALE) -> List[Place]: - # Get all possible child places +def get_child_place_type(place: Place) -> str | None: + """ + Determines the primary child place type for a given place. + + This function uses custom matching rules and fallback hierarchies to decide + the most relevant child place type for a given place. + + Args: + place (Place): The place object to analyze. + + Returns: + str | None: The primary child place type for the given place, or None if no match is found. + """ + # Attempt to directly match a child place type using the custom expressions. + for f in PLACE_MATCH_EXPRESSIONS: + matched_child_place_type = f(place) + if matched_child_place_type: + return matched_child_place_type + + # Fetch all possible child places for the given place using its containment property. raw_property_values_response = fetch.raw_property_values( nodes=[place.dcid], prop="containedInPlace", out=False) - child_place_types = DEFAULT_CHILD_PLACE_TYPES + + # Determine the order of child place types based on the parent type. + ordered_child_place_types = DEFAULT_CHILD_PLACE_TYPES for place_type in place.types: if place_type in PLACE_TYPES_TO_CHILD_PLACE_TYPES: - child_place_types = PLACE_TYPES_TO_CHILD_PLACE_TYPES[place_type] + ordered_child_place_types = PLACE_TYPES_TO_CHILD_PLACE_TYPES[place_type] break - # Filter out child places by type - child_place_dcids = [] + # Collect all types of child places found in the property values response. + child_place_types = set() for raw_property_value in raw_property_values_response.get(place.dcid, []): - types = set(raw_property_value.get("types", [])) - if types & child_place_types: - child_place_dcids.append(raw_property_value["dcid"]) + child_place_types.update(raw_property_value.get("types", [])) - places = fetch_places(place_dcids=child_place_dcids, locale=locale) - return places + # Return the first child place type that matches the ordered list of possible child types. + for primary_place_type_candidate in ordered_child_place_types: + if primary_place_type_candidate in child_place_types: + return primary_place_type_candidate + + # If no matching child place type is found, return None. + return None + + +def fetch_child_place_dcids(place: Place, + child_place_type: str, + locale=DEFAULT_LOCALE) -> List[str]: + # Get all possible child places + descendent_places_result = fetch.descendent_places( + [place.dcid], descendent_type=child_place_type) + child_place_dcids = descendent_places_result.get(place.dcid, []) + return child_place_dcids def translate_chart_config(chart_config: List[Dict]): @@ -399,7 +496,7 @@ def parse_nearby_value(nearby_value: str): return place_dcid, None, None -def fetch_nearby_places(place: Place, locale=DEFAULT_LOCALE) -> List[Place]: +def fetch_nearby_place_dcids(place: Place, locale=DEFAULT_LOCALE) -> List[str]: """ Fetches nearby places for a given place, sorted by distance. @@ -408,7 +505,7 @@ def fetch_nearby_places(place: Place, locale=DEFAULT_LOCALE) -> List[Place]: locale (str, optional): Locale to optionally translate result into. Defaults to DEFAULT_LOCALE. Returns: - List[Place]: A list of nearby Place objects, sorted by distance from the input place. + List[str]: A list of nearby place DCIDs, sorted by distance from the input place. """ nearby_places_response = fetch.raw_property_values(nodes=[place.dcid], prop="nearbyPlaces", @@ -422,10 +519,10 @@ def fetch_nearby_places(place: Place, locale=DEFAULT_LOCALE) -> List[Place]: sorted_place_distances = sorted(place_distances, key=lambda x: x[1]) nearby_place_dcids = [item[0] for item in sorted_place_distances] - return fetch_places(place_dcids=nearby_place_dcids, locale=locale) + return nearby_place_dcids -def fetch_similar_places(place: Place, locale=DEFAULT_LOCALE) -> List[Place]: +def fetch_similar_place_dcids(place: Place, locale=DEFAULT_LOCALE) -> List[str]: """ Fetches similar places to the given place, based on its cohort type. @@ -434,7 +531,7 @@ def fetch_similar_places(place: Place, locale=DEFAULT_LOCALE) -> List[Place]: locale (str, optional): Locale to optionally translate result into. Defaults to DEFAULT_LOCALE. Returns: - List[Place]: A list of `Place` objects that are similar to the input place, based on the cohort type. + List[Place]: A list of place DCIDs that are similar to the input place, based on the cohort type. If no cohort is found for the place, returns an empty list. """ # Determine the cohort type for the given place based on its type and DCID @@ -454,9 +551,5 @@ def fetch_similar_places(place: Place, locale=DEFAULT_LOCALE) -> List[Place]: for item in place_cohort_members_response.get(place_cohort, []) ] - # Fetch the place details, including names and types - similar_places = fetch_places(place_dcids=place_cohort_member_dcids, - locale=locale) - - # Return the list of similar places - return similar_places + # Return the list of similar place dcids + return place_cohort_member_dcids diff --git a/server/tests/routes/api/dev_place_test.py b/server/tests/routes/api/dev_place_test.py index f3aa972787..22226b5c4f 100644 --- a/server/tests/routes/api/dev_place_test.py +++ b/server/tests/routes/api/dev_place_test.py @@ -16,6 +16,7 @@ from unittest.mock import patch from server.routes.dev_place.types import Place +import server.routes.dev_place.utils as place_utils from web_app import app SAMPLE_CHART_CONFIG = [{ @@ -77,9 +78,11 @@ class TestPlaceAPI(unittest.TestCase): @patch('server.lib.fetch.raw_property_values') - @patch('server.lib.fetch.property_values') + @patch('server.lib.fetch.multiple_property_values') @patch('server.services.datacommons.obs_point') - def test_dev_place_charts(self, mock_obs_point, mock_property_values, + @patch('server.services.datacommons.obs_point_within') + def test_dev_place_charts(self, mock_obs_point_within, mock_obs_point, + mock_multiple_property_values, mock_raw_property_values): """Test the place_charts endpoint.""" @@ -119,16 +122,41 @@ def test_dev_place_charts(self, mock_obs_point, mock_property_values, } } - # Mock fetch.property_values to return basic place information - def mock_property_values_side_effect(dcids, prop): - if prop == 'typeOf': - return {dcid: ['Country'] for dcid in dcids} - elif prop == 'name': - return {dcid: ['United States'] for dcid in dcids} - else: - return {dcid: [] for dcid in dcids} + # Mock obs_point_within for finding child places existence check for map-based stat vars + mock_obs_point_within.return_value = { + "byVariable": { + "Count_CriminalActivities_CombinedCrime": { + "byEntity": { + "geoId/123": { + "dates": { + "2022": { + "value": 200 + } + } + } + } + }, + # Simulate a child place with data for an educational stat var + "Count_Person_EducationalAttainmentMastersDegree": { + "byEntity": { + "geoId/456": { + "dates": { + "2022": { + "value": 50 + } + } + } + } + } + } + } - mock_property_values.side_effect = mock_property_values_side_effect + mock_multiple_property_values.return_value = { + "country/USA": { + "typeOf": ["Country"], + "name": ['United States'] + } + } # Mock fetch.raw_property_values to return empty lists (no nearby or similar places) mock_raw_property_values.return_value = {place_dcid: []} @@ -167,53 +195,64 @@ def mock_property_values_side_effect(dcids, prop): self.assertEqual(5, len(response_json["charts"][1]["denominator"])) @patch('server.routes.dev_place.utils.fetch.raw_property_values') - @patch('server.routes.dev_place.utils.fetch.property_values') - def test_related_places(self, mock_property_values, mock_raw_property_values): + @patch('server.routes.dev_place.utils.fetch.multiple_property_values') + @patch('server.routes.dev_place.utils.fetch.descendent_places') + def test_related_places(self, mock_descendent_places, + mock_multiple_property_values, + mock_raw_property_values): """Test the /api/dev-place/related-places endpoint. Mocks fetch.* and dc.* calls.""" with app.app_context(): # Sample place_dcid place_dcid = 'country/USA' - # Define side effects for mock_property_values - def mock_property_values_side_effect(dcids, prop): - result = {} - for dcid in dcids: - if prop == 'typeOf': - if dcid == place_dcid: - result[dcid] = ['Country'] - elif dcid in [ - 'country/CAN', 'country/MEX', 'country/GBR', 'country/AUS' - ]: - result[dcid] = ['Country'] - elif dcid in ['geoId/06', 'geoId/07']: - result[dcid] = ['State'] - else: - result[dcid] = ['Place'] - elif prop == 'name': - result[dcid] = [f'Name of {dcid}'] - elif prop == 'nameWithLanguage': - result[dcid] = [] - else: - result[dcid] = [] - return result + # Define side effects for mock_multiple_property_values + mock_multiple_property_values.return_value = { + 'country/USA': { + 'typeOf': ['Country'], + 'name': ['United States of America'], + 'nameWithLanguage': [] + }, + 'country/CAN': { + 'typeOf': ['Country'], + 'name': ['Canada'], + 'nameWithLanguage': [] + }, + 'country/MEX': { + 'typeOf': ['Country'], + 'name': ['Mexico'], + 'nameWithLanguage': [] + }, + 'country/GBR': { + 'typeOf': ['Country'], + 'name': ['United Kingdom'], + 'nameWithLanguage': [] + }, + 'country/AUS': { + 'typeOf': ['Country'], + 'name': ['Australia'], + 'nameWithLanguage': [] + }, + 'geoId/06': { + 'typeOf': ['State'], + 'name': ['California'], + 'nameWithLanguage': [] + }, + 'geoId/07': { + 'typeOf': ['State'], + 'name': ['New York'], + 'nameWithLanguage': [] + } + } - mock_property_values.side_effect = mock_property_values_side_effect + # Mock descendent_places to return child places + mock_descendent_places.return_value = { + 'country/USA': ['geoId/06', 'geoId/07'] + } # Define side effects for mock_raw_property_values def mock_raw_property_values_side_effect(nodes, prop, out): - if prop == 'containedInPlace' and not out: - # Return child places - return { - nodes[0]: [{ - 'dcid': 'geoId/06', - 'types': ['State'] - }, { - 'dcid': 'geoId/07', - 'types': ['State'] - }] - } - elif prop == 'nearbyPlaces' and out: + if prop == 'nearbyPlaces' and out: # Return nearby places return { nodes[0]: [{ @@ -257,7 +296,8 @@ def mock_raw_property_values_side_effect(nodes, prop, out): # Check the place field self.assertEqual(response_json['place']['dcid'], place_dcid) - self.assertEqual(response_json['place']['name'], f'Name of {place_dcid}') + self.assertEqual(response_json['place']['name'], + f'United States of America') self.assertEqual(response_json['place']['types'], ['Country']) # Check lengths of the place lists @@ -267,64 +307,62 @@ def mock_raw_property_values_side_effect(nodes, prop, out): # Check contents of childPlaces self.assertEqual(response_json['childPlaces'][0]['dcid'], 'geoId/06') - self.assertEqual(response_json['childPlaces'][0]['name'], - 'Name of geoId/06') + self.assertEqual(response_json['childPlaces'][0]['name'], 'California') self.assertEqual(response_json['childPlaces'][0]['types'], ['State']) # Check contents of nearbyPlaces self.assertEqual(response_json['nearbyPlaces'][0]['dcid'], 'country/CAN') - self.assertEqual(response_json['nearbyPlaces'][0]['name'], - 'Name of country/CAN') + self.assertEqual(response_json['nearbyPlaces'][0]['name'], 'Canada') self.assertEqual(response_json['nearbyPlaces'][0]['types'], ['Country']) # Check contents of similarPlaces self.assertEqual(response_json['similarPlaces'][0]['dcid'], 'country/GBR') self.assertEqual(response_json['similarPlaces'][0]['name'], - 'Name of country/GBR') + 'United Kingdom') self.assertEqual(response_json['similarPlaces'][0]['types'], ['Country']) # Check the 'childPlaceType' field - self.assertEqual(response_json['childPlaceType'], "") + self.assertEqual(response_json['childPlaceType'], "State") @patch('server.routes.dev_place.utils.fetch.raw_property_values') - @patch('server.routes.dev_place.utils.fetch.property_values') - def test_related_places_es_locale(self, mock_property_values, + @patch('server.routes.dev_place.utils.fetch.multiple_property_values') + @patch('server.routes.dev_place.utils.fetch.descendent_places') + def test_related_places_es_locale(self, mock_descendent_places, + mock_multiple_property_values, mock_raw_property_values): """Test the /api/dev-place/related-places endpoint with 'es' locale.""" with app.app_context(): # Sample place_dcid place_dcid = 'country/USA' - # Define side effects for mock_property_values - def mock_property_values_side_effect(dcids, prop): + # Define side effects for mock_multiple_property_values + def mock_multiple_property_values_side_effect(nodes, props): result = {} - for dcid in dcids: - if prop == 'typeOf': + for dcid in nodes: + result[dcid] = {} + if 'typeOf' in props: if dcid == place_dcid: - result[dcid] = ['Country'] + result[dcid]['typeOf'] = ['Country'] elif dcid in [ 'country/CAN', 'country/MEX', 'country/GBR', 'country/AUS' ]: - result[dcid] = ['Country'] + result[dcid]['typeOf'] = ['Country'] elif dcid in ['geoId/06', 'geoId/07']: - result[dcid] = ['State'] + result[dcid]['typeOf'] = ['State'] else: - result[dcid] = ['Place'] - elif prop == 'name': - result[dcid] = [f'Name of {dcid}'] - elif prop == 'nameWithLanguage': - # Provide Spanish names for certain places + result[dcid]['typeOf'] = ['Place'] + if 'name' in props: + result[dcid]['name'] = [f'Name of {dcid}'] + if 'nameWithLanguage' in props: if dcid == place_dcid: - result[dcid] = [f'Nombre de {dcid}@es'] + result[dcid]['nameWithLanguage'] = [f'Nombre de {dcid}@es'] elif dcid in ['geoId/06', 'country/CAN']: - result[dcid] = [f'Nombre de {dcid}@es'] + result[dcid]['nameWithLanguage'] = [f'Nombre de {dcid}@es'] else: - result[dcid] = [] - else: - result[dcid] = [] + result[dcid]['nameWithLanguage'] = [] return result - mock_property_values.side_effect = mock_property_values_side_effect + mock_multiple_property_values.side_effect = mock_multiple_property_values_side_effect # Define side effects for mock_raw_property_values def mock_raw_property_values_side_effect(nodes, prop, out): @@ -367,6 +405,10 @@ def mock_raw_property_values_side_effect(nodes, prop, out): mock_raw_property_values.side_effect = mock_raw_property_values_side_effect + mock_descendent_places.return_value = { + 'country/USA': ['geoId/06', 'geoId/07'] + } + # Send a GET request to the api/dev-place/related-places endpoint with locale 'es' response = app.test_client().get( f'/api/dev-place/related-places/{place_dcid}?hl=es') @@ -423,4 +465,121 @@ def mock_raw_property_values_side_effect(nodes, prop, out): self.assertEqual(response_json['similarPlaces'][0]['types'], ['Country']) # Check the 'childPlaceType' field - self.assertEqual(response_json['childPlaceType'], "") + self.assertEqual(response_json['childPlaceType'], "State") + + +class TestPlaceUtils(unittest.TestCase): + + @patch('server.routes.dev_place.utils.fetch.raw_property_values') + def test_earth_continent(self, mock_raw_property_values): + """Test for a 'Place' type returning 'Continent'.""" + mock_raw_property_values.return_value = {} + place = Place(dcid="Earth", name="World", types=["Place"]) + self.assertEqual(place_utils.get_child_place_type(place), "Continent") + + @patch('server.routes.dev_place.utils.fetch.raw_property_values') + def test_usa_state(self, mock_raw_property_values): + """Test for USA returning 'State'.""" + mock_raw_property_values.return_value = {} + place = Place(dcid="country/USA", + name="United States of America", + types=["Country"]) + self.assertEqual(place_utils.get_child_place_type(place), "State") + + @patch('server.routes.dev_place.utils.fetch.raw_property_values') + def test_canada_administrative_area(self, mock_raw_property_values): + """Test for Canada (CAN) returning 'AdministrativeArea1'.""" + mock_raw_property_values.return_value = { + "country/CAN": [ + { + "dcid": "wikidataId/Q1951", + "types": ["AdministrativeArea1"] + }, + { + "dcid": "wikidataId/Q189917", + "types": ["AdministrativeArea2"] + }, + ] + } + place = Place(dcid="country/CAN", name="Canada", types=["Country"]) + self.assertEqual(place_utils.get_child_place_type(place), + "AdministrativeArea1") + + @patch('server.routes.dev_place.utils.fetch.raw_property_values') + def test_un_geo_region_country(self, mock_raw_property_values): + """Test for a UN GeoRegion returning 'Country'.""" + mock_raw_property_values.return_value = {} + place = Place(dcid="geoRegion/123", + name="UN Geo Region", + types=["UNGeoRegion"]) + self.assertEqual(place_utils.get_child_place_type(place), "Country") + + @patch('server.routes.dev_place.utils.fetch.raw_property_values') + def test_us_state_county(self, mock_raw_property_values): + """Test for a US state identified by geoId pattern returning 'County'.""" + mock_raw_property_values.return_value = {} + place = Place(dcid="geoId/06", + name="California", + types=["State", "AdministrativeArea1"]) + self.assertEqual(place_utils.get_child_place_type(place), "County") + + @patch('server.routes.dev_place.utils.fetch.raw_property_values') + def test_county_with_children(self, mock_raw_property_values): + """Test for a county with child places explicitly provided.""" + mock_raw_property_values.return_value = { + "geoId/06001": [ + { + "dcid": "geoId/456", + "types": ["City"] + }, + { + "dcid": "geoId/789", + "types": ["Town"] + }, + ] + } + place = Place(dcid="geoId/06001", name="Alameda County", types=["County"]) + self.assertEqual(place_utils.get_child_place_type(place), "City") + + @patch('server.routes.dev_place.utils.fetch.raw_property_values') + def test_county_with_ordered_children(self, mock_raw_property_values): + """Test for a county where ordered child type precedence applies.""" + mock_raw_property_values.return_value = { + "geoId/06001": [ + { + "dcid": "geoId/456", + "types": ["Town"] + }, + { + "dcid": "geoId/789", + "types": ["Village"] + }, + ] + } + place = Place(dcid="geoId/06001", name="Alameda County", types=["County"]) + self.assertEqual(place_utils.get_child_place_type(place), "Town") + + @patch('server.routes.dev_place.utils.fetch.raw_property_values') + def test_no_matching_child_type(self, mock_raw_property_values): + """Test for a place with no matching child place types.""" + mock_raw_property_values.return_value = { + "geoId/06001": [{ + "dcid": "geoId/456", + "types": ["RandomType"] + },] + } + place = Place(dcid="geoId/06001", name="Alameda County", types=["County"]) + self.assertIsNone(place_utils.get_child_place_type(place)) + + @patch('server.routes.dev_place.utils.fetch.raw_property_values') + def test_default_child_type(self, mock_raw_property_values): + """Test for a place with children but relying on default child types.""" + mock_raw_property_values.return_value = { + "geoId/06001": [{ + "dcid": "geoId/456", + "types": ["CensusZipCodeTabulationArea"] + },] + } + place = Place(dcid="geoId/06001", name="Alameda County", types=["County"]) + self.assertEqual(place_utils.get_child_place_type(place), + "CensusZipCodeTabulationArea") From a7836480ca16620169649ff81a4e3c3bfff7ef58 Mon Sep 17 00:00:00 2001 From: Hannah Pho Date: Wed, 4 Dec 2024 11:56:12 -0500 Subject: [PATCH 04/31] Specify length of short hashes for custom DC image labels (#4767) Otherwise the length is determined based on what's required for uniqueness based on the commits fetched, which can be different when only a single branch is fetched. --- scripts/get_commits_label.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/get_commits_label.sh b/scripts/get_commits_label.sh index 404df5c9c7..6acc2cac66 100755 --- a/scripts/get_commits_label.sh +++ b/scripts/get_commits_label.sh @@ -18,12 +18,12 @@ # Optionally use the commit before HEAD for the main repo. if [[ "$1" == "--head-is-temporary" ]]; then - website_rev="$(git rev-parse --short HEAD~1)" + website_rev="$(git rev-parse --short=7 HEAD~1)" else - website_rev="$(git rev-parse --short HEAD)" + website_rev="$(git rev-parse --short=7 HEAD)" fi -mixer_rev="$(git rev-parse --short HEAD:mixer)" -import_rev="$(git rev-parse --short HEAD:import)" +mixer_rev="$(git rev-parse --short=7 HEAD:mixer)" +import_rev="$(git rev-parse --short=7 HEAD:import)" image_label="${website_rev}-${mixer_rev}-${import_rev}" echo "$image_label" From 9bd5e1ca5699077a9ed029137f7ee3e7685d8f7d Mon Sep 17 00:00:00 2001 From: Hannah Pho Date: Wed, 4 Dec 2024 16:56:05 -0500 Subject: [PATCH 05/31] Add script for updating prod tag (#4768) This is currently available for copy/paste from release documentation but does not take into account that remote names vary. --- scripts/update_prod_tag.sh | 50 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100755 scripts/update_prod_tag.sh diff --git a/scripts/update_prod_tag.sh b/scripts/update_prod_tag.sh new file mode 100755 index 0000000000..ddd81f8eb2 --- /dev/null +++ b/scripts/update_prod_tag.sh @@ -0,0 +1,50 @@ +#!/bin/bash + +# Copyright 2024 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Updates the prod tag to point to the latest semantically versioned release. + +set -e +set -o pipefail + +# Find the remote associated with the main repo +upstream_remote=$(git remote -v | grep "datacommonsorg" | cut -f1 | uniq) +if [ -z "$upstream_remote" ]; then + echo "No remote found with 'datacommonsorg' in its URL." + exit 1 +fi +echo "Remote for main repo is '${upstream_remote}'". + +# Check out the latest release tag +# The latest tag will start with the letter "v", example "v2.0.12". +# sort -V uses "version" sorting to get the latest tag +git fetch "$upstream_remote" --tags +latest_release_tag=$(git tag -l "v*" | sort -V | tail -n1) +git checkout "$latest_release_tag" + +# Confirm before updating the tag +read -r -p "Update the website prod tag to point to '$latest_release_tag'? [y/n] " response +if [[ ! "$response" =~ ^[Yy]$ ]]; then + echo "Aborting..." + exit 0 +fi + +# Delete the old prod tag locally and remotely +git tag -d prod +git push "$upstream_remote" :refs/tags/prod + +# Tag release as prod & push to github +git tag prod +git push "$upstream_remote" prod From 554594613585c46ca972d7c3b946321d952366d4 Mon Sep 17 00:00:00 2001 From: Hannah Pho Date: Wed, 4 Dec 2024 17:03:12 -0500 Subject: [PATCH 06/31] Reformat NodeJS failure email subject (#4770) Right now, failures in different environments are lumped into the same thread in the Google Groups UI. b/253630058 explains that this is because anything in square brackets at the start of the subject line is ignored. --- tools/nl/nodejs_query_differ/differ.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/nl/nodejs_query_differ/differ.py b/tools/nl/nodejs_query_differ/differ.py index 3d7c41ca40..82e1033edc 100644 --- a/tools/nl/nodejs_query_differ/differ.py +++ b/tools/nl/nodejs_query_differ/differ.py @@ -33,7 +33,10 @@ class Mode: _GOLDEN_FOLDER = 'goldens' _DIFF_SUCCESS_MSG = 'Success' _EMAIL_SUBJECT_KEY = 'subject' -_EMAIL_SUBJECT_TEMPLATE = '[{env}] Failure: Nodejs Query Test' +# Use parentheses instead of square brackets to wrap env because otherwise +# Google Groups will ignore that part of the subject when deciding how to +# group conversations. +_EMAIL_SUBJECT_TEMPLATE = '({env}) Failure: Nodejs Query Test' _EMAIL_MESSAGE_KEY = 'message' _EMAIL_MESSAGE_TEMPLATE = 'There were diffs found when testing Nodejs Query results against goldens in {env}.

Nodejs Query Results: {test_path}
Diff results: {results_path}
Instructions for debugging: https://playbooks-preview.corp.google.com/datacommons/index.md?cl=head#debugging-nodejs-query-diffs' From 3bfa00a796f79dd266d165d9e4c1a29d3e12f83e Mon Sep 17 00:00:00 2001 From: Hannah Pho Date: Wed, 4 Dec 2024 17:24:07 -0500 Subject: [PATCH 07/31] Set up "cron" testing job in staging (#4769) * This is a cron testing job, but it will never run automatically. Instead it can be manually run as part of the release process. * Also, add a comment on the dev schedule string. --- deploy/helm_charts/envs/dev.yaml | 2 +- deploy/helm_charts/envs/staging.yaml | 6 ++++++ tools/delete_cron_outputs/run.sh | 12 +++++++++--- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/deploy/helm_charts/envs/dev.yaml b/deploy/helm_charts/envs/dev.yaml index b40b138058..8598f8263f 100644 --- a/deploy/helm_charts/envs/dev.yaml +++ b/deploy/helm_charts/envs/dev.yaml @@ -87,4 +87,4 @@ cronTesting: enabled: true screenshotDomain: "dev.datacommons.org" nodePool: "default-pool" - schedule: "* * 31 2 *" + schedule: "* * 31 2 *" # invalid day for month -> never run automatically diff --git a/deploy/helm_charts/envs/staging.yaml b/deploy/helm_charts/envs/staging.yaml index 112b00804d..e49ba1024f 100644 --- a/deploy/helm_charts/envs/staging.yaml +++ b/deploy/helm_charts/envs/staging.yaml @@ -73,3 +73,9 @@ serviceGroups: svg: blocklistFile: ["dc/g/Uncategorized", "oecd/g/OECD"] + +cronTesting: + enabled: true + screenshotDomain: "staging.datacommons.org" + nodePool: "default-pool" + schedule: "* * 31 2 *" # invalid day for month -> never run automatically diff --git a/tools/delete_cron_outputs/run.sh b/tools/delete_cron_outputs/run.sh index b5ea75baab..4500ba8d9a 100755 --- a/tools/delete_cron_outputs/run.sh +++ b/tools/delete_cron_outputs/run.sh @@ -17,7 +17,13 @@ set -e # Delete GCS folders that are older than this many days MAX_DAYS_OLD=90 -PARENT_FOLDERS=("gs://datcom-website-periodic-testing/bard" "gs://datcom-website-periodic-testing/autopush" "gs://datcom-website-screenshot/autopush.datacommons.org/") +PARENT_FOLDERS=( + "gs://datcom-website-periodic-testing/bard" + "gs://datcom-website-periodic-testing/autopush" + "gs://datcom-website-screenshot/autopush.datacommons.org/" + "gs://datcom-website-periodic-testing/staging" + "gs://datcom-website-screenshot/staging.datacommons.org/" +) CURRENT_TS=$(TZ="America/Los_Angeles" date +"%s") for parent_folder in "${PARENT_FOLDERS[@]}"; do @@ -29,10 +35,10 @@ for parent_folder in "${PARENT_FOLDERS[@]}"; do folder_timestamp=$(date -j -f "%Y_%m_%d_%H_%M_%S" "$folder_name" +"%s") # get the difference in days between current timestamp and folder timestamp timestamp_difference=$((CURRENT_TS - folder_timestamp)) - days_difference=$(( timestamp_difference / (60*60*24) )) + days_difference=$((timestamp_difference / (60 * 60 * 24))) # delete the folder if its older than MAX_DAYS_OLD if [[ "$days_difference" -gt "$MAX_DAYS_OLD" ]]; then - gsutil rm -r $folder + gsutil -m rm -r $folder echo "deleted $folder" fi done From 496dd7d94701990f60024f36c51ec13cb92fd312 Mon Sep 17 00:00:00 2001 From: Gabriel Mechali Date: Wed, 4 Dec 2024 19:08:59 -0500 Subject: [PATCH 08/31] Minor tweaks (#4764) Stops triggering autocomplete for "the", and uses the location icon when spaces at the start and end are the only difference between the current query and matched query. --- server/routes/shared_api/autocomplete/helpers.py | 2 +- .../js/components/nl_search_bar/auto_complete_suggestions.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/routes/shared_api/autocomplete/helpers.py b/server/routes/shared_api/autocomplete/helpers.py index 6231da1245..668da7f2b6 100644 --- a/server/routes/shared_api/autocomplete/helpers.py +++ b/server/routes/shared_api/autocomplete/helpers.py @@ -57,7 +57,7 @@ 'place_dcid': 'asia' }] + TWO_WORD_CUSTOM_PLACES SKIP_AUTOCOMPLETE_TRIGGER = [ - "tell", "me", "show", "about", "which", "what", "when", "how" + "tell", "me", "show", "about", "which", "what", "when", "how", "the" ] # Exceptions for the 3 letter trigger rule. These queries can trigger on only two letters. diff --git a/static/js/components/nl_search_bar/auto_complete_suggestions.tsx b/static/js/components/nl_search_bar/auto_complete_suggestions.tsx index 2b0725e0c3..73b55b2715 100644 --- a/static/js/components/nl_search_bar/auto_complete_suggestions.tsx +++ b/static/js/components/nl_search_bar/auto_complete_suggestions.tsx @@ -41,7 +41,7 @@ export function AutoCompleteSuggestions( const [triggered, setTriggered] = useState(false); function getIcon(query: string, matched_query: string): string { - if (query == matched_query) { + if (query.trim() == matched_query.trim()) { return "location_on"; } return "search"; From bdef65411feb87943d0fd104aab18d1b4b2d6900 Mon Sep 17 00:00:00 2001 From: Dan Noble Date: Thu, 5 Dec 2024 03:12:06 -0500 Subject: [PATCH 09/31] Dev place page UI (#4747) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates dev place page to include: * Topic tabs (Overview, Economics, etc) * Place Overview panel that includes place overview text, map, and key demographics * Child places link section * Charts for selected categories ## Screenshots ![Screenshot 2024-11-19 at 4 42 27 PM](https://github.com/user-attachments/assets/1ad752a5-3faa-485d-bba5-85eb6e672dc0) ![Screenshot 2024-11-19 at 4 42 36 PM](https://github.com/user-attachments/assets/868647cf-64e4-4014-a704-b62c60feb5a4) ## Still TODO: * A better 404 page * Only render the place overview panel if we have data to display in the panel * The "Places in " link section can get really large. Limit it to a maximum of "n" items * Update chart section styles to match mockups * Re-generate place summary text * Merge /dev-place/ endpoint with /place/ endpoint * Add experiment setup to only show the new place page for certain places but not others * Add user engagement tracking * Add i18n Includes changes from https://github.com/datacommonsorg/website/pull/4738 . I'll rebase this PR once it's merged. --- .../client/src/data_commons_web_client.ts | 34 ++ .../src/data_commons_web_client_types.ts | 43 ++ server/lib/fetch.py | 2 +- server/routes/dev_place/html.py | 1 + server/routes/dev_place/utils.py | 4 +- server/templates/dev_place.html | 14 +- server/tests/routes/api/dev_place_test.py | 174 +----- server/tests/routes/api/mock_data.py | 160 ++++++ server/webdriver/tests/dev_place_test.py | 34 ++ static/css/place/dev_place_page.scss | 41 +- static/css/shared/item_list.scss | 4 + static/js/components/subject_page/block.tsx | 11 + .../js/components/subject_page/main_pane.tsx | 4 +- static/js/place/dev_place.ts | 38 +- static/js/place/dev_place_main.tsx | 534 ++++++++++++++++++ 15 files changed, 890 insertions(+), 208 deletions(-) create mode 100644 server/webdriver/tests/dev_place_test.py create mode 100644 static/js/place/dev_place_main.tsx diff --git a/packages/client/src/data_commons_web_client.ts b/packages/client/src/data_commons_web_client.ts index bc871e6177..fb74822b54 100644 --- a/packages/client/src/data_commons_web_client.ts +++ b/packages/client/src/data_commons_web_client.ts @@ -21,7 +21,9 @@ import { ApiNodePropvalOutResponse, ObservationDatesApiResponse, + PlaceChartsApiResponse, PointApiResponse, + RelatedPlacesApiResponse, SeriesApiResponse, } from "./data_commons_web_client_types"; import { parseWebsiteApiRoot, toURLSearchParams } from "./utils"; @@ -203,6 +205,38 @@ class DataCommonsWebClient { const response = await fetch(url); return (await response.json()) as ObservationDatesApiResponse; } + + /** + * Gets place charts for the given category + * Uses /api/dev-place/charts/ endpoint + * @param params.category [optional] place category + * @param params.placeDcid place dcid to fetch data for + */ + async getPlaceCharts(params: { + category?: string; + placeDcid: string; + }): Promise { + const url = `${this.apiRoot || ""}/api/dev-place/charts/${ + params.placeDcid + }${params.category ? "?category=" + params.category : ""}`; + const response = await fetch(url); + return (await response.json()) as PlaceChartsApiResponse; + } + + /** + * Gets related place info charts for the given place + * Uses /api/dev-place/related-places/ endpoint + * @param params.placeDcid place dcid to fetch data for + */ + async getRelatedPLaces(params: { + placeDcid: string; + }): Promise { + const url = `${this.apiRoot || ""}/api/dev-place/related-places/${ + params.placeDcid + }`; + const response = await fetch(url); + return (await response.json()) as RelatedPlacesApiResponse; + } } export { DataCommonsWebClient }; diff --git a/packages/client/src/data_commons_web_client_types.ts b/packages/client/src/data_commons_web_client_types.ts index c0ef9ad960..6300805272 100644 --- a/packages/client/src/data_commons_web_client_types.ts +++ b/packages/client/src/data_commons_web_client_types.ts @@ -144,3 +144,46 @@ export type ObservationDatesApiResponse = { }; }; }; + +type ChartType = "BAR" | "LINE" | "MAP" | "RANKING"; +export interface Chart { + type: ChartType; + title: string; + category: string; + description: string; + statisticalVariableDcids: string[]; + topicDcids: string[]; + denominator?: string; // Optional + unit?: string; // Optional + scaling?: number; // Optional +} + +export interface Place { + dcid: string; + name: string; + types: string[]; +} + +/** + * Website API response for /api/dev-place/charts/ + */ +export interface PlaceChartsApiResponse { + charts: Chart[]; + childPlaceType: string; + childPlaces: Place[]; + nearbyPlaces: Place[]; + place: Place; + similarPlaces: Place[]; + translatedCategoryStrings: Record; +} + +/** + * Website API response for /api/dev-place/related-places/ + */ +export interface RelatedPlacesApiResponse { + childPlaceType: string; + childPlaces: Place[]; + nearbyPlaces: Place[]; + place: Place; + similarPlaces: Place[]; +} diff --git a/server/lib/fetch.py b/server/lib/fetch.py index 523b27a73b..c9cb9b48ff 100644 --- a/server/lib/fetch.py +++ b/server/lib/fetch.py @@ -407,7 +407,7 @@ def multiple_property_values(nodes: List[str], Fetches specified properties for given nodes using the /v2/node API. Args: - nodes (List[str]): List of node identifiers. + nodes (List[str]): List of node dcids. props (List[str]): Properties to retrieve for each node. out (bool): If True, fetches outgoing properties; otherwise, incoming (default: True). diff --git a/server/routes/dev_place/html.py b/server/routes/dev_place/html.py index 21b6f0f90f..df8aed5e87 100644 --- a/server/routes/dev_place/html.py +++ b/server/routes/dev_place/html.py @@ -40,6 +40,7 @@ def dev_place(place_dcid=None): place_dcid) place_names = place_api.get_i18n_name([place_dcid]) or {} place_name = place_names.get(place_dcid, place_dcid) + # Place summaries are currently only supported in English if g.locale == DEFAULT_LOCALE: place_summary = get_place_summaries(place_dcid).get(place_dcid, {}).get("summary", "") diff --git a/server/routes/dev_place/utils.py b/server/routes/dev_place/utils.py index 2cbc1c2f2f..d4365da230 100644 --- a/server/routes/dev_place/utils.py +++ b/server/routes/dev_place/utils.py @@ -281,11 +281,13 @@ def chart_config_to_overview_charts(chart_config, child_place_type: str): unit=page_config_related_chart.get("unit"), ) if page_config_related_chart.get("denominator"): + # Related charts only specify one denominator, so we repeat it for each stat var related_chart.denominator = [ page_config_related_chart.get("denominator") - ] + ] * len(chart.statisticalVariableDcids) if is_map_chart: related_chart.childPlaceType = child_place_type + charts.append(related_chart) return charts diff --git a/server/templates/dev_place.html b/server/templates/dev_place.html index 0820ce8ea1..b236661dcb 100644 --- a/server/templates/dev_place.html +++ b/server/templates/dev_place.html @@ -25,6 +25,7 @@ {% set description = _('Statistics about {category} in {place_name}.'.format(category=category, place_name=place_name)) %} {% endif %} {% set place_category = category %} + {% set is_show_header_search_bar = true %} {% block head %} @@ -41,10 +42,17 @@ {% block content %}
+
- -

{{ place_name }}

-

{{ place_type_with_parent_places_links | safe }}

+
+
{% endblock %} diff --git a/server/tests/routes/api/dev_place_test.py b/server/tests/routes/api/dev_place_test.py index 22226b5c4f..b16ee71151 100644 --- a/server/tests/routes/api/dev_place_test.py +++ b/server/tests/routes/api/dev_place_test.py @@ -17,63 +17,14 @@ from server.routes.dev_place.types import Place import server.routes.dev_place.utils as place_utils +from server.tests.routes.api.mock_data import MULTIPLE_PROPERTY_VALUES_RESPONSE +from server.tests.routes.api.mock_data import \ + MULTIPLE_PROPERTY_VALUES_RESPONSE_WITH_LANGUAGES +from server.tests.routes.api.mock_data import OSERVATION_POINT_RESPONSE +from server.tests.routes.api.mock_data import OSERVATION_WITHIN_POINT_RESPONSE +from server.tests.routes.api.mock_data import SAMPLE_PLACE_PAGE_CHART_CONFIG from web_app import app -SAMPLE_CHART_CONFIG = [{ - "category": "Crime", - "titleId": "CHART_TITLE-Total_crime", - "title": "Total crime", - "description": "Total number of criminal incidents", - "statsVars": ["Count_CriminalActivities_CombinedCrime"], - "isOverview": True, - "relatedChart": { - "titleId": "CHART_TITLE-Crime_rate", - "title": "Crimes per 100,000 people", - "description": "Total number of criminal incidents per 100,000 people", - "scale": True, - "denominator": "Count_Person", - "scaling": 100000 - } -}, { - "category": - "Education", - "titleId": - "CHART_TITLE-Educational_attainment", - "title": - "Education attainment", - "denominator": [ - "Sample_Denominator_1", "Sample_Denominator_2", "Sample_Denominator_3", - "Sample_Denominator_4", "Sample_Denominator_5" - ], - "description": - "Number of people who have attained various educational milestones, e.g. completed high school or have a bachelor's degree", - "statsVars": [ - "Count_Person_EducationalAttainmentNoSchoolingCompleted", - "Count_Person_EducationalAttainmentRegularHighSchoolDiploma", - "Count_Person_EducationalAttainmentBachelorsDegree", - "Count_Person_EducationalAttainmentMastersDegree", - "Count_Person_EducationalAttainmentDoctorateDegree" - ], - "isOverview": - True, - "relatedChart": { - "titleId": - "CHART_TITLE-Educational_attainment_rate", - "title": - "Education attainment rate", - "description": - "Percentage of the adult population who have attained various educational milestones, e.g. completed high school or have a bachelor's degree", - "scale": - True, - "denominator": - "Count_Person_25OrMoreYears", - "scaling": - 100, - "unit": - "%" - } -}] - class TestPlaceAPI(unittest.TestCase): @@ -91,72 +42,15 @@ def test_dev_place_charts(self, mock_obs_point_within, mock_obs_point, place_dcid = "country/USA" # Override the CHART_CONFIG with sample values - app.config['CHART_CONFIG'] = SAMPLE_CHART_CONFIG + app.config['CHART_CONFIG'] = SAMPLE_PLACE_PAGE_CHART_CONFIG # Mock obs_point call with a properly structured response - mock_obs_point.return_value = { - "byVariable": { - "Count_CriminalActivities_CombinedCrime": { - "byEntity": { - place_dcid: { - "dates": { - "2022": { - "value": 1000 - } - } - } - } - }, - # Include one education stat var to simulate data availability - "Count_Person_EducationalAttainmentBachelorsDegree": { - "byEntity": { - place_dcid: { - "dates": { - "2022": { - "value": 500 - } - } - } - } - } - } - } + mock_obs_point.return_value = OSERVATION_POINT_RESPONSE # Mock obs_point_within for finding child places existence check for map-based stat vars - mock_obs_point_within.return_value = { - "byVariable": { - "Count_CriminalActivities_CombinedCrime": { - "byEntity": { - "geoId/123": { - "dates": { - "2022": { - "value": 200 - } - } - } - } - }, - # Simulate a child place with data for an educational stat var - "Count_Person_EducationalAttainmentMastersDegree": { - "byEntity": { - "geoId/456": { - "dates": { - "2022": { - "value": 50 - } - } - } - } - } - } - } + mock_obs_point_within.return_value = OSERVATION_WITHIN_POINT_RESPONSE - mock_multiple_property_values.return_value = { - "country/USA": { - "typeOf": ["Country"], - "name": ['United States'] - } - } + mock_multiple_property_values.return_value = MULTIPLE_PROPERTY_VALUES_RESPONSE # Mock fetch.raw_property_values to return empty lists (no nearby or similar places) mock_raw_property_values.return_value = {place_dcid: []} @@ -174,8 +68,9 @@ def test_dev_place_charts(self, mock_obs_point_within, mock_obs_point, self.assertIn('translatedCategoryStrings', response_json) # Check that the 'charts' field contains the expected number of charts - # Since only two charts have data (Crime and one Education stat var), we expect two charts - self.assertEqual(len(response_json['charts']), 2) + # Two charts have data (Crime and one Education stat var), and each has a + # related chart, so we expect four charts + self.assertEqual(len(response_json['charts']), 4) # Optionally, check that the charts have the correct titles chart_titles = [chart['title'] for chart in response_json['charts']] @@ -192,7 +87,10 @@ def test_dev_place_charts(self, mock_obs_point_within, mock_obs_point, self.assertIn('Education', response_json['translatedCategoryStrings']) # Ensure the denominator is present in chart results - self.assertEqual(5, len(response_json["charts"][1]["denominator"])) + self.assertEqual(None, response_json["charts"][0]["denominator"]) + self.assertEqual(1, len(response_json["charts"][1]["denominator"])) + self.assertEqual(5, len(response_json["charts"][2]["denominator"])) + self.assertEqual(5, len(response_json["charts"][3]["denominator"])) @patch('server.routes.dev_place.utils.fetch.raw_property_values') @patch('server.routes.dev_place.utils.fetch.multiple_property_values') @@ -207,43 +105,7 @@ def test_related_places(self, mock_descendent_places, place_dcid = 'country/USA' # Define side effects for mock_multiple_property_values - mock_multiple_property_values.return_value = { - 'country/USA': { - 'typeOf': ['Country'], - 'name': ['United States of America'], - 'nameWithLanguage': [] - }, - 'country/CAN': { - 'typeOf': ['Country'], - 'name': ['Canada'], - 'nameWithLanguage': [] - }, - 'country/MEX': { - 'typeOf': ['Country'], - 'name': ['Mexico'], - 'nameWithLanguage': [] - }, - 'country/GBR': { - 'typeOf': ['Country'], - 'name': ['United Kingdom'], - 'nameWithLanguage': [] - }, - 'country/AUS': { - 'typeOf': ['Country'], - 'name': ['Australia'], - 'nameWithLanguage': [] - }, - 'geoId/06': { - 'typeOf': ['State'], - 'name': ['California'], - 'nameWithLanguage': [] - }, - 'geoId/07': { - 'typeOf': ['State'], - 'name': ['New York'], - 'nameWithLanguage': [] - } - } + mock_multiple_property_values.return_value = MULTIPLE_PROPERTY_VALUES_RESPONSE_WITH_LANGUAGES # Mock descendent_places to return child places mock_descendent_places.return_value = { diff --git a/server/tests/routes/api/mock_data.py b/server/tests/routes/api/mock_data.py index 552a622685..4b4c385577 100644 --- a/server/tests/routes/api/mock_data.py +++ b/server/tests/routes/api/mock_data.py @@ -462,3 +462,163 @@ matched_query='calif', score=3), ] +# Place page chart config for place page testing +SAMPLE_PLACE_PAGE_CHART_CONFIG = [{ + "category": "Crime", + "titleId": "CHART_TITLE-Total_crime", + "title": "Total crime", + "description": "Total number of criminal incidents", + "statsVars": ["Count_CriminalActivities_CombinedCrime"], + "isOverview": True, + "relatedChart": { + "titleId": "CHART_TITLE-Crime_rate", + "title": "Crimes per 100,000 people", + "description": "Total number of criminal incidents per 100,000 people", + "scale": True, + "denominator": "Count_Person", + "scaling": 100000 + } +}, { + "category": + "Education", + "titleId": + "CHART_TITLE-Educational_attainment", + "title": + "Education attainment", + "denominator": [ + "Sample_Denominator_1", "Sample_Denominator_2", "Sample_Denominator_3", + "Sample_Denominator_4", "Sample_Denominator_5" + ], + "description": + "Number of people who have attained various educational milestones, e.g. completed high school or have a bachelor's degree", + "statsVars": [ + "Count_Person_EducationalAttainmentNoSchoolingCompleted", + "Count_Person_EducationalAttainmentRegularHighSchoolDiploma", + "Count_Person_EducationalAttainmentBachelorsDegree", + "Count_Person_EducationalAttainmentMastersDegree", + "Count_Person_EducationalAttainmentDoctorateDegree" + ], + "isOverview": + True, + "relatedChart": { + "titleId": + "CHART_TITLE-Educational_attainment_rate", + "title": + "Education attainment rate", + "description": + "Percentage of the adult population who have attained various educational milestones, e.g. completed high school or have a bachelor's degree", + "scale": + True, + "denominator": + "Count_Person_25OrMoreYears", + "scaling": + 100, + "unit": + "%" + } +}] + +# Observation point response for place page testing +OSERVATION_POINT_RESPONSE = { + "byVariable": { + "Count_CriminalActivities_CombinedCrime": { + "byEntity": { + "country/USA": { + "dates": { + "2022": { + "value": 1000 + } + } + } + } + }, + # Include one education stat var to simulate data availability + "Count_Person_EducationalAttainmentBachelorsDegree": { + "byEntity": { + "country/USA": { + "dates": { + "2022": { + "value": 500 + } + } + } + } + } + } +} + +# Observation within point response for place page testing +OSERVATION_WITHIN_POINT_RESPONSE = { + "byVariable": { + "Count_CriminalActivities_CombinedCrime": { + "byEntity": { + "geoId/123": { + "dates": { + "2022": { + "value": 200 + } + } + } + } + }, + # Simulate a child place with data for an educational stat var + "Count_Person_EducationalAttainmentMastersDegree": { + "byEntity": { + "geoId/456": { + "dates": { + "2022": { + "value": 50 + } + } + } + } + } + } +} + +# Multiple property values response for place page testing +MULTIPLE_PROPERTY_VALUES_RESPONSE = { + "country/USA": { + "typeOf": ["Country"], + "name": ['United States'] + } +} + +# Multiple property values response with languages for place page testing +MULTIPLE_PROPERTY_VALUES_RESPONSE_WITH_LANGUAGES = { + 'country/USA': { + 'typeOf': ['Country'], + 'name': ['United States of America'], + 'nameWithLanguage': [] + }, + 'country/CAN': { + 'typeOf': ['Country'], + 'name': ['Canada'], + 'nameWithLanguage': [] + }, + 'country/MEX': { + 'typeOf': ['Country'], + 'name': ['Mexico'], + 'nameWithLanguage': [] + }, + 'country/GBR': { + 'typeOf': ['Country'], + 'name': ['United Kingdom'], + 'nameWithLanguage': [] + }, + 'country/AUS': { + 'typeOf': ['Country'], + 'name': ['Australia'], + 'nameWithLanguage': [] + }, + 'geoId/06': { + 'typeOf': ['State'], + 'name': ['California'], + 'nameWithLanguage': [] + }, + 'geoId/07': { + 'typeOf': ['State'], + 'name': ['New York'], + 'nameWithLanguage': [] + } +} \ No newline at end of file diff --git a/server/webdriver/tests/dev_place_test.py b/server/webdriver/tests/dev_place_test.py new file mode 100644 index 0000000000..7f245d2fe9 --- /dev/null +++ b/server/webdriver/tests/dev_place_test.py @@ -0,0 +1,34 @@ +# Copyright 2024 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.webdriver.support.ui import WebDriverWait + +from server.webdriver.base import WebdriverBaseTest + + +class TestDevPlacePage(WebdriverBaseTest): + """Tests for (new) Place page.""" + + def test_dev_place_overview_usa(self): + """Ensure place page content loads""" + self.driver.get(self.url_ + '/dev-place/geoId/06') + + # Wait until the related places container has loaded + related_places_callout_el_present = EC.presence_of_element_located( + (By.CLASS_NAME, 'related-places-callout')) + related_places_callout_el = WebDriverWait( + self.driver, self.TIMEOUT_SEC).until(related_places_callout_el_present) + self.assertEqual(related_places_callout_el.text, 'Places in California') diff --git a/static/css/place/dev_place_page.scss b/static/css/place/dev_place_page.scss index 9312cc660c..8b3a1a2000 100644 --- a/static/css/place/dev_place_page.scss +++ b/static/css/place/dev_place_page.scss @@ -28,7 +28,7 @@ $horizontal-divider-style: 1px solid rgba(0, 0, 0, 0.12); main { // Leave space on top for navbar and bottom for footer - padding: 64px 0; + padding: 24px 0; } .page-content-container { @@ -58,10 +58,6 @@ main { font-weight: 500; line-height: 20px; margin-bottom: 0; - - a { - color: currentColor; - } } } @@ -75,12 +71,27 @@ main { } } -.explore-topics-box { - border-top: $horizontal-divider-style; - margin: 8px 0; - padding-top: 10px; +.place-overview { + border-radius: 8px; + border: 1px solid var(--GM3-ref-neutral-neutral90, #e3e3e3); + background: rgba(211, 227, 253, 0.1); + padding: 28px; + .place-name { + font-size: 16px; + font-style: normal; + font-weight: 500; + line-height: 24px; + } + .place-summary { + font-size: 14px; + font-style: normal; + font-weight: 400; + line-height: 20px; + } + .place-map { + margin-top: 16px; + } } - .summary-text { color: var(--gm-3-ref-neutral-neutral-20); font-size: 14px; @@ -90,6 +101,13 @@ main { margin: 24px 0; } +.explore-topics-box { + border-top: $horizontal-divider-style; + margin: 8px 0; + padding-top: 10px; + margin-bottom: 32px; +} + .charts-container { display: flex; flex-direction: column; @@ -131,7 +149,8 @@ main { } .related-places { - width: fit-content; + width: "100%"; + margin-top: 16px; .related-places-callout { font-size: 22px; diff --git a/static/css/shared/item_list.scss b/static/css/shared/item_list.scss index 4a81389e24..783f615b69 100644 --- a/static/css/shared/item_list.scss +++ b/static/css/shared/item_list.scss @@ -40,6 +40,10 @@ text-indent: -12px; } + .item-list-text.selected { + text-decoration: underline; + } + .item-list-text:hover { cursor: pointer; } diff --git a/static/js/components/subject_page/block.tsx b/static/js/components/subject_page/block.tsx index 81e03c61c5..9946458c49 100644 --- a/static/js/components/subject_page/block.tsx +++ b/static/js/components/subject_page/block.tsx @@ -698,6 +698,17 @@ function renderTiles( console.log("Tile type not supported:" + tile.type); } }); + if (tilesJsx.length > 1) { + return ( +
+ {tilesJsx.map((tileJsx, tileJsxIndex) => ( +
+ {tileJsx} +
+ ))} +
+ ); + } return <>{tilesJsx}; } diff --git a/static/js/components/subject_page/main_pane.tsx b/static/js/components/subject_page/main_pane.tsx index 299de3aed2..228eb5185b 100644 --- a/static/js/components/subject_page/main_pane.tsx +++ b/static/js/components/subject_page/main_pane.tsx @@ -46,6 +46,8 @@ interface SubjectPageMainPanePropType { showExploreMore?: boolean; // Whether to to render tiles as web components showWebComponents?: boolean; + // Default enclosed place type + defaultEnclosedPlaceType?: string; } export const SubjectPageMainPane = memo(function SubjectPageMainPane( @@ -56,7 +58,7 @@ export const SubjectPageMainPane = memo(function SubjectPageMainPane( // TODO(shifucun): Further clean up default place type, child place type etc // from subject page client components. The component should respect whatever // the input prop is. - let enclosedPlaceType = ""; + let enclosedPlaceType = props.defaultEnclosedPlaceType || ""; for (const placeType of props.place.types) { if ( props.pageConfig.metadata && diff --git a/static/js/place/dev_place.ts b/static/js/place/dev_place.ts index f33bcb009a..0b8bb0026c 100644 --- a/static/js/place/dev_place.ts +++ b/static/js/place/dev_place.ts @@ -17,47 +17,15 @@ import React from "react"; import ReactDOM from "react-dom"; -import { NlSearchBar } from "../components/nl_search_bar"; -import { intl } from "../i18n/i18n"; -import { - GA_EVENT_NL_SEARCH, - GA_PARAM_QUERY, - GA_PARAM_SOURCE, - GA_VALUE_SEARCH_SOURCE_PLACE_PAGE, - triggerGAEvent, -} from "../shared/ga_events"; +import { DevPlaceMain } from "./dev_place_main"; window.addEventListener("load", (): void => { renderPage(); }); -/** - * Handler for NL search bar - * @param q search query entered by user - */ -function onSearch(q: string): void { - triggerGAEvent(GA_EVENT_NL_SEARCH, { - [GA_PARAM_QUERY]: q, - [GA_PARAM_SOURCE]: GA_VALUE_SEARCH_SOURCE_PLACE_PAGE, - }); - window.location.href = `/explore#q=${encodeURIComponent(q)}`; -} - function renderPage(): void { - // Render NL search bar ReactDOM.render( - React.createElement(NlSearchBar, { - initialValue: "", - inputId: "query-search-input", - onSearch, - placeholder: intl.formatMessage({ - defaultMessage: "Enter a question to explore", - description: - "Text inviting user to search for data using a question in natural language", - id: "nl-search-bar-placeholder-text", - }), - shouldAutoFocus: false, - }), - document.getElementById("nl-search-bar") + React.createElement(DevPlaceMain, {}), + document.getElementById("place-page-content") ); } diff --git a/static/js/place/dev_place_main.tsx b/static/js/place/dev_place_main.tsx new file mode 100644 index 0000000000..ec17c84871 --- /dev/null +++ b/static/js/place/dev_place_main.tsx @@ -0,0 +1,534 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { DataRow } from "@datacommonsorg/client"; +import { + Chart, + PlaceChartsApiResponse, + RelatedPlacesApiResponse, +} from "@datacommonsorg/client/dist/data_commons_web_client_types"; +import _ from "lodash"; +import React, { useEffect, useState } from "react"; +import { RawIntlProvider } from "react-intl"; + +import { GoogleMap } from "../components/google_map"; +import { SubjectPageMainPane } from "../components/subject_page/main_pane"; +import { intl } from "../i18n/i18n"; +import { NamedTypedPlace, StatVarSpec } from "../shared/types"; +import { + CategoryConfig, + SubjectPageConfig, + TileConfig, +} from "../types/subject_page_proto_types"; +import { + defaultDataCommonsClient, + defaultDataCommonsWebClient, +} from "../utils/data_commons_client"; + +/** + * Returns the stat var key for a chart. + * + * A stat var key is a unique identifier for a statistical variable for the + * given chart, including its DCID, denominator, log, scaling, and unit. + * + * @param chart The chart object + * @param variableDcid The variable DCID + * @param denom The denominator DCID + * @returns The stat var key + */ +function getStatVarKey( + chart: Chart, + variableDcid: string, + denom?: string +): string { + return `${variableDcid}_denom_${denom}_log_${false}_scaling_${ + chart.scaling + }_unit_${chart.unit}`; +} + +/** + * Converts the API response from getPlaceCharts into a SubjectPageConfig object. + * Groups charts by category and creates the necessary configuration objects for + * rendering the subject page. + * + * @param placeChartsApiResponse The API response containing chart data + * @returns A SubjectPageConfig object with categories, tiles, and stat var specs + */ +function placeChartsApiResponsesToPageConfig( + placeChartsApiResponse: PlaceChartsApiResponse +): SubjectPageConfig { + const chartsByCategory = _.groupBy( + placeChartsApiResponse.charts, + (item) => item.category + ); + const categoryConfig: CategoryConfig[] = Object.keys(chartsByCategory).map( + (categoryName) => { + const charts = chartsByCategory[categoryName]; + + const tiles: TileConfig[] = charts.map((chart) => { + return { + description: chart.description, + title: chart.title, + type: chart.type, + statVarKey: chart.statisticalVariableDcids.map( + (variableDcid, variableIdx) => { + const denom = + chart.denominator && + chart.denominator.length === + chart.statisticalVariableDcids.length + ? chart.denominator[variableIdx] + : undefined; + return getStatVarKey(chart, variableDcid, denom); + } + ), + }; + }); + + const statVarSpec: Record = {}; + charts.forEach((chart) => { + chart.statisticalVariableDcids.forEach((variableDcid, variableIdx) => { + const denom = + chart.denominator && + chart.denominator.length === chart.statisticalVariableDcids.length + ? chart.denominator[variableIdx] + : undefined; + const statVarKey = getStatVarKey(chart, variableDcid, denom); + statVarSpec[statVarKey] = { + denom, + log: false, + scaling: chart.scaling, + statVar: variableDcid, + unit: chart.unit, + }; + }); + }); + + // Group tiles into pairs to show a two-column layout + const column1Tiles: TileConfig[] = []; + const column2Tiles: TileConfig[] = []; + tiles.forEach((tile, index) => { + if (index % 2 === 0) { + column1Tiles.push(tile); + } else { + column2Tiles.push(tile); + } + }); + const category: CategoryConfig = { + blocks: [ + { + columns: [{ tiles }], + }, + ], + statVarSpec, + title: categoryName, + }; + return category; + } + ); + + const pageConfig: SubjectPageConfig = { + metadata: undefined, + categories: categoryConfig, + }; + return pageConfig; +} + +/** + * Component that renders the header section of a place page. + * Displays the place name, category (if not Overview), and subheader text. + * Also shows the place DCID with a link to view it in the Knowledge Graph browser. + * + * @param props.category The current category being viewed + * @param props.place The place object containing name and DCID + * @param props.placeSubheader HTML string with additional place context + * @returns Header component for the place page + */ +const PlaceHeader = (props: { + category: string; + place: NamedTypedPlace; + placeSubheader: string; +}) => { + const { category, place, placeSubheader } = props; + return ( +
+
+

+ {place.name} + {category != "Overview" ? ` • ${category}` : ""}{" "} +

+

+
+
+ dcid: {place.dcid} •{" "} + See Knowledge Graph +
+
+ ); +}; + +/** + * Component that renders the topic navigation tabs. + * Shows tabs for Overview and different categories like Economics, Health, etc. + * Highlights the currently selected category. + * + * @param props.category The currently selected category + * @param props.place The place object containing the DCID for generating URLs + * @returns Navigation component with topic tabs + */ +const PlaceTopicTabs = ({ + category, + place, +}: { + category: string; + place: NamedTypedPlace; +}) => { + return ( + + ); +}; + +/** + * Component that displays a table of key demographic statistics for a place. + * + * Fetches data for population, median income, median age, unemployment rate, + * and crime statistics using the Data Commons API. Displays the values in a + * formatted table with units and dates. + * + * @param props.placeDcid The DCID of the place to show statistics for + * @returns A table component showing key demographic statistics, or null if data not loaded + */ +const PlaceOverviewTable = (props: { placeDcid: string }) => { + const { placeDcid } = props; + const [dataRows, setDataRows] = useState([]); + // Fetch key demographic statistics for the place when it changes + useEffect(() => { + (async () => { + const placeOverviewDataRows = await defaultDataCommonsClient.getDataRows({ + entities: [placeDcid], + variables: [ + "Count_Person", + "Median_Income_Person", + "Median_Age_Person", + "UnemploymentRate_Person", + "Count_CriminalActivities_CombinedCrime", + ], + perCapitaVariables: ["Count_CriminalActivities_CombinedCrime"], + }); + setDataRows(placeOverviewDataRows); + })(); + }, [placeDcid]); + if (!dataRows) { + return null; + } + return ( + + + + + + + + + {dataRows.map((dataRow, index) => { + const unit = dataRow.variable.observation.metadata.unitDisplayName + ? dataRow.variable.observation.metadata.unitDisplayName + : ""; + const formattedObservationValue = + dataRow.variable.observation.value.toLocaleString(); + return ( + + + + + + ); + })} + +
+ Key Demographics +
{dataRow.variable.properties.name} + {formattedObservationValue} {unit} ( + {dataRow.variable.observation.date}) +
+ ); +}; + +/** + * Displays an overview of a place including its name, summary, map and key statistics. + * + * @param props.place The place object containing name and dcid + * @param props.placeSummary A text summary describing the place + * @returns A component with the place overview including icon, name, summary, map and statistics table + */ +const PlaceOverview = (props: { + place: NamedTypedPlace; + placeSummary: string; +}) => { + const { place, placeSummary } = props; + return ( +
+
+
location_city
+
+
{place.name}
+
{placeSummary}
+
+
+ +
+
+ +
+
+
+ ); +}; + +/** + * Component that displays a list of child places for a given place. + * + * @param props.place The parent place containing name and dcid + * @param props.childPlaces Array of child places, each with name and dcid + * @returns A list of links to child places, or null if no child places exist + */ +const RelatedPlaces = (props: { + place: NamedTypedPlace; + childPlaces: NamedTypedPlace[]; +}) => { + const { place, childPlaces } = props; + if (!childPlaces || childPlaces.length === 0) { + return null; + } + return ( +
+
Places in {place.name}
+
+
+ {childPlaces.map((place) => ( + + ))} +
+
+
+ ); +}; + +/** + * Component that renders charts for a place using the SubjectPageMainPane. + * + * @param props.childPlaceType The type of child places (e.g. "State", "County") + * @param props.place The place object containing name, dcid and types + * @param props.pageConfig Configuration for the subject page including chart categories and specs + * @returns Component with charts for the place + */ +const PlaceCharts = (props: { + childPlaceType: string; + place: NamedTypedPlace; + pageConfig: SubjectPageConfig; +}) => { + const { childPlaceType, place, pageConfig } = props; + return ( +
+ +
+ ); +}; + +/** + * Main component for the dev place page. Manages state and data fetching for place information, + * related places, and chart data. + */ +export const DevPlaceMain = () => { + // Core place data + const [place, setPlace] = useState(); + const [placeSummary, setPlaceSummary] = useState(); + const [placeSubheader, setPlaceSubheader] = useState(); + + // API response data + const [relatedPlacesApiResponse, setRelatedPlacesApiResponse] = + useState(); + const [placeChartsApiResponse, setPlaceChartsApiResponse] = + useState(); + + // Derived place data + const [childPlaceType, setChildPlaceType] = useState(); + const [childPlaces, setChildPlaces] = useState([]); + const [pageConfig, setPageConfig] = useState(); + + const urlParams = new URLSearchParams(window.location.search); + const category = urlParams.get("category") || "Overview"; + + /** + * On initial load, get place metadata from the page's metadata element + * and set up initial place state. + */ + useEffect(() => { + const pageMetadata = document.getElementById("page-metadata"); + if (!pageMetadata) { + console.error("Error loading place page metadata element"); + return; + } + setPlace({ + name: pageMetadata.dataset.placeName, + dcid: pageMetadata.dataset.placeDcid, + types: [], + }); + setPlaceSummary(pageMetadata.dataset.placeSummary); + setPlaceSubheader(pageMetadata.dataset.placeSubheader); + }, []); + + /** + * Once we have place data, fetch chart and related places data from the API. + * Updates state with API responses and derived data. + */ + useEffect(() => { + if (!place) { + return; + } + (async () => { + const [placeChartsApiResponse, relatedPlacesApiResponse] = + await Promise.all([ + defaultDataCommonsWebClient.getPlaceCharts({ + category, + placeDcid: place.dcid, + }), + defaultDataCommonsWebClient.getRelatedPLaces({ + placeDcid: place.dcid, + }), + ]); + + setPlaceChartsApiResponse(placeChartsApiResponse); + setRelatedPlacesApiResponse(relatedPlacesApiResponse); + const pageConfig = placeChartsApiResponsesToPageConfig( + placeChartsApiResponse + ); + setChildPlaceType(relatedPlacesApiResponse.childPlaceType); + setChildPlaces(relatedPlacesApiResponse.childPlaces); + setPageConfig(pageConfig); + })(); + }, [place]); + + if (!place) { + return
Loading...
; + } + return ( + + + + + + {place && pageConfig && ( + + )} + + ); +}; From 732f6da6d568e2efd8e7e210796b818b10980163 Mon Sep 17 00:00:00 2001 From: Gabriel Mechali Date: Thu, 5 Dec 2024 19:45:14 -0500 Subject: [PATCH 10/31] Only show the Google Map widget on Place pages for places contained within the US (#4771) The Geometry coordinates for detailed Google maps boundaries is only available for places contained in the USA (not even the USA country), so we only want to show that component for the places contained within the USA. --- .../src/data_commons_web_client_types.ts | 1 + server/routes/dev_place/api.py | 14 ++++---- server/routes/dev_place/types.py | 1 + server/routes/dev_place/utils.py | 34 ++++++++++++++----- server/tests/routes/api/dev_place_test.py | 32 +++++++++++++++-- static/js/place/dev_place_main.tsx | 24 ++++++++++--- static/js/place/util.ts | 14 +++++--- 7 files changed, 93 insertions(+), 27 deletions(-) diff --git a/packages/client/src/data_commons_web_client_types.ts b/packages/client/src/data_commons_web_client_types.ts index 6300805272..bb20c63a4c 100644 --- a/packages/client/src/data_commons_web_client_types.ts +++ b/packages/client/src/data_commons_web_client_types.ts @@ -186,4 +186,5 @@ export interface RelatedPlacesApiResponse { nearbyPlaces: Place[]; place: Place; similarPlaces: Place[]; + parentPlaces: Place[]; } diff --git a/server/routes/dev_place/api.py b/server/routes/dev_place/api.py index 515f83b280..882d4456e5 100644 --- a/server/routes/dev_place/api.py +++ b/server/routes/dev_place/api.py @@ -150,6 +150,7 @@ def related_places(place_dcid: str): child_place_dcids = place_utils.fetch_child_place_dcids(place, child_place_type, locale=g.locale) + parent_places = place_utils.get_parent_places(place.dcid) # Fetch all place objects in one request to reduce latency (includes name and typeOf) all_place_dcids = [ @@ -163,11 +164,10 @@ def related_places(place_dcid: str): similar_places = [all_place_by_dcid[dcid] for dcid in similar_place_dcids] child_places = [all_place_by_dcid[dcid] for dcid in child_place_dcids] - response = RelatedPlacesApiResponse( - childPlaceType=child_place_type, - childPlaces=child_places, - nearbyPlaces=nearby_places, - place=place, - similarPlaces=similar_places, - ) + response = RelatedPlacesApiResponse(childPlaceType=child_place_type, + childPlaces=child_places, + nearbyPlaces=nearby_places, + place=place, + similarPlaces=similar_places, + parentPlaces=parent_places) return jsonify(response) diff --git a/server/routes/dev_place/types.py b/server/routes/dev_place/types.py index a14bf7211b..4cdedbf45b 100644 --- a/server/routes/dev_place/types.py +++ b/server/routes/dev_place/types.py @@ -68,3 +68,4 @@ class RelatedPlacesApiResponse: nearbyPlaces: List[Place] place: Place similarPlaces: List[Place] + parentPlaces: List[Place] = None diff --git a/server/routes/dev_place/utils.py b/server/routes/dev_place/utils.py index d4365da230..9d88185a49 100644 --- a/server/routes/dev_place/utils.py +++ b/server/routes/dev_place/utils.py @@ -53,6 +53,25 @@ def get_place_html_link(place_dcid: str, place_name: str) -> str: return f'{place_name}' +def get_parent_places(dcid: str) -> List[Place]: + """Gets the parent places for a given DCID + + Args: + dcid: dcid of the place to get parents for + + Returns: + A list of places that are all the parents of the given DCID. + """ + parents_resp = place_api.parent_places([dcid], include_admin_areas=True).get( + dcid, []) + all_parents = [] + for parent in parents_resp: + all_parents.append( + Place(dcid=parent['dcid'], name=parent['name'], types=parent['type'])) + + return all_parents + + def get_place_type_with_parent_places_links(dcid: str) -> str: """Get ' in ' with html links for a given DCID @@ -68,28 +87,27 @@ def get_place_type_with_parent_places_links(dcid: str) -> str: place_type_display_name = place_api.get_place_type_i18n_name(place_type) # Get parent places - all_parents = place_api.parent_places([dcid], - include_admin_areas=True).get(dcid, []) + all_parents = get_parent_places(dcid) # Filter parents to only the types desired parents_to_include = [ parent for parent in all_parents - if parent['type'] in PARENT_PLACE_TYPES_TO_HIGHLIGHT + if parent.types in PARENT_PLACE_TYPES_TO_HIGHLIGHT ] # Fetch the localized names of the parents - parent_dcids = [parent['dcid'] for parent in parents_to_include] + parent_dcids = [parent.dcid for parent in parents_to_include] localized_names = place_api.get_i18n_name(parent_dcids) places_with_names = [ parent for parent in parents_to_include - if parent['dcid'] in localized_names.keys() + if parent.dcid in localized_names.keys() ] # Generate tag for each parent place links = [ - get_place_html_link(place_dcid=parent['dcid'], - place_name=localized_names.get(parent['dcid'])) - if parent['type'] != 'Continent' else localized_names.get(parent['dcid']) + get_place_html_link(place_dcid=parent.dcid, + place_name=localized_names.get(parent.dcid)) + if parent.types != 'Continent' else localized_names.get(parent.dcid) for parent in places_with_names ] diff --git a/server/tests/routes/api/dev_place_test.py b/server/tests/routes/api/dev_place_test.py index b16ee71151..c590bdb2cd 100644 --- a/server/tests/routes/api/dev_place_test.py +++ b/server/tests/routes/api/dev_place_test.py @@ -92,12 +92,13 @@ def test_dev_place_charts(self, mock_obs_point_within, mock_obs_point, self.assertEqual(5, len(response_json["charts"][2]["denominator"])) self.assertEqual(5, len(response_json["charts"][3]["denominator"])) + @patch('server.routes.shared_api.place.parent_places') @patch('server.routes.dev_place.utils.fetch.raw_property_values') @patch('server.routes.dev_place.utils.fetch.multiple_property_values') @patch('server.routes.dev_place.utils.fetch.descendent_places') def test_related_places(self, mock_descendent_places, mock_multiple_property_values, - mock_raw_property_values): + mock_raw_property_values, mock_parent_places): """Test the /api/dev-place/related-places endpoint. Mocks fetch.* and dc.* calls.""" with app.app_context(): @@ -139,6 +140,18 @@ def mock_raw_property_values_side_effect(nodes, prop, out): mock_raw_property_values.side_effect = mock_raw_property_values_side_effect + # Define side effects for mock_parent_places_ + def mock_parent_places_side_effect(dcids, include_admin_areas): + return { + 'dcid': 'geoId/06', + 'parents': [{ + 'type': 'Country', + 'dcid': 'country/USA' + }] + } + + mock_parent_places.side_effect = mock_parent_places_side_effect + # Send a GET request to the related-places endpoint response = app.test_client().get( f'/api/dev-place/related-places/{place_dcid}') @@ -155,6 +168,7 @@ def mock_raw_property_values_side_effect(nodes, prop, out): self.assertIn('nearbyPlaces', response_json) self.assertIn('place', response_json) self.assertIn('similarPlaces', response_json) + self.assertIn('parentPlaces', response_json) # Check the place field self.assertEqual(response_json['place']['dcid'], place_dcid) @@ -186,12 +200,14 @@ def mock_raw_property_values_side_effect(nodes, prop, out): # Check the 'childPlaceType' field self.assertEqual(response_json['childPlaceType'], "State") + @patch('server.routes.shared_api.place.parent_places') @patch('server.routes.dev_place.utils.fetch.raw_property_values') @patch('server.routes.dev_place.utils.fetch.multiple_property_values') @patch('server.routes.dev_place.utils.fetch.descendent_places') def test_related_places_es_locale(self, mock_descendent_places, mock_multiple_property_values, - mock_raw_property_values): + mock_raw_property_values, + mock_parent_places): """Test the /api/dev-place/related-places endpoint with 'es' locale.""" with app.app_context(): # Sample place_dcid @@ -267,6 +283,18 @@ def mock_raw_property_values_side_effect(nodes, prop, out): mock_raw_property_values.side_effect = mock_raw_property_values_side_effect + # Define side effects for mock_parent_places_ + def mock_parent_places_side_effect(dcids, include_admin_areas): + return { + 'dcid': 'geoId/06', + 'parents': [{ + 'type': 'Country', + 'dcid': 'country/USA' + }] + } + + mock_parent_places.side_effect = mock_parent_places_side_effect + mock_descendent_places.return_value = { 'country/USA': ['geoId/06', 'geoId/07'] } diff --git a/static/js/place/dev_place_main.tsx b/static/js/place/dev_place_main.tsx index ec17c84871..ce5772a005 100644 --- a/static/js/place/dev_place_main.tsx +++ b/static/js/place/dev_place_main.tsx @@ -37,6 +37,7 @@ import { defaultDataCommonsClient, defaultDataCommonsWebClient, } from "../utils/data_commons_client"; +import { isPlaceContainedInUsa } from "./util"; /** * Returns the stat var key for a chart. @@ -355,8 +356,12 @@ const PlaceOverviewTable = (props: { placeDcid: string }) => { const PlaceOverview = (props: { place: NamedTypedPlace; placeSummary: string; + parentPlaces: NamedTypedPlace[]; }) => { - const { place, placeSummary } = props; + const { place, placeSummary, parentPlaces } = props; + const isInUsa = isPlaceContainedInUsa( + parentPlaces.map((place) => place.dcid) + ); return (
@@ -365,10 +370,13 @@ const PlaceOverview = (props: {
{place.name}
{placeSummary}
-
- -
+ {isInUsa && ( +
+ +
+ )}
+ {!isInUsa &&

}
@@ -454,6 +462,7 @@ export const DevPlaceMain = () => { // Derived place data const [childPlaceType, setChildPlaceType] = useState(); const [childPlaces, setChildPlaces] = useState([]); + const [parentPlaces, setParentPlaces] = useState([]); const [pageConfig, setPageConfig] = useState(); const urlParams = new URLSearchParams(window.location.search); @@ -505,6 +514,7 @@ export const DevPlaceMain = () => { ); setChildPlaceType(relatedPlacesApiResponse.childPlaceType); setChildPlaces(relatedPlacesApiResponse.childPlaces); + setParentPlaces(relatedPlacesApiResponse.parentPlaces); setPageConfig(pageConfig); })(); }, [place]); @@ -520,7 +530,11 @@ export const DevPlaceMain = () => { placeSubheader={placeSubheader} /> - + {place && pageConfig && ( Date: Fri, 6 Dec 2024 17:40:48 -0500 Subject: [PATCH 11/31] Deflake map tool webdriver tests (#4776) Tested with 100 runs by pytest-flakefinder --- server/webdriver/shared_tests/vis_map_test.py | 65 +++++++++++-------- 1 file changed, 37 insertions(+), 28 deletions(-) diff --git a/server/webdriver/shared_tests/vis_map_test.py b/server/webdriver/shared_tests/vis_map_test.py index 885f7bc145..8d76aae1cb 100644 --- a/server/webdriver/shared_tests/vis_map_test.py +++ b/server/webdriver/shared_tests/vis_map_test.py @@ -26,6 +26,35 @@ class VisMapTestMixin(): """Mixins to test the map visualization page.""" + def get_ranking_items(self, wait_for_loading=True): + if wait_for_loading: + elements_present = EC.presence_of_all_elements_located( + (By.CSS_SELECTOR, '.ranking-list .place-name')) + WebDriverWait(self.driver, self.TIMEOUT_SEC).until(elements_present) + ranking_items = self.driver.find_elements(By.CSS_SELECTOR, + '.ranking-list .place-name') + names_loaded = [] + for i, _ in enumerate(ranking_items): + names_loaded.append( + EC.text_to_be_present_in_element(( + By.XPATH, + f'(//*[contains(@class, "ranking-list")]//*[contains(@class,"place-name")])[{i+1}]' + ), ',')) + + WebDriverWait(self.driver, + self.TIMEOUT_SEC).until(EC.all_of(*names_loaded)) + ranking_items = self.driver.find_elements(By.CSS_SELECTOR, + '.ranking-list .place-name') + return ranking_items + + def get_chart_map_regions(self): + # Wait for map to load + element_present = EC.presence_of_element_located((By.ID, 'map-items')) + WebDriverWait(self.driver, self.TIMEOUT_SEC).until(element_present) + # Return all elements in the map SVG + return self.driver.find_elements( + By.XPATH, '//*[@id="map-items"]//*[local-name()="path"]') + def test_server_and_page(self): """Test the server can run successfully.""" self.driver.get(self.url_ + MAP_URL) @@ -80,9 +109,7 @@ def test_charts_from_url(self): chart_title = self.driver.find_element(By.CSS_SELECTOR, '.map-chart .chart-headers h4') self.assertIn("Female Population ", chart_title.text) - chart_map = self.driver.find_element(By.ID, 'map-items') - map_regions = chart_map.find_elements(By.TAG_NAME, 'path') - self.assertEqual(len(map_regions), 58) + self.assertEqual(len(self.get_chart_map_regions()), 58) # Assert rankings are correct. elements_present = EC.presence_of_all_elements_located( @@ -93,11 +120,7 @@ def test_charts_from_url(self): self.assertEqual(len(ranking_titles), 2) self.assertEqual(ranking_titles[0].text, 'Top Places') self.assertEqual(ranking_titles[1].text, 'Bottom Places') - elements_present = EC.presence_of_all_elements_located( - (By.CSS_SELECTOR, '.ranking-list .place-name')) - WebDriverWait(self.driver, self.TIMEOUT_SEC).until(elements_present) - ranking_items = self.driver.find_elements(By.CSS_SELECTOR, - '.ranking-list .place-name') + ranking_items = self.get_ranking_items() self.assertEqual(len(ranking_items), 10) self.assertIn(' County, CA', ranking_items[0].text) self.assertIn(' County, CA', ranking_items[9].text) @@ -108,13 +131,8 @@ def test_charts_from_url(self): '.chart-footer-options .chart-option .form-check-input') per_capita_checkbox.click() shared.wait_for_loading(self.driver) - element_present = EC.presence_of_element_located((By.ID, 'map-items')) - WebDriverWait(self.driver, self.TIMEOUT_SEC).until(element_present) - chart_map = self.driver.find_element(By.ID, 'map-items') - map_regions = chart_map.find_elements(By.TAG_NAME, 'path') - self.assertEqual(len(map_regions), 58) - ranking_items = self.driver.find_elements(By.CSS_SELECTOR, - '.ranking-list .place-name') + self.assertEqual(len(self.get_chart_map_regions()), 58) + ranking_items = self.get_ranking_items(wait_for_loading=False) self.assertEqual(len(ranking_items), 10) self.assertIn(' County, CA', ranking_items[0].text) self.assertIn(' County, CA', ranking_items[9].text) @@ -138,11 +156,8 @@ def test_charts_from_url(self): chart_source = self.driver.find_element( By.CSS_SELECTOR, '.map-chart .chart-headers .sources') self.assertTrue("wonder.cdc.gov" in chart_source.text) - chart_map = self.driver.find_element(By.ID, 'map-items') - map_regions = chart_map.find_elements(By.TAG_NAME, 'path') - self.assertEqual(len(map_regions), 58) - ranking_items = self.driver.find_elements(By.CSS_SELECTOR, - '.ranking-list .place-name') + self.assertEqual(len(self.get_chart_map_regions()), 58) + ranking_items = self.get_ranking_items(wait_for_loading=False) self.assertEqual(len(ranking_items), 10) self.assertIn(' County, CA', ranking_items[0].text) self.assertIn(' County, CA', ranking_items[9].text) @@ -216,9 +231,7 @@ def test_manually_enter_options(self): chart_title = self.driver.find_element(By.CSS_SELECTOR, '.map-chart .chart-headers h4') self.assertIn("Median Age of Population ", chart_title.text) - chart_map = self.driver.find_element(By.ID, 'map-items') - map_regions = chart_map.find_elements(By.TAG_NAME, 'path') - self.assertEqual(len(map_regions), 58) + self.assertEqual(len(self.get_chart_map_regions()), 58) # Assert rankings are correct. elements_present = EC.presence_of_all_elements_located( @@ -229,11 +242,7 @@ def test_manually_enter_options(self): self.assertEqual(len(ranking_titles), 2) self.assertEqual(ranking_titles[0].text, 'Top Places') self.assertEqual(ranking_titles[1].text, 'Bottom Places') - elements_present = EC.presence_of_all_elements_located( - (By.CSS_SELECTOR, '.ranking-list .place-name')) - WebDriverWait(self.driver, self.TIMEOUT_SEC).until(elements_present) - ranking_items = self.driver.find_elements(By.CSS_SELECTOR, - '.ranking-list .place-name') + ranking_items = self.get_ranking_items() self.assertEqual(len(ranking_items), 10) self.assertEqual(ranking_items[0].text, 'Sierra County, CA') self.assertEqual(ranking_items[9].text, 'Kern County, CA') From a38ca265501fd8bc641aad2fe00a6cc7361541b4 Mon Sep 17 00:00:00 2001 From: Dan Noble Date: Fri, 6 Dec 2024 18:25:51 -0500 Subject: [PATCH 12/31] Added dev place page experiment setup (#4773) Added experiment setup for dev place page * Moved the dev place landing page from `/dev-place/` to `/place/` * Enable the experiment for a select list of 5 US states and 24 countries. * Added optional URL parameter to force rendering the dev place page for any place page. Enable by setting `?force_dev_places=true` (e.g., http://localhost:8080/place/geoId/06?force_dev_places=true) * Added optional URL param to force rendering of the classic page page (for places in the experiment group). Enable by setting `?disable_dev_places=true` * TODO: Add a sample of world cities to experiment group To generate the experiment groups, I ran: ``` # >>> import random # >>> DEV_PLACE_ALL_COUNTRY_DCIDS = ["country/ABW","country/AFG","country/AGO","country/ALB","country/AND","country/ANT","country/ARE","country/ARG","country/ARM","country/ASM","country/ATF","country/ATG","country/AUS","country/AUT","country/AZE","country/BDI","country/BEL","country/BEN","country/BES","country/BFA","country/BGD","country/BGR","country/BHR","country/BHS","country/BIH","country/BLM","country/BLR","country/BLZ","country/BMU","country/BOL","country/BRA","country/BRB","country/BRN","country/BTN","country/BWA","country/CAF","country/CAN","country/CCK","country/CHE","country/CHL","country/CHN","country/CIV","country/CMR","country/COD","country/COG","country/COK","country/COL","country/COM","country/CPV","country/CRI","country/CUB","country/CUW","country/CXR","country/CYM","country/CYP","country/CZE","country/DEU","country/DJI","country/DMA","country/DNK","country/DOM","country/DZA","country/ECU","country/EGY","country/ERI","country/ESH","country/ESP","country/EST","country/ETH","country/FIN","country/FJI","country/FLK","country/FRA","country/FRO","country/FSM","country/FXX","country/GAB","country/GBR","country/GEO","country/GGY","country/GHA","country/GIB","country/GIN","country/GLP","country/GMB","country/GNB","country/GNQ","country/GRC","country/GRD","country/GRL","country/GTM","country/GUF","country/GUM","country/GUY","country/HKG","country/HMD","country/HND","country/HRV","country/HTI","country/HUN","country/IDN","country/IMN","country/IND","country/IRL","country/IRN","country/IRQ","country/ISL","country/ISR","country/ITA","country/JAM","country/JEY","country/JOR","country/JPN","country/KAZ","country/KEN","country/KGZ","country/KHM","country/KIR","country/KNA","country/KOR","country/KWT","country/LAO","country/LBN","country/LBR","country/LBY","country/LCA","country/LIE","country/LKA","country/LSO","country/LTU","country/LUX","country/LVA","country/MAC","country/MAF","country/MAR","country/MCO","country/MDA","country/MDG","country/MDV","country/MEX","country/MHL","country/MKD","country/MLI","country/MLT","country/MMR","country/MNE","country/MNG","country/MNP","country/MOZ","country/MRT","country/MSR","country/MTQ","country/MUS","country/MWI","country/MYS","country/MYT","country/NAM","country/NCL","country/NER","country/NFK","country/NGA","country/NIC","country/NIU","country/NLD","country/NOR","country/NPL","country/NRU","country/NZL","country/OMN","country/PAK","country/PAN","country/PCN","country/PER","country/PHL","country/PLW","country/PNG","country/POL","country/PRI","country/PRK","country/PRT","country/PRY","country/PSE","country/PYF","country/QAT","country/REU","country/ROU","country/RUS","country/RWA","country/SAU","country/SDN","country/SEN","country/SGP","country/SHN","country/SLB","country/SLE","country/SLV","country/SMR","country/SOM","country/SPM","country/SRB","country/SSD","country/STP","country/SUR","country/SVK","country/SVN","country/SWE","country/SWZ","country/SXM","country/SYC","country/SYR","country/TCA","country/TCD","country/TGO","country/THA","country/TJK","country/TKL","country/TKM","country/TLS","country/TON","country/TTO","country/TUN","country/TUR","country/TUV","country/TWN","country/TZA","country/UGA","country/UKR","country/UMI","country/URY","country/USA","country/UZB","country/VAT","country/VCT","country/VEN","country/VGB","country/VIR","country/VNM","country/VUT","country/WLF","country/WSM","country/XKS","country/YEM","country/YUG","country/ZAF","country/ZMB","country/ZWE"] # >>> DEV_PLACE_ALL_US_STATE_DCIDS = ["geoId/01","geoId/02","geoId/04","geoId/05","geoId/06","geoId/08","geoId/09","geoId/10","geoId/11","geoId/12","geoId/13","geoId/15","geoId/16","geoId/17","geoId/18","geoId/19","geoId/20","geoId/21","geoId/22","geoId/23","geoId/24","geoId/25","geoId/26","geoId/27","geoId/28","geoId/29","geoId/30","geoId/31","geoId/32","geoId/33","geoId/34","geoId/35","geoId/36","geoId/37","geoId/38","geoId/39","geoId/40","geoId/41","geoId/42","geoId/44","geoId/45","geoId/46","geoId/47","geoId/48","geoId/49","geoId/50","geoId/51","geoId/53","geoId/54","geoId/55","geoId/56","geoId/72"] # >>> DEV_PLACE_EXPERIMENT_COUNTRY_DCIDS = random.sample(DEV_PLACE_ALL_COUNTRY_DCIDS, int(len(DEV_PLACE_ALL_COUNTRY_DCIDS) * 0.1)) # >>> DEV_PLACE_EXPERIMENT_US_STATE_DCIDS = random.sample(DEV_PLACE_ALL_US_STATE_DCIDS, int(len(DEV_PLACE_ALL_US_STATE_DCIDS) * 0.1)) ``` --- server/__init__.py | 3 - server/routes/dev_place/html.py | 56 --------------- server/routes/dev_place/utils.py | 2 +- server/routes/place/html.py | 68 +++++++++++++++++++ .../shared_tests/place_explorer_test.py | 14 +++- server/webdriver/tests/dev_place_test.py | 34 ---------- static/css/place/dev_place_page.scss | 2 +- static/js/place/dev_place_main.tsx | 39 ++++++++--- 8 files changed, 113 insertions(+), 105 deletions(-) delete mode 100644 server/routes/dev_place/html.py delete mode 100644 server/webdriver/tests/dev_place_test.py diff --git a/server/__init__.py b/server/__init__.py index 5b9cc10266..a7a7e5abad 100644 --- a/server/__init__.py +++ b/server/__init__.py @@ -160,9 +160,6 @@ def register_routes_common(app): from server.routes.dev_place import api as dev_place_api app.register_blueprint(dev_place_api.bp) - from server.routes.dev_place import html as dev_place_html - app.register_blueprint(dev_place_html.bp) - from server.routes.ranking import html as ranking_html app.register_blueprint(ranking_html.bp) diff --git a/server/routes/dev_place/html.py b/server/routes/dev_place/html.py deleted file mode 100644 index df8aed5e87..0000000000 --- a/server/routes/dev_place/html.py +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 2024 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -"""Development place explorer routes""" - -import os - -import flask -from flask import current_app -from flask import g - -from server.lib.i18n import DEFAULT_LOCALE -import server.routes.dev_place.utils as utils -from server.routes.place.html import get_place_summaries -import server.routes.shared_api.place as place_api - -bp = flask.Blueprint('dev_place', __name__, url_prefix='/dev-place') - - -# Temporary route to hold the new, revamped place page while in development -# TODO(juliawu): Move this to the default place route once development is done. -@bp.route('/') -def dev_place(place_dcid=None): - if os.environ.get('FLASK_ENV') not in [ - 'local', 'autopush', 'dev', 'webdriver' - ] or not place_dcid: - flask.abort(404) - - place_type_with_parent_places_links = utils.get_place_type_with_parent_places_links( - place_dcid) - place_names = place_api.get_i18n_name([place_dcid]) or {} - place_name = place_names.get(place_dcid, place_dcid) - # Place summaries are currently only supported in English - if g.locale == DEFAULT_LOCALE: - place_summary = get_place_summaries(place_dcid).get(place_dcid, - {}).get("summary", "") - else: - place_summary = "" - - return flask.render_template( - 'dev_place.html', - maps_api_key=current_app.config['MAPS_API_KEY'], - place_dcid=place_dcid, - place_name=place_name, - place_type_with_parent_places_links=place_type_with_parent_places_links, - place_summary=place_summary) diff --git a/server/routes/dev_place/utils.py b/server/routes/dev_place/utils.py index 9d88185a49..92619e760b 100644 --- a/server/routes/dev_place/utils.py +++ b/server/routes/dev_place/utils.py @@ -49,7 +49,7 @@ def get_place_html_link(place_dcid: str, place_name: str) -> str: Returns: An html anchor tag linking to a place page. """ - url = flask.url_for('dev_place.dev_place', place_dcid=place_dcid) + url = flask.url_for('place.place', place_dcid=place_dcid) return f'
{place_name}' diff --git a/server/routes/place/html.py b/server/routes/place/html.py index 0acd483202..94e5e6f408 100644 --- a/server/routes/place/html.py +++ b/server/routes/place/html.py @@ -18,15 +18,19 @@ import os import re import time +from typing import List, Set import flask from flask import current_app from flask import g from flask_babel import gettext +from multidict import MultiDict from server.lib.cache import cache from server.lib.config import GLOBAL_CONFIG_BUCKET from server.lib.i18n import AVAILABLE_LANGUAGES +from server.lib.i18n import DEFAULT_LOCALE +import server.routes.dev_place.utils as utils import server.routes.shared_api.place as place_api import shared.lib.gcs as gcs from shared.lib.place_summaries import get_shard_filename_by_dcid @@ -262,10 +266,52 @@ def is_seo_experiment_enabled(place_dcid: str, category: str, return False +# Dev place page experiment groups for countries and US states +# Calculated offline using instructions here: +# https://github.com/datacommonsorg/website/pull/4773 +DEV_PLACE_EXPERIMENT_COUNTRY_DCIDS: List[str] = [ + 'country/TLS', 'country/HUN', 'country/VEN', 'country/JAM', 'country/RWA', + 'country/GGY', 'country/NGA', 'country/COD', 'country/COG', 'country/SVN', + 'country/LSO', 'country/LBN', 'country/LCA', 'country/NFK', 'country/TTO', + 'country/SGP', 'country/PYF', 'country/PRK', 'country/RUS', 'country/LVA', + 'country/SUR', 'country/PRY', 'country/IND', 'country/MDV' +] +DEV_PLACE_EXPERIMENT_US_STATE_DCIDS: List[str] = [ + 'geoId/56', 'geoId/04', 'geoId/41', 'geoId/20', 'geoId/37' +] +DEV_PLACE_EXPERIMENT_DCIDS: Set[str] = set(DEV_PLACE_EXPERIMENT_COUNTRY_DCIDS + + DEV_PLACE_EXPERIMENT_US_STATE_DCIDS) + + +def is_dev_place_experiment_enabled(place_dcid: str, locale: str, + request_args: MultiDict[str, str]) -> bool: + """Determine if dev place experiment should be enabled for the page""" + # Disable dev place experiment for non-dev environments + # TODO(dwnoble): Remove this before prod release + if os.environ.get('FLASK_ENV') not in [ + 'local', 'autopush', 'dev', 'webdriver' + ] or not place_dcid: + return False + + # Force dev place experiment for testing + if request_args.get("force_dev_places") == "true": + return True + # Disable dev place experiment for testing + if request_args.get("disable_dev_places") == "true": + return False + + # Experiment is enabled for English pages for countries and US states in the experiment group + if locale == 'en' and place_dcid in DEV_PLACE_EXPERIMENT_DCIDS: + return True + return False + + @bp.route('', strict_slashes=False) @bp.route('/') @cache.cached(query_string=True) def place(place_dcid=None): + if is_dev_place_experiment_enabled(place_dcid, g.locale, flask.request.args): + return dev_place(place_dcid=place_dcid) redirect_args = dict(flask.request.args) # Strip trailing slashes from place dcids @@ -418,3 +464,25 @@ def place_landing(error_msg=''): error_msg=error_msg, place_names=place_names, maps_api_key=current_app.config['MAPS_API_KEY']) + + +# Dev place experiment route +def dev_place(place_dcid=None): + place_type_with_parent_places_links = utils.get_place_type_with_parent_places_links( + place_dcid) + place_names = place_api.get_i18n_name([place_dcid]) or {} + place_name = place_names.get(place_dcid, place_dcid) + # Place summaries are currently only supported in English + if g.locale == DEFAULT_LOCALE: + place_summary = get_place_summaries(place_dcid).get(place_dcid, + {}).get("summary", "") + else: + place_summary = "" + + return flask.render_template( + 'dev_place.html', + maps_api_key=current_app.config['MAPS_API_KEY'], + place_dcid=place_dcid, + place_name=place_name, + place_type_with_parent_places_links=place_type_with_parent_places_links, + place_summary=place_summary) diff --git a/server/webdriver/shared_tests/place_explorer_test.py b/server/webdriver/shared_tests/place_explorer_test.py index 617e649d50..e7a66b457a 100644 --- a/server/webdriver/shared_tests/place_explorer_test.py +++ b/server/webdriver/shared_tests/place_explorer_test.py @@ -330,4 +330,16 @@ def test_ranking_chart_redirect_link(self): # Check the title text page_title = self.driver.find_element(By.ID, 'place-name').text - self.assertEqual(page_title, place_name_text) \ No newline at end of file + self.assertEqual(page_title, place_name_text) + + def test_dev_place_overview_california(self): + """Ensure experimental dev place page content loads""" + self.driver.get(self.url_ + '/place/geoId/06?force_dev_places=true') + + # For the dev place page, the related places callout is under the + # .related-places-callout div. + related_places_callout_el_present = EC.presence_of_element_located( + (By.CLASS_NAME, 'related-places-callout')) + related_places_callout_el = WebDriverWait( + self.driver, self.TIMEOUT_SEC).until(related_places_callout_el_present) + self.assertEqual(related_places_callout_el.text, 'Places in California') diff --git a/server/webdriver/tests/dev_place_test.py b/server/webdriver/tests/dev_place_test.py deleted file mode 100644 index 7f245d2fe9..0000000000 --- a/server/webdriver/tests/dev_place_test.py +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2024 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -from selenium.webdriver.common.by import By -from selenium.webdriver.support import expected_conditions as EC -from selenium.webdriver.support.ui import WebDriverWait - -from server.webdriver.base import WebdriverBaseTest - - -class TestDevPlacePage(WebdriverBaseTest): - """Tests for (new) Place page.""" - - def test_dev_place_overview_usa(self): - """Ensure place page content loads""" - self.driver.get(self.url_ + '/dev-place/geoId/06') - - # Wait until the related places container has loaded - related_places_callout_el_present = EC.presence_of_element_located( - (By.CLASS_NAME, 'related-places-callout')) - related_places_callout_el = WebDriverWait( - self.driver, self.TIMEOUT_SEC).until(related_places_callout_el_present) - self.assertEqual(related_places_callout_el.text, 'Places in California') diff --git a/static/css/place/dev_place_page.scss b/static/css/place/dev_place_page.scss index 8b3a1a2000..5eed901317 100644 --- a/static/css/place/dev_place_page.scss +++ b/static/css/place/dev_place_page.scss @@ -14,7 +14,7 @@ * limitations under the License. */ -/** Styles for /dev-place/ pages */ +/** Styles for dev /place/ pages */ @use "../base.scss"; @use "../explore"; diff --git a/static/js/place/dev_place_main.tsx b/static/js/place/dev_place_main.tsx index ce5772a005..16e3db0151 100644 --- a/static/js/place/dev_place_main.tsx +++ b/static/js/place/dev_place_main.tsx @@ -193,9 +193,11 @@ const PlaceHeader = (props: { * @returns Navigation component with topic tabs */ const PlaceTopicTabs = ({ + forceDevPlaces, category, place, }: { + forceDevPlaces: boolean; category: string; place: NamedTypedPlace; }) => { @@ -209,7 +211,9 @@ const PlaceTopicTabs = ({ className={`item-list-text ${ category === "Overview" ? "selected" : "" }`} - href={`/dev-place/${place.dcid}`} + href={`/place/${place.dcid}${ + forceDevPlaces ? "?force_dev_places=true" : "" + }`} > Overview @@ -219,7 +223,9 @@ const PlaceTopicTabs = ({ className={`item-list-text ${ category === "Economics" ? "selected" : "" }`} - href={`/dev-place/${place.dcid}?category=Economics`} + href={`/place/${place.dcid}?category=Economics${ + forceDevPlaces ? "&force_dev_places=true" : "" + }`} > Economics @@ -229,7 +235,9 @@ const PlaceTopicTabs = ({ className={`item-list-text ${ category === "Health" ? "selected" : "" }`} - href={`/dev-place/${place.dcid}?category=Health`} + href={`/place/${place.dcid}?category=Health${ + forceDevPlaces ? "&force_dev_places=true" : "" + }`} > Health @@ -239,7 +247,9 @@ const PlaceTopicTabs = ({ className={`item-list-text ${ category === "Equity" ? "selected" : "" }`} - href={`/dev-place/${place.dcid}?category=Equity`} + href={`/place/${place.dcid}?category=Equity${ + forceDevPlaces ? "&force_dev_places=true" : "" + }`} > Equity @@ -249,7 +259,9 @@ const PlaceTopicTabs = ({ className={`item-list-text ${ category === "Demographics" ? "selected" : "" }`} - href={`/dev-place/${place.dcid}?category=Demographics`} + href={`/place/${place.dcid}?category=Demographics${ + forceDevPlaces ? "&force_dev_places=true" : "" + }`} > Demographics @@ -259,7 +271,9 @@ const PlaceTopicTabs = ({ className={`item-list-text ${ category === "Environment" ? "selected" : "" }`} - href={`/dev-place/${place.dcid}?category=Environment`} + href={`/place/${place.dcid}?category=Environment${ + forceDevPlaces ? "&force_dev_places=true" : "" + }`} > Environment @@ -269,7 +283,9 @@ const PlaceTopicTabs = ({ className={`item-list-text ${ category === "Energy" ? "selected" : "" }`} - href={`/dev-place/${place.dcid}?category=Energy`} + href={`/place/${place.dcid}?category=Energy${ + forceDevPlaces ? "&force_dev_places=true" : "" + }`} > Energy @@ -406,7 +422,7 @@ const RelatedPlaces = (props: {
{childPlaces.map((place) => ( @@ -467,6 +483,7 @@ export const DevPlaceMain = () => { const urlParams = new URLSearchParams(window.location.search); const category = urlParams.get("category") || "Overview"; + const forceDevPlaces = urlParams.get("force_dev_places") === "true"; /** * On initial load, get place metadata from the page's metadata element @@ -529,7 +546,11 @@ export const DevPlaceMain = () => { place={place} placeSubheader={placeSubheader} /> - + Date: Mon, 9 Dec 2024 10:04:03 -0800 Subject: [PATCH 13/31] Create script to generate topic cache from mcf. (#4775) --- tools/sdg/topics/README.md | 13 + tools/sdg/topics/generate_topic_cache.py | 243 + tools/sdg/topics/generate_topic_cache.sh | 21 + tools/sdg/topics/sdg_topic_cache.json | 38143 +++++++++++++++++++++ tools/sdg/topics/sdg_topics.mcf | 11995 +++++++ tools/sdg/topics/sheets_svs.csv | 681 + 6 files changed, 51096 insertions(+) create mode 100644 tools/sdg/topics/generate_topic_cache.py create mode 100755 tools/sdg/topics/generate_topic_cache.sh create mode 100644 tools/sdg/topics/sdg_topic_cache.json create mode 100644 tools/sdg/topics/sdg_topics.mcf create mode 100644 tools/sdg/topics/sheets_svs.csv diff --git a/tools/sdg/topics/README.md b/tools/sdg/topics/README.md index 89769911f1..70745ee70d 100644 --- a/tools/sdg/topics/README.md +++ b/tools/sdg/topics/README.md @@ -39,3 +39,16 @@ To run it: export DC_API_KEY= python3 enum_topics.py ``` + + +## Generate Topic Cache + +Generates topic cache JSON and NL sentences CSV from an input MCF file with Topic and StatVarPeerGroup nodes. + +> NOTE: The core topics script takes a CSV and generates the MCF, JSON and CSV. This script takes a MCF and generates the JSON and CSV. + +To run it: + +```bash +./generate_topic_cache.sh +``` \ No newline at end of file diff --git a/tools/sdg/topics/generate_topic_cache.py b/tools/sdg/topics/generate_topic_cache.py new file mode 100644 index 0000000000..5f21f3c4e5 --- /dev/null +++ b/tools/sdg/topics/generate_topic_cache.py @@ -0,0 +1,243 @@ +# Copyright 2024 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +""" +Given a topics mcf, this script generates a topic cache json and a NL descriptions CSV. +""" + +import csv +from dataclasses import dataclass +from dataclasses import field +import json +import logging + +from absl import app +from absl import flags +import requests + +PARSER = 'mcf_parser.py' +PARSER_URL = f'https://raw.githubusercontent.com/datacommonsorg/import/master/simple/kg_util/{PARSER}' + +_ID = 'ID' +_DCID = 'dcid' + +_PREDICATE_TYPE_OF = "typeOf" +_PREDICATE_NAME = "name" +_PREDICATE_SEARCH_DESCRIPTION = "searchDescription" +_PREDICATE_RELEVANT_VARIABLE = "relevantVariable" +_PREDICATE_RELEVANT_VARIABLE_LIST = "relevantVariableList" +_PREDICATE_MEMBER = "member" +_PREDICATE_MEMBER_LIST = "memberList" +_TYPE_TOPIC = 'Topic' + +_DCID_COL = "dcid" +_SENTENCE_COL = "sentence" +_SENTENCE_SEPARATOR = ";" + +FLAGS = flags.FLAGS + +flags.DEFINE_string('topics_mcf_file', 'sdg_topics.mcf', + 'MCF file that the topic nodes are read from') +flags.DEFINE_string('topic_cache_file', 'sdg_topic_cache.json', + 'JSON file that the topic cache is written to') +flags.DEFINE_string('topic_sentences_file', 'sheets_svs.csv', + 'CSV file that the topic sentences are written to') + +logging.getLogger().setLevel(logging.INFO) + + +@dataclass +class Triple: + subject_id: str + predicate: str + object_id: str = "" + object_value: str = "" + + +@dataclass +class TopicCacheNode: + dcid: str + types: list[str] = field(default_factory=list) + names: list[str] = field(default_factory=list) + relevantVariables: list[str] = field(default_factory=list) + members: list[str] = field(default_factory=list) + + def _csv_to_list(self, csv: str) -> list[str]: + return [item.strip() for item in csv.split(',')] + + def maybe_add(self, triple: Triple): + if triple.predicate == _PREDICATE_TYPE_OF: + self.types.append(triple.object_id) + elif triple.predicate == _PREDICATE_NAME: + self.names.append(triple.object_value) + elif triple.predicate == _PREDICATE_RELEVANT_VARIABLE: + self.relevantVariables.append(triple.object_id) + elif triple.predicate == _PREDICATE_RELEVANT_VARIABLE_LIST: + self.relevantVariables.extend(self._csv_to_list(triple.object_value)) + elif triple.predicate == _PREDICATE_MEMBER: + self.members.append(triple.object_id) + elif triple.predicate == _PREDICATE_MEMBER_LIST: + self.members.extend(self._csv_to_list(triple.object_value)) + + def json(self) -> dict[str, any]: + result: dict[str, any] = {} + result["dcid"] = [self.dcid] + if self.types: + result["typeOf"] = self.types + if self.names: + result["name"] = self.names + if self.relevantVariables: + result["relevantVariableList"] = self.relevantVariables + if self.members: + result["memberList"] = self.members + return result + + +@dataclass +class SentenceCandidates: + name: str = "" + searchDescriptions: list[str] = field(default_factory=list) + + def maybe_add(self, triple: Triple): + if triple.predicate == _PREDICATE_SEARCH_DESCRIPTION: + self.searchDescriptions.append(triple.object_value) + elif triple.predicate == _PREDICATE_NAME: + self.name = triple.object_value + + def sentences(self) -> str: + sentences: list[str] = [] + + if self.searchDescriptions: + sentences = self.searchDescriptions + elif self.name: + sentences = [self.name] + + return _SENTENCE_SEPARATOR.join(sentences) + + +def generate_nl_sentences(triples: list[Triple], topic_sentences_file: str): + """Generates NL sentences based on name and searchDescription triples. + + This method should only be called for triples of types for which NL sentences + should be generated. Currently it is Topic. + + This method does not do the type checks itself and the onus is on the caller + to filter triples. + + The dcids and sentences are written to a CSV using the specified File. + """ + + dcid2candidates: dict[str, SentenceCandidates] = {} + for triple in triples: + dcid2candidates.setdefault(triple.subject_id, + SentenceCandidates()).maybe_add(triple) + + rows = [] + for dcid, candidates in dcid2candidates.items(): + sentences = candidates.sentences() + if not sentences: + logging.warning("No NL sentences generated for DCID: %s", dcid) + continue + rows.append({_DCID_COL: dcid, _SENTENCE_COL: sentences}) + + logging.info("Writing %s NL sentences to: %s", len(rows), + topic_sentences_file) + + with open(topic_sentences_file, 'w', newline='') as fw: + writer = csv.DictWriter(fw, fieldnames=[_DCID_COL, _SENTENCE_COL]) + writer.writeheader() + writer.writerows(rows) + + +def generate_topic_cache(triples: list[Triple], topic_cache_file: str): + """Generates topic cache based on Topic and StatVarPeerGroup triples. + + This method should only be called for triples of types for which topic cache + should be generated (Topic and StatVarPeerGroup). + + This method does not do the type checks itself and the onus is on the caller + to filter triples. + + The topic cache is written to the specified topic_cache_file. + """ + + dcid2nodes: dict[str, TopicCacheNode] = {} + for triple in triples: + dcid2nodes.setdefault(triple.subject_id, + TopicCacheNode(triple.subject_id)).maybe_add(triple) + + nodes = [] + for node in dcid2nodes.values(): + nodes.append(node.json()) + + result = {"nodes": nodes} + logging.info("Writing %s topic cache nodes to: %s", len(nodes), + topic_cache_file) + with open(topic_cache_file, 'w') as fw: + json.dump(result, fw, indent=1) + + +def mcf_to_triples(mcf_file: str) -> list[Triple]: + with open(PARSER, 'w') as fw: + fw.write(requests.get(PARSER_URL).text) + import mcf_parser as mcflib + + parser_triples: list[list[str]] = [] + # DCID references + local2dcid: dict[str, str] = {} + with open(mcf_file, 'r') as f: + for parser_triple in mcflib.mcf_to_triples(f): + [subject_id, predicate, value, _] = parser_triple + if predicate == _DCID: + local2dcid[subject_id] = value + else: + parser_triples.append(parser_triple) + + triples = list(map(lambda x: _to_triple(x, local2dcid), parser_triples)) + + logging.info("Read %s triples from: %s", len(triples), mcf_file) + return triples + + +def _to_triple(parser_triple: list[str], local2dcid: dict[str, str]) -> Triple: + [subject_id, _predicate, value, value_type] = parser_triple + + if subject_id not in local2dcid: + raise ValueError(f"dcid not specified for node: {subject_id}") + + subject_id = local2dcid[subject_id] + if value_type == _ID: + return Triple(subject_id, _predicate, object_id=value) + else: + return Triple(subject_id, _predicate, object_value=value) + + +def _filter_triples_by_type(triples: list[Triple], + type_of: str) -> list[Triple]: + filter_dcids = set() + for triple in triples: + if triple.predicate == _PREDICATE_TYPE_OF and triple.object_id == type_of: + filter_dcids.add(triple.subject_id) + + return list(filter(lambda triple: triple.subject_id in filter_dcids, triples)) + + +def main(_): + triples = mcf_to_triples(FLAGS.topics_mcf_file) + generate_topic_cache(triples, FLAGS.topic_cache_file) + topic_triples = _filter_triples_by_type(triples, _TYPE_TOPIC) + generate_nl_sentences(topic_triples, FLAGS.topic_sentences_file) + + +if __name__ == "__main__": + app.run(main) diff --git a/tools/sdg/topics/generate_topic_cache.sh b/tools/sdg/topics/generate_topic_cache.sh new file mode 100755 index 0000000000..33f86df2d1 --- /dev/null +++ b/tools/sdg/topics/generate_topic_cache.sh @@ -0,0 +1,21 @@ +#!/bin/bash +# Copyright 2024 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +set -e + +python3 -m venv .env +source .env/bin/activate +pip3 install -r requirements.txt +python3 generate_topic_cache.py "$@" diff --git a/tools/sdg/topics/sdg_topic_cache.json b/tools/sdg/topics/sdg_topic_cache.json new file mode 100644 index 0000000000..09517c9f94 --- /dev/null +++ b/tools/sdg/topics/sdg_topic_cache.json @@ -0,0 +1,38143 @@ +{ + "nodes": [ + { + "dcid": [ + "dc/svpg/SDGAG_FLS_INDEX.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Global food loss index" + ], + "memberList": [ + "sdg/AG_FLS_INDEX" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_FLS_PCT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Food loss percentage" + ], + "memberList": [ + "sdg/AG_FLS_PCT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_FOOD_WST.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Food waste" + ], + "memberList": [ + "sdg/AG_FOOD_WST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_FOOD_WST.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Food waste by Sector" + ], + "memberList": [ + "sdg/AG_FOOD_WST.FOOD_WASTE_SECTOR--FWS_HHS", + "sdg/AG_FOOD_WST.FOOD_WASTE_SECTOR--FWS_OOHC", + "sdg/AG_FOOD_WST.FOOD_WASTE_SECTOR--FWS_RTL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_FOOD_WST_PC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Food waste per capita" + ], + "memberList": [ + "sdg/AG_FOOD_WST_PC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_FOOD_WST_PC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Food waste per capita by Sector" + ], + "memberList": [ + "sdg/AG_FOOD_WST_PC.FOOD_WASTE_SECTOR--FWS_HHS", + "sdg/AG_FOOD_WST_PC.FOOD_WASTE_SECTOR--FWS_OOHC", + "sdg/AG_FOOD_WST_PC.FOOD_WASTE_SECTOR--FWS_RTL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_FPA_CFPI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Indicator of Food Price Anomalies (IFPA) by Consumer Price Index of Food" + ], + "memberList": [ + "sdg/AG_FPA_CFPI" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_FPA_COMM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Indicator of Food Price Anomalies (IFPA) by Product" + ], + "memberList": [ + "sdg/AG_FPA_COMM.PRODUCT--CPC2_1_0111", + "sdg/AG_FPA_COMM.PRODUCT--CPC2_1_0112", + "sdg/AG_FPA_COMM.PRODUCT--CPC2_1_0113", + "sdg/AG_FPA_COMM.PRODUCT--CPC2_1_0114", + "sdg/AG_FPA_COMM.PRODUCT--CPC2_1_0118" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_FPA_HMFP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries recording abnormally high or moderately high food prices", + "according to the Indicator of Food Price Anomalies" + ], + "memberList": [ + "sdg/AG_FPA_HMFP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_FPA_HMFP.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries recording abnormally high or moderately high food prices", + "according to the Indicator of Food Price Anomalies by Price severity level" + ], + "memberList": [ + "sdg/AG_FPA_HMFP.PRICE_LEVEL_SEVERITY--SPL_A", + "sdg/AG_FPA_HMFP.PRICE_LEVEL_SEVERITY--SPL_M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_AGRBIO.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of use of agro-biodiversity supportive practices" + ], + "memberList": [ + "sdg/AG_LND_AGRBIO" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_AGRWAG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of wage rate in agriculture" + ], + "memberList": [ + "sdg/AG_LND_AGRWAG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_DGRD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of land that is degraded over total land area" + ], + "memberList": [ + "sdg/AG_LND_DGRD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_FERTMG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of management of fertilizers" + ], + "memberList": [ + "sdg/AG_LND_FERTMG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_FIES.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of food security" + ], + "memberList": [ + "sdg/AG_LND_FIES" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_FOVH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of farm output value per hectare" + ], + "memberList": [ + "sdg/AG_LND_FOVH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_FRST.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Forest area as a proportion of total land area" + ], + "memberList": [ + "sdg/AG_LND_FRST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_FRSTBIOPHA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Above-ground biomass in forest" + ], + "memberList": [ + "sdg/AG_LND_FRSTBIOPHA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_FRSTCERT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Forest area certified under an independently verified certification scheme" + ], + "memberList": [ + "sdg/AG_LND_FRSTCERT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_FRSTCHG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Annual forest area change rate" + ], + "memberList": [ + "sdg/AG_LND_FRSTCHG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_FRSTMGT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of forest area with a long-term management plan" + ], + "memberList": [ + "sdg/AG_LND_FRSTMGT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_FRSTN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Forest area" + ], + "memberList": [ + "sdg/AG_LND_FRSTN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_FRSTPRCT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of forest area within legally established protected areas" + ], + "memberList": [ + "sdg/AG_LND_FRSTPRCT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_H2OAVAIL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of variation in water availability" + ], + "memberList": [ + "sdg/AG_LND_H2OAVAIL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_LNDSTR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of secure tenure rights to agricultural land" + ], + "memberList": [ + "sdg/AG_LND_LNDSTR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_NFI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of net farm income" + ], + "memberList": [ + "sdg/AG_LND_NFI" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_PSTCDSMG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of management of pesticides" + ], + "memberList": [ + "sdg/AG_LND_PSTCDSMG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_RMM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of risk mitigation mechanisms" + ], + "memberList": [ + "sdg/AG_LND_RMM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_SDGRD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of soil degradation" + ], + "memberList": [ + "sdg/AG_LND_SDGRD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_SUST.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of agricultural area under productive and sustainable agriculture" + ], + "memberList": [ + "sdg/AG_LND_SUST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_SUST_PRXCSS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Progress toward productive and sustainable agriculture", + "current status score (proxy)" + ], + "memberList": [ + "sdg/AG_LND_SUST_PRXCSS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_SUST_PRXTS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Progress toward productive and sustainable agriculture", + "trend score (proxy)" + ], + "memberList": [ + "sdg/AG_LND_SUST_PRXTS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_LND_TOTL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Land area" + ], + "memberList": [ + "sdg/AG_LND_TOTL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_PRD_AGVAS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Agriculture value added share of GDP" + ], + "memberList": [ + "sdg/AG_PRD_AGVAS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_PRD_FIESMS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Prevalence of moderate or severe food insecurity in the population" + ], + "memberList": [ + "sdg/AG_PRD_FIESMS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_PRD_FIESMS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Prevalence of moderate or severe food insecurity in the population (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/AG_PRD_FIESMS.AGE--Y_GE15__SEX--F", + "sdg/AG_PRD_FIESMS.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_PRD_FIESMS.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Prevalence of moderate or severe food insecurity in the population (15 years old and over) by Type of location" + ], + "memberList": [ + "sdg/AG_PRD_FIESMS.AGE--Y_GE15__URBANIZATION--R", + "sdg/AG_PRD_FIESMS.AGE--Y_GE15__URBANIZATION--TSUB", + "sdg/AG_PRD_FIESMS.AGE--Y_GE15__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_PRD_FIESMSN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Population in moderate or severe food insecurity" + ], + "memberList": [ + "sdg/AG_PRD_FIESMSN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_PRD_FIESMSN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Population in moderate or severe food insecurity (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/AG_PRD_FIESMSN.AGE--Y_GE15__SEX--F", + "sdg/AG_PRD_FIESMSN.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_PRD_FIESS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Prevalence of severe food insecurity in the population" + ], + "memberList": [ + "sdg/AG_PRD_FIESS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_PRD_FIESS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Prevalence of severe food insecurity in the population (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/AG_PRD_FIESS.AGE--Y_GE15__SEX--F", + "sdg/AG_PRD_FIESS.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_PRD_FIESS.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Prevalence of severe food insecurity in the population (15 years old and over) by Type of location" + ], + "memberList": [ + "sdg/AG_PRD_FIESS.AGE--Y_GE15__URBANIZATION--R", + "sdg/AG_PRD_FIESS.AGE--Y_GE15__URBANIZATION--TSUB", + "sdg/AG_PRD_FIESS.AGE--Y_GE15__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_PRD_FIESSN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Population in severe food insecurity" + ], + "memberList": [ + "sdg/AG_PRD_FIESSN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_PRD_FIESSN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Population in severe food insecurity (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/AG_PRD_FIESSN.AGE--Y_GE15__SEX--F", + "sdg/AG_PRD_FIESSN.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_PRD_ORTIND.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Agriculture orientation index for government expenditures" + ], + "memberList": [ + "sdg/AG_PRD_ORTIND" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_PRD_XSUBDY.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Agricultural export subsidies" + ], + "memberList": [ + "sdg/AG_PRD_XSUBDY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGAG_XPD_AGSGB.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Agriculture share of Government Expenditure" + ], + "memberList": [ + "sdg/AG_XPD_AGSGB" + ] + }, + { + "dcid": [ + "dc/svpg/SDGBN_CAB_XOKA_GD_ZS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Current account balance as a proportion of GDP" + ], + "memberList": [ + "sdg/BN_CAB_XOKA_GD_ZS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGBN_KLT_PTXL_CD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Portfolio investment", + "net (Balance of Payments)" + ], + "memberList": [ + "sdg/BN_KLT_PTXL_CD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGBX_KLT_DINV_WD_GD_ZS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Foreign direct investment", + "net inflows", + "as a proportion of GDP" + ], + "memberList": [ + "sdg/BX_KLT_DINV_WD_GD_ZS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGBX_TRF_PWKR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Volume of remittances as a proportion of total GDP" + ], + "memberList": [ + "sdg/BX_TRF_PWKR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ENVTECH_EXP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Amount of tracked exported Environmentally Sound Technologies" + ], + "memberList": [ + "sdg/DC_ENVTECH_EXP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ENVTECH_IMP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Amount of tracked imported Environmentally Sound Technologies" + ], + "memberList": [ + "sdg/DC_ENVTECH_IMP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ENVTECH_INV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total investment in Environment Sound Technologies" + ], + "memberList": [ + "sdg/DC_ENVTECH_INV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ENVTECH_INV.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total investment in Environment Sound Technologies by Major division of ISIC Rev. 4" + ], + "memberList": [ + "sdg/DC_ENVTECH_INV.ECONOMIC_ACTIVITY--ISIC4_A", + "sdg/DC_ENVTECH_INV.ECONOMIC_ACTIVITY--ISIC4_B", + "sdg/DC_ENVTECH_INV.ECONOMIC_ACTIVITY--ISIC4_C", + "sdg/DC_ENVTECH_INV.ECONOMIC_ACTIVITY--ISIC4_D", + "sdg/DC_ENVTECH_INV.ECONOMIC_ACTIVITY--ISIC4_E", + "sdg/DC_ENVTECH_INV.ECONOMIC_ACTIVITY--ISIC4_F", + "sdg/DC_ENVTECH_INV.ECONOMIC_ACTIVITY--ISIC4_H", + "sdg/DC_ENVTECH_INV.ECONOMIC_ACTIVITY--ISIC4_S" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ENVTECH_REXP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Amount of tracked re-exported Environmentally Sound Technologies" + ], + "memberList": [ + "sdg/DC_ENVTECH_REXP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ENVTECH_RIMP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Amount of tracked re-imported Environmentally Sound Technologies" + ], + "memberList": [ + "sdg/DC_ENVTECH_RIMP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ENVTECH_TT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total trade of tracked Environmentally Sound Technologies" + ], + "memberList": [ + "sdg/DC_ENVTECH_TT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_FIN_CLIMB.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Climate-specific financial support provided via bilateral", + "regional and other channels" + ], + "memberList": [ + "sdg/DC_FIN_CLIMB" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_FIN_CLIMB.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Climate-specific financial support provided via bilateral", + "regional and other channels by Type of support" + ], + "memberList": [ + "sdg/DC_FIN_CLIMB.CLIMATE_FINANCIAL_SUPPORT--TOS_ADAPTATION", + "sdg/DC_FIN_CLIMB.CLIMATE_FINANCIAL_SUPPORT--TOS_CROSS_CUTTING", + "sdg/DC_FIN_CLIMB.CLIMATE_FINANCIAL_SUPPORT--TOS_MITIGATION", + "sdg/DC_FIN_CLIMB.CLIMATE_FINANCIAL_SUPPORT--TOS_OTHER" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_FIN_CLIMM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Climate-specific financial support provided via multilateral channels" + ], + "memberList": [ + "sdg/DC_FIN_CLIMM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_FIN_CLIMM.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Climate-specific financial support provided via multilateral channels by Type of support" + ], + "memberList": [ + "sdg/DC_FIN_CLIMM.CLIMATE_FINANCIAL_SUPPORT--TOS_ADAPTATION", + "sdg/DC_FIN_CLIMM.CLIMATE_FINANCIAL_SUPPORT--TOS_CROSS_CUTTING", + "sdg/DC_FIN_CLIMM.CLIMATE_FINANCIAL_SUPPORT--TOS_MITIGATION", + "sdg/DC_FIN_CLIMM.CLIMATE_FINANCIAL_SUPPORT--TOS_OTHER" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_FIN_CLIMT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total climate-specific financial support provided" + ], + "memberList": [ + "sdg/DC_FIN_CLIMT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_FIN_GEN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Core/general contributions provided to multilateral institutions" + ], + "memberList": [ + "sdg/DC_FIN_GEN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_FIN_TOT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total financial support provided" + ], + "memberList": [ + "sdg/DC_FIN_TOT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_FTA_TOTAL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total official development assistance (gross disbursement) for technical cooperation" + ], + "memberList": [ + "sdg/DC_FTA_TOTAL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ODA_BDVDL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total outbound official development assistance for biodiversity" + ], + "memberList": [ + "sdg/DC_ODA_BDVDL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ODA_BDVL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total inbound official development assistance for biodiversity" + ], + "memberList": [ + "sdg/DC_ODA_BDVL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ODA_LDCG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Net outbound official development assistance (ODA) to LDCs as a percentage of OECD-DAC donors' GNI" + ], + "memberList": [ + "sdg/DC_ODA_LDCG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ODA_LDCS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Net inbound official development assistance (ODA) to LDCs from OECD-DAC countries" + ], + "memberList": [ + "sdg/DC_ODA_LDCS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ODA_LLDC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Net outbound official development assistance (ODA) to landlocked developing countries from OECD-DAC countries" + ], + "memberList": [ + "sdg/DC_ODA_LLDC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ODA_LLDCG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Net outbound official development assistance (ODA) to landlocked developing countries as a percentage of OECD-DAC donors' GNI" + ], + "memberList": [ + "sdg/DC_ODA_LLDCG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ODA_POVDLG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Outbound official development assistance grants for poverty reduction", + "as percentage of GNI" + ], + "memberList": [ + "sdg/DC_ODA_POVDLG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ODA_POVG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Official development assistance grants for poverty reduction (percentage of GNI)" + ], + "memberList": [ + "sdg/DC_ODA_POVG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ODA_POVLG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Inbound official development assistance grants for poverty reduction", + "as a percentage of GNI" + ], + "memberList": [ + "sdg/DC_ODA_POVLG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ODA_SIDS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Net outbound official development assistance (ODA) to small island states (SIDS) from OECD-DAC countries" + ], + "memberList": [ + "sdg/DC_ODA_SIDS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ODA_SIDSG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Net outbound official development assistance (ODA) to small island states (SIDS) as a percentage of OECD-DAC donors' GNI" + ], + "memberList": [ + "sdg/DC_ODA_SIDSG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ODA_TOTG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Net outbound official development assistance (ODA) as a percentage of OECD-DAC donors' GNI" + ], + "memberList": [ + "sdg/DC_ODA_TOTG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ODA_TOTGGE.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Outbound official development assistance (ODA) as a percentage of OECD-DAC donors' GNI on grant equivalent basis" + ], + "memberList": [ + "sdg/DC_ODA_TOTGGE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ODA_TOTL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Net outbound official development assistance (ODA) from OECD-DAC countries" + ], + "memberList": [ + "sdg/DC_ODA_TOTL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_ODA_TOTLGE.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Outbound official development assistance (ODA) from OECD-DAC countries on grant equivalent basis" + ], + "memberList": [ + "sdg/DC_ODA_TOTLGE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_OSSD_GRT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Gross receipts by developing countries of official sustainable development grants" + ], + "memberList": [ + "sdg/DC_OSSD_GRT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_OSSD_MPF.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Gross receipts by developing countries of mobilised private finance (MPF) - on an experimental basis" + ], + "memberList": [ + "sdg/DC_OSSD_MPF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_OSSD_OFFCL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Gross receipts by developing countries of official concessional sustainable development loans" + ], + "memberList": [ + "sdg/DC_OSSD_OFFCL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_OSSD_OFFNL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Gross receipts by developing countries of official non-concessional sustainable development loans" + ], + "memberList": [ + "sdg/DC_OSSD_OFFNL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_OSSD_PRVGRT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Gross receipts by developing countries of private grants" + ], + "memberList": [ + "sdg/DC_OSSD_PRVGRT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_TOF_AGRL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total inbound official flows (disbursements) for agriculture" + ], + "memberList": [ + "sdg/DC_TOF_AGRL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_TOF_HLTHL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total inbound official development assistance to medical research and basic health sectors", + "gross disbursement" + ], + "memberList": [ + "sdg/DC_TOF_HLTHL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_TOF_HLTHNT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total inbound official development assistance to medical research and basic health sectors", + "net disbursement" + ], + "memberList": [ + "sdg/DC_TOF_HLTHNT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_TOF_INFRAL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total inbound official flows for infrastructure" + ], + "memberList": [ + "sdg/DC_TOF_INFRAL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_TOF_SCHIPSL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total inbound official flows for scholarships" + ], + "memberList": [ + "sdg/DC_TOF_SCHIPSL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_TOF_TRDCMDL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total outbound official flows (commitments) for Aid for Trade" + ], + "memberList": [ + "sdg/DC_TOF_TRDCMDL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_TOF_TRDCML.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total inbound official flows (commitments) for Aid for Trade" + ], + "memberList": [ + "sdg/DC_TOF_TRDCML" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_TOF_TRDDBMDL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total outbound official flows (disbursement) for Aid for Trade" + ], + "memberList": [ + "sdg/DC_TOF_TRDDBMDL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_TOF_TRDDBML.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total inbound official flows (disbursement) for Aid for Trade" + ], + "memberList": [ + "sdg/DC_TOF_TRDDBML" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_TOF_WASHL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total inbound official development assistance (gross disbursement) for water supply and sanitation" + ], + "memberList": [ + "sdg/DC_TOF_WASHL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_TRF_TFDV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total inbound resource flows for development" + ], + "memberList": [ + "sdg/DC_TRF_TFDV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_TRF_TOTDL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total outbound assistance for development" + ], + "memberList": [ + "sdg/DC_TRF_TOTDL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDC_TRF_TOTL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total inbound assistance for development" + ], + "memberList": [ + "sdg/DC_TRF_TOTL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDI_ILL_IN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total value of inward illicit financial flows by Type of flow" + ], + "memberList": [ + "sdg/DI_ILL_IN.ILLICIT_FINANCIAL_FLOWS--ETF_TIP", + "sdg/DI_ILL_IN.ILLICIT_FINANCIAL_FLOWS--ILM_DRG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDI_ILL_OUT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total value of outward illicit financial flows by Type of flow" + ], + "memberList": [ + "sdg/DI_ILL_OUT.ILLICIT_FINANCIAL_FLOWS--ILM_DRG", + "sdg/DI_ILL_OUT.ILLICIT_FINANCIAL_FLOWS--ILM_SOM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDP_DOD_DLD2_CR_CG_Z1.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Gross public sector debt", + "Central Government", + "as a proportion of GDP" + ], + "memberList": [ + "sdg/DP_DOD_DLD2_CR_CG_Z1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDT_DOD_DECT_GN_ZS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "External debt stocks as a proportion of GNI" + ], + "memberList": [ + "sdg/DT_DOD_DECT_GN_ZS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGDT_TDS_DECT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Debt service as a proportion of exports of goods and services" + ], + "memberList": [ + "sdg/DT_TDS_DECT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEG_ACS_ELEC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population with access to electricity" + ], + "memberList": [ + "sdg/EG_ACS_ELEC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEG_ACS_ELEC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population with access to electricity by Type of location" + ], + "memberList": [ + "sdg/EG_ACS_ELEC.URBANIZATION--R", + "sdg/EG_ACS_ELEC.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEG_EGY_CLEAN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population with primary reliance on clean fuels and technology" + ], + "memberList": [ + "sdg/EG_EGY_CLEAN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEG_EGY_CLEAN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population with primary reliance on clean fuels and technology by Type of location" + ], + "memberList": [ + "sdg/EG_EGY_CLEAN.URBANIZATION--R", + "sdg/EG_EGY_CLEAN.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEG_EGY_PRIM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Energy intensity level of primary energy" + ], + "memberList": [ + "sdg/EG_EGY_PRIM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEG_EGY_RNEW.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Installed renewable\u00a0electricity-generating capacity" + ], + "memberList": [ + "sdg/EG_EGY_RNEW" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEG_EGY_RNEW.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Installed renewable\u00a0electricity-generating capacity by Type of renewable technology" + ], + "memberList": [ + "sdg/EG_EGY_RNEW.RENEWABLE_TECHNOLOGY--BIOENERGY", + "sdg/EG_EGY_RNEW.RENEWABLE_TECHNOLOGY--GEOTHERMAL", + "sdg/EG_EGY_RNEW.RENEWABLE_TECHNOLOGY--HYDROPOWER", + "sdg/EG_EGY_RNEW.RENEWABLE_TECHNOLOGY--MARINE", + "sdg/EG_EGY_RNEW.RENEWABLE_TECHNOLOGY--SOLAR", + "sdg/EG_EGY_RNEW.RENEWABLE_TECHNOLOGY--WIND" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEG_FEC_RNEW.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Share of renewable energy in the total final energy consumption" + ], + "memberList": [ + "sdg/EG_FEC_RNEW" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEG_IFF_RANDN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "International financial flows to developing countries in support of clean energy research and development and renewable energy production", + "including in hybrid systems" + ], + "memberList": [ + "sdg/EG_IFF_RANDN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEG_IFF_RANDN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "International financial flows to developing countries in support of clean energy research and development and renewable energy production", + "including in hybrid systems by Type of renewable technology" + ], + "memberList": [ + "sdg/EG_IFF_RANDN.RENEWABLE_TECHNOLOGY--BIOENERGY", + "sdg/EG_IFF_RANDN.RENEWABLE_TECHNOLOGY--GEOTHERMAL", + "sdg/EG_IFF_RANDN.RENEWABLE_TECHNOLOGY--HYDROPOWER", + "sdg/EG_IFF_RANDN.RENEWABLE_TECHNOLOGY--MARINE", + "sdg/EG_IFF_RANDN.RENEWABLE_TECHNOLOGY--MULTIPLE", + "sdg/EG_IFF_RANDN.RENEWABLE_TECHNOLOGY--SOLAR", + "sdg/EG_IFF_RANDN.RENEWABLE_TECHNOLOGY--WIND" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEG_TBA_H2CO.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of transboundary basins (river and lake basins and aquifers) with an operational arrangement for water cooperation" + ], + "memberList": [ + "sdg/EG_TBA_H2CO" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEG_TBA_H2COAQ.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of transboundary aquifers with an operational arrangement for water cooperation" + ], + "memberList": [ + "sdg/EG_TBA_H2COAQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEG_TBA_H2CORL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of transboundary river and lake basins with an operational arrangement for water cooperation" + ], + "memberList": [ + "sdg/EG_TBA_H2CORL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_ACS_URB_OPENSP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average share of urban population with convenient access to open public spaces" + ], + "memberList": [ + "sdg/EN_ACS_URB_OPENSP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_ADAP_COM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries with adaptation communications by Report" + ], + "memberList": [ + "sdg/EN_ADAP_COM.REPORT_ORDINAL--FIRST", + "sdg/EN_ADAP_COM.REPORT_ORDINAL--SECOND" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_ADAP_COM_DV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of least developed countries and small island developing States with adaptation communications by Report" + ], + "memberList": [ + "sdg/EN_ADAP_COM_DV.REPORT_ORDINAL--FIRST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_ATM_CO2.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Carbon dioxide emissions from fuel combustion" + ], + "memberList": [ + "sdg/EN_ATM_CO2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_ATM_CO2.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Carbon dioxide emissions from fuel combustion" + ], + "memberList": [ + "sdg/EN_ATM_CO2.ECONOMIC_ACTIVITY--ISIC4_C10T32X19" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_ATM_CO2GDP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Carbon dioxide emissions per unit of GDP at purchaning power parity rates" + ], + "memberList": [ + "sdg/EN_ATM_CO2GDP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_ATM_CO2MVA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Carbon dioxide emissions from manufacturing industries per unit of manufacturing value added by Major division of ISIC Rev. 4" + ], + "memberList": [ + "sdg/EN_ATM_CO2MVA.ECONOMIC_ACTIVITY--ISIC4_C" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_ATM_GHGT_AIP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total greenhouse gas emissions (excluding land use", + "land-use changes and forestry) for Annex I Parties to the United Nations Framework Convention on Climate Change" + ], + "memberList": [ + "sdg/EN_ATM_GHGT_AIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_ATM_GHGT_NAIP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total greenhouse gas emissions (excluding land use", + "land-use changes and forestry) for non-Annex I Parties to the United Nations Framework Convention on Climate Change" + ], + "memberList": [ + "sdg/EN_ATM_GHGT_NAIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_ATM_PM25.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Annual mean levels of fine particulate matter (population-weighted)" + ], + "memberList": [ + "sdg/EN_ATM_PM25" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_ATM_PM25.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Annual mean levels of fine particulate matter (population-weighted) by Type of location" + ], + "memberList": [ + "sdg/EN_ATM_PM25.URBANIZATION--CITY", + "sdg/EN_ATM_PM25.URBANIZATION--R", + "sdg/EN_ATM_PM25.URBANIZATION--TSUB", + "sdg/EN_ATM_PM25.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_BIUREP_AIP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with biennial reports", + "Annex I Parties to the United Nations Framework Convention on Climate Change by Report" + ], + "memberList": [ + "sdg/EN_BIUREP_AIP.REPORT_ORDINAL--FIFTH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_BIUREP_NAIP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with biennial update reports", + "non-Annex I Parties to the United Nations Framework Convention on Climate Change by Report" + ], + "memberList": [ + "sdg/EN_BIUREP_NAIP.REPORT_ORDINAL--FIFTH", + "sdg/EN_BIUREP_NAIP.REPORT_ORDINAL--FIRST", + "sdg/EN_BIUREP_NAIP.REPORT_ORDINAL--FOURTH", + "sdg/EN_BIUREP_NAIP.REPORT_ORDINAL--SECOND", + "sdg/EN_BIUREP_NAIP.REPORT_ORDINAL--THIRD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_BIUREP_NAIP_DV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Least developed countries and small island developing States with biennial update reports", + "non-Annex I Parties to the United Nations Framework Convention on Climate Change by Report" + ], + "memberList": [ + "sdg/EN_BIUREP_NAIP_DV.REPORT_ORDINAL--FIFTH", + "sdg/EN_BIUREP_NAIP_DV.REPORT_ORDINAL--FIRST", + "sdg/EN_BIUREP_NAIP_DV.REPORT_ORDINAL--FOURTH", + "sdg/EN_BIUREP_NAIP_DV.REPORT_ORDINAL--SECOND", + "sdg/EN_BIUREP_NAIP_DV.REPORT_ORDINAL--THIRD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_EWT_COLLPCAP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Electronic waste collected per capita" + ], + "memberList": [ + "sdg/EN_EWT_COLLPCAP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_EWT_COLLR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of electronic waste that is collected" + ], + "memberList": [ + "sdg/EN_EWT_COLLR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_EWT_COLLV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total electronic waste collected" + ], + "memberList": [ + "sdg/EN_EWT_COLLV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_EWT_GENPCAP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Electronic waste generated per capita" + ], + "memberList": [ + "sdg/EN_EWT_GENPCAP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_EWT_GENV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total electronic waste generated" + ], + "memberList": [ + "sdg/EN_EWT_GENV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_EWT_RCYPCAP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Electronic waste recycled per capita" + ], + "memberList": [ + "sdg/EN_EWT_RCYPCAP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_EWT_RCYR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of electronic waste that is recycled" + ], + "memberList": [ + "sdg/EN_EWT_RCYR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_EWT_RCYV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total electronic waste recycled" + ], + "memberList": [ + "sdg/EN_EWT_RCYV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_H2O_GRAMBQ.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of groundwater bodies with good ambient water quality" + ], + "memberList": [ + "sdg/EN_H2O_GRAMBQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_H2O_OPAMBQ.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of open water bodies with good ambient water quality" + ], + "memberList": [ + "sdg/EN_H2O_OPAMBQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_H2O_RVAMBQ.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of river water bodies with good ambient water quality" + ], + "memberList": [ + "sdg/EN_H2O_RVAMBQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_H2O_WBAMBQ.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of bodies of water with good ambient water quality" + ], + "memberList": [ + "sdg/EN_H2O_WBAMBQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_HAZ_EXP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Hazardous waste exported" + ], + "memberList": [ + "sdg/EN_HAZ_EXP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_HAZ_GENGDP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Hazardous waste generated per unit of GDP" + ], + "memberList": [ + "sdg/EN_HAZ_GENGDP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_HAZ_GENV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Hazardous waste generated" + ], + "memberList": [ + "sdg/EN_HAZ_GENV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_HAZ_IMP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Hazardous waste imported" + ], + "memberList": [ + "sdg/EN_HAZ_IMP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_HAZ_PCAP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Hazardous waste generated", + "per capita" + ], + "memberList": [ + "sdg/EN_HAZ_PCAP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_HAZ_TREATV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Hazardous waste treated by Type of waste treatment" + ], + "memberList": [ + "sdg/EN_HAZ_TREATV.WASTE_TREATMENT--INCINRT", + "sdg/EN_HAZ_TREATV.WASTE_TREATMENT--INCINRT_EGY", + "sdg/EN_HAZ_TREATV.WASTE_TREATMENT--LANDFIL", + "sdg/EN_HAZ_TREATV.WASTE_TREATMENT--LANDFILCTL", + "sdg/EN_HAZ_TREATV.WASTE_TREATMENT--OTHERWM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_HAZ_TRTDISR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of hazardous waste that is treated or disposed" + ], + "memberList": [ + "sdg/EN_HAZ_TRTDISR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_HAZ_TRTDISV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Hazardous waste treated or disposed" + ], + "memberList": [ + "sdg/EN_HAZ_TRTDISV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_LKRV_PWAC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Change in permanent water area of lakes and rivers" + ], + "memberList": [ + "sdg/EN_LKRV_PWAC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_LKRV_PWAN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Permanent water area of lakes and rivers" + ], + "memberList": [ + "sdg/EN_LKRV_PWAN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_LKRV_PWAP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Permanent water area of lakes and rivers as a proportion of total land area" + ], + "memberList": [ + "sdg/EN_LKRV_PWAP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_LKRV_SWAC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Change in seasonal water area of lakes and rivers" + ], + "memberList": [ + "sdg/EN_LKRV_SWAC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_LKRV_SWAN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Seasonal water area of lakes and rivers" + ], + "memberList": [ + "sdg/EN_LKRV_SWAN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_LKRV_SWAP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Seasonal water area of lakes and rivers as a proportion of total land area" + ], + "memberList": [ + "sdg/EN_LKRV_SWAP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_LKW_QLTRB.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Lake water quality: turbidity by Deviation level" + ], + "memberList": [ + "sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_EXTREME", + "sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_HIGH", + "sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_LOW", + "sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_MEDIUM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_LKW_QLTRST.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Lake water quality: trophic state by Deviation level" + ], + "memberList": [ + "sdg/EN_LKW_QLTRST.DEVIATION_LEVEL--DL_EXTREME", + "sdg/EN_LKW_QLTRST.DEVIATION_LEVEL--DL_HIGH", + "sdg/EN_LKW_QLTRST.DEVIATION_LEVEL--DL_LOW", + "sdg/EN_LKW_QLTRST.DEVIATION_LEVEL--DL_MEDIUM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_LND_CNSPOP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Ratio of land consumption rate to population growth rate" + ], + "memberList": [ + "sdg/EN_LND_CNSPOP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_LND_INDQTHSNG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of urban population living in inadequate housing" + ], + "memberList": [ + "sdg/EN_LND_INDQTHSNG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_LND_INDQTHSNG.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of urban population living in inadequate housing by Type of location" + ], + "memberList": [ + "sdg/EN_LND_INDQTHSNG.URBANIZATION--CITY", + "sdg/EN_LND_INDQTHSNG.URBANIZATION--TSUB", + "sdg/EN_LND_INDQTHSNG.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_LND_SLUM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of urban population living in slums by Type of location" + ], + "memberList": [ + "sdg/EN_LND_SLUM.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAR_BEALITSQ.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Beach litter per square kilometer" + ], + "memberList": [ + "sdg/EN_MAR_BEALITSQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAR_BEALIT_BP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of beach litter originating from national land-based sources that ends in the beach" + ], + "memberList": [ + "sdg/EN_MAR_BEALIT_BP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAR_BEALIT_BV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total beach litter originating from national land-based sources that ends in the beach" + ], + "memberList": [ + "sdg/EN_MAR_BEALIT_BV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAR_BEALIT_BV.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total beach litter originating from national land-based sources that ends in the beach by Counterpart" + ], + "memberList": [ + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000040", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000050", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000060", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000090", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000100", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000120", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000130", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000150", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000170", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000210", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000220", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000230", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000240", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000270", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000280", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000290", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000340", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000350", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000380", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000410", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000420", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000430", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000460", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000470", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000480", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000510", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000550", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000560", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000600", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000610", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000620", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000630", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000660", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000670", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000680", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000700", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000710", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000720", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000730", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000750", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000780", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000790", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000810", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000820", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000830", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000840", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000890", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000900", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000910", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000940", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000950", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000960", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000970", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000980", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001000", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001010", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001040", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001050", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001060", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001080", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001100", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001110", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001140", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001150", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001170", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001190", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001200", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001220", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001230", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001250", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001270", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001280", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001290", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001300", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001310", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001320", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001340", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001350", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001370", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001380", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001400", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001410", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001430", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001440", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001450", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001470", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001480", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001490", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001520", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001540", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001570", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001620", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001640", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001650", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001660", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001690", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001700", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001720", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001750", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001770", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001840", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001860", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001870", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001880", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001910", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001930", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001940", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002000", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002010", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002020", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002040", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002050", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002090", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002120", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002160", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002170", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002190", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002250", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002270", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002290", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002300", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002310", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002350", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002370", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002380", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002400", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002410", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002420", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002430", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002450", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002460", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002470", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002500", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002530", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002630", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002640", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002690", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002710", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002730", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002750", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002800", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002820", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002860", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002880", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002890", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002910", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002950", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002960", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002980", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002990", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003020", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003030", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003040", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003060", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003090", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003100", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003110", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003130", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003140", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003160", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003170", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003190", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003220", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003250", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003260", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003270", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003300", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003340", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003360", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003380", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003390", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003400", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003460", + "sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003480" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAR_BEALIT_EXP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total beach litter originating from national land-based sources that is exported" + ], + "memberList": [ + "sdg/EN_MAR_BEALIT_EXP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAR_BEALIT_OP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of beach litter originating from national land-based sources that ends in the ocean" + ], + "memberList": [ + "sdg/EN_MAR_BEALIT_OP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAR_BEALIT_OV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total beach litter originating from national land-based sources that ends in the ocean" + ], + "memberList": [ + "sdg/EN_MAR_BEALIT_OV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAR_CHLANM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Chlorophyll-a anomaly", + "remote sensing by Chlorophyll-a Concentration Frequency" + ], + "memberList": [ + "sdg/EN_MAR_CHLANM.CHLOROPHYLL_A_CONCENTRATION_FREQ--E", + "sdg/EN_MAR_CHLANM.CHLOROPHYLL_A_CONCENTRATION_FREQ--H", + "sdg/EN_MAR_CHLANM.CHLOROPHYLL_A_CONCENTRATION_FREQ--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAR_CHLDEV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Chlorophyll-a deviations", + "remote sensing" + ], + "memberList": [ + "sdg/EN_MAR_CHLDEV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAR_PLASDD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Floating plastic debris density" + ], + "memberList": [ + "sdg/EN_MAR_PLASDD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAT_DOMCMPC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Domestic material consumption per capita" + ], + "memberList": [ + "sdg/EN_MAT_DOMCMPC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAT_DOMCMPC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Domestic material consumption per capita by Product" + ], + "memberList": [ + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_1", + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_11", + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_121", + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_122", + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_13", + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_14", + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_2", + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_21", + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_22", + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_3", + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_4", + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_41", + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_413", + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_421", + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_422", + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_AGG3A", + "sdg/EN_MAT_DOMCMPC.PRODUCT--MF_AGG3B" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAT_DOMCMPG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Domestic material consumption per unit of GDP" + ], + "memberList": [ + "sdg/EN_MAT_DOMCMPG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAT_DOMCMPG.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Domestic material consumption per unit of GDP by Product" + ], + "memberList": [ + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_1", + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_11", + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_121", + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_122", + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_13", + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_14", + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_2", + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_21", + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_22", + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_3", + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_4", + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_41", + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_413", + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_421", + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_422", + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_AGG3A", + "sdg/EN_MAT_DOMCMPG.PRODUCT--MF_AGG3B" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAT_DOMCMPT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Domestic material consumption" + ], + "memberList": [ + "sdg/EN_MAT_DOMCMPT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAT_DOMCMPT.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Domestic material consumption by Product" + ], + "memberList": [ + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_1", + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_11", + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_121", + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_122", + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_13", + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_14", + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_2", + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_21", + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_22", + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_3", + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_4", + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_41", + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_413", + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_421", + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_422", + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_AGG3A", + "sdg/EN_MAT_DOMCMPT.PRODUCT--MF_AGG3B" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAT_FTPRPC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Material footprint per capita" + ], + "memberList": [ + "sdg/EN_MAT_FTPRPC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAT_FTPRPG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Material footprint per unit of GDP" + ], + "memberList": [ + "sdg/EN_MAT_FTPRPG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MAT_FTPRTN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Material footprint" + ], + "memberList": [ + "sdg/EN_MAT_FTPRTN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MWT_COLLV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Municipal waste collected" + ], + "memberList": [ + "sdg/EN_MWT_COLLV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MWT_EXP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Municipal waste exported" + ], + "memberList": [ + "sdg/EN_MWT_EXP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MWT_GENV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Municipal waste generated" + ], + "memberList": [ + "sdg/EN_MWT_GENV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MWT_IMP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Municipal waste imported" + ], + "memberList": [ + "sdg/EN_MWT_IMP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MWT_RCYR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of municipal waste recycled" + ], + "memberList": [ + "sdg/EN_MWT_RCYR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MWT_RCYV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Municipal waste recycled" + ], + "memberList": [ + "sdg/EN_MWT_RCYV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MWT_TREATR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of municipal waste treated by Type of waste treatment" + ], + "memberList": [ + "sdg/EN_MWT_TREATR.WASTE_TREATMENT--COMPOST", + "sdg/EN_MWT_TREATR.WASTE_TREATMENT--INCINRT", + "sdg/EN_MWT_TREATR.WASTE_TREATMENT--INCINRT_EGY", + "sdg/EN_MWT_TREATR.WASTE_TREATMENT--LANDFIL", + "sdg/EN_MWT_TREATR.WASTE_TREATMENT--LANDFILCTL", + "sdg/EN_MWT_TREATR.WASTE_TREATMENT--OTHERWM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_MWT_TREATV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Municipal waste treated by type of treatment by Type of waste treatment" + ], + "memberList": [ + "sdg/EN_MWT_TREATV.WASTE_TREATMENT--COMPOST", + "sdg/EN_MWT_TREATV.WASTE_TREATMENT--INCINRT", + "sdg/EN_MWT_TREATV.WASTE_TREATMENT--INCINRT_EGY", + "sdg/EN_MWT_TREATV.WASTE_TREATMENT--LANDFIL", + "sdg/EN_MWT_TREATV.WASTE_TREATMENT--LANDFILCTL", + "sdg/EN_MWT_TREATV.WASTE_TREATMENT--OTHERWM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_NAA_PLAN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with national adaptation plans" + ], + "memberList": [ + "sdg/EN_NAA_PLAN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_NAA_PLAN_DV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Least developed countries and small island developing States with national adaptation plans" + ], + "memberList": [ + "sdg/EN_NAA_PLAN_DV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_NACOM_AIP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with national communications", + "Annex I Parties to the United Nations Framework Convention on Climate Change by Report" + ], + "memberList": [ + "sdg/EN_NACOM_AIP.REPORT_ORDINAL--EIGHTH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_NACOM_NAIP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with national communications", + "non-Annex I Parties by Report" + ], + "memberList": [ + "sdg/EN_NACOM_NAIP.REPORT_ORDINAL--FIFTH", + "sdg/EN_NACOM_NAIP.REPORT_ORDINAL--FIRST", + "sdg/EN_NACOM_NAIP.REPORT_ORDINAL--FOURTH", + "sdg/EN_NACOM_NAIP.REPORT_ORDINAL--SECOND", + "sdg/EN_NACOM_NAIP.REPORT_ORDINAL--SIXTH", + "sdg/EN_NACOM_NAIP.REPORT_ORDINAL--THIRD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_NACOM_NAIP_DV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Least developed countries and small island developing States with national communications", + "non-Annex I Parties to the United Nations Framework Convention on Climate Change by Report" + ], + "memberList": [ + "sdg/EN_NACOM_NAIP_DV.REPORT_ORDINAL--FIFTH", + "sdg/EN_NACOM_NAIP_DV.REPORT_ORDINAL--FIRST", + "sdg/EN_NACOM_NAIP_DV.REPORT_ORDINAL--FOURTH", + "sdg/EN_NACOM_NAIP_DV.REPORT_ORDINAL--SECOND", + "sdg/EN_NACOM_NAIP_DV.REPORT_ORDINAL--THIRD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_NAD_CONTR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with nationally determined contributions by Report" + ], + "memberList": [ + "sdg/EN_NAD_CONTR.REPORT_ORDINAL--FIRST", + "sdg/EN_NAD_CONTR.REPORT_ORDINAL--SECOND" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_NAD_CONTR_DV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Least developed countries and small island developing States with nationally determined contributions by Report" + ], + "memberList": [ + "sdg/EN_NAD_CONTR_DV.REPORT_ORDINAL--FIRST", + "sdg/EN_NAD_CONTR_DV.REPORT_ORDINAL--SECOND" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_REF_WASCOL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Municipal Solid Waste collection coverage" + ], + "memberList": [ + "sdg/EN_REF_WASCOL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_RSRV_MNWAC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Change in minimum reservoir water area" + ], + "memberList": [ + "sdg/EN_RSRV_MNWAC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_RSRV_MNWAN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Minimum reservoir water area" + ], + "memberList": [ + "sdg/EN_RSRV_MNWAN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_RSRV_MNWAP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Minimum reservoir water area as a proportion of total land area" + ], + "memberList": [ + "sdg/EN_RSRV_MNWAP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_RSRV_MXWAN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Maxiumum reservoir water area" + ], + "memberList": [ + "sdg/EN_RSRV_MXWAN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_RSRV_MXWAP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Maximum reservoir water area as a proportion of total land area" + ], + "memberList": [ + "sdg/EN_RSRV_MXWAP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG", + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG", + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (ADRIATIC", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/italy/#1668646611801-1bba7d03-5e19) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--380_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (AEP MANAGEMENT PLAN FOR THE C\u00c3\u201dTE D\u00e2\u20ac\u2122IVOIRE BEACH SEINE FISHERY", + "PHASE 2", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/cote-divoire/#1667408017749-174e0caa-f6db1701873244450) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--384_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Absheron National Park", + "https://nationalparks.az/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--031_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Anguniaqvia niqiyuam MPA Management Plan", + "https://www.dfo-mpo.gc.ca/oceans/mpa-zpm/anguniaqvia-niqiqyuam/index-eng.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--124_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Banc-des-Am\u00c3\u00a9ricains MPA", + "https://www.dfo-mpo.gc.ca/oceans/mpa-zpm/american-americains/index-eng.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--124_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Basin Head MPA Operational Management Plan 2021-2026", + "https://www.dfo-mpo.gc.ca/oceans/publications/basinhead-management-gestion-2021-2026/index-eng.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C03" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Beafort Sea Integrated Management Area", + "https://www.dfo-mpo.gc.ca/oceans/management-gestion/beaufort-eng.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C04" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.010" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (COASTAL AND MARINE SPATIAL PLAN 2017-2030 (2017)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/americas/ecuador/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--218_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.011" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (CORAL REEF MANAGEMENT PLAN: KOH LAN", + "KOHKHOK AND KOH SAK", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/thailand/#1668566003904-24e6cdbd-ef11) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--764_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.012" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Constituci\u00c3\u00b3n de la Re\u00c3\u00bablica Dominicana", + "https://presidencia.gob.do/sites/default/files/statics/transparencia/base-legal/Constitucion-de-la-Republica-Dominicana-2015-actualizada.pdf) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--214_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.013" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (DRAFT CENTRAL MARINE SPATIAL PLAN (2021)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/namibia/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--516_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.014" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Denmark\\'s maritime spatial plan", + "https://havplan.dk/en/page/info) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--208_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.015" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Detailed maritime spatial plan for waters adjacent to the seashore from ?eba to W?adys?awowo", + "https://www.umgdy.gov.pl/plany_morskie/projekt-planu-zagospodarowania-przestrzennego-dla-wod-przyleglych-do-brzegu-morskiego-na-odcinku-od-wladyslawowa-do-le) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--616_C06" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.016" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (ESTONIAN MARITIME SPATIAL PLAN", + "https://www.fin.ee/en/state-local-governments-spacial-planning/spatial-planning/maritime-spatial-planning) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--233_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.017" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (East Marine Plans", + "East Marine Plans - GOV.UK (www.gov.uk)) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--826_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.018" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Eastport: marine protected areas management plan: 2013-2018", + "https://cat.fsl-bsf.scitech.gc.ca/record=4067529&searchscope=06) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C05" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.019" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Endeavour Hydrothermal Vents marine protected area management plan 2010-2015", + "https://cat.fsl-bsf.scitech.gc.ca/record=4016947&searchscope=06) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C06" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.020" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (FINNISH MARITIME SPATIAL PLAN", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/finland/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--246_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.021" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Flood Risk Management Plan of the Black Sea River Basin District", + "https://www.bsbd.bg/bg/index_bg_2513977.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--100_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.022" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (GRAND-BASSAM MARINE AND COASTAL SPACE MANAGEMENT PLAN", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/cote-divoire/#1667408017749-174e0caa-f6db1701873244450) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--384_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.023" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (General development plans", + "https://www.mrrb.bg/bg/normativni-aktove/obsti-ustrojstveni-planove/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--100_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.024" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Gilbert Bay: marine protected area management plan: 2013-2018", + "https://cat.fsl-bsf.scitech.gc.ca/record=4067531&searchscope=06) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C07" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.025" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Gulf of Bothnia - Maritime spatial plans", + "https://www.havochvatten.se/vagledning-foreskrifter-och-lagar/vagledningar/havsplaner/bottniska-viken.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--752_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.026" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Gulf of St. Lawrence Integrated Management Area", + "https://www.dfo-mpo.gc.ca/oceans/management-gestion/gulf-golfe-eng.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C08" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.027" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Gyzyl-Aghach National Park is the first Marine National Park in the Caspian region", + "https://nationalparks.az/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--031_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.028" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (HIIU COUNTY (HIIUMAA ISLAND AREA)", + "https://maakonnaplaneering.ee/maakonna-planeeringud/hiiumaa/hiiu-mereala-maakonnaplaneering/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--233_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.029" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Hecate Strait/Queen Charlotte Sound Glass Sponge Reefs Marine Protected Area", + "https://www.dfo-mpo.gc.ca/oceans/mpa-zpm/hecate-charlotte/index-eng.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--124_C09" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.030" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (INTEGRATED COASTAL DEVELOPMENT AND MANAGEMENT PLAN", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/cote-divoire/#1667408017749-174e0caa-f6db1701873244450) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--384_C03" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.031" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (INTEGRATED MANAGEMENT PLAN FOR THE NORTH SEA 2015", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/netherlands/#1667408007329-bfdd569b-ad8a1684312314410) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--528_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.032" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (INTEGRATED OCEAN MANAGEMENT PLAN FOR BARENTS SEA AND LOFETON ISLANDS (2006)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/norway/#1601637626255-3ce6d0a0-a36d16627293923771684314021752) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--578_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.033" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (INTEGRATED OCEAN MANAGEMENT PLAN FOR BARENTS SEA AND LOFETON ISLANDS (2011)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/norway/#1601637626255-3ce6d0a0-a36d16627293923771684314021752) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--578_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.034" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (INTEGRATED OCEAN MANAGEMENT PLAN FOR BARENTS SEA AND LOFETON ISLANDS (2015)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/norway/#1601637626255-3ce6d0a0-a36d16627293923771684314021752) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--578_C03" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.035" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (INTEGRATED OCEAN MANAGEMENT PLAN FOR NORTH SEA (2013)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/norway/#1601637626255-3ce6d0a0-a36d16627293923771684314021752) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--578_C04" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.036" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (INTEGRATED OCEAN MANAGEMENT PLAN FOR NORWEGIAN SEA (2009)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/norway/#1601637626255-3ce6d0a0-a36d16627293923771684314021752) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--578_C05" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.037" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (INTEGRATED OCEAN MANAGEMENT PLAN FOR NORWEGIAN SEA (2017)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/norway/#1601637626255-3ce6d0a0-a36d16627293923771684314021752) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--578_C06" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.038" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (INTERREGIONAL ZONING PLAN OF BONE BAY", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.039" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (INTERREGIONAL ZONING PLAN OF THE BANDA SEA", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.040" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (INTERREGIONAL ZONING PLAN OF THE FLORES SEA", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C03" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.041" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (INTERREGIONAL ZONING PLAN OF THE MALACCA STRAIT", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C04" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.042" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (INTERREGIONAL ZONING PLAN OF THE MALUKU SEA", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C05" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.043" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (INTERREGIONAL ZONING PLAN OF THE NATUNA \u00e2\u20ac\u201c NORTH NATUNA SEA", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C06" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.044" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (INTERREGIONAL ZONING PLAN OF THE SULAWESI SEA", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C07" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.045" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (INTERREGIONAL ZONING PLAN OF TOMINI BAY", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C08" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.046" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (IONIAN", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/italy/#1668646611801-1bba7d03-5e19) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--380_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.047" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (ISRAEL\u00e2\u20ac\u2122S MEDITERRANEAN WATERS", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/israel/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--376_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.048" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Integrated coastal zone management in Germany", + "https://www.umweltbundesamt.de/en/integrated-coastal-zone-management-in-germany) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--276_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.049" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Laurentian Channel MPA management plan", + "https://www.dfo-mpo.gc.ca/oceans/mpa-zpm/laurentian-laurentien/index-eng.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--124_C10" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.050" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (MARINE SPATIAL PLAN FOR THE EXCLUSIVE ECONOMIC ZONE OF THE REPUBLIC OF MAURITIUS", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/mauritius/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_INTPREP__MARINE_SPATATIAL_PLAN--480_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.051" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (MARINE SPATIAL PLANNING IN KOH SI CHANG", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/thailand/#1668566003904-24e6cdbd-ef11) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--764_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.052" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (MARINE SPATIAL PLANNING IN PHANG NGA BAY", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/thailand/#1668566003904-24e6cdbd-ef11) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_INTPREP__MARINE_SPATATIAL_PLAN--764_C03" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.053" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (MARITIME SPATIAL PLAN (POEM)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/mozambique/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--508_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.054" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (MARITIME SPATIAL PLAN OF ROMANIA (DRAFT)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/romania/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--642_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.055" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (MARITIME SPATIAL PLANS OF THE FIVE SPANISH MARINE SUBDIVISIONS (2023)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/spain/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--724_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.056" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Marine Spatial Planning is being prepared for but the work has not yet been initiated) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_INTPREP__MARINE_SPATATIAL_PLAN--831_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.057" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Marine Strategy of the Republic of Bulgaria", + "https://www.bsbd.bg/bg/m_env_and_action.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--100_C03" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.058" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Maritime Spatial Plan for Szczecinski and Kamienski Lagoons", + "https://www.ums.gov.pl/plany-morskie/147-projekty-planow-zagospodarowania-przestrzennego-polskich-obszarow-morskich-morskich-wod-wewnetrznych-dla-zalewu-szczecinskiego-i-zalewu-kamienskieg) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--616_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.059" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Maritime Spatial Plan for the Marine Inland Waters", + "Territorial Sea and Exclusive Economic Zone Waters of the Republic of Latvia", + "https://drive.google.com/file/d/1mKigVjv6N03cjgPkwR5RSItcQezsn5zY/view) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--428_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.060" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Maritime Spatial Plan of the Republic of Bulgaria", + "https://www.mrrb.bg/bg/morski-prostranstven-plan-na-republika-bulgariya-2021-2035-g/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--100_C04" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.061" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Maritime Spatial Plan", + "https://www.bsh.de/EN/TOPICS/Offshore/Maritime_spatial_planning/Maritime_Spatial_Plan_2021/maritime-spatial-plan-2021_node.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--276_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.062" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Maritime Spatial Plans for Vistula Lagoon", + "https://www.umgdy.gov.pl/plany_morskie/projekt-planu-zagospodarowania-przestrzennego-zalewu-wislanego/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--616_C03" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.063" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Maritime spatial plan for the internal marine waters", + "the territorial sea and the exclusive economic zone on a scale of 1: 200", + "000", + "https://dziennikustaw.gov.pl/DU/2021/935) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--616_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.064" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Musquash Estuary: a management plan for the marine protected area and administered intertidal area", + "https://cat.fsl-bsf.scitech.gc.ca/record=4041841&searchscope=06) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C11" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.065" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (NATIONAL ACTION PLAN FOR THE MANAGEMENT OF MARINE AND COASTAL AREAS: IMPLEMENTATION OF INTEGRATED COASTAL ZONE MANAGEMENT (ICZM) IN THE KRIBI-CAMPO REGION", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/cameroon/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--120_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.066" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (NATIONAL MARITIME SPATIAL PLANNING SITUATION PLAN (2019)) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--620_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.067" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (NORTH SEA PROGRAMME (2022)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/netherlands/#1667408007329-bfdd569b-ad8a1684312314410) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--528_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.068" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (NORWAYS INTEGRATED OCEAN MANAGEMENT PLANS", + "BARENTS SEA", + "LOFOTEN AREA; THE NORWEGIAN SEA; AND THE NORTH SEA AND SKAGERRAK (2020)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/norway/#1601637626255-3ce6d0a0-a36d16627293923771684314) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--578_C07" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.069" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (NSW coastal management framework", + "https://www.environment.nsw.gov.au/topics/water/coasts/coastal-management/framework) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--036_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.070" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Natura 2000 network in Bulgaria", + "https://natura2000.egov.bg/EsriBg.Natura.Public.Web.App/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--100_C05" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.071" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (North East Marine Plans", + "https://www.gov.uk/government/publications/the-north-east-marine-plans-documents) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--826_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.072" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (North Sea marine spatial planning", + "https://www.havochvatten.se/vagledning-foreskrifter-och-lagar/vagledningar/havsplaner/vasterhavet.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--752_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.073" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (North West Marine Plans", + "The North West Marine Plans Documents - GOV.UK (www.gov.uk)) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--826_C03" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.074" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (PLANO DE ORDENAMENTO DO ESPA\u00c3\u2021O MARINHO (2023)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/angola/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--024_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.075" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (POLICY DOCUMENT ON THE NORTH SEA 2009-2015 (SECTION 5.6 OF THE NATIONAL WATER PLAN) (2009)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/netherlands/#1667408007329-bfdd569b-ad8a1684312314410) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--528_C03" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.076" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (POLICY DOCUMENT ON THE NORTH SEA 2016-2021 (APPENDIX 2 TO THE NATIONAL WATER PLAN) (2016)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/netherlands/#1667408007329-bfdd569b-ad8a1684312314410) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--528_C04" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.077" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (POMIUAC ALTA GUAJIRA : Plan de Ordenaci\u00c3\u00b3n y Manejo Integrado de la Unidad Ambiental Costera de la Alta Guajira) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.078" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (POMIUAC BAUD\u00c3\u201c-SAN JUAN: Plan de Ordenaci\u00c3\u00b3n y Manejo Integrado de la Unidad Ambiental Costera Baud\u00c3\u00b3 - San Juan", + "https://codechoco.gov.co) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C03" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.079" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (POMIUAC CARIBE INSULAR : Plan de Ordenaci\u00c3\u00b3n y Manejo Integrado de la Unidad Ambiental Caribe Insular", + "https://www.coralina.gov.co) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C04" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.080" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (POMIUAC DARIEN: Plan de Ordenaci\u00c3\u00b3n y Manejo Integrado de la Unidad Ambiental Costera del Dari\u00c3\u00a9n", + "https://codechoco.gov.co) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C05" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.081" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (POMIUAC LLAS: Plan de Ordenaci\u00c3\u00b3n y Manejo Integrado de la Unidad Ambiental Costera Llanura Aluvial del Sur", + "https://crc.gov.co) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C06" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.082" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (POMIUAC MAGDALENA : Plan de Ordenaci\u00c3\u00b3n y Manejo Integrado de la Unidad Ambiental Costera del R\u00c3\\xado Magdalena", + "complejo Canal del Dique - Sistema Lagunar de la Ci\u00c3\u00a9naga Grande de Santa Marta", + "https://www.parquesnacionales.gov.co) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C07" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.083" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (POMIUAC MALAGA-BUENAVENTURA : Plan de Ordenaci\u00c3\u00b3n y Manejo Integrado de la Unidad Ambiental Costera del Complejo de M\u00c3\u00a1laga - Buenaventura", + "https://www.cvc.gov.co) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--170_C08" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.084" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (POMIUAC VNSNSM : Plan de Ordenaci\u00c3\u00b3n y Manejo Integrado de la Unidad Ambiental Costera de la Vertiente Norte de La Sierra Nevada de Santa Marta", + "https://www.corpamag.gov.co) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C09" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.085" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (POMIUACPNCh: Plan de Ordenaci\u00c3\u00b3n y Manejo Integrado de la Unidad Ambiental Costera Pac\u00c3\\xadfico Norte Chocoano", + "https://codechoco.gov.co) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C10" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.086" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (POMORSKI PROSTORSKI NA?RT SLOVENIJE / MARITIME SPATIAL PLAN OF SLOVENIA (2021)", + "http://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/slovenia/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--705_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.087" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Pacific North Coast Integrated Management Area", + "https://www.dfo-mpo.gc.ca/oceans/management-gestion/pncima-zgicnp-eng.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C12" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.088" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Pikialasorsuaq (North Water Polynya)", + "https://www.dfo-mpo.gc.ca/oceans/management-gestion/pikialasorsuaq-eng.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--124_C13" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.089" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Placentia Bay/Grand Banks Integrated Management Plan", + "https://www.dfo-mpo.gc.ca/oceans/management-gestion/placentia-eng.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C14" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.090" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Plan 5: POMIUAC MORROSQUILLO: Plan de Ordenaci\u00c3\u00b3n y Manejo Integrado de la Unidad Ambiental Costera de Estuarina del r\u00c3\\xado Sin\u00c3\u00ba y el Golfo de Morrosquillo", + "https://carsucre.gov.co) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.091" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Plan-de-Accion-Nacional-para-la-Gestion-Integral-de-Residuos-Marinos", + "https://ambiente.gob.do/wpfd_file/plan-de-accion-nacional-para-la-gestion-integral-de-residuos-marinos/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--214_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.092" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Planeaci\u00c3\u00b3n estrat\u00c3\u00a9gica", + "https://anamar.gob.do/transparencia/index.php/plan-estrategico/planeacion-estrategica) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--214_C03" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.093" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Planejamento Espacial Marinho", + "https://www.marinha.mil.br/secirm/psrm/pem) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_INTPREP__MARINE_SPATATIAL_PLAN--076_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.094" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (P\u00c3\u201eRNU COUNTY (P\u00c3\u201eRNU BAY AREA)", + "https://maakonnaplaneering.ee/maakonna-planeeringud/parnumaa/parnu-mereala-maakonnaplaneering/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--233_C03" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.095" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (REGIONAL MARINE SPATIAL PLAN 2022-2025", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/madagascar/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_INTPREP__MARINE_SPATATIAL_PLAN--450_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.096" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (REGULATION OF GOVERNMENT NO. 32 YEAR 2019 ON NATIONAL MARINE SPATIAL PLANNING (2019)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C09" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.097" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (REGULATION OF PRESIDENT NO. 3 YEAR 2022 ON INTERREGIONAL ZONING PLAN OF JAVA SEA (2022)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C10" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.098" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (REGULATION OF PRESIDENT NO. 83 YEAR 2020 ON INTERREGIONAL ZONING PLAN OF MAKASSAR STRAIT (2020)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C11" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.099" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (ROYAL DECREE ESTABLISHING A MARINE SPATIAL PLAN", + "https://www.ejustice.just.fgov.be/mopdf/2014/03/28_1.pdf#Page2) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--056_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.100" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (ROYAL DECREE ESTABLISHING THE MARINE SPATIAL PLANNING FOR THE PERIOD 2020 TO 2026 IN THE BELGIAN SEA-AREAS", + "https://www.health.belgium.be/en/royal-decree-msp-2020-english-courtesy-translation) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--056_C02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.101" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (River Basin Management Plans of the Black Sea River Basin District", + "https://www.bsbd.bg/bg/index_bg_5493788.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--100_C06" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.102" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (SEYCHELLES MARINE SPATIAL PLAN (SMSP)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/seychelles/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--690_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.103" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (SGaan Kinghlas\u00e2\u20ac\u201cBowie Seamount Gin siigee tl\u00e2\u20ac\u2122a damaan kinggangs gin k\u00e2\u20ac\u2122aalaagangs Marine Protected Area Management Plan 2019", + "https://www.dfo-mpo.gc.ca/oceans/publications/sk-b-managementplan-plangestion/page01-eng.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C16" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.104" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (SOUTHERN MARINE AREA PLAN (THE DRAFTING OF THE PLAN WILL COMMENCE IN APRIL 2023)", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/south-africa/#1667408007329-bfdd569b-ad8a) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_INTPREP__MARINE_SPATATIAL_PLAN--710_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.105" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Samur-Yalama National Park", + "https://nationalparks.az/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--031_C03" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.106" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Scotian Shelf", + "Atlantic Coast and Bay of Fundy regional oceans plan", + "https://www.dfo-mpo.gc.ca/oceans/management-gestion/scotian-ecossais-eng.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C15" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.107" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (South East Marine Plan) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--826_C04" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.108" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (South Marine Plans", + "South Marine Plans - GOV.UK (www.gov.uk)) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--826_C05" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.109" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (South West Marine Plans", + "The South West Marine Plans Documents - GOV.UK (www.gov.uk)) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--826_C06" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.110" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Spatial Plans for port area waters Szczecin", + "?winouj?cie", + "Police", + "Dziwn\u00c3\u00b3w", + "Trzebie?", + "?eba", + "Ustka", + "Rowy", + "Ko?obrzeg", + "Dar?owo", + "D?wirzyno", + "Elbl?g", + "Gda?sk", + "Gdynia", + "Hel", + "W?adys?awowo) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--616_C04" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.111" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (St. Anns Bank MPA", + "https://www.dfo-mpo.gc.ca/oceans/mpa-zpm/stanns-sainteanne/index-eng.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--124_C17" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.112" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Strategies", + "programs and plans", + "https://www.mrrb.bg/bg/normativni-aktove/strategii-programi-i-planove/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--100_C07" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.113" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (TYRRHENIAN", + "https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/italy/#1668646611801-1bba7d03-5e19) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--380_C03" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.114" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (Tarium Niryutait marine protected area: management plan", + "https://cat.fsl-bsf.scitech.gc.ca/record=4059552&searchscope=06) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C18" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.115" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (The Baltic Sea spatial planning", + "https://www.havochvatten.se/vagledning-foreskrifter-och-lagar/vagledningar/havsplaner/ostersjon.html) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--752_C03" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.116" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (The Gully: marine protected area management plan", + "https://cat.fsl-bsf.scitech.gc.ca/record=4083556&searchscope=06) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C19" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.117" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (The National center for wildlife already with other entities build the Road map of protected area to achive 2030 vision for the Kingdom) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--682_C01" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_ECSYBA.118" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas (The detailed maritime spatial plan for Gda?sk Bay", + "https://www.umgdy.gov.pl/plany_morskie/szczegolowy-projekt-planu-zagospodarowania-przestrzennego-zatoki-gdanskiej/) by Level of implementation" + ], + "memberList": [ + "sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--616_C05" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_FRMN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of companies publishing sustainability reports with disclosure by dimension" + ], + "memberList": [ + "sdg/EN_SCP_FRMN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_FRMN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of companies publishing sustainability reports with disclosure by dimension by Major division of ISIC Rev. 4" + ], + "memberList": [ + "sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_A", + "sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_B", + "sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_C", + "sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_F", + "sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_G", + "sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_H", + "sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_I", + "sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_J", + "sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_K", + "sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_L", + "sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_M", + "sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_N", + "sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_P", + "sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_Q", + "sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_R", + "sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_S" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_SCP_FSHGDP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Sustainable fisheries as a proportion of GDP" + ], + "memberList": [ + "sdg/EN_SCP_FSHGDP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_TWT_GENV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total waste generation" + ], + "memberList": [ + "sdg/EN_TWT_GENV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_TWT_GENV.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total waste generation by Major division of ISIC Rev. 4" + ], + "memberList": [ + "sdg/EN_TWT_GENV.ECONOMIC_ACTIVITY--ISIC4_A", + "sdg/EN_TWT_GENV.ECONOMIC_ACTIVITY--ISIC4_B", + "sdg/EN_TWT_GENV.ECONOMIC_ACTIVITY--ISIC4_C", + "sdg/EN_TWT_GENV.ECONOMIC_ACTIVITY--ISIC4_D", + "sdg/EN_TWT_GENV.ECONOMIC_ACTIVITY--ISIC4_F", + "sdg/EN_TWT_GENV.ECONOMIC_ACTIVITY--ISIC4_S", + "sdg/EN_TWT_GENV.ECONOMIC_ACTIVITY--ISIC4_T" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_URB_OPENSP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average share of the built-up area of cities that is open space for public use for all" + ], + "memberList": [ + "sdg/EN_URB_OPENSP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WBE_HMWTL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent of human made wetlands" + ], + "memberList": [ + "sdg/EN_WBE_HMWTL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WBE_INWTL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent of inland wetlands" + ], + "memberList": [ + "sdg/EN_WBE_INWTL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WBE_MANGC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Mangrove total area change" + ], + "memberList": [ + "sdg/EN_WBE_MANGC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WBE_MANGN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Mangrove area" + ], + "memberList": [ + "sdg/EN_WBE_MANGN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WBE_NDQTGRW.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Quantity of nationally derived groundwater" + ], + "memberList": [ + "sdg/EN_WBE_NDQTGRW" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WBE_NDQTRVR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Quantity of nationally derived water fromrivers" + ], + "memberList": [ + "sdg/EN_WBE_NDQTRVR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WBE_WTLN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Wetlands area" + ], + "memberList": [ + "sdg/EN_WBE_WTLN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WBE_WTLP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Wetlands area as a proportion of total land area" + ], + "memberList": [ + "sdg/EN_WBE_WTLP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WWT_GEN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total wastewater generated" + ], + "memberList": [ + "sdg/EN_WWT_GEN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WWT_GEN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total wastewater generated by Private households" + ], + "memberList": [ + "sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--HH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WWT_GEN.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total wastewater generated by Major division of ISIC Rev. 4" + ], + "memberList": [ + "sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_A", + "sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_B", + "sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_C", + "sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_D", + "sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_E", + "sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WWT_GEN.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total wastewater generated by Sector" + ], + "memberList": [ + "sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_BTFXE", + "sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_GTS", + "sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_GTS_HH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WWT_TREAT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total wastewater treated" + ], + "memberList": [ + "sdg/EN_WWT_TREAT", + "sdg/EN_WWT_TREAT.ECONOMIC_ACTIVITY--ISIC4_BTFXE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WWT_TREATR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of wastewater treated" + ], + "memberList": [ + "sdg/EN_WWT_TREATR", + "sdg/EN_WWT_TREATR.ECONOMIC_ACTIVITY--ISIC4_BTFXE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WWT_TREATR_SF.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of wastewater safely treated" + ], + "memberList": [ + "sdg/EN_WWT_TREATR_SF", + "sdg/EN_WWT_TREATR_SF.ECONOMIC_ACTIVITY--ISIC4_BTFXE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WWT_TREAT_SF.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total wastewater safely treated" + ], + "memberList": [ + "sdg/EN_WWT_TREAT_SF", + "sdg/EN_WWT_TREAT_SF.ECONOMIC_ACTIVITY--ISIC4_BTFXE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGEN_WWT_WWDS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of safely treated domestic wastewater flows" + ], + "memberList": [ + "sdg/EN_WWT_WWDS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_BDY_ABT2NP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries that established national targets in accordance with Aichi Biodiversity Target 2 of the Strategic Plan for Biodiversity 2011-2020 in their National Biodiversity Strategy and Action Plans" + ], + "memberList": [ + "sdg/ER_BDY_ABT2NP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_BDY_ABT2NP.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries that established national targets in accordance with Aichi Biodiversity Target 2 of the Strategic Plan for Biodiversity 2011-2020 in their National Biodiversity Strategy and Action Plans by Status of national target" + ], + "memberList": [ + "sdg/ER_BDY_ABT2NP.LEVEL_STATUS--ABT2ACHIEVE", + "sdg/ER_BDY_ABT2NP.LEVEL_STATUS--ABT2DIGRESS", + "sdg/ER_BDY_ABT2NP.LEVEL_STATUS--ABT2EXCEED", + "sdg/ER_BDY_ABT2NP.LEVEL_STATUS--ABT2INSUFNT", + "sdg/ER_BDY_ABT2NP.LEVEL_STATUS--ABT2NONTLT", + "sdg/ER_BDY_ABT2NP.LEVEL_STATUS--ABT2NOPROG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_BDY_SEEA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with integrated biodiversity values into national accounting and reporting systems", + "defined as implementation of the System of Environmental-Economic Accounting" + ], + "memberList": [ + "sdg/ER_BDY_SEEA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_BDY_SEEA.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with integrated biodiversity values into national accounting and reporting systems", + "defined as implementation of the System of Environmental-Economic Accounting by Status" + ], + "memberList": [ + "sdg/ER_BDY_SEEA.LEVEL_STATUS--LS_COMP", + "sdg/ER_BDY_SEEA.LEVEL_STATUS--LS_COMPDISSE", + "sdg/ER_BDY_SEEA.LEVEL_STATUS--LS_DISSEM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_CBD_ABSCLRHS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries that have legislative", + "administrative and policy framework or measures reported to the Access and Benefit-Sharing Clearing-House" + ], + "memberList": [ + "sdg/ER_CBD_ABSCLRHS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_CBD_NAGOYA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries that are parties to the Nagoya Protocol" + ], + "memberList": [ + "sdg/ER_CBD_NAGOYA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_CBD_ORSPGRFA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries that have legislative", + "administrative and policy framework or measures reported through the Online Reporting System on Compliance of the International Treaty on Plant Genetic Resources for Food and Agriculture (PGRFA)" + ], + "memberList": [ + "sdg/ER_CBD_ORSPGRFA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_CBD_PTYPGRFA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries that are contracting Parties to the International Treaty on Plant Genetic Resources for Food and Agriculture (PGRFA)" + ], + "memberList": [ + "sdg/ER_CBD_PTYPGRFA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_CBD_SMTA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total reported number of Standard Material Transfer Agreements (SMTAs) transferring plant genetic resources for food and agriculture to the country" + ], + "memberList": [ + "sdg/ER_CBD_SMTA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_FFS_CMPT_CD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Fossil-fuel subsidies (consumption and production)" + ], + "memberList": [ + "sdg/ER_FFS_CMPT_CD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_FFS_CMPT_GDP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Fossil-fuel subsidies (consumption and production) as a proportion of total GDP" + ], + "memberList": [ + "sdg/ER_FFS_CMPT_GDP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_FFS_CMPT_PC_CD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Fossil-fuel subsidies (consumption and production) per capita" + ], + "memberList": [ + "sdg/ER_FFS_CMPT_PC_CD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_GRF_ANIMKPT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of local breeds kept in the country" + ], + "memberList": [ + "sdg/ER_GRF_ANIMKPT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_GRF_ANIMKPT_TRB.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of transboundary breeds (including extinct ones)" + ], + "memberList": [ + "sdg/ER_GRF_ANIMKPT_TRB" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_GRF_ANIMRCNTN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of local breeds for which sufficient genetic resources are stored for reconstitution" + ], + "memberList": [ + "sdg/ER_GRF_ANIMRCNTN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_GRF_ANIMRCNTN_TRB.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of transboundary breeds for which sufficient genetic resources are stored for reconstitution" + ], + "memberList": [ + "sdg/ER_GRF_ANIMRCNTN_TRB" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_GRF_PLNTSTOR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Plant genetic resources accessions stored ex situ" + ], + "memberList": [ + "sdg/ER_GRF_PLNTSTOR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_H2O_FWTL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of fish stocks within biologically sustainable levels (not overexploited)" + ], + "memberList": [ + "sdg/ER_H2O_FWTL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_H2O_IWRMD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Degree of implementation of integrated water resources management" + ], + "memberList": [ + "sdg/ER_H2O_IWRMD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_H2O_IWRMD_EE.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Degree of implementation of integrated water resources management: enabling environment" + ], + "memberList": [ + "sdg/ER_H2O_IWRMD_EE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_H2O_IWRMD_FI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Degree of implementation of integrated water resources management: financing" + ], + "memberList": [ + "sdg/ER_H2O_IWRMD_FI" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_H2O_IWRMD_IP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Degree of implementation of integrated water resources management: institutions and participation" + ], + "memberList": [ + "sdg/ER_H2O_IWRMD_IP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_H2O_IWRMD_MI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Degree of implementation of integrated water resources management: management instruments" + ], + "memberList": [ + "sdg/ER_H2O_IWRMD_MI" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_H2O_IWRMP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries by category of implementation of integrated water resources management (IWRM) by Level of implementation" + ], + "memberList": [ + "sdg/ER_H2O_IWRMP.LEVEL_STATUS--HIGIMP", + "sdg/ER_H2O_IWRMP.LEVEL_STATUS--LOWIMP", + "sdg/ER_H2O_IWRMP.LEVEL_STATUS--MHIGIMP", + "sdg/ER_H2O_IWRMP.LEVEL_STATUS--MLOWIMP", + "sdg/ER_H2O_IWRMP.LEVEL_STATUS--VHIGIMP", + "sdg/ER_H2O_IWRMP.LEVEL_STATUS--VLOWIMP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_H2O_PARTIC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries with high level of users/communities participating in planning programs in rural drinking-water supply by Type of location" + ], + "memberList": [ + "sdg/ER_H2O_PARTIC.URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_H2O_PRDU.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with procedures in law or policy for participation by service users/communities in planning program in rural drinking-water supply by Type of location" + ], + "memberList": [ + "sdg/ER_H2O_PRDU.URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_H2O_PROCED.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries with clearly defined procedures in law or policy for participation by service users/communities in planning program in rural drinking-water supply by Type of location" + ], + "memberList": [ + "sdg/ER_H2O_PROCED.URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_H2O_RURP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with users/communities participating in planning programs in rural drinking-water supply", + "by level of participation by Type of location" + ], + "memberList": [ + "sdg/ER_H2O_RURP.URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_H2O_STRESS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Level of water stress: freshwater withdrawal as a proportion of available freshwater resources" + ], + "memberList": [ + "sdg/ER_H2O_STRESS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_H2O_STRESS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Level of water stress: freshwater withdrawal as a proportion of available freshwater resources by Sector" + ], + "memberList": [ + "sdg/ER_H2O_STRESS.ECONOMIC_ACTIVITY--ISIC4_A01_A0210_A0322", + "sdg/ER_H2O_STRESS.ECONOMIC_ACTIVITY--ISIC4_BTFXE", + "sdg/ER_H2O_STRESS.ECONOMIC_ACTIVITY--ISIC4_GTT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_H2O_WUEYST.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Water use efficiency" + ], + "memberList": [ + "sdg/ER_H2O_WUEYST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_H2O_WUEYST.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Water use efficiency by Sector" + ], + "memberList": [ + "sdg/ER_H2O_WUEYST.ECONOMIC_ACTIVITY--ISIC4_A01_A0210_A0322", + "sdg/ER_H2O_WUEYST.ECONOMIC_ACTIVITY--ISIC4_BTFXE", + "sdg/ER_H2O_WUEYST.ECONOMIC_ACTIVITY--ISIC4_GTT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_IAS_GLOFUN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Recipient countries of global funding with access to any funding from global financial mechanisms for projects related to invasive alien species\u00a0 management" + ], + "memberList": [ + "sdg/ER_IAS_GLOFUN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_IAS_GLOFUNP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of recipient countries of global funding with access to any funding from global financial mechanisms for projects related to invasive alien species\u00a0 management" + ], + "memberList": [ + "sdg/ER_IAS_GLOFUNP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_IAS_LEGIS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countriees with a legislation", + "regulation", + "or act related to the prevention of introduction and management of Invasive Alien Species" + ], + "memberList": [ + "sdg/ER_IAS_LEGIS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_IAS_NATBUD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with an allocation from the national budget to manage the threat of invasive alien species" + ], + "memberList": [ + "sdg/ER_IAS_NATBUD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_IAS_NATBUDP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries with allocation from the national budget to manage the threat of invasive alien species" + ], + "memberList": [ + "sdg/ER_IAS_NATBUDP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_IAS_NBSAP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with alignment of National Biodiversity Strategy and Action Plan (NBSAP) targets to target 9 of the Aichi Biodiversity set out in the Strategic Plan for Biodiversity 2011-2020" + ], + "memberList": [ + "sdg/ER_IAS_NBSAP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_IAS_NBSAPP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries with alignment of National Biodiversity Strategy and Action Plan (NBSAP) targets to target 9 of the Aichi Biodiversity target 9 set out in the Strategic Plan for Biodiversity 2011-2020" + ], + "memberList": [ + "sdg/ER_IAS_NBSAPP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MRN_MPA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average proportion of Marine Key Biodiversity Areas (KBAs) covered by protected areas" + ], + "memberList": [ + "sdg/ER_MRN_MPA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_DGRDA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Area of degraded mountain land" + ], + "memberList": [ + "sdg/ER_MTN_DGRDA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_DGRDA.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Area of degraded mountain land by Bioclimatic belt" + ], + "memberList": [ + "sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--REMAIN_MOUNT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_DGRDP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of degraded mountain land" + ], + "memberList": [ + "sdg/ER_MTN_DGRDP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_DGRDP.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of degraded mountain land by Bioclimatic belt" + ], + "memberList": [ + "sdg/ER_MTN_DGRDP.BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_DGRDP.BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_DGRDP.BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_DGRDP.BIOCLIMATIC_BELT--REMAIN_MOUNT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_GRNCOV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Area of mountain green cover by Type of land cover" + ], + "memberList": [ + "sdg/ER_MTN_GRNCOV.LAND_COVER--MGCI__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--MGCI__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--MGCI__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCOV.LAND_COVER--MGCI__BIOCLIMATIC_BELT--REMAIN_MOUNT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_GRNCOV.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Area of mountain green cover (Alpine) by Type of land cover" + ], + "memberList": [ + "sdg/ER_MTN_GRNCOV.LAND_COVER--ART__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--CRP__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--GRS__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--IWB__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--PSG__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--SAF__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--SHR__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--SNV__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--TBL__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--TRE__BIOCLIMATIC_BELT--ALPINE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_GRNCOV.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Area of mountain green cover (Montane) by Type of land cover" + ], + "memberList": [ + "sdg/ER_MTN_GRNCOV.LAND_COVER--ART__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--CRP__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--GRS__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--IWB__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--PSG__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--SAF__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--SHR__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--SNV__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--TBL__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCOV.LAND_COVER--TRE__BIOCLIMATIC_BELT--MONTANE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_GRNCOV.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Area of mountain green cover (Nival) by Type of land cover" + ], + "memberList": [ + "sdg/ER_MTN_GRNCOV.LAND_COVER--ART__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCOV.LAND_COVER--CRP__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCOV.LAND_COVER--GRS__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCOV.LAND_COVER--IWB__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCOV.LAND_COVER--PSG__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCOV.LAND_COVER--SAF__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCOV.LAND_COVER--SHR__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCOV.LAND_COVER--SNV__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCOV.LAND_COVER--TBL__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCOV.LAND_COVER--TRE__BIOCLIMATIC_BELT--NIVAL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_GRNCOV.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Area of mountain green cover (Remaining mountain area) by Type of land cover" + ], + "memberList": [ + "sdg/ER_MTN_GRNCOV.LAND_COVER--ART__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCOV.LAND_COVER--CRP__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCOV.LAND_COVER--GRS__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCOV.LAND_COVER--IWB__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCOV.LAND_COVER--SAF__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCOV.LAND_COVER--SHR__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCOV.LAND_COVER--SNV__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCOV.LAND_COVER--TBL__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCOV.LAND_COVER--TRE__BIOCLIMATIC_BELT--REMAIN_MOUNT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_GRNCOV.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Area of mountain green cover by Type of land cover" + ], + "memberList": [ + "sdg/ER_MTN_GRNCOV.LAND_COVER--ART", + "sdg/ER_MTN_GRNCOV.LAND_COVER--CRP", + "sdg/ER_MTN_GRNCOV.LAND_COVER--GRS", + "sdg/ER_MTN_GRNCOV.LAND_COVER--IWB", + "sdg/ER_MTN_GRNCOV.LAND_COVER--MGCI", + "sdg/ER_MTN_GRNCOV.LAND_COVER--PSG", + "sdg/ER_MTN_GRNCOV.LAND_COVER--SAF", + "sdg/ER_MTN_GRNCOV.LAND_COVER--SHR", + "sdg/ER_MTN_GRNCOV.LAND_COVER--SNV", + "sdg/ER_MTN_GRNCOV.LAND_COVER--TBL", + "sdg/ER_MTN_GRNCOV.LAND_COVER--TRE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_GRNCVI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Mountain Green Cover Index by Type of land cover" + ], + "memberList": [ + "sdg/ER_MTN_GRNCVI.LAND_COVER--MGCI__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--MGCI__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--MGCI__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCVI.LAND_COVER--MGCI__BIOCLIMATIC_BELT--REMAIN_MOUNT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_GRNCVI.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Mountain Green Cover Index (Alpine) by Type of land cover" + ], + "memberList": [ + "sdg/ER_MTN_GRNCVI.LAND_COVER--ART__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--CRP__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--GRS__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--IWB__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--PSG__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--SAF__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--SHR__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--SNV__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--TBL__BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--TRE__BIOCLIMATIC_BELT--ALPINE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_GRNCVI.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Mountain Green Cover Index (Montane) by Type of land cover" + ], + "memberList": [ + "sdg/ER_MTN_GRNCVI.LAND_COVER--ART__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--CRP__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--GRS__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--IWB__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--PSG__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--SAF__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--SHR__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--SNV__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--TBL__BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_GRNCVI.LAND_COVER--TRE__BIOCLIMATIC_BELT--MONTANE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_GRNCVI.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Mountain Green Cover Index (Nival) by Type of land cover" + ], + "memberList": [ + "sdg/ER_MTN_GRNCVI.LAND_COVER--ART__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCVI.LAND_COVER--CRP__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCVI.LAND_COVER--GRS__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCVI.LAND_COVER--IWB__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCVI.LAND_COVER--PSG__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCVI.LAND_COVER--SAF__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCVI.LAND_COVER--SHR__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCVI.LAND_COVER--SNV__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCVI.LAND_COVER--TBL__BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_GRNCVI.LAND_COVER--TRE__BIOCLIMATIC_BELT--NIVAL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_GRNCVI.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Mountain Green Cover Index (Remaining mountain area) by Type of land cover" + ], + "memberList": [ + "sdg/ER_MTN_GRNCVI.LAND_COVER--ART__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCVI.LAND_COVER--CRP__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCVI.LAND_COVER--GRS__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCVI.LAND_COVER--IWB__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCVI.LAND_COVER--PSG__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCVI.LAND_COVER--SAF__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCVI.LAND_COVER--SHR__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCVI.LAND_COVER--SNV__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCVI.LAND_COVER--TBL__BIOCLIMATIC_BELT--REMAIN_MOUNT", + "sdg/ER_MTN_GRNCVI.LAND_COVER--TRE__BIOCLIMATIC_BELT--REMAIN_MOUNT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_GRNCVI.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Mountain Green Cover Index by Type of land cover" + ], + "memberList": [ + "sdg/ER_MTN_GRNCVI.LAND_COVER--ART", + "sdg/ER_MTN_GRNCVI.LAND_COVER--CRP", + "sdg/ER_MTN_GRNCVI.LAND_COVER--GRS", + "sdg/ER_MTN_GRNCVI.LAND_COVER--IWB", + "sdg/ER_MTN_GRNCVI.LAND_COVER--MGCI", + "sdg/ER_MTN_GRNCVI.LAND_COVER--PSG", + "sdg/ER_MTN_GRNCVI.LAND_COVER--SAF", + "sdg/ER_MTN_GRNCVI.LAND_COVER--SHR", + "sdg/ER_MTN_GRNCVI.LAND_COVER--SNV", + "sdg/ER_MTN_GRNCVI.LAND_COVER--TBL", + "sdg/ER_MTN_GRNCVI.LAND_COVER--TRE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_TOTL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Mountain area" + ], + "memberList": [ + "sdg/ER_MTN_TOTL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_MTN_TOTL.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Mountain area by Bioclimatic belt" + ], + "memberList": [ + "sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--ALPINE", + "sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--MONTANE", + "sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--NIVAL", + "sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--REMAIN_MOUNT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_NOEX_LBREDN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of local breeds (not extinct)" + ], + "memberList": [ + "sdg/ER_NOEX_LBREDN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_PTD_FRHWTR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average proportion of Freshwater Key Biodiversity Areas (KBAs) covered by protected areas" + ], + "memberList": [ + "sdg/ER_PTD_FRHWTR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_PTD_MTN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average proportion of Mountain Key Biodiversity Areas (KBAs) covered by protected areas" + ], + "memberList": [ + "sdg/ER_PTD_MTN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_PTD_TERR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average proportion of Terrestrial Key Biodiversity Areas (KBAs) covered by protected areas" + ], + "memberList": [ + "sdg/ER_PTD_TERR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_RDE_OSEX.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "National ocean science expenditure as a share of total research and development funding" + ], + "memberList": [ + "sdg/ER_RDE_OSEX" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_REG_SSFRAR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Degree of application of a legal/regulatory/policy/institutional framework which recognizes and protects access rights for small-scale fisheries" + ], + "memberList": [ + "sdg/ER_REG_SSFRAR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_REG_UNFCIM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Degree of implementation of international instruments aiming to combat illegal", + "unreported and unregulated fishing" + ], + "memberList": [ + "sdg/ER_REG_UNFCIM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_RSK_LBREDS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of local breeds classified as being at risk of extinction as a share of local breeds with known level of extinction risk" + ], + "memberList": [ + "sdg/ER_RSK_LBREDS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_RSK_LST.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Red List Index" + ], + "memberList": [ + "sdg/ER_RSK_LST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_UNCLOS_IMPLE.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Score for the implementation of UNCLOS and its two implementing agreements" + ], + "memberList": [ + "sdg/ER_UNCLOS_IMPLE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_UNCLOS_RATACC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Score for the ratification of and accession to UNCLOS and its two implementing agreements" + ], + "memberList": [ + "sdg/ER_UNCLOS_RATACC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_UNK_LBREDN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of local breeds with unknown risk status" + ], + "memberList": [ + "sdg/ER_UNK_LBREDN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_WAT_PART.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with users/communities participating in planning programs in water resources planning and management" + ], + "memberList": [ + "sdg/ER_WAT_PART" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_WAT_PARTIC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries with high level of users/communities participating in planning programs in water resources planning and management" + ], + "memberList": [ + "sdg/ER_WAT_PARTIC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_WAT_PRDU.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with procedures in law or policy for participation by service users/communities in planning program in water resources planning and management" + ], + "memberList": [ + "sdg/ER_WAT_PRDU" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_WAT_PROCED.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries with clearly defined procedures in law or policy for participation by service users/communities in planning program in water resources planning and management" + ], + "memberList": [ + "sdg/ER_WAT_PROCED" + ] + }, + { + "dcid": [ + "dc/svpg/SDGER_WLD_TRPOACH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of traded wildlife that was poached or illicitly trafficked by Plants", + "animals and derived products" + ], + "memberList": [ + "sdg/ER_WLD_TRPOACH.PRODUCT--CITES_ANIMALS", + "sdg/ER_WLD_TRPOACH.PRODUCT--CITES_PLANTS", + "sdg/ER_WLD_TRPOACH.PRODUCT--CITES_T" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFB_ATM_TOTL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of automated teller machines (ATMs) per 100", + "000 adults (15 years old and over)" + ], + "memberList": [ + "sdg/FB_ATM_TOTL.AGE--Y_GE15" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFB_BNK_ACCSS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of adults (15 years and older) with an account at a financial institution or mobile-money-service provider by Age group" + ], + "memberList": [ + "sdg/FB_BNK_ACCSS.AGE--Y15T24", + "sdg/FB_BNK_ACCSS.AGE--Y_GE15", + "sdg/FB_BNK_ACCSS.AGE--Y_GE25" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFB_BNK_ACCSS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of adults (15 years and older) with an account at a financial institution or mobile-money-service provider by Education level" + ], + "memberList": [ + "sdg/FB_BNK_ACCSS.AGE--Y_GE15__EDUCATION_LEVEL--AGG_0_1", + "sdg/FB_BNK_ACCSS.AGE--Y_GE15__EDUCATION_LEVEL--AGG_GE2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFB_BNK_ACCSS.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of adults (15 years and older) with an account at a financial institution or mobile-money-service provider by Sex" + ], + "memberList": [ + "sdg/FB_BNK_ACCSS.AGE--Y_GE15__SEX--F", + "sdg/FB_BNK_ACCSS.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFB_BNK_ACCSS.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of adults (15 years and older) with an account at a financial institution or mobile-money-service provider by Type of location" + ], + "memberList": [ + "sdg/FB_BNK_ACCSS.AGE--Y_GE15__URBANIZATION--R", + "sdg/FB_BNK_ACCSS.AGE--Y_GE15__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFB_BNK_ACCSS.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of adults (15 years and older) with an account at a financial institution or mobile-money-service provider by Quantile" + ], + "memberList": [ + "sdg/FB_BNK_ACCSS.AGE--Y_GE15__WEALTH_QUANTILE--BOTTOM40", + "sdg/FB_BNK_ACCSS.AGE--Y_GE15__WEALTH_QUANTILE--TOP60" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFB_BNK_ACCSS_ILF.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of adults (15 years and older) active in labor force with an account at a financial institution or mobile-money-service provider by Age group" + ], + "memberList": [ + "sdg/FB_BNK_ACCSS_ILF.AGE--Y_GE15" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFB_BNK_ACCSS_OLF.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of adults (15 years and older) out of labor force with an account at a financial institution or mobile-money-service provider" + ], + "memberList": [ + "sdg/FB_BNK_ACCSS_OLF.AGE--Y_GE15" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFB_BNK_CAPA_ZS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Bank capital to assets ratio" + ], + "memberList": [ + "sdg/FB_BNK_CAPA_ZS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFB_CBK_BRCH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of commercial bank branches per 100", + "000 adults (15 years old and over)" + ], + "memberList": [ + "sdg/FB_CBK_BRCH.AGE--Y_GE15" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFC_ACC_SSID.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of small-scale manufacturing industries with a loan or line of credit" + ], + "memberList": [ + "sdg/FC_ACC_SSID.ECONOMIC_ACTIVITY--ISIC4_C" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFI_FSI_FSANL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Non-performing loans to total gross loans" + ], + "memberList": [ + "sdg/FI_FSI_FSANL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFI_FSI_FSERA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Rate of return on assets" + ], + "memberList": [ + "sdg/FI_FSI_FSERA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFI_FSI_FSKA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Ratio of regulatory capital to assets" + ], + "memberList": [ + "sdg/FI_FSI_FSKA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFI_FSI_FSKNL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Ratio of non-performing loans (net of provisions) to capital" + ], + "memberList": [ + "sdg/FI_FSI_FSKNL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFI_FSI_FSKRTC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Ratio of regulatory tier-1 capital to risk-weighted assets" + ], + "memberList": [ + "sdg/FI_FSI_FSKRTC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFI_FSI_FSLS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Ratio of liquid assets to short term liabilities" + ], + "memberList": [ + "sdg/FI_FSI_FSLS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFI_FSI_FSSNO.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Ratio of net open position in foreign exchange to capital" + ], + "memberList": [ + "sdg/FI_FSI_FSSNO" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFI_RES_TOTL_MO.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total\u00a0reserves\u00a0in\u00a0months\u00a0of\u00a0imports" + ], + "memberList": [ + "sdg/FI_RES_TOTL_MO" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFM_LBL_BMNY_IR_ZS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Ratio of broad money to total reserves" + ], + "memberList": [ + "sdg/FM_LBL_BMNY_IR_ZS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFM_LBL_BMNY_ZG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Annual growth of broad money" + ], + "memberList": [ + "sdg/FM_LBL_BMNY_ZG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGFP_CPI_TOTL_ZG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Annual inflation (consumer prices)" + ], + "memberList": [ + "sdg/FP_CPI_TOTL_ZG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGB_POP_SCIERD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of full-time-equivalent researchers per million inhabitants" + ], + "memberList": [ + "sdg/GB_POP_SCIERD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGB_XPD_CULNAT_PB.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total public expenditure per capita on cultural and natural heritage at purchansing-power parity rates" + ], + "memberList": [ + "sdg/GB_XPD_CULNAT_PB" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGB_XPD_CULNAT_PB.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total public expenditure per capita on cultural and natural heritage at purchansing-power parity rates by Government level" + ], + "memberList": [ + "sdg/GB_XPD_CULNAT_PB.GOVERNMENT_LEVEL--LOCAL", + "sdg/GB_XPD_CULNAT_PB.GOVERNMENT_LEVEL--NAT", + "sdg/GB_XPD_CULNAT_PB.GOVERNMENT_LEVEL--REG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGB_XPD_CULNAT_PBPV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total public and private expenditure per capita on cultural and natural heritage at purchasing-power parity rates" + ], + "memberList": [ + "sdg/GB_XPD_CULNAT_PBPV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGB_XPD_CULNAT_PV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total private expenditure per capita spent on cultural and natural heritage at purchasing-power parity rates" + ], + "memberList": [ + "sdg/GB_XPD_CULNAT_PV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGB_XPD_CUL_PBPV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total public and private expenditure per capita on cultural heritage at purchasing-power parity rates" + ], + "memberList": [ + "sdg/GB_XPD_CUL_PBPV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGB_XPD_NAT_PBPV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total public and private expenditure per capita on natural heritage at purchasing-power parity rates" + ], + "memberList": [ + "sdg/GB_XPD_NAT_PBPV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGB_XPD_RSDV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Research and development expenditure as a proportion of GDP" + ], + "memberList": [ + "sdg/GB_XPD_RSDV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGC_BAL_CASH_GD_ZS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Cash surplus/deficit as a proportion of GDP" + ], + "memberList": [ + "sdg/GC_BAL_CASH_GD_ZS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGC_GOB_TAXD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of domestic budget funded by domestic taxes" + ], + "memberList": [ + "sdg/GC_GOB_TAXD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGC_TAX_TOTL_GD_ZS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Tax revenue as a proportion of GDP" + ], + "memberList": [ + "sdg/GC_TAX_TOTL_GD_ZS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGF_COM_PPPI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Monetary amount committed to public-private partnerships for infrastructure in nominal terms" + ], + "memberList": [ + "sdg/GF_COM_PPPI" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGF_COM_PPPI_KD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Monetary amount committed to public-private partnerships for infrastructure in real terms" + ], + "memberList": [ + "sdg/GF_COM_PPPI_KD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGF_FRN_FDI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Foreign direct investment (FDI) inflows" + ], + "memberList": [ + "sdg/GF_FRN_FDI" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGF_XPD_GBPC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Primary government expenditures as a proportion of original approved budget" + ], + "memberList": [ + "sdg/GF_XPD_GBPC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGR_G14_GDP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total bugetary revenue of the central government as a proportion of GDP" + ], + "memberList": [ + "sdg/GR_G14_GDP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGGR_G14_XDC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total government revenue", + "in local currency" + ], + "memberList": [ + "sdg/GR_G14_XDC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIC_FRM_BRIB.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Incidence of bribery (proportion of firms experiencing at least one bribe payment request)" + ], + "memberList": [ + "sdg/IC_FRM_BRIB" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIC_GEN_MGTL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of women in managerial positions - previous definition (15 years old and over)" + ], + "memberList": [ + "sdg/IC_GEN_MGTL.AGE--Y_GE15__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIC_GEN_MGTL_19ICLS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of women in managerial positions - current definition (15 years old and over)" + ], + "memberList": [ + "sdg/IC_GEN_MGTL_19ICLS.AGE--Y_GE15__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIC_GEN_MGTN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of women in senior and middle management positions - previous definition (15 years old and over)" + ], + "memberList": [ + "sdg/IC_GEN_MGTN.AGE--Y_GE15__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIC_GEN_MGTN_19ICLS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of women in senior and middle management positions - current definition (15 years old and over)" + ], + "memberList": [ + "sdg/IC_GEN_MGTN_19ICLS.AGE--Y_GE15__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIQ_SPI_PIL4.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Performance index of data sources (Pillar 4 of Statistical Performance Indicators)" + ], + "memberList": [ + "sdg/IQ_SPI_PIL4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIQ_SPI_PIL5.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Performance index of data Infrastructure (Pillar 5 of Statistical Performance Indicators)" + ], + "memberList": [ + "sdg/IQ_SPI_PIL5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIS_RDP_FRGVOL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Freight volume by Mode of transport" + ], + "memberList": [ + "sdg/IS_RDP_FRGVOL.TRANSPORT_MODE--AIR", + "sdg/IS_RDP_FRGVOL.TRANSPORT_MODE--IWW", + "sdg/IS_RDP_FRGVOL.TRANSPORT_MODE--RAI", + "sdg/IS_RDP_FRGVOL.TRANSPORT_MODE--ROA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIS_RDP_LULFRG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Freight loaded and unloaded", + "maritime transport" + ], + "memberList": [ + "sdg/IS_RDP_LULFRG.TRANSPORT_MODE--SEA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIS_RDP_PFVOL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Passenger volume by Mode of transport" + ], + "memberList": [ + "sdg/IS_RDP_PFVOL.TRANSPORT_MODE--AIR", + "sdg/IS_RDP_PFVOL.TRANSPORT_MODE--RAI", + "sdg/IS_RDP_PFVOL.TRANSPORT_MODE--ROA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIS_RDP_PORFVOL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Container port traffic", + "maritime transport" + ], + "memberList": [ + "sdg/IS_RDP_PORFVOL.TRANSPORT_MODE--SEA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIT_MOB_2GNTWK.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population covered by at least a 2G mobile network" + ], + "memberList": [ + "sdg/IT_MOB_2GNTWK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIT_MOB_3GNTWK.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population covered by at least a 3G mobile network" + ], + "memberList": [ + "sdg/IT_MOB_3GNTWK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIT_MOB_4GNTWK.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population covered by at least a 4G mobile network" + ], + "memberList": [ + "sdg/IT_MOB_4GNTWK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIT_MOB_OWN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of individuals who own a mobile telephone" + ], + "memberList": [ + "sdg/IT_MOB_OWN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIT_MOB_OWN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of individuals who own a mobile telephone by Sex" + ], + "memberList": [ + "sdg/IT_MOB_OWN.SEX--F", + "sdg/IT_MOB_OWN.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIT_NET_BBND.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Fixed broadband subscriptions per 100\u00a0inhabitants" + ], + "memberList": [ + "sdg/IT_NET_BBND" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIT_NET_BBND.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Fixed broadband subscriptions per 100\u00a0inhabitants by Internet speed" + ], + "memberList": [ + "sdg/IT_NET_BBND.INTERNET_SPEED--KBPS256T2000", + "sdg/IT_NET_BBND.INTERNET_SPEED--MBPS2T10", + "sdg/IT_NET_BBND.INTERNET_SPEED--MBPS_GE10" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIT_NET_BBNDN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of fixed broadband subscriptions" + ], + "memberList": [ + "sdg/IT_NET_BBNDN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIT_NET_BBNDN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of fixed broadband subscriptions by Internet speed" + ], + "memberList": [ + "sdg/IT_NET_BBNDN.INTERNET_SPEED--KBPS256T2000", + "sdg/IT_NET_BBNDN.INTERNET_SPEED--MBPS2T10", + "sdg/IT_NET_BBNDN.INTERNET_SPEED--MBPS_GE10" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIT_USE_ii99.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of individuals using the Internet" + ], + "memberList": [ + "sdg/IT_USE_ii99" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIT_USE_ii99.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of individuals using the Internet by Sex" + ], + "memberList": [ + "sdg/IT_USE_ii99.SEX--F", + "sdg/IT_USE_ii99.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_COR_BRIB.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Prevalence rate of bribery" + ], + "memberList": [ + "sdg/IU_COR_BRIB" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_COR_BRIB.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Prevalence rate of bribery by Sex" + ], + "memberList": [ + "sdg/IU_COR_BRIB.SEX--F", + "sdg/IU_COR_BRIB.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_ICRS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive and responsive" + ], + "memberList": [ + "sdg/IU_DMK_ICRS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_ICRS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive and responsive by Age group" + ], + "memberList": [ + "sdg/IU_DMK_ICRS.AGE--Y0T24", + "sdg/IU_DMK_ICRS.AGE--Y25T34", + "sdg/IU_DMK_ICRS.AGE--Y35T44", + "sdg/IU_DMK_ICRS.AGE--Y45T54", + "sdg/IU_DMK_ICRS.AGE--Y55T64", + "sdg/IU_DMK_ICRS.AGE--Y_GE65" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_ICRS.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive and responsive by Disability status" + ], + "memberList": [ + "sdg/IU_DMK_ICRS.DISABILITY_STATUS--PD", + "sdg/IU_DMK_ICRS.DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_ICRS.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive and responsive by Education level" + ], + "memberList": [ + "sdg/IU_DMK_ICRS.EDUCATION_LEVEL--AGG_2T3", + "sdg/IU_DMK_ICRS.EDUCATION_LEVEL--AGG_5T8" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_ICRS.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive and responsive by Education level" + ], + "memberList": [ + "sdg/IU_DMK_ICRS.EDUCATION_LEVEL--ISCED11_1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_ICRS.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive and responsive by Population group" + ], + "memberList": [ + "sdg/IU_DMK_ICRS.POPULATION_GROUP--COL_1", + "sdg/IU_DMK_ICRS.POPULATION_GROUP--COL_2", + "sdg/IU_DMK_ICRS.POPULATION_GROUP--INDIGENOUS_POPULATIONS", + "sdg/IU_DMK_ICRS.POPULATION_GROUP--LVA_0", + "sdg/IU_DMK_ICRS.POPULATION_GROUP--LVA_1", + "sdg/IU_DMK_ICRS.POPULATION_GROUP--LVA_2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_ICRS.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive and responsive by Sex" + ], + "memberList": [ + "sdg/IU_DMK_ICRS.SEX--F", + "sdg/IU_DMK_ICRS.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_ICRS.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive and responsive by Type of location" + ], + "memberList": [ + "sdg/IU_DMK_ICRS.URBANIZATION--R", + "sdg/IU_DMK_ICRS.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_INCL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive" + ], + "memberList": [ + "sdg/IU_DMK_INCL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_INCL.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive by Age group" + ], + "memberList": [ + "sdg/IU_DMK_INCL.AGE--Y0T24", + "sdg/IU_DMK_INCL.AGE--Y25T34", + "sdg/IU_DMK_INCL.AGE--Y35T44", + "sdg/IU_DMK_INCL.AGE--Y45T54", + "sdg/IU_DMK_INCL.AGE--Y55T64", + "sdg/IU_DMK_INCL.AGE--Y_GE65" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_INCL.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive by Disability status" + ], + "memberList": [ + "sdg/IU_DMK_INCL.DISABILITY_STATUS--PD", + "sdg/IU_DMK_INCL.DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_INCL.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive by Education level" + ], + "memberList": [ + "sdg/IU_DMK_INCL.EDUCATION_LEVEL--AGG_2T3", + "sdg/IU_DMK_INCL.EDUCATION_LEVEL--AGG_5T8" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_INCL.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive by Education level" + ], + "memberList": [ + "sdg/IU_DMK_INCL.EDUCATION_LEVEL--ISCED11_1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_INCL.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive by Population group" + ], + "memberList": [ + "sdg/IU_DMK_INCL.POPULATION_GROUP--COL_1", + "sdg/IU_DMK_INCL.POPULATION_GROUP--COL_2", + "sdg/IU_DMK_INCL.POPULATION_GROUP--INDIGENOUS_POPULATIONS", + "sdg/IU_DMK_INCL.POPULATION_GROUP--LVA_0", + "sdg/IU_DMK_INCL.POPULATION_GROUP--LVA_1", + "sdg/IU_DMK_INCL.POPULATION_GROUP--LVA_2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_INCL.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive by Sex" + ], + "memberList": [ + "sdg/IU_DMK_INCL.SEX--F", + "sdg/IU_DMK_INCL.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_INCL.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive by Type of location" + ], + "memberList": [ + "sdg/IU_DMK_INCL.URBANIZATION--R", + "sdg/IU_DMK_INCL.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_RESP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is responsive" + ], + "memberList": [ + "sdg/IU_DMK_RESP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_RESP.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is responsive by Age group" + ], + "memberList": [ + "sdg/IU_DMK_RESP.AGE--Y0T24", + "sdg/IU_DMK_RESP.AGE--Y25T34", + "sdg/IU_DMK_RESP.AGE--Y35T44", + "sdg/IU_DMK_RESP.AGE--Y45T54", + "sdg/IU_DMK_RESP.AGE--Y55T64", + "sdg/IU_DMK_RESP.AGE--Y_GE65" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_RESP.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is responsive by Disability status" + ], + "memberList": [ + "sdg/IU_DMK_RESP.DISABILITY_STATUS--PD", + "sdg/IU_DMK_RESP.DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_RESP.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is responsive by Education level" + ], + "memberList": [ + "sdg/IU_DMK_RESP.EDUCATION_LEVEL--AGG_2T3", + "sdg/IU_DMK_RESP.EDUCATION_LEVEL--AGG_5T8" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_RESP.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is responsive by Education level" + ], + "memberList": [ + "sdg/IU_DMK_RESP.EDUCATION_LEVEL--ISCED11_1", + "sdg/IU_DMK_RESP.EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_RESP.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is responsive by Population group" + ], + "memberList": [ + "sdg/IU_DMK_RESP.POPULATION_GROUP--COL_1", + "sdg/IU_DMK_RESP.POPULATION_GROUP--COL_2", + "sdg/IU_DMK_RESP.POPULATION_GROUP--INDIGENOUS_POPULATIONS", + "sdg/IU_DMK_RESP.POPULATION_GROUP--LVA_0", + "sdg/IU_DMK_RESP.POPULATION_GROUP--LVA_1", + "sdg/IU_DMK_RESP.POPULATION_GROUP--LVA_2", + "sdg/IU_DMK_RESP.POPULATION_GROUP--NZL_0", + "sdg/IU_DMK_RESP.POPULATION_GROUP--NZL_2", + "sdg/IU_DMK_RESP.POPULATION_GROUP--NZL_5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_RESP.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is responsive by Sex" + ], + "memberList": [ + "sdg/IU_DMK_RESP.SEX--F", + "sdg/IU_DMK_RESP.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_RESP.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is responsive by Type of location" + ], + "memberList": [ + "sdg/IU_DMK_RESP.URBANIZATION--R", + "sdg/IU_DMK_RESP.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGIU_DMK_RESP.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who believe decision-making is responsive (Rural population with primary education)" + ], + "memberList": [ + "sdg/IU_DMK_RESP.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGNE_CON_GOVT_KD_ZG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Annual growth of final consumption expenditure of the general government" + ], + "memberList": [ + "sdg/NE_CON_GOVT_KD_ZG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGNE_CON_PRVT_KD_ZG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Annual growth of final consumption expenditure of households and non-profit institutions serving households (NPISHs)" + ], + "memberList": [ + "sdg/NE_CON_PRVT_KD_ZG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGNE_EXP_GNFS_KD_ZG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Annual growth of exports of goods and services" + ], + "memberList": [ + "sdg/NE_EXP_GNFS_KD_ZG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGNE_GDI_TOTL_KD_ZG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Annual growth of the gross capital formation" + ], + "memberList": [ + "sdg/NE_GDI_TOTL_KD_ZG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGNE_IMP_GNFS_KD_ZG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Annual growth of imports of goods and services" + ], + "memberList": [ + "sdg/NE_IMP_GNFS_KD_ZG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGNV_IND_SSIS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of small-scale manufacturing industries in total manufacturing value added" + ], + "memberList": [ + "sdg/NV_IND_SSIS.ECONOMIC_ACTIVITY--ISIC3_D", + "sdg/NV_IND_SSIS.ECONOMIC_ACTIVITY--ISIC4_C" + ] + }, + { + "dcid": [ + "dc/svpg/SDGNV_IND_TECH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of medium and high-tech manufacturing value added in total value added" + ], + "memberList": [ + "sdg/NV_IND_TECH.ECONOMIC_ACTIVITY--ISIC3_D", + "sdg/NV_IND_TECH.ECONOMIC_ACTIVITY--ISIC4_C" + ] + }, + { + "dcid": [ + "dc/svpg/SDGNY_GDP_MKTP_KD_ZG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Annual GDP growth" + ], + "memberList": [ + "sdg/NY_GDP_MKTP_KD_ZG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGNY_GDP_PCAP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Annual growth rate of real GDP per capita" + ], + "memberList": [ + "sdg/NY_GDP_PCAP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGPA_NUS_ATLS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Alternative conversion factor used by the Development Economics Group (DEC)" + ], + "memberList": [ + "sdg/PA_NUS_ATLS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGPD_AGR_LSFP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Productivity of large-scale food producers (agricultural output per labour day at purchasing-power parity rates)" + ], + "memberList": [ + "sdg/PD_AGR_LSFP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGPD_AGR_LSFP.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Productivity of large-scale food producers (agricultural output per labour day at purchasing-power parity rates) by Sex" + ], + "memberList": [ + "sdg/PD_AGR_LSFP.SEX--F", + "sdg/PD_AGR_LSFP.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGPD_AGR_SSFP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Productivity of small-scale food producers (agricultural output per labour day at purchasing-power parity rates)" + ], + "memberList": [ + "sdg/PD_AGR_SSFP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGPD_AGR_SSFP.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Productivity of small-scale food producers (agricultural output per labour day at purchasing-power parity rates) by Sex" + ], + "memberList": [ + "sdg/PD_AGR_SSFP.SEX--F", + "sdg/PD_AGR_SSFP.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSD_CPA_UPRDP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries that have national urban policies or regional development plans that respond to population dynamics", + "ensure balanced territorial development", + "and increase local fiscal space" + ], + "memberList": [ + "sdg/SD_CPA_UPRDP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSD_MDP_ANDI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average proportion of deprivations experienced by multidimensionally poor people" + ], + "memberList": [ + "sdg/SD_MDP_ANDI" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSD_MDP_ANDI.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average proportion of deprivations experienced by multidimensionally poor people by Type of location" + ], + "memberList": [ + "sdg/SD_MDP_ANDI.URBANIZATION--R", + "sdg/SD_MDP_ANDI.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSD_MDP_ANDIHH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average share of weighted deprivations experienced by total households (intensity)" + ], + "memberList": [ + "sdg/SD_MDP_ANDIHH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSD_MDP_ANDIHH.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average share of weighted deprivations experienced by total households (intensity) by Type of location" + ], + "memberList": [ + "sdg/SD_MDP_ANDIHH.URBANIZATION--R", + "sdg/SD_MDP_ANDIHH.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSD_MDP_CSMP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children living in child-specific multidimensional poverty (under 18 years old)" + ], + "memberList": [ + "sdg/SD_MDP_CSMP.AGE--Y0T17" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSD_MDP_CSMP.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children living in child-specific multidimensional poverty (under 18 years old) by Type of location" + ], + "memberList": [ + "sdg/SD_MDP_CSMP.AGE--Y0T17__URBANIZATION--R", + "sdg/SD_MDP_CSMP.AGE--Y0T17__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSD_MDP_MUHHC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of households living in multidimensional poverty" + ], + "memberList": [ + "sdg/SD_MDP_MUHHC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSD_MDP_MUHHC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of households living in multidimensional poverty by Type of location" + ], + "memberList": [ + "sdg/SD_MDP_MUHHC.URBANIZATION--R", + "sdg/SD_MDP_MUHHC.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSD_XPD_ESED.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of total government spending on essential services", + "education" + ], + "memberList": [ + "sdg/SD_XPD_ESED" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSD_XPD_MNPO.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of government spending in health", + "direct social transfers and education which benefit the monetary poor" + ], + "memberList": [ + "sdg/SD_XPD_MNPO" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ACC_HNDWSH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of schools with basic handwashing facilities by Education level" + ], + "memberList": [ + "sdg/SE_ACC_HNDWSH.EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_ACC_HNDWSH.EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_ACC_HNDWSH.EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ACS_CMPTR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of schools with access to\u00a0computers for pedagogical purposes by Education level" + ], + "memberList": [ + "sdg/SE_ACS_CMPTR.EDUCATION_LEVEL--AGG_2T3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ACS_CMPTR.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of schools with access to\u00a0computers for pedagogical purposes by Education level" + ], + "memberList": [ + "sdg/SE_ACS_CMPTR.EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_ACS_CMPTR.EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_ACS_CMPTR.EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ACS_ELECT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of schools with access to\u00a0electricity by Education level" + ], + "memberList": [ + "sdg/SE_ACS_ELECT.EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_ACS_ELECT.EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_ACS_ELECT.EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ACS_H2O.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of schools with access to basic drinking water by Education level" + ], + "memberList": [ + "sdg/SE_ACS_H2O.EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_ACS_H2O.EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_ACS_H2O.EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ACS_INTNT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of schools with access to the internet for pedagogical purposes by Education level" + ], + "memberList": [ + "sdg/SE_ACS_INTNT.EDUCATION_LEVEL--AGG_2T3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ACS_INTNT.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of schools with access to the internet for pedagogical purposes by Education level" + ], + "memberList": [ + "sdg/SE_ACS_INTNT.EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_ACS_INTNT.EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_ACS_INTNT.EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ACS_SANIT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of schools with access to single-sex basic sanitation by Education level" + ], + "memberList": [ + "sdg/SE_ACS_SANIT.EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_ACS_SANIT.EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_ACS_SANIT.EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old) by Type of skill" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--DLDONLD", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--FONLCRS", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--GSINF", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--GSPUR", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--HLTHINF", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--INTBNK", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ONLCNS", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ONLSFT", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--SNTWK", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--UPLD", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--VOIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old) by Type of skill" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--DLDONLD", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--FONLCRS", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--GSINF", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--GSPUR", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--HLTHINF", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--INTBNK", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ONLCNS", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ONLSFT", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--SNTWK", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--UPLD", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--VOIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over) by Type of skill" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--DLDONLD", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--FONLCRS", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--GSINF", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--GSPUR", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--HLTHINF", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--INTBNK", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ONLCNS", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ONLSFT", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--SNTWK", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--UPLD", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--VOIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old) by Type of skill" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--DLDONLD", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--FONLCRS", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--GSINF", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--GSPUR", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--HLTHINF", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--INTBNK", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ONLCNS", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ONLSFT", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--SNTWK", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--UPLD", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--VOIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old) by Type of skill" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_ATCH", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_CDV", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_CPT", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_PRGM", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_PRVCY", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_PST", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_SCRTY", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_SFWR", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_SSHT", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_TRFF", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_VRFY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old) by Type of skill" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_ATCH", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_CDV", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_CPT", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_PRGM", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_PRVCY", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_PST", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_SCRTY", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_SFWR", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_SSHT", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_TRFF", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_VRFY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over) by Type of skill" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_ATCH", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_CDV", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_CPT", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_PRGM", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_PRVCY", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_PST", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_SCRTY", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_SFWR", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_SSHT", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_TRFF", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_VRFY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old) by Type of skill" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_ATCH", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_CDV", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_CPT", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_PRGM", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_PRVCY", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_PST", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_SCRTY", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_SFWR", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_SSHT", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_TRFF", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_VRFY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Changing privacy settings on your device", + "account or app to limit the sharing of personal data and information (e.g. name", + "contact information", + "photos)) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_PRVCY", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_PRVCY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.010" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Connecting and installing new devices) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_CDV", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_CDV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.011" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Creating electronic presentations with presentation software) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_PST", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_PST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.012" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Doing a formal online course) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--FONLCRS", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--FONLCRS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.013" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Finding", + "downloading", + "installing and configuring software) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_SFWR", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_SFWR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.014" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Getting information about goods or services online) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--GSINF", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--GSINF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.015" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Participating in social networks) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--SNTWK", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--SNTWK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.016" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Purchasing or ordering goods or services using the Internet) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--GSPUR", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--GSPUR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.017" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Reading or downloading on-line newspapers", + "magazines", + "or electronic books) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--DLDONLD", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--DLDONLD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.018" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Seeking health information (on injury", + "disease", + "nutrition", + "etc.)) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--HLTHINF", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--HLTHINF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.019" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Sending e-mails with attached files) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_ATCH", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_ATCH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.020" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Setting up effective security measures (e.g. strong passwords", + "log-in attempt notification) to protect devices and online accounts) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_SCRTY", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_SCRTY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.021" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Taking part in on-line consultations or voting to define civic or political issues) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ONLCNS", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ONLCNS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.022" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Telephoning over the Internet/VoIP) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--VOIP", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--VOIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.023" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Transferring files between a computer and other devices) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_TRFF", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_TRFF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.024" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Uploading self/user-created content to a website to be shared) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--UPLD", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--UPLD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.025" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Using Internet banking) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--INTBNK", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--INTBNK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.026" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Using basic arithmetic formula in a spreadsheet) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_SSHT", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_SSHT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.027" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Using copy and paste tools to duplicate or move information within a document) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_CPT", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_CPT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.028" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Using software run over the Internet for editing text documents", + "spreadsheets or presentations) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ONLSFT", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ONLSFT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.029" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Verifying the reliability of information found online) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_VRFY", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_VRFY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.030" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old", + "Writing a computer program using a specialized programming language) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_PRGM", + "sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_PRGM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.031" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Changing privacy settings on your device", + "account or app to limit the sharing of personal data and information (e.g. name", + "contact information", + "photos)) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_PRVCY", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_PRVCY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.032" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Connecting and installing new devices) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_CDV", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_CDV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.033" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Creating electronic presentations with presentation software) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_PST", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_PST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.034" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Doing a formal online course) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--FONLCRS", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--FONLCRS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.035" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Finding", + "downloading", + "installing and configuring software) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_SFWR", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_SFWR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.036" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Getting information about goods or services online) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--GSINF", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--GSINF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.037" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Participating in social networks) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--SNTWK", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--SNTWK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.038" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Purchasing or ordering goods or services using the Internet) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--GSPUR", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--GSPUR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.039" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Reading or downloading on-line newspapers", + "magazines", + "or electronic books) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--DLDONLD", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--DLDONLD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.040" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Seeking health information (on injury", + "disease", + "nutrition", + "etc.)) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--HLTHINF", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--HLTHINF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.041" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Sending e-mails with attached files) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_ATCH", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_ATCH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.042" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Setting up effective security measures (e.g. strong passwords", + "log-in attempt notification) to protect devices and online accounts) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_SCRTY", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_SCRTY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.043" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Taking part in on-line consultations or voting to define civic or political issues) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ONLCNS", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ONLCNS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.044" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Telephoning over the Internet/VoIP) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--VOIP", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--VOIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.045" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Transferring files between a computer and other devices) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_TRFF", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_TRFF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.046" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Uploading self/user-created content to a website to be shared) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--UPLD", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--UPLD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.047" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Using Internet banking) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--INTBNK", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--INTBNK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.048" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Using basic arithmetic formula in a spreadsheet) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_SSHT", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_SSHT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.049" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Using copy and paste tools to duplicate or move information within a document) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_CPT", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_CPT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.050" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Using software run over the Internet for editing text documents", + "spreadsheets or presentations) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ONLSFT", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ONLSFT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.051" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Verifying the reliability of information found online) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_VRFY", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_VRFY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.052" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old", + "Writing a computer program using a specialized programming language) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_PRGM", + "sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_PRGM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.053" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Changing privacy settings on your device", + "account or app to limit the sharing of personal data and information (e.g. name", + "contact information", + "photos)) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_PRVCY", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_PRVCY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.054" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Connecting and installing new devices) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_CDV", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_CDV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.055" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Creating electronic presentations with presentation software) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_PST", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_PST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.056" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Doing a formal online course) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--FONLCRS", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--FONLCRS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.057" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Finding", + "downloading", + "installing and configuring software) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_SFWR", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_SFWR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.058" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Getting information about goods or services online) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--GSINF", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--GSINF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.059" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Participating in social networks) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--SNTWK", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--SNTWK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.060" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Purchasing or ordering goods or services using the Internet) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--GSPUR", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--GSPUR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.061" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Reading or downloading on-line newspapers", + "magazines", + "or electronic books) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--DLDONLD", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--DLDONLD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.062" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Seeking health information (on injury", + "disease", + "nutrition", + "etc.)) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--HLTHINF", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--HLTHINF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.063" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Sending e-mails with attached files) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_ATCH", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_ATCH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.064" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Setting up effective security measures (e.g. strong passwords", + "log-in attempt notification) to protect devices and online accounts) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_SCRTY", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_SCRTY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.065" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Taking part in on-line consultations or voting to define civic or political issues) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ONLCNS", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ONLCNS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.066" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Telephoning over the Internet/VoIP) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--VOIP", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--VOIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.067" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Transferring files between a computer and other devices) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_TRFF", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_TRFF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.068" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Uploading self/user-created content to a website to be shared) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--UPLD", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--UPLD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.069" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Using Internet banking) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--INTBNK", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--INTBNK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.070" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Using basic arithmetic formula in a spreadsheet) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_SSHT", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_SSHT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.071" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Using copy and paste tools to duplicate or move information within a document) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_CPT", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_CPT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.072" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Using software run over the Internet for editing text documents", + "spreadsheets or presentations) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ONLSFT", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ONLSFT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.073" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Verifying the reliability of information found online) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_VRFY", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_VRFY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.074" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over", + "Writing a computer program using a specialized programming language) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_PRGM", + "sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_PRGM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.075" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Changing privacy settings on your device", + "account or app to limit the sharing of personal data and information (e.g. name", + "contact information", + "photos)) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_PRVCY", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_PRVCY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.076" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Connecting and installing new devices) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_CDV", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_CDV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.077" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Creating electronic presentations with presentation software) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_PST", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_PST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.078" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Doing a formal online course) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--FONLCRS", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--FONLCRS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.079" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Finding", + "downloading", + "installing and configuring software) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_SFWR", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_SFWR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.080" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Getting information about goods or services online) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--GSINF", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--GSINF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.081" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Participating in social networks) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--SNTWK", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--SNTWK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.082" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Purchasing or ordering goods or services using the Internet) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--GSPUR", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--GSPUR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.083" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Reading or downloading on-line newspapers", + "magazines", + "or electronic books) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--DLDONLD", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--DLDONLD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.084" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Seeking health information (on injury", + "disease", + "nutrition", + "etc.)) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--HLTHINF", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--HLTHINF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.085" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Sending e-mails with attached files) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_ATCH", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_ATCH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.086" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Setting up effective security measures (e.g. strong passwords", + "log-in attempt notification) to protect devices and online accounts) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_SCRTY", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_SCRTY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.087" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Taking part in on-line consultations or voting to define civic or political issues) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ONLCNS", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ONLCNS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.088" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Telephoning over the Internet/VoIP) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--VOIP", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--VOIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.089" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Transferring files between a computer and other devices) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_TRFF", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_TRFF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.090" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Uploading self/user-created content to a website to be shared) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--UPLD", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--UPLD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.091" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Using Internet banking) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--INTBNK", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--INTBNK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.092" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Using basic arithmetic formula in a spreadsheet) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_SSHT", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_SSHT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.093" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Using copy and paste tools to duplicate or move information within a document) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_CPT", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_CPT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.094" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Using software run over the Internet for editing text documents", + "spreadsheets or presentations) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ONLSFT", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ONLSFT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.095" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Verifying the reliability of information found online) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_VRFY", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_VRFY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.096" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old", + "Writing a computer program using a specialized programming language) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_PRGM", + "sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_PRGM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.097" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills by Type of skill" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SKILL--DLDONLD", + "sdg/SE_ADT_ACTS.SKILL--FONLCRS", + "sdg/SE_ADT_ACTS.SKILL--GSINF", + "sdg/SE_ADT_ACTS.SKILL--GSPUR", + "sdg/SE_ADT_ACTS.SKILL--HLTHINF", + "sdg/SE_ADT_ACTS.SKILL--INTBNK", + "sdg/SE_ADT_ACTS.SKILL--ONLCNS", + "sdg/SE_ADT_ACTS.SKILL--ONLSFT", + "sdg/SE_ADT_ACTS.SKILL--SNTWK", + "sdg/SE_ADT_ACTS.SKILL--UPLD", + "sdg/SE_ADT_ACTS.SKILL--VOIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.098" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills by Type of skill" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SKILL--ICT_ATCH", + "sdg/SE_ADT_ACTS.SKILL--ICT_CDV", + "sdg/SE_ADT_ACTS.SKILL--ICT_CPT", + "sdg/SE_ADT_ACTS.SKILL--ICT_PRGM", + "sdg/SE_ADT_ACTS.SKILL--ICT_PRVCY", + "sdg/SE_ADT_ACTS.SKILL--ICT_PST", + "sdg/SE_ADT_ACTS.SKILL--ICT_SCRTY", + "sdg/SE_ADT_ACTS.SKILL--ICT_SFWR", + "sdg/SE_ADT_ACTS.SKILL--ICT_SSHT", + "sdg/SE_ADT_ACTS.SKILL--ICT_TRFF", + "sdg/SE_ADT_ACTS.SKILL--ICT_VRFY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.099" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Changing privacy settings on your device", + "account or app to limit the sharing of personal data and information (e.g. name", + "contact information", + "photos)) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_PRVCY", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_PRVCY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.100" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Connecting and installing new devices) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_CDV", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_CDV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.101" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Creating electronic presentations with presentation software) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_PST", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_PST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.102" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Doing a formal online course) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--FONLCRS", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--FONLCRS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.103" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Finding", + "downloading", + "installing and configuring software) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_SFWR", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_SFWR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.104" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Getting information about goods or services online) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--GSINF", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--GSINF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.105" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Participating in social networks) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--SNTWK", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--SNTWK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.106" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Purchasing or ordering goods or services using the Internet) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--GSPUR", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--GSPUR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.107" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Reading or downloading on-line newspapers", + "magazines", + "or electronic books) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--DLDONLD", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--DLDONLD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.108" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Seeking health information (on injury", + "disease", + "nutrition", + "etc.)) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--HLTHINF", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--HLTHINF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.109" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Sending e-mails with attached files) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_ATCH", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_ATCH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.110" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Setting up effective security measures (e.g. strong passwords", + "log-in attempt notification) to protect devices and online accounts) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_SCRTY", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_SCRTY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.111" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Taking part in on-line consultations or voting to define civic or political issues) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--ONLCNS", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--ONLCNS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.112" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Telephoning over the Internet/VoIP) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--VOIP", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--VOIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.113" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Transferring files between a computer and other devices) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_TRFF", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_TRFF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.114" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Uploading self/user-created content to a website to be shared) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--UPLD", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--UPLD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.115" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Using Internet banking) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--INTBNK", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--INTBNK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.116" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Using basic arithmetic formula in a spreadsheet) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_SSHT", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_SSHT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.117" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Using copy and paste tools to duplicate or move information within a document) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_CPT", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_CPT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.118" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Using software run over the Internet for editing text documents", + "spreadsheets or presentations) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--ONLSFT", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--ONLSFT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.119" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Verifying the reliability of information found online) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_VRFY", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_VRFY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.120" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Writing a computer program using a specialized programming language) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_PRGM", + "sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_PRGM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.121" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Changing privacy settings on your device", + "account or app to limit the sharing of personal data and information (e.g. name", + "contact information", + "photos)) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_PRVCY", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_PRVCY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.122" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Connecting and installing new devices) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_CDV", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_CDV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.123" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Creating electronic presentations with presentation software) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_PST", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_PST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.124" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Doing a formal online course) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--FONLCRS", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--FONLCRS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.125" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Finding", + "downloading", + "installing and configuring software) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_SFWR", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_SFWR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.126" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Getting information about goods or services online) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--GSINF", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--GSINF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.127" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Participating in social networks) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--SNTWK", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--SNTWK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.128" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Purchasing or ordering goods or services using the Internet) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--GSPUR", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--GSPUR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.129" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Reading or downloading on-line newspapers", + "magazines", + "or electronic books) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--DLDONLD", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--DLDONLD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.130" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Seeking health information (on injury", + "disease", + "nutrition", + "etc.)) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--HLTHINF", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--HLTHINF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.131" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Sending e-mails with attached files) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_ATCH", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_ATCH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.132" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Setting up effective security measures (e.g. strong passwords", + "log-in attempt notification) to protect devices and online accounts) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_SCRTY", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_SCRTY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.133" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Taking part in on-line consultations or voting to define civic or political issues) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ONLCNS", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ONLCNS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.134" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Telephoning over the Internet/VoIP) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--VOIP", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--VOIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.135" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Transferring files between a computer and other devices) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_TRFF", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_TRFF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.136" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Uploading self/user-created content to a website to be shared) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--UPLD", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--UPLD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.137" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Using Internet banking) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--INTBNK", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--INTBNK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.138" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Using basic arithmetic formula in a spreadsheet) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_SSHT", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_SSHT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.139" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Using copy and paste tools to duplicate or move information within a document) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_CPT", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_CPT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.140" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Using software run over the Internet for editing text documents", + "spreadsheets or presentations) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ONLSFT", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ONLSFT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.141" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Verifying the reliability of information found online) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_VRFY", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_VRFY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.142" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Writing a computer program using a specialized programming language) by Type of location" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_PRGM", + "sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_PRGM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.143" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Changing privacy settings on your device", + "account or app to limit the sharing of personal data and information (e.g. name", + "contact information", + "photos)", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_PRVCY", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_PRVCY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.144" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Changing privacy settings on your device", + "account or app to limit the sharing of personal data and information (e.g. name", + "contact information", + "photos)", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_PRVCY", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_PRVCY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.145" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Connecting and installing new devices", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_CDV", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_CDV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.146" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Connecting and installing new devices", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_CDV", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_CDV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.147" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Creating electronic presentations with presentation software", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_PST", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_PST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.148" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Creating electronic presentations with presentation software", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_PST", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_PST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.149" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Doing a formal online course", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--FONLCRS", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--FONLCRS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.150" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Doing a formal online course", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--FONLCRS", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--FONLCRS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.151" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Finding", + "downloading", + "installing and configuring software", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_SFWR", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_SFWR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.152" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Finding", + "downloading", + "installing and configuring software", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_SFWR", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_SFWR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.153" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Getting information about goods or services online", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--GSINF", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--GSINF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.154" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Getting information about goods or services online", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--GSINF", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--GSINF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.155" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Participating in social networks", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--SNTWK", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--SNTWK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.156" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Participating in social networks", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--SNTWK", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--SNTWK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.157" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Purchasing or ordering goods or services using the Internet", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--GSPUR", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--GSPUR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.158" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Purchasing or ordering goods or services using the Internet", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--GSPUR", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--GSPUR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.159" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Reading or downloading on-line newspapers", + "magazines", + "or electronic books", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--DLDONLD", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--DLDONLD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.160" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Reading or downloading on-line newspapers", + "magazines", + "or electronic books", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--DLDONLD", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--DLDONLD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.161" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Seeking health information (on injury", + "disease", + "nutrition", + "etc.)", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--HLTHINF", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--HLTHINF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.162" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Seeking health information (on injury", + "disease", + "nutrition", + "etc.)", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--HLTHINF", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--HLTHINF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.163" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Sending e-mails with attached files", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_ATCH", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_ATCH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.164" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Sending e-mails with attached files", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_ATCH", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_ATCH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.165" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Setting up effective security measures (e.g. strong passwords", + "log-in attempt notification) to protect devices and online accounts", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_SCRTY", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_SCRTY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.166" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Setting up effective security measures (e.g. strong passwords", + "log-in attempt notification) to protect devices and online accounts", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_SCRTY", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_SCRTY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.167" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Taking part in on-line consultations or voting to define civic or political issues", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ONLCNS", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ONLCNS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.168" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Taking part in on-line consultations or voting to define civic or political issues", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ONLCNS", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ONLCNS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.169" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Telephoning over the Internet/VoIP", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--VOIP", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--VOIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.170" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Telephoning over the Internet/VoIP", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--VOIP", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--VOIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.171" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Transferring files between a computer and other devices", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_TRFF", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_TRFF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.172" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Transferring files between a computer and other devices", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_TRFF", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_TRFF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.173" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Uploading self/user-created content to a website to be shared", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--UPLD", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--UPLD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.174" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Uploading self/user-created content to a website to be shared", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--UPLD", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--UPLD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.175" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Using Internet banking", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--INTBNK", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--INTBNK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.176" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Using Internet banking", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--INTBNK", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--INTBNK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.177" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Using basic arithmetic formula in a spreadsheet", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_SSHT", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_SSHT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.178" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Using basic arithmetic formula in a spreadsheet", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_SSHT", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_SSHT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.179" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Using copy and paste tools to duplicate or move information within a document", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_CPT", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_CPT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.180" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Using copy and paste tools to duplicate or move information within a document", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_CPT", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_CPT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.181" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Using software run over the Internet for editing text documents", + "spreadsheets or presentations", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ONLSFT", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ONLSFT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.182" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Using software run over the Internet for editing text documents", + "spreadsheets or presentations", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ONLSFT", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ONLSFT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.183" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Verifying the reliability of information found online", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_VRFY", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_VRFY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.184" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Verifying the reliability of information found online", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_VRFY", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_VRFY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.185" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Writing a computer program using a specialized programming language", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_PRGM", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_PRGM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_ACTS.186" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (Writing a computer program using a specialized programming language", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_PRGM", + "sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_PRGM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_EDUCTRN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Participation rate in formal and non-formal education and training by Age group" + ], + "memberList": [ + "sdg/SE_ADT_EDUCTRN.AGE--Y15T24", + "sdg/SE_ADT_EDUCTRN.AGE--Y15T64", + "sdg/SE_ADT_EDUCTRN.AGE--Y25T54", + "sdg/SE_ADT_EDUCTRN.AGE--Y55T64" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_EDUCTRN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Participation rate in formal and non-formal education and training (15 to 24 years old) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_EDUCTRN.AGE--Y15T24__SEX--F", + "sdg/SE_ADT_EDUCTRN.AGE--Y15T24__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_EDUCTRN.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Participation rate in formal and non-formal education and training (15 to 64 years old) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_EDUCTRN.AGE--Y15T64__SEX--F", + "sdg/SE_ADT_EDUCTRN.AGE--Y15T64__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_EDUCTRN.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Participation rate in formal and non-formal education and training (25 to 54 years old) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_EDUCTRN.AGE--Y25T54__SEX--F", + "sdg/SE_ADT_EDUCTRN.AGE--Y25T54__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_EDUCTRN.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Participation rate in formal and non-formal education and training (55 to 64 years old) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_EDUCTRN.AGE--Y55T64__SEX--F", + "sdg/SE_ADT_EDUCTRN.AGE--Y55T64__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_FUNS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill" + ], + "memberList": [ + "sdg/SE_ADT_FUNS.AGE--Y16T65__SKILL--LTRCY", + "sdg/SE_ADT_FUNS.AGE--Y16T65__SKILL--NMRCY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_FUNS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population achieving at least a fixed level of proficiency in functional skills (16 to 65 years old", + "Literacy) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_FUNS.AGE--Y16T65__SEX--F__SKILL--LTRCY", + "sdg/SE_ADT_FUNS.AGE--Y16T65__SEX--M__SKILL--LTRCY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ADT_FUNS.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population achieving at least a fixed level of proficiency in functional skills (16 to 65 years old", + "Numeracy) by Sex" + ], + "memberList": [ + "sdg/SE_ADT_FUNS.AGE--Y16T65__SEX--F__SKILL--NMRCY", + "sdg/SE_ADT_FUNS.AGE--Y16T65__SEX--M__SKILL--NMRCY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Rural) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Urban) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Fourth quintile) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4", + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4", + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Highest quintile) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5", + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5", + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Lowest quintile) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1", + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1", + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Middle quintile) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3", + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3", + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Second quintile) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2", + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2", + "sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Fourth quintile", + "Rural) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4", + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4", + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.010" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Fourth quintile", + "Urban) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4", + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4", + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.011" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Highest quintile", + "Rural) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5", + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5", + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.012" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Highest quintile", + "Urban) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5", + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5", + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.013" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Lowest quintile", + "Rural) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1", + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1", + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.014" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Lowest quintile", + "Urban) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1", + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1", + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.015" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Middle quintile", + "Rural) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3", + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3", + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.016" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Middle quintile", + "Urban) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3", + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3", + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.017" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Second quintile", + "Rural) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2", + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2", + "sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AGP_CPRA.018" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for completion rate (Second quintile", + "Urban) by Education level" + ], + "memberList": [ + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2", + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2", + "sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Female) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Male) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Fourth quintile) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4", + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4", + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Highest quintile) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5", + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5", + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Lowest quintile) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1", + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1", + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Middle quintile) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3", + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3", + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Second quintile) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2", + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2", + "sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Fourth quintile", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4", + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4", + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.010" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Fourth quintile", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4", + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4", + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.011" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Highest quintile", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5", + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5", + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.012" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Highest quintile", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5", + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5", + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.013" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Lowest quintile", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1", + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1", + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.014" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Lowest quintile", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1", + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1", + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.015" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Middle quintile", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3", + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3", + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.016" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Middle quintile", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3", + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3", + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.017" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Second quintile", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2", + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2", + "sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_ALP_CPLR.018" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted location parity index for completion rate (Second quintile", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2", + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2", + "sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AWP_CPRA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted wealth parity index for completion rate by Education level" + ], + "memberList": [ + "sdg/SE_AWP_CPRA.EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_AWP_CPRA.EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_AWP_CPRA.EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AWP_CPRA.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted wealth parity index for completion rate (Female) by Education level" + ], + "memberList": [ + "sdg/SE_AWP_CPRA.SEX--F__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_AWP_CPRA.SEX--F__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_AWP_CPRA.SEX--F__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AWP_CPRA.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted wealth parity index for completion rate (Male) by Education level" + ], + "memberList": [ + "sdg/SE_AWP_CPRA.SEX--M__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_AWP_CPRA.SEX--M__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_AWP_CPRA.SEX--M__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AWP_CPRA.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted wealth parity index for completion rate (Rural) by Education level" + ], + "memberList": [ + "sdg/SE_AWP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_AWP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_AWP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AWP_CPRA.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted wealth parity index for completion rate (Urban) by Education level" + ], + "memberList": [ + "sdg/SE_AWP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_AWP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_AWP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AWP_CPRA.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted wealth parity index for completion rate (Rural", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_AWP_CPRA.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_AWP_CPRA.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_AWP_CPRA.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AWP_CPRA.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted wealth parity index for completion rate (Rural", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_AWP_CPRA.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_AWP_CPRA.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_AWP_CPRA.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AWP_CPRA.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted wealth parity index for completion rate (Urban", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_AWP_CPRA.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_AWP_CPRA.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_AWP_CPRA.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_AWP_CPRA.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted wealth parity index for completion rate (Urban", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_AWP_CPRA.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_AWP_CPRA.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_AWP_CPRA.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_DEV_ONTRK.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children aged 24\u221259 months who are developmentally on track in at least three of the following domains: literacy-numeracy", + "physical development", + "social-emotional development", + "and learning by Age group" + ], + "memberList": [ + "sdg/SE_DEV_ONTRK.AGE--M24T59", + "sdg/SE_DEV_ONTRK.AGE--M36T47", + "sdg/SE_DEV_ONTRK.AGE--M36T59" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_DEV_ONTRK.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children aged 24\u221259 months who are developmentally on track in at least three of the following domains: literacy-numeracy", + "physical development", + "social-emotional development", + "and learning by Sex" + ], + "memberList": [ + "sdg/SE_DEV_ONTRK.AGE--M24T59__SEX--F", + "sdg/SE_DEV_ONTRK.AGE--M24T59__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_DEV_ONTRK.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children aged 36\u221247 months who are developmentally on track in at least three of the following domains: literacy-numeracy", + "physical development", + "social-emotional development", + "and learning by Sex" + ], + "memberList": [ + "sdg/SE_DEV_ONTRK.AGE--M36T47__SEX--F", + "sdg/SE_DEV_ONTRK.AGE--M36T47__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_DEV_ONTRK.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children aged 36\u221259 months who are developmentally on track in at least three of the following domains: literacy-numeracy", + "physical development", + "social-emotional development", + "and learning (36 to 59 months old) by Sex" + ], + "memberList": [ + "sdg/SE_DEV_ONTRK.AGE--M36T59__SEX--F", + "sdg/SE_DEV_ONTRK.AGE--M36T59__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_GCEDESD_CUR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which global citizenship education and education for sustainable development are mainstreamed in curricula" + ], + "memberList": [ + "sdg/SE_GCEDESD_CUR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_GCEDESD_NEP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which global citizenship education and education for sustainable development are mainstreamed in national education policies" + ], + "memberList": [ + "sdg/SE_GCEDESD_NEP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_GCEDESD_SAS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which global citizenship education and education for sustainable development are mainstreamed in student assessment" + ], + "memberList": [ + "sdg/SE_GCEDESD_SAS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_GCEDESD_TED.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which global citizenship education and education for sustainable development are mainstreamed in teacher education" + ], + "memberList": [ + "sdg/SE_GCEDESD_TED" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_GPI_ICTS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Gender parity index for youth/adults with information and communications technology (ICT) skills by Type of skill" + ], + "memberList": [ + "sdg/SE_GPI_ICTS.SKILL--DLDONLD", + "sdg/SE_GPI_ICTS.SKILL--FONLCRS", + "sdg/SE_GPI_ICTS.SKILL--GSINF", + "sdg/SE_GPI_ICTS.SKILL--GSPUR", + "sdg/SE_GPI_ICTS.SKILL--HLTHINF", + "sdg/SE_GPI_ICTS.SKILL--INTBNK", + "sdg/SE_GPI_ICTS.SKILL--ONLSFT", + "sdg/SE_GPI_ICTS.SKILL--SNTWK", + "sdg/SE_GPI_ICTS.SKILL--UPLD", + "sdg/SE_GPI_ICTS.SKILL--VOIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_GPI_ICTS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Gender parity index for youth/adults with information and communications technology (ICT) skills by Type of skill" + ], + "memberList": [ + "sdg/SE_GPI_ICTS.SKILL--ICT_ATCH", + "sdg/SE_GPI_ICTS.SKILL--ICT_CDV", + "sdg/SE_GPI_ICTS.SKILL--ICT_CMFL", + "sdg/SE_GPI_ICTS.SKILL--ICT_CPT", + "sdg/SE_GPI_ICTS.SKILL--ICT_PRGM", + "sdg/SE_GPI_ICTS.SKILL--ICT_PRVCY", + "sdg/SE_GPI_ICTS.SKILL--ICT_PST", + "sdg/SE_GPI_ICTS.SKILL--ICT_SCRTY", + "sdg/SE_GPI_ICTS.SKILL--ICT_SFWR", + "sdg/SE_GPI_ICTS.SKILL--ICT_SSHT", + "sdg/SE_GPI_ICTS.SKILL--ICT_TRFF", + "sdg/SE_GPI_ICTS.SKILL--ICT_VRFY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_GPI_PART.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for participation rate in formal and non-formal education and training by Age group" + ], + "memberList": [ + "sdg/SE_GPI_PART.AGE--Y15T24", + "sdg/SE_GPI_PART.AGE--Y15T64", + "sdg/SE_GPI_PART.AGE--Y25T54", + "sdg/SE_GPI_PART.AGE--Y55T64" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_GPI_PTNPRE.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for participation rate in organized learning (one year before the official primary entry age)" + ], + "memberList": [ + "sdg/SE_GPI_PTNPRE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_GPI_TCAQ.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for the proportion of teachers with the minimum required qualifications by Education level" + ], + "memberList": [ + "sdg/SE_GPI_TCAQ.EDUCATION_LEVEL--AGG_2T3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_GPI_TCAQ.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for the proportion of teachers with the minimum required qualifications by Education level" + ], + "memberList": [ + "sdg/SE_GPI_TCAQ.EDUCATION_LEVEL--ISCED11_02", + "sdg/SE_GPI_TCAQ.EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_GPI_TCAQ.EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_GPI_TCAQ.EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_IMP_FPOF.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted immigration status parity index for achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill" + ], + "memberList": [ + "sdg/SE_IMP_FPOF.AGE--Y16T65__SKILL--LTRCY", + "sdg/SE_IMP_FPOF.AGE--Y16T65__SKILL--NMRCY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_INF_DSBL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of schools with access to adapted infrastructure and materials for students with disabilities by Education level" + ], + "memberList": [ + "sdg/SE_INF_DSBL.EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_INF_DSBL.EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_INF_DSBL.EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_LGP_ACHI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted language test parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" + ], + "memberList": [ + "sdg/SE_LGP_ACHI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--MATH", + "sdg/SE_LGP_ACHI.EDUCATION_LEVEL--ISCED11_1__SKILL--MATH", + "sdg/SE_LGP_ACHI.EDUCATION_LEVEL--ISCED11_2__SKILL--MATH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_LGP_ACHI.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted language test parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in reading) by Education level" + ], + "memberList": [ + "sdg/SE_LGP_ACHI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--READ", + "sdg/SE_LGP_ACHI.EDUCATION_LEVEL--ISCED11_1__SKILL--READ", + "sdg/SE_LGP_ACHI.EDUCATION_LEVEL--ISCED11_2__SKILL--READ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_NAP_ACHI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted immigration status parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" + ], + "memberList": [ + "sdg/SE_NAP_ACHI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--MATH", + "sdg/SE_NAP_ACHI.EDUCATION_LEVEL--ISCED11_1__SKILL--MATH", + "sdg/SE_NAP_ACHI.EDUCATION_LEVEL--ISCED11_2__SKILL--MATH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_NAP_ACHI.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted immigration status parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in reading) by Education level" + ], + "memberList": [ + "sdg/SE_NAP_ACHI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--READ", + "sdg/SE_NAP_ACHI.EDUCATION_LEVEL--ISCED11_1__SKILL--READ", + "sdg/SE_NAP_ACHI.EDUCATION_LEVEL--ISCED11_2__SKILL--READ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_PRE_PARTN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Participation rate in organized learning (one year before the official primary entry age)" + ], + "memberList": [ + "sdg/SE_PRE_PARTN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_PRE_PARTN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Participation rate in organized learning (one year before the official primary entry age) by Sex" + ], + "memberList": [ + "sdg/SE_PRE_PARTN.SEX--F", + "sdg/SE_PRE_PARTN.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Rural) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Urban) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Rural", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Rural", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Urban", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Urban", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.010" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Fourth quintile) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.011" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Highest quintile) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.012" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Lowest quintile) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.013" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Middle quintile) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.014" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Second quintile) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.015" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Fourth quintile", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.016" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Fourth quintile", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.017" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Highest quintile", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.018" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Highest quintile", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.019" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Lowest quintile", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.020" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Lowest quintile", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.021" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Middle quintile", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.022" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Middle quintile", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.023" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Second quintile", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.024" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Second quintile", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.025" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Fourth quintile", + "Rural) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.026" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Fourth quintile", + "Urban) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.027" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Highest quintile", + "Rural) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.028" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Highest quintile", + "Urban) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.029" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Lowest quintile", + "Rural) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.030" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Lowest quintile", + "Urban) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.031" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Middle quintile", + "Rural) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.032" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Middle quintile", + "Urban) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.033" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Second quintile", + "Rural) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.034" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Second quintile", + "Urban) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.035" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Fourth quintile", + "Rural", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.036" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Fourth quintile", + "Rural", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.037" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Fourth quintile", + "Urban", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.038" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Fourth quintile", + "Urban", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.039" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Highest quintile", + "Rural", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.040" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Highest quintile", + "Rural", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.041" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Highest quintile", + "Urban", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.042" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Highest quintile", + "Urban", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.043" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Lowest quintile", + "Rural", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.044" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Lowest quintile", + "Rural", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.045" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Lowest quintile", + "Urban", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.046" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Lowest quintile", + "Urban", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.047" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Middle quintile", + "Rural", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.048" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Middle quintile", + "Rural", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.049" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Middle quintile", + "Urban", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.050" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Middle quintile", + "Urban", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.051" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Second quintile", + "Rural", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.052" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Second quintile", + "Rural", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.053" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Second quintile", + "Urban", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_CPLR.054" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "School completion rate (Second quintile", + "Urban", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2", + "sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_GPI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_GPI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--MATH", + "sdg/SE_TOT_GPI.EDUCATION_LEVEL--ISCED11_1__SKILL--MATH", + "sdg/SE_TOT_GPI.EDUCATION_LEVEL--ISCED11_2__SKILL--MATH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_GPI.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in reading) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_GPI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--READ", + "sdg/SE_TOT_GPI.EDUCATION_LEVEL--ISCED11_1__SKILL--READ", + "sdg/SE_TOT_GPI.EDUCATION_LEVEL--ISCED11_2__SKILL--READ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_GPI_FS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted gender parity index for achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill" + ], + "memberList": [ + "sdg/SE_TOT_GPI_FS.AGE--Y16T65__SKILL--LTRCY", + "sdg/SE_TOT_GPI_FS.AGE--Y16T65__SKILL--NMRCY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_PRFL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children and young people achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_PRFL.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--MATH", + "sdg/SE_TOT_PRFL.EDUCATION_LEVEL--ISCED11_1__SKILL--MATH", + "sdg/SE_TOT_PRFL.EDUCATION_LEVEL--ISCED11_2__SKILL--MATH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_PRFL.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children and young people achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in reading) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_PRFL.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--READ", + "sdg/SE_TOT_PRFL.EDUCATION_LEVEL--ISCED11_1__SKILL--READ", + "sdg/SE_TOT_PRFL.EDUCATION_LEVEL--ISCED11_2__SKILL--READ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_PRFL.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children and young people achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--MATH", + "sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEVEL--ISCED11_1__SKILL--MATH", + "sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEVEL--ISCED11_2__SKILL--MATH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_PRFL.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children and young people achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--MATH", + "sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEVEL--ISCED11_1__SKILL--MATH", + "sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEVEL--ISCED11_2__SKILL--MATH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_PRFL.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children and young people achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in reading", + "Female) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--READ", + "sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEVEL--ISCED11_1__SKILL--READ", + "sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEVEL--ISCED11_2__SKILL--READ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_PRFL.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children and young people achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in reading", + "Male) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--READ", + "sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEVEL--ISCED11_1__SKILL--READ", + "sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEVEL--ISCED11_2__SKILL--READ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_RUPI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted rural to urban parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_RUPI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--MATH", + "sdg/SE_TOT_RUPI.EDUCATION_LEVEL--ISCED11_1__SKILL--MATH", + "sdg/SE_TOT_RUPI.EDUCATION_LEVEL--ISCED11_2__SKILL--MATH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_RUPI.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted rural to urban parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in reading) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_RUPI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--READ", + "sdg/SE_TOT_RUPI.EDUCATION_LEVEL--ISCED11_1__SKILL--READ", + "sdg/SE_TOT_RUPI.EDUCATION_LEVEL--ISCED11_2__SKILL--READ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_SESPI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted low to high socio-economic parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_SESPI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--MATH", + "sdg/SE_TOT_SESPI.EDUCATION_LEVEL--ISCED11_1__SKILL--MATH", + "sdg/SE_TOT_SESPI.EDUCATION_LEVEL--ISCED11_2__SKILL--MATH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_SESPI.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted low to high socio-economic parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in reading) by Education level" + ], + "memberList": [ + "sdg/SE_TOT_SESPI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--READ", + "sdg/SE_TOT_SESPI.EDUCATION_LEVEL--ISCED11_1__SKILL--READ", + "sdg/SE_TOT_SESPI.EDUCATION_LEVEL--ISCED11_2__SKILL--READ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TOT_SESPI_FS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adjusted low to high socio-economic parity status index for achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill" + ], + "memberList": [ + "sdg/SE_TOT_SESPI_FS.AGE--Y16T65__SKILL--LTRCY", + "sdg/SE_TOT_SESPI_FS.AGE--Y16T65__SKILL--NMRCY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TRA_GRDL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of teachers with the minimum required qualifications (Pre-primary education) by Sex" + ], + "memberList": [ + "sdg/SE_TRA_GRDL.EDUCATION_LEVEL--ISCED11_02", + "sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEVEL--ISCED11_02", + "sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEVEL--ISCED11_02" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TRA_GRDL.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of teachers with the minimum required qualifications (Primary education) by Sex" + ], + "memberList": [ + "sdg/SE_TRA_GRDL.EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEVEL--ISCED11_1", + "sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEVEL--ISCED11_1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TRA_GRDL.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of teachers with the minimum required qualifications (Secondary education) by Sex" + ], + "memberList": [ + "sdg/SE_TRA_GRDL.EDUCATION_LEVEL--AGG_2T3", + "sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEVEL--AGG_2T3", + "sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEVEL--AGG_2T3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TRA_GRDL.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of teachers with the minimum required qualifications (Lower secondary education) by Sex" + ], + "memberList": [ + "sdg/SE_TRA_GRDL.EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEVEL--ISCED11_2", + "sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEVEL--ISCED11_2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSE_TRA_GRDL.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of teachers with the minimum required qualifications (Upper secondary education) by Sex" + ], + "memberList": [ + "sdg/SE_TRA_GRDL.EDUCATION_LEVEL--ISCED11_3", + "sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEVEL--ISCED11_3", + "sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEVEL--ISCED11_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_CPA_MIGRP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries with migration policies to facilitate orderly", + "safe", + "regular and responsible migration and mobility of people" + ], + "memberList": [ + "sdg/SG_CPA_MIGRP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_CPA_MIGRP.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries with migration policies to facilitate orderly", + "safe", + "regular and responsible migration and mobility of people by Policy domain" + ], + "memberList": [ + "sdg/SG_CPA_MIGRP.POLICY_DOMAINS--PD_1", + "sdg/SG_CPA_MIGRP.POLICY_DOMAINS--PD_2", + "sdg/SG_CPA_MIGRP.POLICY_DOMAINS--PD_3", + "sdg/SG_CPA_MIGRP.POLICY_DOMAINS--PD_4", + "sdg/SG_CPA_MIGRP.POLICY_DOMAINS--PD_5", + "sdg/SG_CPA_MIGRP.POLICY_DOMAINS--PD_6" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_CPA_MIGRS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with migration policies to facilitate orderly", + "safe", + "regular and responsible migration and mobility of people" + ], + "memberList": [ + "sdg/SG_CPA_MIGRS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_CPA_MIGRS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with migration policies to facilitate orderly", + "safe", + "regular and responsible migration and mobility of people by Policy domain" + ], + "memberList": [ + "sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_1", + "sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_2", + "sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_3", + "sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_4", + "sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_5", + "sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_6" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_CPA_OFDI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries with an outward investment promotion scheme which can benefit developing countries", + "including LDCs" + ], + "memberList": [ + "sdg/SG_CPA_OFDI" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_CPA_OFDI.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries with an outward investment promotion scheme which can benefit developing countries", + "including LDCs by OFDI Scheme" + ], + "memberList": [ + "sdg/SG_CPA_OFDI.OFDI_SCHEME--DC_PARTICIPATION", + "sdg/SG_CPA_OFDI.OFDI_SCHEME--FIS_FIN_SUPPORT", + "sdg/SG_CPA_OFDI.OFDI_SCHEME--INV_FACILITATION", + "sdg/SG_CPA_OFDI.OFDI_SCHEME--INV_GUARANTEES" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_CPA_SDEVP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Mechanisms in place to enhance policy coherence for sustainable development" + ], + "memberList": [ + "sdg/SG_CPA_SDEVP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of positions held by persons under 45 years of age in the judiciary", + "compared to national distributions" + ], + "memberList": [ + "sdg/SG_DMK_JDC.AGE--Y0T44__OCCUPATION--ISCO08_2612", + "sdg/SG_DMK_JDC.AGE--Y0T44__OCCUPATION--ISCO08_2619R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of positions held by persons with disability in the judiciary", + "compared to national distributions" + ], + "memberList": [ + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__DISABILITY_STATUS--PD", + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__DISABILITY_STATUS--PD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of positions held by persons of Afro descent in the judiciary", + "compared to national distributions" + ], + "memberList": [ + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__POPULATION_GROUP--URY_0", + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--URY_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of positions held by Arabs in the judiciary", + "compared to national distributions" + ], + "memberList": [ + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__POPULATION_GROUP--ISR_0", + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--ISR_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of positions held by immigrants", + "persons with Norwegian-born to immigrant parents", + "and others in the judiciary", + "compared to national distributions" + ], + "memberList": [ + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__POPULATION_GROUP--NOR_3", + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--NOR_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of positions held by immigrants and descendants from non-western countries in the judiciary", + "compared to national distributions" + ], + "memberList": [ + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__POPULATION_GROUP--DNK_2", + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--DNK_2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of positions held by immigrants and descendants from western countries in the judiciary", + "compared to national distributions" + ], + "memberList": [ + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__POPULATION_GROUP--DNK_3", + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--DNK_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of positions held by Norweigians in the judiciary", + "compared to national distributions" + ], + "memberList": [ + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__POPULATION_GROUP--NOR_0", + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--NOR_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of positions held by persons of Danish origin in the judiciary", + "compared to national distributions" + ], + "memberList": [ + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__POPULATION_GROUP--DNK_1", + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--DNK_1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC.010" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportions of positions in the judiciary compared to national distributions (Unspecified) by Professionals (ISCO08 - 2)" + ], + "memberList": [ + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__POPULATION_GROUP--LSO_0", + "sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--LSO_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC.011" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of positions held by women in the judiciary", + "compared to national distributions" + ], + "memberList": [ + "sdg/SG_DMK_JDC.SEX--F__OCCUPATION--ISCO08_2612", + "sdg/SG_DMK_JDC.SEX--F__OCCUPATION--ISCO08_2619R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC_CNS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportions of positions held by persons under 45 years of age in the Constitutional Court" + ], + "memberList": [ + "sdg/SG_DMK_JDC_CNS.AGE--Y0T44__OCCUPATION--ISCO08_2612", + "sdg/SG_DMK_JDC_CNS.AGE--Y0T44__OCCUPATION--ISCO08_2619R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC_CNS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportions of positions held by persons with disability in the Constitutional Court" + ], + "memberList": [ + "sdg/SG_DMK_JDC_CNS.OCCUPATION--ISCO08_2612__DISABILITY_STATUS--PD", + "sdg/SG_DMK_JDC_CNS.OCCUPATION--ISCO08_2619R__DISABILITY_STATUS--PD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC_CNS.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportions of positions held by Arabs in the Constitutional Court" + ], + "memberList": [ + "sdg/SG_DMK_JDC_CNS.OCCUPATION--ISCO08_2612__POPULATION_GROUP--ISR_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC_CNS.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportions of positions held by women in the Constitutional Court" + ], + "memberList": [ + "sdg/SG_DMK_JDC_CNS.SEX--F__OCCUPATION--ISCO08_2612", + "sdg/SG_DMK_JDC_CNS.SEX--F__OCCUPATION--ISCO08_2619R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC_HGR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportions of positions held by persons under 45 years of age in the Higher Courts" + ], + "memberList": [ + "sdg/SG_DMK_JDC_HGR.AGE--Y0T44__OCCUPATION--ISCO08_2612", + "sdg/SG_DMK_JDC_HGR.AGE--Y0T44__OCCUPATION--ISCO08_2619R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC_HGR.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportions of positions held by persons with disability in the Higher Courts" + ], + "memberList": [ + "sdg/SG_DMK_JDC_HGR.OCCUPATION--ISCO08_2612__DISABILITY_STATUS--PD", + "sdg/SG_DMK_JDC_HGR.OCCUPATION--ISCO08_2619R__DISABILITY_STATUS--PD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC_HGR.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportions of positions held by Arabs in the Higher Courts" + ], + "memberList": [ + "sdg/SG_DMK_JDC_HGR.OCCUPATION--ISCO08_2612__POPULATION_GROUP--ISR_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC_HGR.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportions of positions held by unspecified minority groups in the Higher Courts" + ], + "memberList": [ + "sdg/SG_DMK_JDC_HGR.OCCUPATION--ISCO08_2612__POPULATION_GROUP--LSO_0", + "sdg/SG_DMK_JDC_HGR.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--LSO_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC_HGR.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportions of positions held by women in the Higher Courts" + ], + "memberList": [ + "sdg/SG_DMK_JDC_HGR.SEX--F__OCCUPATION--ISCO08_2612", + "sdg/SG_DMK_JDC_HGR.SEX--F__OCCUPATION--ISCO08_2619R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC_LWR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportions of positions held by persons under 45 years of age in the Lower Courts" + ], + "memberList": [ + "sdg/SG_DMK_JDC_LWR.AGE--Y0T44__OCCUPATION--ISCO08_2612", + "sdg/SG_DMK_JDC_LWR.AGE--Y0T44__OCCUPATION--ISCO08_2619R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC_LWR.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportions of positions held by persons with disability in the Lower Courts" + ], + "memberList": [ + "sdg/SG_DMK_JDC_LWR.OCCUPATION--ISCO08_2612__DISABILITY_STATUS--PD", + "sdg/SG_DMK_JDC_LWR.OCCUPATION--ISCO08_2619R__DISABILITY_STATUS--PD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC_LWR.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportions of positions held by Arabs in the Lower Courts" + ], + "memberList": [ + "sdg/SG_DMK_JDC_LWR.OCCUPATION--ISCO08_2612__POPULATION_GROUP--ISR_0", + "sdg/SG_DMK_JDC_LWR.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--ISR_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC_LWR.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportions of positions held by unspecified minority groups in the Lower Courts" + ], + "memberList": [ + "sdg/SG_DMK_JDC_LWR.OCCUPATION--ISCO08_2612__POPULATION_GROUP--LSO_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_JDC_LWR.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportions of positions held by women in the Lower Courts" + ], + "memberList": [ + "sdg/SG_DMK_JDC_LWR.SEX--F__OCCUPATION--ISCO08_2612", + "sdg/SG_DMK_JDC_LWR.SEX--F__OCCUPATION--ISCO08_2619R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_JC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by women 46 years old and over: Joint Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--HR", + "sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--HR_GEQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_JC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by men 46 years old and over: Joint Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--DEF", + "sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF", + "sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--HR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_JC.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by women of unknown age: Joint Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_JC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_JC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_JC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_JC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--HR_GEQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_JC.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by men of unknown age: Joint Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_JC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--DEF", + "sdg/SG_DMK_PARLCC_JC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--HR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_JC.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by women 46 years old and over: Joint Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_JC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_JC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--HR_GEQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_JC.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by men 46 years old and over: Joint Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_JC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_JC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--HR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_LC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by women 46 years old and over: Lower Chamber or Unicameral Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--DEF", + "sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_DEF", + "sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--HR", + "sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--HR_GEQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_LC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by men 46 years old and over: Lower Chamber or Unicameral Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--DEF", + "sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF", + "sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--HR", + "sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--HR_GEQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_LC.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by persons 46 yeras old and whose sex information is unknown: Lower Chamber or Unicameral Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--_U__PARLIAMENTARY_COMMITTEES--GEQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_LC.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by persons whose age and sex information is not available: Lower Chamber or Unicameral Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_LC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--DEF", + "sdg/SG_DMK_PARLCC_LC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_LC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_LC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_LC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--HR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_LC.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by women whose age information is unknown: Lower Chamber or Unicameral Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--DEF", + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_DEF", + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--HR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_LC.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by men whose age information is unknown: Lower Chamber or Unicameral Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--DEF", + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF", + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF_HR", + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--HR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_LC.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by persons whose age and sex information is not available: Lower Chamber or Unicameral Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--DEF", + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--HR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_LC.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by women under 46 years old: Lower Chamber or Unicameral Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--DEF", + "sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_DEF", + "sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--HR", + "sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--HR_GEQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_LC.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by men under 46 years old: Lower Chamber or Unicameral Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--DEF", + "sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF", + "sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF_FIN", + "sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--HR", + "sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--HR_GEQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_UC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by women years old and over: Upper Chamber Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--DEF", + "sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_DEF", + "sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_DEF_FIN", + "sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_DEF_HR", + "sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_HR", + "sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--HR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_UC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by men 46 years old and over: Upper Chamber Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--DEF", + "sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF", + "sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--HR", + "sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--HR_GEQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_UC.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by persons whose age and sex information is not available: Upper Chamber Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_UC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--DEF", + "sdg/SG_DMK_PARLCC_UC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_UC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_UC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_UC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--HR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_UC.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by women whose age information is unknown: Upper Chamber Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_DEF", + "sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_UC.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by men whose age information is unknown: Upper Chamber Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--DEF", + "sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF", + "sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--HR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_UC.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by persons whose age and sex information is unknown: Upper Chamber Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--DEF", + "sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--HR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_UC.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by women under 46 years old: Upper Chamber Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_DEF", + "sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_HR", + "sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--HR", + "sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--HR_GEQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLCC_UC.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by male under 46 years old: Upper Chamber Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--DEF", + "sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF", + "sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF", + "sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--FIN", + "sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--GEQ", + "sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--HR", + "sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--HR_GEQ" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLMP_LC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Female representation ratio in parliament (proportion of women in parliament divided by the proportion of women in the national population\u00a0eligible by age): Lower chamber or unicameral" + ], + "memberList": [ + "sdg/SG_DMK_PARLMP_LC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLMP_UC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Female representation ratio in parliament (proportion of women in parliament divided by the proportion of women in the national population\u00a0eligible by age): Upper chamber" + ], + "memberList": [ + "sdg/SG_DMK_PARLMP_UC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLSP_LC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of persons 46 years and over who are speakers in parliement", + "by sex: Lower Chamber or Unicameral Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLSP_LC.AGE--Y_GE46__SEX--F", + "sdg/SG_DMK_PARLSP_LC.AGE--Y_GE46__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLSP_LC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of persons whose age information is unknown or not available who are speakers in parliement", + "by sex: Lower Chamber or Unicameral Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLSP_LC.AGE--_U__SEX--F", + "sdg/SG_DMK_PARLSP_LC.AGE--_U__SEX--M", + "sdg/SG_DMK_PARLSP_LC.AGE--_X__SEX--_X" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLSP_LC.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of persons under 46 years old who are speakers in parliement", + "by sex: Lower Chamber or Unicameral Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLSP_LC.AGE--Y0T45__SEX--F", + "sdg/SG_DMK_PARLSP_LC.AGE--Y0T45__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLSP_LC.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of speakers in parliamen: Lower Chamber or Unicameral by Sex" + ], + "memberList": [ + "sdg/SG_DMK_PARLSP_LC.SEX--F", + "sdg/SG_DMK_PARLSP_LC.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLSP_UC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of persons 46 years old and over who are speakers in parliement", + "by sex: Upper Chamber Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLSP_UC.AGE--Y_GE46__SEX--F", + "sdg/SG_DMK_PARLSP_UC.AGE--Y_GE46__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLSP_UC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of persons whose age information is unknown or not available who are speakers in parliement", + "by sex: Upper Chamber Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLSP_UC.AGE--_U__SEX--F", + "sdg/SG_DMK_PARLSP_UC.AGE--_U__SEX--M", + "sdg/SG_DMK_PARLSP_UC.AGE--_X__SEX--_X" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLSP_UC.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of persons under 46 years old who are speakers in parliement", + "by sex: Upper Chamber Committees" + ], + "memberList": [ + "sdg/SG_DMK_PARLSP_UC.AGE--Y0T45__SEX--F", + "sdg/SG_DMK_PARLSP_UC.AGE--Y0T45__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLSP_UC.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of speakers in parliament: Upper Chamber by Sex" + ], + "memberList": [ + "sdg/SG_DMK_PARLSP_UC.SEX--F", + "sdg/SG_DMK_PARLSP_UC.SEX--M", + "sdg/SG_DMK_PARLSP_UC.SEX--_X" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLYN_LC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of youth in parliament (age 45 or below): Lower Chamber or Unicameral by Age group" + ], + "memberList": [ + "sdg/SG_DMK_PARLYN_LC.AGE--Y0T45" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLYN_UC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of youth in parliament (age 45 or below): Upper Chamber by Age group" + ], + "memberList": [ + "sdg/SG_DMK_PARLYN_UC.AGE--Y0T45" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLYP_LC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth in parliament (age 45 or below): Lower Chamber or Unicameral by Age group" + ], + "memberList": [ + "sdg/SG_DMK_PARLYP_LC.AGE--Y0T45" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLYP_UC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth in parliament (age 45 or below): Upper Chamber by Age group" + ], + "memberList": [ + "sdg/SG_DMK_PARLYP_UC.AGE--Y0T45" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLYR_LC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Youth representation ratio in parliament (proportion of members in parliament aged 45 or below divided by the share of individuals aged 45 or below in the national population eligible by age): Lower Chamber or Unicameral by Age group" + ], + "memberList": [ + "sdg/SG_DMK_PARLYR_LC.AGE--Y0T45" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PARLYR_UC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Youth representation ratio in parliament (proportion of members in parliament aged 45 or below divided by the share of individuals aged 45 or below in the national population eligible by age): Upper Chamber or Unicameral by Age group" + ], + "memberList": [ + "sdg/SG_DMK_PARLYR_UC.AGE--Y0T45" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PSRVC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of positions in the public service held by specific groups compared to national distributions" + ], + "memberList": [ + "sdg/SG_DMK_PSRVC.AGE--Y0T34__OCCUPATION--AGG_PSP", + "sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP", + "sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__DISABILITY_STATUS--PD", + "sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--DNK_1", + "sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--DNK_2", + "sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--DNK_3", + "sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--ISR_0", + "sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--ISR_2", + "sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--LSO_1", + "sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--NOR_0", + "sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--NOR_1", + "sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--NOR_2", + "sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--URY_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DMK_PSRVC.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of positions in the public service held by women compared to national distributions", + "by occupation group" + ], + "memberList": [ + "sdg/SG_DMK_PSRVC.SEX--F__OCCUPATION--AGG_PSP", + "sdg/SG_DMK_PSRVC.SEX--F__OCCUPATION--ISCO08_1112", + "sdg/SG_DMK_PSRVC.SEX--F__OCCUPATION--ISCO08_112_121", + "sdg/SG_DMK_PSRVC.SEX--F__OCCUPATION--ISCO08_21_242_25_26", + "sdg/SG_DMK_PSRVC.SEX--F__OCCUPATION--ISCO08_31T35X32", + "sdg/SG_DMK_PSRVC.SEX--F__OCCUPATION--ISCO08_41" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DSR_LGRGSR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Score of adoption and implementation of national disaster-risk reduction strategies in line with the Sendai Framework" + ], + "memberList": [ + "sdg/SG_DSR_LGRGSR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DSR_SFDRR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries that reported having a national disaster-risk reduction strategy which is aligned to the Sendai Framework" + ], + "memberList": [ + "sdg/SG_DSR_SFDRR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DSR_SILN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of local governments that adopt and implement local disaster-risk reduction strategies in line with national strategies" + ], + "memberList": [ + "sdg/SG_DSR_SILN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_DSR_SILS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of local governments that adopt and implement local disaster-risk reduction strategies in line with national disaster-risk reduction strategies" + ], + "memberList": [ + "sdg/SG_DSR_SILS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_GEN_EQPWN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries with systems to track and make public allocations for gender equality and women's empowerment" + ], + "memberList": [ + "sdg/SG_GEN_EQPWN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_GEN_EQPWNN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with systems to track and make public allocations for gender equality and women's empowerment" + ], + "memberList": [ + "sdg/SG_GEN_EQPWNN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_GEN_LOCGELS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of elected seats in deliberative bodies of local government held by women by Sex" + ], + "memberList": [ + "sdg/SG_GEN_LOCGELS.SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_GEN_PARL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of seats in national parliaments held by women by Sex" + ], + "memberList": [ + "sdg/SG_GEN_PARL.SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_GEN_PARLN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of seats in national parliaments held by women by Sex" + ], + "memberList": [ + "sdg/SG_GEN_PARLN.SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_GEN_PARLNT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Current number of seats in national parliaments" + ], + "memberList": [ + "sdg/SG_GEN_PARLNT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_GOV_LOGV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of local governments" + ], + "memberList": [ + "sdg/SG_GOV_LOGV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_HAZ_CMRBASEL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Parties meeting their commitments and obligations in transmitting information as required by Basel Convention on hazardous waste", + "and other chemicals" + ], + "memberList": [ + "sdg/SG_HAZ_CMRBASEL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_HAZ_CMRMNMT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Parties meeting their commitments and obligations in transmitting information as required by Minamata Convention on hazardous waste", + "and other chemicals" + ], + "memberList": [ + "sdg/SG_HAZ_CMRMNMT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_HAZ_CMRMNTRL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Parties meeting their commitments and obligations in transmitting information as required by Montreal Protocol on hazardous waste", + "and other chemicals" + ], + "memberList": [ + "sdg/SG_HAZ_CMRMNTRL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_HAZ_CMRROTDAM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Parties meeting their commitments and obligations in transmitting information as required by Rotterdam Convention on hazardous waste", + "and other chemicals" + ], + "memberList": [ + "sdg/SG_HAZ_CMRROTDAM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_HAZ_CMRSTHOLM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Parties meeting their commitments and obligations in transmitting information as required by Stockholm Convention on hazardous waste", + "and other chemicals" + ], + "memberList": [ + "sdg/SG_HAZ_CMRSTHOLM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_INF_ACCSS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries that adopt and implement constitutional", + "statutory and/or policy guarantees for public access to information" + ], + "memberList": [ + "sdg/SG_INF_ACCSS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_INT_MBRDEV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of members of developing countries in international organizations by International organization" + ], + "memberList": [ + "sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200010", + "sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200021", + "sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200023", + "sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200050", + "sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200060", + "sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200070", + "sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG400220", + "sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG600070", + "sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG700010", + "sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG700020", + "sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG700030" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_INT_VRTDEV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of voting rights of developing countries in international organizations by International organization" + ], + "memberList": [ + "sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200010", + "sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200021", + "sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200023", + "sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200050", + "sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200060", + "sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200070", + "sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG400220", + "sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG600070", + "sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG700010", + "sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG700020", + "sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG700030" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_LGL_GENEQEMP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Level of achievement regarding legal frameworks that promote", + "enforce and monitor gender equality with respect to employment and economic benefits (Area 3)" + ], + "memberList": [ + "sdg/SG_LGL_GENEQEMP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_LGL_GENEQLFP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Level of achievement regarding legal frameworks that promote", + "enforce and monitor gender equality with respect to overarching legal frameworks and public life (Area 1)" + ], + "memberList": [ + "sdg/SG_LGL_GENEQLFP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_LGL_GENEQMAR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Level of achievement regarding legal frameworks that promote", + "enforce and monitor gender equality with respect to marriage and family (Area 4)" + ], + "memberList": [ + "sdg/SG_LGL_GENEQMAR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_LGL_GENEQVAW.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Level of achievement regarding legal frameworks that promote", + "enforce and monitor gender equality with respect to violence against women (Area 2)" + ], + "memberList": [ + "sdg/SG_LGL_GENEQVAW" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_LGL_LNDFEMOD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Degree to which the legal framework (including customary law) guarantees women\u2019s equal rights to land ownership and/or control" + ], + "memberList": [ + "sdg/SG_LGL_LNDFEMOD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_NHR_CMPLNC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with National Human Rights Institutions in compliance with the Paris Principles" + ], + "memberList": [ + "sdg/SG_NHR_CMPLNC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_NHR_IMPL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries with independent National Human Rights Institutions in compliance with the Paris Principles" + ], + "memberList": [ + "sdg/SG_NHR_IMPL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_NHR_INTEXST.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries that applied for accreditation as independent National Human Rights Institutions in compliance with the Paris Principles" + ], + "memberList": [ + "sdg/SG_NHR_INTEXST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_PLN_MSTKSDG_P.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of provider countries reporting progress in multi-stakeholder development effectiveness monitoring frameworks that support the achievement of the sustainable development goals" + ], + "memberList": [ + "sdg/SG_PLN_MSTKSDG_P" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_PLN_MSTKSDG_R.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of recipient countries reporting progress in multi-stakeholder development effectiveness monitoring frameworks that support the achievement of the sustainable development goals" + ], + "memberList": [ + "sdg/SG_PLN_MSTKSDG_R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_PLN_PRPOLRES.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent of use of country-owned results frameworks and planning tools by providers of development cooperation - data by provider" + ], + "memberList": [ + "sdg/SG_PLN_PRPOLRES" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_PLN_PRVNDI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of project objectives of new development interventions drawn from country-led result frameworks - data by provider" + ], + "memberList": [ + "sdg/SG_PLN_PRVNDI" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_PLN_PRVRICTRY.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of results indicators drawn from country-led results frameworks - data by provider" + ], + "memberList": [ + "sdg/SG_PLN_PRVRICTRY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_PLN_PRVRIMON.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of results indicators which will be monitored using government sources and monitoring systems - data by provider" + ], + "memberList": [ + "sdg/SG_PLN_PRVRIMON" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_PLN_RECNDI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of project objectives in new development interventions drawn from country-led result frameworks - data by recipient" + ], + "memberList": [ + "sdg/SG_PLN_RECNDI" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_PLN_RECRICTRY.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of results indicators drawn from country-led results frameworks - data by recipient" + ], + "memberList": [ + "sdg/SG_PLN_RECRICTRY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_PLN_RECRIMON.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of results indicators which will be monitored using government sources and monitoring systems - data by recipient" + ], + "memberList": [ + "sdg/SG_PLN_RECRIMON" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_PLN_REPOLRES.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent of use of country-owned results frameworks and planning tools by providers of development cooperation - data by recipient" + ], + "memberList": [ + "sdg/SG_PLN_REPOLRES" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_REG_BRTH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children under 5 years of age whose births have been registered with a civil authority by Age group" + ], + "memberList": [ + "sdg/SG_REG_BRTH.AGE--M12T23", + "sdg/SG_REG_BRTH.AGE--M24T35", + "sdg/SG_REG_BRTH.AGE--M36T47", + "sdg/SG_REG_BRTH.AGE--M48T59", + "sdg/SG_REG_BRTH.AGE--Y0", + "sdg/SG_REG_BRTH.AGE--Y0T4", + "sdg/SG_REG_BRTH.AGE--Y0T7" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_REG_BRTH90.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries with birth registration data that are at least 90 percent complete" + ], + "memberList": [ + "sdg/SG_REG_BRTH90" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_REG_BRTH90N.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with birth registration data that are at least 90 percent complete" + ], + "memberList": [ + "sdg/SG_REG_BRTH90N" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_REG_CENSUS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries that have conducted at least one population and housing census in the last 10 years" + ], + "memberList": [ + "sdg/SG_REG_CENSUS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_REG_CENSUSN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries that have conducted at least one population and housing census in the last 10 years" + ], + "memberList": [ + "sdg/SG_REG_CENSUSN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_REG_DETH75.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of countries with death registration data that are at least 75 percent complete" + ], + "memberList": [ + "sdg/SG_REG_DETH75" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_REG_DETH75N.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with death registration data that are at least 75 percent complete" + ], + "memberList": [ + "sdg/SG_REG_DETH75N" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_CNTRY.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with sustainable consumption and production (SCP) national action plans or SCP mainstreamed as a priority or target into national policies" + ], + "memberList": [ + "sdg/SG_SCP_CNTRY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_POLINS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with policy instrument for sustainable consumption and production by Policy instrument" + ], + "memberList": [ + "sdg/SG_SCP_POLINS.POLICY_INSTRUMENT--POL_ECONFIS", + "sdg/SG_SCP_POLINS.POLICY_INSTRUMENT--POL_MACRO", + "sdg/SG_SCP_POLINS.POLICY_INSTRUMENT--POL_REGLEG", + "sdg/SG_SCP_POLINS.POLICY_INSTRUMENT--POL_VOLSRG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN.LEVEL_STATUS--HIGIMP", + "sdg/SG_SCP_PROCN.LEVEL_STATUS--LOWIMP", + "sdg/SG_SCP_PROCN.LEVEL_STATUS--MHIGIMP", + "sdg/SG_SCP_PROCN.LEVEL_STATUS--MLOWIMP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Artigas) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--ARTIGAS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Canelones) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--CANELONES" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Cerro Largo) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--CERRO_LARGO" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Colonia) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--COLONIA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Comunidad Aut\u00f3noma del Pa\u00eds Vasco) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MHIGIMP__GOVERNMENT_NAME--COMUNIDAD_AUTONOMA_DEL_PAIS_VASCO" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Flores) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--FLORES" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Florida) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--FLORIDA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Greater Poland Voivodeship) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--GREATER_POLAND_VOIVODESHIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Lavalleja) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--LAVALLEJA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.010" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Lesser Poland Voivodeship) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--LESSER_POLAND_VOIVODESHIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.011" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Lower Silesian Voivodeship) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--LOWER_SILESIAN_VOIVODESHIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.012" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (L\u00f3dz Voivodeship) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--LODZ_VOIVODESHIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.013" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Maldonado) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--MALDONADO" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.014" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Masovian Voivodeship) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--MASOVIAN_VOIVODESHIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.015" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Montevideo) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--MONTEVIDEO" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.016" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Paysand\u00fa) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--PAYSANDU" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.017" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Podkarpackie Voivodeship) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--PODKARPACKIE_VOIVODESHIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.018" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Pomeranian Voivodeship) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--POMERANIAN_VOIVODESHIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.019" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Rivera) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--RIVERA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.020" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (R\u00edo Negro) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--RIO_NEGRO" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.021" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Salto) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--SALTO" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.022" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (San Jos\u00e9) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--SAN_JOSE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.023" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Silesian Voivodeship) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--SILESIAN_VOIVODESHIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.024" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (State of Minnesota) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--STATE_OF_MINNESOTA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.025" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Swietokrzyskie Voivodeship) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--SWIETOKRZYSKIE_VOIVODESHIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.026" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Tacuaremb\u00f3) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--TACUAREMBO" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.027" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Treinta Y Tres) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--TREINTA_Y_TRES" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.028" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Vlaamse overheid (Government of Flanders)) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MHIGIMP__GOVERNMENT_NAME--VLAAMSE_OVERHEID" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.029" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Walloon region) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--WALLOON_REGION" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_HS.030" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (West Pomeranian Voivodeship) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--WEST_POMERANIAN_VOIVODESHIP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_LS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (Ayuntamiento de Barcelona) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--HIGIMP__GOVERNMENT_NAME--AYUNTAMIENTO_DE_BARCELONA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_LS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (City & county of San Francisco) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--CITY_COUNTY_OF_SAN_FRANCISCO" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_LS.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (City of Portland", + "Oregon) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--CITY_OF_PORTLAND_OREGON" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_LS.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (City of Poznan) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--CITY_OF_POZNAN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_LS.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (City of Stavanger) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--CITY_OF_STAVANGER" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_LS.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (City of Trondheim) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--CITY_OF_TRONDHEIM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_LS.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (City of Warsaw) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--CITY_OF_WARSAW" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_LS.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (King County", + "Washington) by Level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--MHIGIMP__GOVERNMENT_NAME--KING_COUNTY_WASHINGTON" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_PROCN_LS.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at lower subnational level", + "with medium-low level of implementation" + ], + "memberList": [ + "sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--MLOWIMP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_SCP_TOTLN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of policies", + "instruments and mechanism in place for sustainable consumption and production" + ], + "memberList": [ + "sdg/SG_SCP_TOTLN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_STT_CAPTY.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Dollar value of all resources made available to strengthen statistical capacity in developing countries" + ], + "memberList": [ + "sdg/SG_STT_CAPTY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_STT_FPOS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with national statistical legislation that complies with the Fundamental Principles of Official Statistics" + ], + "memberList": [ + "sdg/SG_STT_FPOS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_STT_NSDSFDDNR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with national statistical plans with funding from donors" + ], + "memberList": [ + "sdg/SG_STT_NSDSFDDNR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_STT_NSDSFDGVT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with national statistical plans with funding from government" + ], + "memberList": [ + "sdg/SG_STT_NSDSFDGVT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_STT_NSDSFDOTHR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with national statistical plans with funding from others" + ], + "memberList": [ + "sdg/SG_STT_NSDSFDOTHR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_STT_NSDSFND.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with national statistical plans that are fully funded" + ], + "memberList": [ + "sdg/SG_STT_NSDSFND" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_STT_NSDSIMPL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with national statistical plans that are under implementation" + ], + "memberList": [ + "sdg/SG_STT_NSDSIMPL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_STT_ODIN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Open Data Inventory (ODIN) Coverage Index" + ], + "memberList": [ + "sdg/SG_STT_ODIN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_XPD_EDUC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of total government spending on essential services: education" + ], + "memberList": [ + "sdg/SG_XPD_EDUC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_XPD_ESSRV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of total government spending on essential services" + ], + "memberList": [ + "sdg/SG_XPD_ESSRV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_XPD_HLTH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of total government spending on essential services: health" + ], + "memberList": [ + "sdg/SG_XPD_HLTH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSG_XPD_PROT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of total government spending on essential services: social protection" + ], + "memberList": [ + "sdg/SG_XPD_PROT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_AAP_ASMORT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Age-standardized mortality rate attributed to ambient air pollution" + ], + "memberList": [ + "sdg/SH_AAP_ASMORT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_ACS_DTP3.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of the target population who received 3 doses of diphtheria-tetanus-pertussis (DTP3) vaccine" + ], + "memberList": [ + "sdg/SH_ACS_DTP3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_ACS_HPV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of the target population who received the final dose of human papillomavirus (HPV) vaccine" + ], + "memberList": [ + "sdg/SH_ACS_HPV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_ACS_MCV2.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of the target population who received measles-containing-vaccine second-dose (MCV2)" + ], + "memberList": [ + "sdg/SH_ACS_MCV2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_ACS_PCV3.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of the target population who received a 3rd dose of pneumococcal conjugate (PCV3) vaccine" + ], + "memberList": [ + "sdg/SH_ACS_PCV3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_ACS_UNHC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Universal health coverage (UHC) service coverage index" + ], + "memberList": [ + "sdg/SH_ACS_UNHC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_ALC_CONSPT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Alcohol consumption per capita among individuals aged 15 years and older within a calendar year" + ], + "memberList": [ + "sdg/SH_ALC_CONSPT.AGE--Y_GE15" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_ALC_CONSPT.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Alcohol consumption per capita among individuals aged 15 years and older within a calendar year by Sex" + ], + "memberList": [ + "sdg/SH_ALC_CONSPT.AGE--Y_GE15__SEX--F", + "sdg/SH_ALC_CONSPT.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_BLD_ECOLI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Percentage of bloodstream infection due to Escherichia coli resistant to 3rd-generation cephalosporin (e.g.", + "ESBL- E. coli) among patients seeking care and whose blood sample is taken and tested" + ], + "memberList": [ + "sdg/SH_BLD_ECOLI" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_BLD_MRSA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Percentage of bloodstream infection due to methicillin-resistant Staphylococcus aureus (MRSA) among patients seeking care and whose blood sample is taken and tested" + ], + "memberList": [ + "sdg/SH_BLD_MRSA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_DTH_NCD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of deaths attributed to non-communicable diseases by Disease" + ], + "memberList": [ + "sdg/SH_DTH_NCD.GHE_CAUSE--GHE2019_II_A", + "sdg/SH_DTH_NCD.GHE_CAUSE--GHE2019_II_C", + "sdg/SH_DTH_NCD.GHE_CAUSE--GHE2019_II_H", + "sdg/SH_DTH_NCD.GHE_CAUSE--GHE2019_II_I_CHRONIC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_DTH_NCD.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of deaths attributed to non-communicable diseases (Female) by Disease" + ], + "memberList": [ + "sdg/SH_DTH_NCD.SEX--F__GHE_CAUSE--GHE2019_II_A", + "sdg/SH_DTH_NCD.SEX--F__GHE_CAUSE--GHE2019_II_C", + "sdg/SH_DTH_NCD.SEX--F__GHE_CAUSE--GHE2019_II_H", + "sdg/SH_DTH_NCD.SEX--F__GHE_CAUSE--GHE2019_II_I_CHRONIC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_DTH_NCD.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of deaths attributed to non-communicable diseases (Male) by Disease" + ], + "memberList": [ + "sdg/SH_DTH_NCD.SEX--M__GHE_CAUSE--GHE2019_II_A", + "sdg/SH_DTH_NCD.SEX--M__GHE_CAUSE--GHE2019_II_C", + "sdg/SH_DTH_NCD.SEX--M__GHE_CAUSE--GHE2019_II_H", + "sdg/SH_DTH_NCD.SEX--M__GHE_CAUSE--GHE2019_II_I_CHRONIC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_DTH_NCOM.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Mortality rate attributed to cardiovascular disease", + "cancer", + "diabetes or chronic respiratory disease (probability) (30 to 70 years old) by Sex" + ], + "memberList": [ + "sdg/SH_DTH_NCOM.AGE--Y30T70", + "sdg/SH_DTH_NCOM.AGE--Y30T70__SEX--F", + "sdg/SH_DTH_NCOM.AGE--Y30T70__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_DYN_IMRT.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Infant mortality rate (under 1 year old) by Sex" + ], + "memberList": [ + "sdg/SH_DYN_IMRT.AGE--Y0", + "sdg/SH_DYN_IMRT.AGE--Y0__SEX--F", + "sdg/SH_DYN_IMRT.AGE--Y0__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_DYN_IMRTN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Infant deaths (under 1 year old) by Sex" + ], + "memberList": [ + "sdg/SH_DYN_IMRTN.AGE--Y0", + "sdg/SH_DYN_IMRTN.AGE--Y0__SEX--F", + "sdg/SH_DYN_IMRTN.AGE--Y0__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_DYN_MORT.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Under-five mortality rate (under 5 years old) by Sex" + ], + "memberList": [ + "sdg/SH_DYN_MORT.AGE--Y0T4", + "sdg/SH_DYN_MORT.AGE--Y0T4__SEX--F", + "sdg/SH_DYN_MORT.AGE--Y0T4__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_DYN_MORTN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Under-five deaths (under 5 years old) by Sex" + ], + "memberList": [ + "sdg/SH_DYN_MORTN.AGE--Y0T4", + "sdg/SH_DYN_MORTN.AGE--Y0T4__SEX--F", + "sdg/SH_DYN_MORTN.AGE--Y0T4__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_DYN_NMRT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Neonatal mortality rate" + ], + "memberList": [ + "sdg/SH_DYN_NMRT.AGE--M0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_DYN_NMRTN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Neonatal deaths" + ], + "memberList": [ + "sdg/SH_DYN_NMRTN.AGE--M0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_FPL_INFM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of women who make their own informed decisions regarding sexual relations", + "contraceptive use and reproductive health care (15 to 49 years old)" + ], + "memberList": [ + "sdg/SH_FPL_INFM.AGE--Y15T49__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_FPL_INFMCU.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of women who make their own informed decisions regarding contraceptive use (15 to 49 years old)" + ], + "memberList": [ + "sdg/SH_FPL_INFMCU.AGE--Y15T49__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_FPL_INFMRH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of women who make their own informed decisions regarding reproductive health care (15 to 49 years old)" + ], + "memberList": [ + "sdg/SH_FPL_INFMRH.AGE--Y15T49__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_FPL_INFMSR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of women who make their own informed decisions regarding sexual relations (15 to 49 years old)" + ], + "memberList": [ + "sdg/SH_FPL_INFMSR.AGE--Y15T49__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_FPL_MTMM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of women of reproductive age (aged 15-49 years) who have their need for family planning satisfied with modern methods" + ], + "memberList": [ + "sdg/SH_FPL_MTMM.AGE--Y15T49__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_H2O_SAFE.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population using safely managed drinking water services" + ], + "memberList": [ + "sdg/SH_H2O_SAFE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_H2O_SAFE.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population using safely managed drinking water services by Type of location" + ], + "memberList": [ + "sdg/SH_H2O_SAFE.URBANIZATION--R", + "sdg/SH_H2O_SAFE.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_HAP_ASMORT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Age-standardized mortality rate attributed to household air pollution" + ], + "memberList": [ + "sdg/SH_HAP_ASMORT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_HAP_HBSAG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Prevalence of hepatitis B surface antigen (HBsAg) (under 5 years old)" + ], + "memberList": [ + "sdg/SH_HAP_HBSAG.AGE--Y0T4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_HIV_INCD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of new HIV infections per 1", + "000 uninfected population" + ], + "memberList": [ + "sdg/SH_HIV_INCD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_HIV_INCD.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of new HIV infections per 1", + "000 uninfected population by Age group" + ], + "memberList": [ + "sdg/SH_HIV_INCD.AGE--Y0T14", + "sdg/SH_HIV_INCD.AGE--Y15T24", + "sdg/SH_HIV_INCD.AGE--Y15T49", + "sdg/SH_HIV_INCD.AGE--Y_GE50" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_HIV_INCD.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of new HIV infections per 1", + "000 uninfected population (15 to 24 years old) by Sex" + ], + "memberList": [ + "sdg/SH_HIV_INCD.AGE--Y15T24__SEX--F", + "sdg/SH_HIV_INCD.AGE--Y15T24__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_HIV_INCD.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of new HIV infections per 1", + "000 uninfected population (15 to 49 years old) by Sex" + ], + "memberList": [ + "sdg/SH_HIV_INCD.AGE--Y15T49__SEX--F", + "sdg/SH_HIV_INCD.AGE--Y15T49__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_HIV_INCD.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of new HIV infections per 1", + "000 uninfected population (50 years old and over) by Sex" + ], + "memberList": [ + "sdg/SH_HIV_INCD.AGE--Y_GE50__SEX--F", + "sdg/SH_HIV_INCD.AGE--Y_GE50__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_HIV_INCD.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of new HIV infections per 1", + "000 uninfected population by Sex" + ], + "memberList": [ + "sdg/SH_HIV_INCD.SEX--F", + "sdg/SH_HIV_INCD.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_HLF_EMED.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of health facilities that have a core set of relevant essential medicines available and affordable on a sustainable basis" + ], + "memberList": [ + "sdg/SH_HLF_EMED" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_IHR_CAPS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "International Health Regulations (IHR) capacity" + ], + "memberList": [ + "sdg/SH_IHR_CAPS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_IHR_CAPS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "International Health Regulations (IHR) capacity by IHR core capacities" + ], + "memberList": [ + "sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_01", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_02", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_03", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_04", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_05", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_06", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_07", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_08", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_09", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_10", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_11", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_12", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_13" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_IHR_CAPS.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "International Health Regulations (IHR) capacity by IHR core capacities (SPAR)" + ], + "memberList": [ + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_01", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_02", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_03", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_04", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_05", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_06", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_07", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_08", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_09", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_10", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_11", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_12", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_13" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_IHR_CAPS.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "International Health Regulations (IHR) capacity by IHR core capacities (SPAR2)" + ], + "memberList": [ + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C01", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C02", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C03", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C04", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C05", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C06", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C07", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C08", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C09", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C10", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C11", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C12", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C13", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C14", + "sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C15" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHE.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHEC1.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (maternity care component)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHEC1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHEC10.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (HIV testing and counsellilng component)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHEC10" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHEC11.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (HIV treatment and care component)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHEC11" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHEC12.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (HIV Confidentiality component)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHEC12" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHEC13.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (HPV Vaccine component)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHEC13" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHEC2.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (life-saving commodities component)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHEC2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHEC3.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (abortion component)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHEC3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHEC4.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (post-abortion care component)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHEC4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHEC5.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (contraceptive services component)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHEC5" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHEC6.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (consent for contraceptive services component)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHEC6" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHEC7.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (emergency contraception component)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHEC7" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHEC8.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (comprehensive sexuality education curriculum laws component)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHEC8" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHEC9.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (comprehensive sexuality education curriculum topics component)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHEC9" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHES1.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (maternity care section)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHES1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHES2.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (contraception and family planning section)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHES2" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHES3.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (comprehensive sexuality education and information section)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHES3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_LGR_ACSRHES4.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care", + "information and education (HIV and HPV)" + ], + "memberList": [ + "sdg/SH_LGR_ACSRHES4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_MED_DEN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Health worker density by Professionals (ISCO08 - 2)" + ], + "memberList": [ + "sdg/SH_MED_DEN.OCCUPATION--ISCO08_221", + "sdg/SH_MED_DEN.OCCUPATION--ISCO08_222_322", + "sdg/SH_MED_DEN.OCCUPATION--ISCO08_2261", + "sdg/SH_MED_DEN.OCCUPATION--ISCO08_2262" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_MED_HWRKDIS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Health worker distribution (Female) by Professionals (ISCO08 - 2)" + ], + "memberList": [ + "sdg/SH_MED_HWRKDIS.SEX--F__OCCUPATION--ISCO08_221", + "sdg/SH_MED_HWRKDIS.SEX--F__OCCUPATION--ISCO08_2221_3221" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_MED_HWRKDIS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Health worker distribution (Male) by Professionals (ISCO08 - 2)" + ], + "memberList": [ + "sdg/SH_MED_HWRKDIS.SEX--M__OCCUPATION--ISCO08_221", + "sdg/SH_MED_HWRKDIS.SEX--M__OCCUPATION--ISCO08_2221_3221" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_PRV_SMOK.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Age-standardized prevalence of current tobacco use among persons aged 15 years and older" + ], + "memberList": [ + "sdg/SH_PRV_SMOK.AGE--Y_GE15" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_PRV_SMOK.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Age-standardized prevalence of current tobacco use among persons aged 15 years and older by Sex" + ], + "memberList": [ + "sdg/SH_PRV_SMOK.AGE--Y_GE15__SEX--F", + "sdg/SH_PRV_SMOK.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_SAN_DEFECT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population practicing open defecation" + ], + "memberList": [ + "sdg/SH_SAN_DEFECT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_SAN_DEFECT.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population practicing open defecation by Type of location" + ], + "memberList": [ + "sdg/SH_SAN_DEFECT.URBANIZATION--R", + "sdg/SH_SAN_DEFECT.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_SAN_HNDWSH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population with basic handwashing facilities on premises" + ], + "memberList": [ + "sdg/SH_SAN_HNDWSH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_SAN_HNDWSH.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population with basic handwashing facilities on premises by Type of location" + ], + "memberList": [ + "sdg/SH_SAN_HNDWSH.URBANIZATION--R", + "sdg/SH_SAN_HNDWSH.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_SAN_SAFE.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population using safely managed sanitation services" + ], + "memberList": [ + "sdg/SH_SAN_SAFE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_SAN_SAFE.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population using safely managed sanitation services by Type of location" + ], + "memberList": [ + "sdg/SH_SAN_SAFE.URBANIZATION--R", + "sdg/SH_SAN_SAFE.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_ANEM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of women aged 15-49 years with anaemia" + ], + "memberList": [ + "sdg/SH_STA_ANEM.AGE--Y15T49__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_ANEM_NPRG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of non-pregnant women aged 15-49 years with anaemia" + ], + "memberList": [ + "sdg/SH_STA_ANEM_NPRG.AGE--Y15T49__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_ANEM_PREG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of women aged 15-49 years with anaemia", + "pregnant" + ], + "memberList": [ + "sdg/SH_STA_ANEM_PREG.AGE--Y15T49__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_ASAIRP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Age-standardized mortality rate attributed to household and ambient air pollution" + ], + "memberList": [ + "sdg/SH_STA_ASAIRP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_BRTC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of births attended by skilled health personnel" + ], + "memberList": [ + "sdg/SH_STA_BRTC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_FGMS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of girls and women aged 15-49 years who have undergone female genital mutilation by Age group" + ], + "memberList": [ + "sdg/SH_STA_FGMS.AGE--Y15T19__SEX--F", + "sdg/SH_STA_FGMS.AGE--Y15T49__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_MALR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Malaria incidence per 1", + "000 population at risk" + ], + "memberList": [ + "sdg/SH_STA_MALR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_MORT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Maternal mortality ratio" + ], + "memberList": [ + "sdg/SH_STA_MORT.SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_POISN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Mortality rate attributed to unintentional poisonings" + ], + "memberList": [ + "sdg/SH_STA_POISN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_POISN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Mortality rate attributed to unintentional poisonings by Sex" + ], + "memberList": [ + "sdg/SH_STA_POISN.SEX--F", + "sdg/SH_STA_POISN.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_SCIDE.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Suicide mortality rate" + ], + "memberList": [ + "sdg/SH_STA_SCIDE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_SCIDE.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Suicide mortality rate by Sex" + ], + "memberList": [ + "sdg/SH_STA_SCIDE.SEX--F", + "sdg/SH_STA_SCIDE.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_SCIDEN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of deaths attributed to suicide" + ], + "memberList": [ + "sdg/SH_STA_SCIDEN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_SCIDEN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of deaths attributed to suicide by Sex" + ], + "memberList": [ + "sdg/SH_STA_SCIDEN.SEX--F", + "sdg/SH_STA_SCIDEN.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_STNT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children moderately or severely stunted" + ], + "memberList": [ + "sdg/SH_STA_STNT.AGE--Y0T4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_STNTN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Children moderately or severely stunted" + ], + "memberList": [ + "sdg/SH_STA_STNTN.AGE--Y0T4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_TRAF.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Death rate due to road traffic injuries" + ], + "memberList": [ + "sdg/SH_STA_TRAF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_TRAFN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of deaths rate due to road traffic injuries" + ], + "memberList": [ + "sdg/SH_STA_TRAFN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_WASHARI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Mortality rate attributed to unsafe water", + "unsafe sanitation and lack of hygiene from diarrhoea", + "intestinal nematode infections", + "malnutrition and acute respiratory infections" + ], + "memberList": [ + "sdg/SH_STA_WASHARI" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_WAST.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children moderately or severely wasted" + ], + "memberList": [ + "sdg/SH_STA_WAST.AGE--Y0T4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_STA_WASTN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Children moderately or severely wasted" + ], + "memberList": [ + "sdg/SH_STA_WASTN.AGE--Y0T4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_SUD_ALCOL.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Alcohol use disorders", + "12-month prevalence (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/SH_SUD_ALCOL.AGE--Y_GE15", + "sdg/SH_SUD_ALCOL.AGE--Y_GE15__SEX--F", + "sdg/SH_SUD_ALCOL.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_SUD_TREAT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Coverage of treatment interventions (pharmacological", + "psychosocial and rehabilitation and aftercare services) for substance use disorders by Type of substance" + ], + "memberList": [ + "sdg/SH_SUD_TREAT.SUBSTANCE--AMPHETAMINE_TYPE", + "sdg/SH_SUD_TREAT.SUBSTANCE--COCAINE", + "sdg/SH_SUD_TREAT.SUBSTANCE--DRUGS", + "sdg/SH_SUD_TREAT.SUBSTANCE--OPIOIDS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_SUD_TREAT.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Coverage of treatment interventions (pharmacological", + "psychosocial and rehabilitation and aftercare services) for substance use disorders (Amphetamine type stimulants) by Sex" + ], + "memberList": [ + "sdg/SH_SUD_TREAT.SEX--F__SUBSTANCE--AMPHETAMINE_TYPE", + "sdg/SH_SUD_TREAT.SEX--M__SUBSTANCE--AMPHETAMINE_TYPE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_SUD_TREAT.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Coverage of treatment interventions (pharmacological", + "psychosocial and rehabilitation and aftercare services) for substance use disorders (Cocaine) by Sex" + ], + "memberList": [ + "sdg/SH_SUD_TREAT.SEX--F__SUBSTANCE--COCAINE", + "sdg/SH_SUD_TREAT.SEX--M__SUBSTANCE--COCAINE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_SUD_TREAT.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Coverage of treatment interventions (pharmacological", + "psychosocial and rehabilitation and aftercare services) for substance use disorders (Drugs) by Sex" + ], + "memberList": [ + "sdg/SH_SUD_TREAT.SEX--F__SUBSTANCE--DRUGS", + "sdg/SH_SUD_TREAT.SEX--M__SUBSTANCE--DRUGS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_SUD_TREAT.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Coverage of treatment interventions (pharmacological", + "psychosocial and rehabilitation and aftercare services) for substance use disorders (Opioids) by Sex" + ], + "memberList": [ + "sdg/SH_SUD_TREAT.SEX--F__SUBSTANCE--OPIOIDS", + "sdg/SH_SUD_TREAT.SEX--M__SUBSTANCE--OPIOIDS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_TBS_INCD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Tuberculosis incidence" + ], + "memberList": [ + "sdg/SH_TBS_INCD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_TRP_INTVN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of people requiring interventions against neglected tropical diseases" + ], + "memberList": [ + "sdg/SH_TRP_INTVN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_XPD_EARN10.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population with large household expenditures on health (greater than 10%) as a share of total household expenditure or income" + ], + "memberList": [ + "sdg/SH_XPD_EARN10" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSH_XPD_EARN25.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population with large household expenditures on health (greater than 25%) as a share of total household expenditure or income" + ], + "memberList": [ + "sdg/SH_XPD_EARN25" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_AGR_LSFP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average income of large-scale food producers", + "at purchasing-power parity rates" + ], + "memberList": [ + "sdg/SI_AGR_LSFP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_AGR_LSFP.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average income of large-scale food producers", + "at purchasing-power parity rates by Sex" + ], + "memberList": [ + "sdg/SI_AGR_LSFP.SEX--F", + "sdg/SI_AGR_LSFP.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_AGR_SSFP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average income of small-scale food producers", + "at purchasing-power parity rates" + ], + "memberList": [ + "sdg/SI_AGR_SSFP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_AGR_SSFP.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average income of small-scale food producers", + "at purchasing-power parity rates by Sex" + ], + "memberList": [ + "sdg/SI_AGR_SSFP.SEX--F", + "sdg/SI_AGR_SSFP.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_BENFTS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of population covered by at least one social protection benefit" + ], + "memberList": [ + "sdg/SI_COV_BENFTS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_BENFTS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of population covered by at least one social protection benefit by Sex" + ], + "memberList": [ + "sdg/SI_COV_BENFTS.SEX--F", + "sdg/SI_COV_BENFTS.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_CHLD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of children/households receiving child/family cash benefit by Sex" + ], + "memberList": [ + "sdg/SI_COV_CHLD", + "sdg/SI_COV_CHLD.SEX--F", + "sdg/SI_COV_CHLD.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_CHLD.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of children/households receiving child/family cash benefit (under 15 years old) by Sex" + ], + "memberList": [ + "sdg/SI_COV_CHLD.AGE--Y0T14", + "sdg/SI_COV_CHLD.AGE--Y0T14__SEX--F", + "sdg/SI_COV_CHLD.AGE--Y0T14__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_DISAB.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of population with severe disabilities receiving disability cash benefit" + ], + "memberList": [ + "sdg/SI_COV_DISAB" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_DISAB.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of population with severe disabilities receiving disability cash benefit by Sex" + ], + "memberList": [ + "sdg/SI_COV_DISAB.SEX--F", + "sdg/SI_COV_DISAB.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_LMKT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "World Bank Proportion of population covered by labour market programs" + ], + "memberList": [ + "sdg/SI_COV_LMKT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_LMKT.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "World Bank Proportion of population covered by labour market programs (lowest quintile)" + ], + "memberList": [ + "sdg/SI_COV_LMKT.WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_MATNL.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of mothers with newborns receiving maternity cash benefit by Age group" + ], + "memberList": [ + "sdg/SI_COV_MATNL.AGE--Y15T49__SEX--F", + "sdg/SI_COV_MATNL.SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_PENSN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of population above statutory pensionable age receiving a pension", + "by Age group" + ], + "memberList": [ + "sdg/SI_COV_PENSN", + "sdg/SI_COV_PENSN.AGE--Y_GE65" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_PENSN.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of population above statutory pensionable age (65 years old and over) receiving a pension by Sex" + ], + "memberList": [ + "sdg/SI_COV_PENSN.AGE--Y_GE65__SEX--F", + "sdg/SI_COV_PENSN.AGE--Y_GE65__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_PENSN.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of population above statutory pensionable ageby Sex" + ], + "memberList": [ + "sdg/SI_COV_PENSN.SEX--F", + "sdg/SI_COV_PENSN.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_POOR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of poor population receiving social assistance cash benefit" + ], + "memberList": [ + "sdg/SI_COV_POOR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_POOR.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of poor population receiving social assistance cash benefit by Sex" + ], + "memberList": [ + "sdg/SI_COV_POOR.SEX--F", + "sdg/SI_COV_POOR.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_SOCAST.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "World Bank Proportion of population covered by social assistance programs" + ], + "memberList": [ + "sdg/SI_COV_SOCAST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_SOCAST.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "World Bank Proportion of population covered by social assistance programs (lowest quintile)" + ], + "memberList": [ + "sdg/SI_COV_SOCAST.WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_SOCINS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "World Bank Proportion of population covered by social insurance programs" + ], + "memberList": [ + "sdg/SI_COV_SOCINS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_SOCINS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "World Bank Proportion of population covered by social insurance programs (lowest quintile)" + ], + "memberList": [ + "sdg/SI_COV_SOCINS.WEALTH_QUANTILE--Q1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_UEMP.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of unemployed persons receiving unemployment cash benefit by Age group" + ], + "memberList": [ + "sdg/SI_COV_UEMP", + "sdg/SI_COV_UEMP.AGE--Y_GE15" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_UEMP.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of unemployed persons receiving unemployment cash benefit (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/SI_COV_UEMP.AGE--Y_GE15__SEX--F", + "sdg/SI_COV_UEMP.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_UEMP.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of unemployed persons receiving unemployment cash benefit by Sex" + ], + "memberList": [ + "sdg/SI_COV_UEMP.SEX--F", + "sdg/SI_COV_UEMP.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_VULN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of vulnerable population receiving social assistance cash benefit by Sex" + ], + "memberList": [ + "sdg/SI_COV_VULN", + "sdg/SI_COV_VULN.SEX--F", + "sdg/SI_COV_VULN.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_WKINJRY.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of employed population covered in the event of work injury by Sex" + ], + "memberList": [ + "sdg/SI_COV_WKINJRY", + "sdg/SI_COV_WKINJRY.SEX--F", + "sdg/SI_COV_WKINJRY.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_COV_WKINJRY.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "ILO Proportion of employed population covered in the event of work injury (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/SI_COV_WKINJRY.AGE--Y_GE15", + "sdg/SI_COV_WKINJRY.AGE--Y_GE15__SEX--F", + "sdg/SI_COV_WKINJRY.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_DST_FISP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Redistributive impact of fiscal policy", + "Gini index by Fiscal intervention stage" + ], + "memberList": [ + "sdg/SI_DST_FISP.FISCAL_INTERVENTION_STAGE--POST_CON_INC", + "sdg/SI_DST_FISP.FISCAL_INTERVENTION_STAGE--POST_DIS_INC", + "sdg/SI_DST_FISP.FISCAL_INTERVENTION_STAGE--PRE_INC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_HEI_TOTL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Growth rates of household expenditure or income per capita" + ], + "memberList": [ + "sdg/SI_HEI_TOTL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_HEI_TOTL.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Growth rates of household expenditure or income per capita by Quantile" + ], + "memberList": [ + "sdg/SI_HEI_TOTL.WEALTH_QUANTILE--BOTTOM40" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_POV_50MI.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of people living below 50 percent of median income by Quantile" + ], + "memberList": [ + "sdg/SI_POV_50MI.WEALTH_QUANTILE--BOTTOM50" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_POV_DAY1.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population below international poverty line" + ], + "memberList": [ + "sdg/SI_POV_DAY1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_POV_DAY1.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population below international poverty line by Age group" + ], + "memberList": [ + "sdg/SI_POV_DAY1.AGE--Y0T14", + "sdg/SI_POV_DAY1.AGE--Y15T64", + "sdg/SI_POV_DAY1.AGE--Y_GE65" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_POV_DAY1.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population below international poverty line by Sex" + ], + "memberList": [ + "sdg/SI_POV_DAY1.SEX--F", + "sdg/SI_POV_DAY1.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_POV_DAY1.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population below international poverty line by Type of location" + ], + "memberList": [ + "sdg/SI_POV_DAY1.URBANIZATION--R", + "sdg/SI_POV_DAY1.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_POV_EMP1.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Employed population below international poverty line by Age group" + ], + "memberList": [ + "sdg/SI_POV_EMP1.AGE--Y15T24", + "sdg/SI_POV_EMP1.AGE--Y_GE15", + "sdg/SI_POV_EMP1.AGE--Y_GE25" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_POV_EMP1.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Employed population below international poverty line (15 to 24 years old) by Sex" + ], + "memberList": [ + "sdg/SI_POV_EMP1.AGE--Y15T24__SEX--F", + "sdg/SI_POV_EMP1.AGE--Y15T24__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_POV_EMP1.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Employed population below international poverty line (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/SI_POV_EMP1.AGE--Y_GE15__SEX--F", + "sdg/SI_POV_EMP1.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_POV_EMP1.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Employed population below international poverty line (25 years old and over) by Sex" + ], + "memberList": [ + "sdg/SI_POV_EMP1.AGE--Y_GE25__SEX--F", + "sdg/SI_POV_EMP1.AGE--Y_GE25__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_POV_NAHC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population living below the national poverty line" + ], + "memberList": [ + "sdg/SI_POV_NAHC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_POV_NAHC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population living below the national poverty line by Type of location" + ], + "memberList": [ + "sdg/SI_POV_NAHC.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_RMT_COST.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average remittance costs of sending $200 to a receiving country as a proportion of the amount remitted" + ], + "memberList": [ + "sdg/SI_RMT_COST" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_RMT_COST_BC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average remittance costs of sending $200 in a corridor as a proportion of the amount remitted" + ], + "memberList": [ + "sdg/SI_RMT_COST_BC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_RMT_COST_BC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average remittance costs of sending $200 in a corridor as a proportion of the amount remitted by Counterpart" + ], + "memberList": [ + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000020", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000050", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000060", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000090", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000140", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000190", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000230", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000260", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000290", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000320", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000350", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000360", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000380", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000430", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000460", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000470", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000480", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000610", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000660", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000670", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000700", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000710", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000720", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000730", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000790", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000840", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000890", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000900", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000910", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000950", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000960", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000970", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00000980", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001040", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001150", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001170", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001200", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001270", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001310", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001320", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001350", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001360", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001380", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001400", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001480", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001540", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001560", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001570", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001610", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001630", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001640", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001650", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001660", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001680", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001690", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001720", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001750", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001760", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001770", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001830", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00001930", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002020", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002040", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002050", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002080", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002170", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002190", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002220", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002290", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002310", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002360", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002370", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002380", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002400", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002460", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002500", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002540", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002690", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002750", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002760", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002800", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002890", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002910", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002930", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002960", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002980", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00002990", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003020", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003060", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003080", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003090", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003110", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003130", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003160", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003170", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003210", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003220", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003270", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003370", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003380", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003400", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003480", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003490", + "sdg/SI_RMT_COST_BC.COUNTERPART--G00003500" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_RMT_COST_SC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "SmaRT average remittance costs of sending $200 in a corridor as a proportion of the amount remitted" + ], + "memberList": [ + "sdg/SI_RMT_COST_SC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_RMT_COST_SC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "SmaRT average remittance costs of sending $200 in a corridor as a proportion of the amount remitted by Counterpart" + ], + "memberList": [ + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000020", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000050", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000060", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000090", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000140", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000190", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000230", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000260", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000290", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000320", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000350", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000360", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000380", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000430", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000460", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000470", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000480", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000610", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000660", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000670", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000700", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000710", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000720", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000730", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000790", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000840", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000890", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000900", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000910", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000950", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000960", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000970", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00000980", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001040", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001150", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001170", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001200", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001270", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001310", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001320", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001350", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001360", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001380", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001400", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001480", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001540", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001560", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001570", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001610", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001630", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001640", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001650", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001660", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001680", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001690", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001720", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001750", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001760", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001770", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001830", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00001930", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002020", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002040", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002050", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002080", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002170", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002190", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002220", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002290", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002310", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002360", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002370", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002380", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002400", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002460", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002500", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002540", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002690", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002750", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002760", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002800", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002890", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002910", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002930", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002960", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002980", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00002990", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003020", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003060", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003080", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003090", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003110", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003130", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003160", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003170", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003210", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003220", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003270", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003370", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003380", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003400", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003480", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003490", + "sdg/SI_RMT_COST_SC.COUNTERPART--G00003500" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSI_RMT_COST_SND.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average remittance costs of sending $200 for a sending country as a proportion of the amount remitted" + ], + "memberList": [ + "sdg/SI_RMT_COST_SND" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_CPA_YEMP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Existence of a developed and operationalized national strategy for youth employment", + "as a distinct strategy or as part of a national employment strategy" + ], + "memberList": [ + "sdg/SL_CPA_YEMP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (10 to 14 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y10T14__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y10T14__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (10 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE10__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y_GE10__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (12 to 14 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y12T14__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y12T14__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (12 to 19 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y12T19__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y12T19__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (12 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE12__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y_GE12__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (14 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE14__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y_GE14__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (15 to 24 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y15T24__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y15T24__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (15 to 64 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y15T64__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y15T64__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE15__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.010" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (16 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE16__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y_GE16__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.011" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (18 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE18__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y_GE18__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.012" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (20 to 24 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y20T24__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y20T24__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.013" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (20 to 35 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y20T35__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y20T35__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.014" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (20 to 64 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y20T64__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y20T64__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.015" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (20 to 74 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y20T74__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y20T74__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.016" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (20 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE20__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y_GE20__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.017" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (25 to 34 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y25T34__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y25T34__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.018" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (25 to 44 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y25T44__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y25T44__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.019" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (3 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE3__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y_GE3__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.020" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (35 to 44 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y35T44__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y35T44__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.021" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (36 to 54 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y36T54__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y36T54__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.022" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (45 to 54 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.023" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (45 to 64 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y45T64__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y45T64__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.024" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (5 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE5__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y_GE5__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.025" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (55 to 64 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.026" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (55 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE55__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y_GE55__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.027" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (6 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE6__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y_GE6__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.028" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (65 to 74 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y65T74__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y65T74__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.029" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (65 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE65__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y_GE65__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.030" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (75 to 84 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y75T84__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y75T84__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.031" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (85 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE85__SEX--F", + "sdg/SL_DOM_TSPD.AGE--Y_GE85__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.032" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (10 years old and over", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE10__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPD.AGE--Y_GE10__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.033" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (10 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE10__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPD.AGE--Y_GE10__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.034" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (12 to 14 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y12T14__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPD.AGE--Y12T14__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.035" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (12 to 14 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y12T14__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPD.AGE--Y12T14__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.036" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (12 years old and over", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE12__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPD.AGE--Y_GE12__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.037" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (12 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE12__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPD.AGE--Y_GE12__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.038" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (14 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE14__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPD.AGE--Y_GE14__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.039" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (15 to 24 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y15T24__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPD.AGE--Y15T24__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.040" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (15 to 24 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y15T24__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPD.AGE--Y15T24__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.041" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (15 to 49 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y15T49__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPD.AGE--Y15T49__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.042" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (15 to 49 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y15T49__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPD.AGE--Y15T49__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.043" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (15 years old and over", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE15__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPD.AGE--Y_GE15__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.044" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (15 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE15__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPD.AGE--Y_GE15__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.045" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (18 to 24 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y18T24__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPD.AGE--Y18T24__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.046" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (18 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE18__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPD.AGE--Y_GE18__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.047" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (25 to 44 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y25T44__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPD.AGE--Y25T44__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.048" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (25 to 44 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y25T44__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPD.AGE--Y25T44__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.049" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (3 years old and over", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE3__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPD.AGE--Y_GE3__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.050" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (3 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE3__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPD.AGE--Y_GE3__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.051" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (45 to 54 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.052" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (45 to 54 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.053" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (45 to 64 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y45T64__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPD.AGE--Y45T64__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.054" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (45 to 64 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y45T64__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPD.AGE--Y45T64__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.055" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (55 to 64 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.056" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (55 to 64 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.057" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (6 to 65 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y6T65__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPD.AGE--Y6T65__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.058" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (6 to 65 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y6T65__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPD.AGE--Y6T65__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.059" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (65 years old and over", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE65__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPD.AGE--Y_GE65__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.060" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (65 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.AGE--Y_GE65__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPD.AGE--Y_GE65__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPD.061" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPD.SEX--F", + "sdg/SL_DOM_TSPD.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (10 to 14 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y10T14__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y10T14__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (10 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE10__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE10__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (12 to 14 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y12T14__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y12T14__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (12 to 19 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y12T19__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y12T19__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (12 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE12__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE12__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (14 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE14__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE14__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (15 to 24 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (15 to 64 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y15T64__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y15T64__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.010" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (16 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE16__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE16__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.011" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (20 to 24 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y20T24__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y20T24__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.012" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (20 to 35 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y20T35__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y20T35__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.013" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (20 to 64 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y20T64__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y20T64__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.014" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (20 to 74 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y20T74__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y20T74__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.015" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (20 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE20__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE20__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.016" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (25 to 34 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y25T34__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y25T34__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.017" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (25 to 44 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y25T44__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y25T44__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.018" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (3 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE3__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE3__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.019" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (35 to 44 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y35T44__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y35T44__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.020" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (36 to 54 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y36T54__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y36T54__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.021" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (45 to 54 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.022" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (45 to 64 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y45T64__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y45T64__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.023" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (5 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE5__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE5__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.024" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (55 to 64 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.025" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (55 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE55__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE55__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.026" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (6 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE6__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE6__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.027" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (65 to 74 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y65T74__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y65T74__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.028" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (65 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.029" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (75 to 84 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y75T84__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y75T84__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.030" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (85 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE85__SEX--F", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE85__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.031" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (10 years old and over", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE10__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE10__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.032" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (10 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE10__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE10__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.033" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (12 to 14 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y12T14__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDCW.AGE--Y12T14__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.034" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (12 to 14 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y12T14__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDCW.AGE--Y12T14__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.035" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (12 years old and over", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE12__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE12__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.036" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (12 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE12__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE12__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.037" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (14 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE14__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE14__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.038" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (15 to 24 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.039" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (15 to 24 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.040" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (15 years old and over", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.041" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (15 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.042" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (18 to 24 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y18T24__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDCW.AGE--Y18T24__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.043" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (18 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE18__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE18__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.044" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (25 to 44 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y25T44__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDCW.AGE--Y25T44__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.045" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (25 to 44 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y25T44__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDCW.AGE--Y25T44__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.046" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (3 years old and over", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE3__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE3__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.047" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (3 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE3__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE3__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.048" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (45 to 54 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.049" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (45 to 54 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.050" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (45 to 64 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y45T64__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDCW.AGE--Y45T64__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.051" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (45 to 64 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y45T64__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDCW.AGE--Y45T64__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.052" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (55 to 64 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.053" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (55 to 64 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.054" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (65 years old and over", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.055" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work (65 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDCW.056" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid care work by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDCW.SEX--F", + "sdg/SL_DOM_TSPDCW.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (10 to 14 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y10T14__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y10T14__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (10 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE10__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE10__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (12 to 14 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y12T14__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y12T14__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (12 to 19 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y12T19__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y12T19__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (12 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE12__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE12__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (14 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE14__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE14__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (15 to 24 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y15T24__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y15T24__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (15 to 64 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y15T64__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y15T64__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.010" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (16 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE16__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE16__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.011" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (20 to 24 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y20T24__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y20T24__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.012" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (20 to 35 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y20T35__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y20T35__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.013" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (20 to 64 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y20T64__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y20T64__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.014" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (20 to 74 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y20T74__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y20T74__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.015" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (20 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE20__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE20__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.016" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (25 to 34 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y25T34__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y25T34__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.017" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (25 to 44 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y25T44__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y25T44__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.018" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (3 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE3__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE3__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.019" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (35 to 44 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y35T44__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y35T44__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.020" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (36 to 54 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y36T54__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y36T54__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.021" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (45 to 54 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.022" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (45 to 64 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y45T64__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y45T64__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.023" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (5 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE5__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE5__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.024" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (55 to 64 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y55T64__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y55T64__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.025" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (55 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE55__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE55__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.026" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (6 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE6__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE6__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.027" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (65 to 74 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y65T74__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y65T74__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.028" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (65 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.029" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (75 to 84 years old) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y75T84__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y75T84__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.030" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (85 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE85__SEX--F", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE85__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.031" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (10 years old and over", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE10__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE10__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.032" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (10 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE10__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE10__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.033" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (12 to 14 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y12T14__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDDC.AGE--Y12T14__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.034" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (12 to 14 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y12T14__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDDC.AGE--Y12T14__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.035" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (12 years old and over", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE12__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE12__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.036" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (12 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE12__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE12__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.037" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (14 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE14__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE14__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.038" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (15 to 24 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y15T24__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDDC.AGE--Y15T24__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.039" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (15 to 24 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y15T24__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDDC.AGE--Y15T24__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.040" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (15 years old and over", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.041" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (15 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.042" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (18 to 24 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y18T24__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDDC.AGE--Y18T24__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.043" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (18 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE18__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE18__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.044" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (25 to 44 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y25T44__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDDC.AGE--Y25T44__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.045" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (25 to 44 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y25T44__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDDC.AGE--Y25T44__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.046" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (3 years old and over", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE3__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE3__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.047" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (3 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE3__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE3__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.048" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (45 to 54 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.049" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (45 to 54 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.050" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (45 to 64 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y45T64__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDDC.AGE--Y45T64__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.051" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (45 to 64 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y45T64__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDDC.AGE--Y45T64__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.052" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (55 to 64 years old", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y55T64__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDDC.AGE--Y55T64__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.053" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (55 to 64 years old", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y55T64__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDDC.AGE--Y55T64__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.054" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (65 years old and over", + "Rural) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--F__URBANIZATION--R", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.055" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (65 years old and over", + "Urban) by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--F__URBANIZATION--U", + "sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_DOM_TSPDDC.056" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores by Sex" + ], + "memberList": [ + "sdg/SL_DOM_TSPDDC.SEX--F", + "sdg/SL_DOM_TSPDDC.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_EARN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average hourly earnings of employees in local currency by Age group" + ], + "memberList": [ + "sdg/SL_EMP_EARN.AGE--Y_GE15" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_EARN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average hourly earnings of employees in local currency (15 years old and over) by Major groups of ISCO-08" + ], + "memberList": [ + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_0", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_1", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_2", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_3", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_4", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_5", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_6", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_7", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_8", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_9", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_X" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_EARN.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average hourly earnings of employees in local currency (15 years old and over) by Major groups of ISCO-88" + ], + "memberList": [ + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_0", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_1", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_2", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_3", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_4", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_5", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_6", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_7", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_8", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_9", + "sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_X" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_EARN.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average hourly earnings of employees in local currency (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--_O" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_EARN.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average hourly earnings of employees in local currency (15 years old and over", + "Female) by Major groups of ISCO-08" + ], + "memberList": [ + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_0", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_1", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_2", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_3", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_4", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_5", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_6", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_7", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_8", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_9", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_X" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_EARN.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average hourly earnings of employees in local currency (15 years old and over", + "Male) by Major groups of ISCO-08" + ], + "memberList": [ + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_0", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_1", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_2", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_3", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_4", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_5", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_6", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_7", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_8", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_9", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_X" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_EARN.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average hourly earnings of employees in local currency (15 years old and over", + "Female) by Major groups of ISCO-88" + ], + "memberList": [ + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_0", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_1", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_2", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_3", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_4", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_5", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_6", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_7", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_8", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_9", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_X" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_EARN.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average hourly earnings of employees in local currency (15 years old and over", + "Male) by Major groups of ISCO-88" + ], + "memberList": [ + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_0", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_1", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_2", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_3", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_4", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_5", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_6", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_7", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_8", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_9", + "sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_X" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_FTLINJUR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Fatal occupational injuries among employees" + ], + "memberList": [ + "sdg/SL_EMP_FTLINJUR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_FTLINJUR.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Fatal occupational injuries among employees by Migratory status" + ], + "memberList": [ + "sdg/SL_EMP_FTLINJUR.MIGRATORY_STATUS--EUMIGRANT", + "sdg/SL_EMP_FTLINJUR.MIGRATORY_STATUS--MIGRANT", + "sdg/SL_EMP_FTLINJUR.MIGRATORY_STATUS--NOMIGRANT", + "sdg/SL_EMP_FTLINJUR.MIGRATORY_STATUS--NONEUMIGRANT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_FTLINJUR.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Fatal occupational injuries among employees by Sex" + ], + "memberList": [ + "sdg/SL_EMP_FTLINJUR.SEX--F", + "sdg/SL_EMP_FTLINJUR.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_FTLINJUR.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Fatal occupational injuries among employees (Female) by Migratory status" + ], + "memberList": [ + "sdg/SL_EMP_FTLINJUR.SEX--F__MIGRATORY_STATUS--EUMIGRANT", + "sdg/SL_EMP_FTLINJUR.SEX--F__MIGRATORY_STATUS--MIGRANT", + "sdg/SL_EMP_FTLINJUR.SEX--F__MIGRATORY_STATUS--NOMIGRANT", + "sdg/SL_EMP_FTLINJUR.SEX--F__MIGRATORY_STATUS--NONEUMIGRANT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_FTLINJUR.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Fatal occupational injuries among employees (Male) by Migratory status" + ], + "memberList": [ + "sdg/SL_EMP_FTLINJUR.SEX--M__MIGRATORY_STATUS--EUMIGRANT", + "sdg/SL_EMP_FTLINJUR.SEX--M__MIGRATORY_STATUS--MIGRANT", + "sdg/SL_EMP_FTLINJUR.SEX--M__MIGRATORY_STATUS--NOMIGRANT", + "sdg/SL_EMP_FTLINJUR.SEX--M__MIGRATORY_STATUS--NONEUMIGRANT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_GTOTL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Labour share of GDP by Age group" + ], + "memberList": [ + "sdg/SL_EMP_GTOTL.AGE--Y_GE15" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_INJUR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Non-fatal occupational injuries among employees" + ], + "memberList": [ + "sdg/SL_EMP_INJUR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_INJUR.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Non-fatal occupational injuries among employees by Migratory status" + ], + "memberList": [ + "sdg/SL_EMP_INJUR.MIGRATORY_STATUS--EUMIGRANT", + "sdg/SL_EMP_INJUR.MIGRATORY_STATUS--MIGRANT", + "sdg/SL_EMP_INJUR.MIGRATORY_STATUS--NOMIGRANT", + "sdg/SL_EMP_INJUR.MIGRATORY_STATUS--NONEUMIGRANT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_INJUR.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Non-fatal occupational injuries among employees by Sex" + ], + "memberList": [ + "sdg/SL_EMP_INJUR.SEX--F", + "sdg/SL_EMP_INJUR.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_INJUR.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Non-fatal occupational injuries among employees (Female) by Migratory status" + ], + "memberList": [ + "sdg/SL_EMP_INJUR.SEX--F__MIGRATORY_STATUS--EUMIGRANT", + "sdg/SL_EMP_INJUR.SEX--F__MIGRATORY_STATUS--MIGRANT", + "sdg/SL_EMP_INJUR.SEX--F__MIGRATORY_STATUS--NOMIGRANT", + "sdg/SL_EMP_INJUR.SEX--F__MIGRATORY_STATUS--NONEUMIGRANT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_INJUR.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Non-fatal occupational injuries among employees (Male) by Migratory status" + ], + "memberList": [ + "sdg/SL_EMP_INJUR.SEX--M__MIGRATORY_STATUS--EUMIGRANT", + "sdg/SL_EMP_INJUR.SEX--M__MIGRATORY_STATUS--MIGRANT", + "sdg/SL_EMP_INJUR.SEX--M__MIGRATORY_STATUS--NOMIGRANT", + "sdg/SL_EMP_INJUR.SEX--M__MIGRATORY_STATUS--NONEUMIGRANT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_PCAP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Annual growth rate of real GDP per employed person (15 years old and over)" + ], + "memberList": [ + "sdg/SL_EMP_PCAP.AGE--Y_GE15" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_RCOST_MO.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Migrant recruitment costs (number of months of earnings) by Sex" + ], + "memberList": [ + "sdg/SL_EMP_RCOST_MO.MIGRATORY_STATUS--MIGRANT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_RCOST_MO.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Migrant recruitment costs (number of months of earnings) by Sex" + ], + "memberList": [ + "sdg/SL_EMP_RCOST_MO.SEX--F__MIGRATORY_STATUS--MIGRANT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_EMP_RCOST_MO.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Migrant recruitment costs (number of months of earnings) by Sex" + ], + "memberList": [ + "sdg/SL_EMP_RCOST_MO.SEX--M__MIGRATORY_STATUS--MIGRANT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_ISV_IFEM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of informal employment", + "previous definition (15 years old and over)" + ], + "memberList": [ + "sdg/SL_ISV_IFEM.AGE--Y_GE15" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_ISV_IFEM.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of informal employment", + "previous definition (15 years old and over) by sector" + ], + "memberList": [ + "sdg/SL_ISV_IFEM.AGE--Y_GE15__ECONOMIC_ACTIVITY--ISIC4_A", + "sdg/SL_ISV_IFEM.AGE--Y_GE15__ECONOMIC_ACTIVITY--ISIC4_BTU" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_ISV_IFEM.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of informal employment", + "previous definition (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--F", + "sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--M", + "sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--_O" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_ISV_IFEM.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of informal employment", + "previous definition (15 years old and over) in agriculture", + "forestry and fishing (ISIC4 - A)", + "by sex" + ], + "memberList": [ + "sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--F__ECONOMIC_ACTIVITY--ISIC4_A", + "sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--M__ECONOMIC_ACTIVITY--ISIC4_A", + "sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--_O__ECONOMIC_ACTIVITY--ISIC4_A" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_ISV_IFEM.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of informal employment", + "previous definition (15 years old and over) in non - agriculture (ISIC4 - B through U)", + "by sex" + ], + "memberList": [ + "sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--F__ECONOMIC_ACTIVITY--ISIC4_BTU", + "sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--M__ECONOMIC_ACTIVITY--ISIC4_BTU", + "sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--_O__ECONOMIC_ACTIVITY--ISIC4_BTU" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_ISV_IFEM_19ICLS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of informal employment", + "current definition (15 years old and over)" + ], + "memberList": [ + "sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_ISV_IFEM_19ICLS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of informal employment", + "current definition (15 years old and over) by sector" + ], + "memberList": [ + "sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15__ECONOMIC_ACTIVITY--ISIC4_A", + "sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15__ECONOMIC_ACTIVITY--ISIC4_BTU" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_ISV_IFEM_19ICLS.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of informal employment", + "current definition (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15__SEX--F", + "sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_ISV_IFEM_19ICLS.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of informal employment", + "current definition (15 years old and over) in agriculture", + "forestry and fishing (ISIC4 - A)", + "by sex" + ], + "memberList": [ + "sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15__SEX--F__ECONOMIC_ACTIVITY--ISIC4_A", + "sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15__SEX--M__ECONOMIC_ACTIVITY--ISIC4_A" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_ISV_IFEM_19ICLS.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of informal employment", + "current definition (15 years old and over) in non - agriculture (ISIC4 - B through U)", + "by sex" + ], + "memberList": [ + "sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15__SEX--F__ECONOMIC_ACTIVITY--ISIC4_BTU", + "sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15__SEX--M__ECONOMIC_ACTIVITY--ISIC4_BTU" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_LBR_NTLCPL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Level of national compliance with labour rights (freedom of association and collective bargaining) based on International Labour Organization (ILO) textual sources and national legislation" + ], + "memberList": [ + "sdg/SL_LBR_NTLCPL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_CHLDEA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children engaged in economic activity by Age group" + ], + "memberList": [ + "sdg/SL_TLF_CHLDEA.AGE--Y10T17", + "sdg/SL_TLF_CHLDEA.AGE--Y5T14", + "sdg/SL_TLF_CHLDEA.AGE--Y5T17", + "sdg/SL_TLF_CHLDEA.AGE--Y6T17", + "sdg/SL_TLF_CHLDEA.AGE--Y7T17" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_CHLDEA.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children engaged in economic activity (10 to 17 years old) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_CHLDEA.AGE--Y10T17__SEX--F", + "sdg/SL_TLF_CHLDEA.AGE--Y10T17__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_CHLDEA.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children engaged in economic activity (5 to 14 years old) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_CHLDEA.AGE--Y5T14__SEX--F", + "sdg/SL_TLF_CHLDEA.AGE--Y5T14__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_CHLDEA.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children engaged in economic activity (5 to 17 years old) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_CHLDEA.AGE--Y5T17__SEX--F", + "sdg/SL_TLF_CHLDEA.AGE--Y5T17__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_CHLDEA.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children engaged in economic activity (6 to 17 years old) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_CHLDEA.AGE--Y6T17__SEX--F", + "sdg/SL_TLF_CHLDEA.AGE--Y6T17__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_CHLDEA.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children engaged in economic activity (7 to 17 years old) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_CHLDEA.AGE--Y7T17__SEX--F", + "sdg/SL_TLF_CHLDEA.AGE--Y7T17__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_CHLDEC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children engaged in economic activity and household chores by Age group" + ], + "memberList": [ + "sdg/SL_TLF_CHLDEC.AGE--Y10T17", + "sdg/SL_TLF_CHLDEC.AGE--Y5T14", + "sdg/SL_TLF_CHLDEC.AGE--Y5T17", + "sdg/SL_TLF_CHLDEC.AGE--Y6T17", + "sdg/SL_TLF_CHLDEC.AGE--Y7T17" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_CHLDEC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children engaged in economic activity and household chores (10 to 17 years old) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_CHLDEC.AGE--Y10T17__SEX--F", + "sdg/SL_TLF_CHLDEC.AGE--Y10T17__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_CHLDEC.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children engaged in economic activity and household chores (5 to 14 years old) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_CHLDEC.AGE--Y5T14__SEX--F", + "sdg/SL_TLF_CHLDEC.AGE--Y5T14__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_CHLDEC.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children engaged in economic activity and household chores (5 to 17 years old) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_CHLDEC.AGE--Y5T17__SEX--F", + "sdg/SL_TLF_CHLDEC.AGE--Y5T17__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_CHLDEC.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children engaged in economic activity and household chores (6 to 17 years old) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_CHLDEC.AGE--Y6T17__SEX--F", + "sdg/SL_TLF_CHLDEC.AGE--Y6T17__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_CHLDEC.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children engaged in economic activity and household chores (7 to 17 years old) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_CHLDEC.AGE--Y7T17__SEX--F", + "sdg/SL_TLF_CHLDEC.AGE--Y7T17__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_MANF.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Manufacturing employment as a proportion of total employment - previous definition" + ], + "memberList": [ + "sdg/SL_TLF_MANF.ECONOMIC_ACTIVITY--ISIC4_C" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_MANF_19ICLS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Manufacturing employment as a proportion of total employment - current definition" + ], + "memberList": [ + "sdg/SL_TLF_MANF_19ICLS.ECONOMIC_ACTIVITY--ISIC4_C" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_NEET.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth not in education", + "employment or training - previous definition by Age group" + ], + "memberList": [ + "sdg/SL_TLF_NEET.AGE--Y15T24" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_NEET.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth not in education", + "employment or training - previous definition (15 to 24 years old) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_NEET.AGE--Y15T24__SEX--F", + "sdg/SL_TLF_NEET.AGE--Y15T24__SEX--M", + "sdg/SL_TLF_NEET.AGE--Y15T24__SEX--_O" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_NEET_19ICLS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth not in education", + "employment or training - current definition by Age group" + ], + "memberList": [ + "sdg/SL_TLF_NEET_19ICLS.AGE--Y15T24" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_NEET_19ICLS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of youth not in education", + "employment or training - current definition (15 to 24 years old) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_NEET_19ICLS.AGE--Y15T24__SEX--F", + "sdg/SL_TLF_NEET_19ICLS.AGE--Y15T24__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and age - previous definition by Age group" + ], + "memberList": [ + "sdg/SL_TLF_UEM.AGE--Y15T24", + "sdg/SL_TLF_UEM.AGE--Y_GE15", + "sdg/SL_TLF_UEM.AGE--Y_GE25" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEM.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and age - previous definition (15 to 24 years old) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_UEM.AGE--Y15T24__SEX--F", + "sdg/SL_TLF_UEM.AGE--Y15T24__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEM.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and age - previous definition (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_UEM.AGE--Y_GE15__SEX--F", + "sdg/SL_TLF_UEM.AGE--Y_GE15__SEX--M", + "sdg/SL_TLF_UEM.AGE--Y_GE15__SEX--_O" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEM.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and age - previous definition (25 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_UEM.AGE--Y_GE25__SEX--F", + "sdg/SL_TLF_UEM.AGE--Y_GE25__SEX--M", + "sdg/SL_TLF_UEM.AGE--Y_GE25__SEX--_O" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEMDIS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and disability - previous definition (15 years old and over)" + ], + "memberList": [ + "sdg/SL_TLF_UEMDIS.AGE--Y_GE15" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEMDIS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and disability - previous definition (15 years old and over) by Disability status" + ], + "memberList": [ + "sdg/SL_TLF_UEMDIS.AGE--Y_GE15__DISABILITY_STATUS--PD", + "sdg/SL_TLF_UEMDIS.AGE--Y_GE15__DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEMDIS.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and disability - previous definition (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--F", + "sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEMDIS.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and disability - previous definition (15 years old and over", + "Female) by Disability status" + ], + "memberList": [ + "sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PD", + "sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEMDIS.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and disability - previous definition (15 years old and over", + "Male) by Disability status" + ], + "memberList": [ + "sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--M__DISABILITY_STATUS--PD", + "sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--M__DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEMDIS_19ICLS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and disability - current definition (15 years old and over)" + ], + "memberList": [ + "sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEMDIS_19ICLS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and disability - current definition (15 years old and over) by Disability status" + ], + "memberList": [ + "sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__DISABILITY_STATUS--PD", + "sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEMDIS_19ICLS.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and disability - current definition (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--F", + "sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEMDIS_19ICLS.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and disability - current definition (15 years old and over", + "Female) by Disability status" + ], + "memberList": [ + "sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PD", + "sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEMDIS_19ICLS.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and disability - current definition (15 years old and over", + "Male) by Disability status" + ], + "memberList": [ + "sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--M__DISABILITY_STATUS--PD", + "sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--M__DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEM_19ICLS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and age - current definition by Age group" + ], + "memberList": [ + "sdg/SL_TLF_UEM_19ICLS.AGE--Y15T24", + "sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE15", + "sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE25" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEM_19ICLS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and age - current definition (15 to 24 years old) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_UEM_19ICLS.AGE--Y15T24__SEX--F", + "sdg/SL_TLF_UEM_19ICLS.AGE--Y15T24__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEM_19ICLS.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and age - current definition (15 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE15__SEX--F", + "sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE15__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSL_TLF_UEM_19ICLS.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unemployment rate by sex and age - current definition (25 years old and over) by Sex" + ], + "memberList": [ + "sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE25__SEX--F", + "sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE25__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSM_DTH_MIGR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Total deaths and disappearances recorded during migration" + ], + "memberList": [ + "sdg/SM_DTH_MIGR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSM_POP_REFG_OR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of refugees per 100", + "000 population" + ], + "memberList": [ + "sdg/SM_POP_REFG_OR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSN_ITK_DEFC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Prevalence of undernourishment" + ], + "memberList": [ + "sdg/SN_ITK_DEFC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSN_ITK_DEFCN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of undernourished people" + ], + "memberList": [ + "sdg/SN_ITK_DEFCN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSN_STA_OVWGT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children under 5 years old moderately or severely overweight" + ], + "memberList": [ + "sdg/SN_STA_OVWGT.AGE--Y0T4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSN_STA_OVWGTN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Children under 5 years old moderately or severely overweight" + ], + "memberList": [ + "sdg/SN_STA_OVWGTN.AGE--Y0T4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_ACS_BSRVH2O.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population using basic drinking water services" + ], + "memberList": [ + "sdg/SP_ACS_BSRVH2O" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_ACS_BSRVH2O.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population using basic drinking water services by Type of location" + ], + "memberList": [ + "sdg/SP_ACS_BSRVH2O.URBANIZATION--R", + "sdg/SP_ACS_BSRVH2O.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_ACS_BSRVSAN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population using basic sanitation services" + ], + "memberList": [ + "sdg/SP_ACS_BSRVSAN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_ACS_BSRVSAN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population using basic sanitation services by Type of location" + ], + "memberList": [ + "sdg/SP_ACS_BSRVSAN.URBANIZATION--R", + "sdg/SP_ACS_BSRVSAN.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_DISP_RESOL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of the population who have experienced a dispute in the past two years who accessed a formal or informal dispute resolution mechanism" + ], + "memberList": [ + "sdg/SP_DISP_RESOL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_DISP_RESOL.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of the population who have experienced a dispute in the past two years who accessed a formal or informal dispute resolution mechanism by Disability status" + ], + "memberList": [ + "sdg/SP_DISP_RESOL.DISABILITY_STATUS--PD", + "sdg/SP_DISP_RESOL.DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_DISP_RESOL.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of the population who have experienced a dispute in the past two years who accessed a formal or informal dispute resolution mechanism by Sex" + ], + "memberList": [ + "sdg/SP_DISP_RESOL.SEX--F", + "sdg/SP_DISP_RESOL.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_DYN_ADKL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Adolescent birth rate" + ], + "memberList": [ + "sdg/SP_DYN_ADKL.AGE--Y10T14__SEX--F", + "sdg/SP_DYN_ADKL.AGE--Y15T19__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_DYN_MRBF15.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of women aged 20-24 years who were married or in a union before age 15" + ], + "memberList": [ + "sdg/SP_DYN_MRBF15.AGE--Y20T24__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_DYN_MRBF18.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of women aged 20-24 years who were married or in a union before age 18" + ], + "memberList": [ + "sdg/SP_DYN_MRBF18.AGE--Y20T24__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_GNP_WNOWNS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Share of women among owners or rights-bearers of agricultural land" + ], + "memberList": [ + "sdg/SP_GNP_WNOWNS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_LGL_LNDAGSEC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of total agricultural population with ownership or secure rights over agricultural land" + ], + "memberList": [ + "sdg/SP_LGL_LNDAGSEC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_LGL_LNDAGSEC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of total agricultural population with ownership or secure rights over agricultural land by Sex" + ], + "memberList": [ + "sdg/SP_LGL_LNDAGSEC.SEX--F", + "sdg/SP_LGL_LNDAGSEC.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_LGL_LNDDOC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of people with legally recognized documentation of their rights to land out of total adult population by Sex" + ], + "memberList": [ + "sdg/SP_LGL_LNDDOC", + "sdg/SP_LGL_LNDDOC.SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_LGL_LNDSEC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of people who perceive their rights to land as secure out of total adult population" + ], + "memberList": [ + "sdg/SP_LGL_LNDSEC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_LGL_LNDSTR.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of people with secure tenure rights to land out of total adult population by Sex" + ], + "memberList": [ + "sdg/SP_LGL_LNDSTR", + "sdg/SP_LGL_LNDSTR.SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_GOV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of government services" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_GOV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_GOV.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of government services by Age group" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_GOV.AGE--Y0T24", + "sdg/SP_PSR_OSATIS_GOV.AGE--Y25T34", + "sdg/SP_PSR_OSATIS_GOV.AGE--Y35T44", + "sdg/SP_PSR_OSATIS_GOV.AGE--Y45T54", + "sdg/SP_PSR_OSATIS_GOV.AGE--Y55T64", + "sdg/SP_PSR_OSATIS_GOV.AGE--Y_GE65" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_GOV.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of government services by Disability status" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_GOV.DISABILITY_STATUS--PD", + "sdg/SP_PSR_OSATIS_GOV.DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_GOV.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of government services by Population group" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_GOV.POPULATION_GROUP--CYP_0", + "sdg/SP_PSR_OSATIS_GOV.POPULATION_GROUP--CYP_1", + "sdg/SP_PSR_OSATIS_GOV.POPULATION_GROUP--ISR_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_GOV.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of government services by Sex" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_GOV.SEX--F", + "sdg/SP_PSR_OSATIS_GOV.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_GOV.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of government services by Type of location" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_GOV.URBANIZATION--R", + "sdg/SP_PSR_OSATIS_GOV.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_HLTH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of healthcare services" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_HLTH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_HLTH.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of healthcare services by Age group" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_HLTH.AGE--Y0T24", + "sdg/SP_PSR_OSATIS_HLTH.AGE--Y25T34", + "sdg/SP_PSR_OSATIS_HLTH.AGE--Y35T44", + "sdg/SP_PSR_OSATIS_HLTH.AGE--Y45T54", + "sdg/SP_PSR_OSATIS_HLTH.AGE--Y55T64", + "sdg/SP_PSR_OSATIS_HLTH.AGE--Y_GE65" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_HLTH.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of healthcare services by Disability status" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_HLTH.DISABILITY_STATUS--PD", + "sdg/SP_PSR_OSATIS_HLTH.DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_HLTH.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of healthcare services by Population group" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_HLTH.POPULATION_GROUP--JPN_0", + "sdg/SP_PSR_OSATIS_HLTH.POPULATION_GROUP--JPN_1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_HLTH.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of healthcare services by Sex" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_HLTH.SEX--F", + "sdg/SP_PSR_OSATIS_HLTH.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_HLTH.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of healthcare services by Type of location" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_HLTH.URBANIZATION--R", + "sdg/SP_PSR_OSATIS_HLTH.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_PRM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of primary education services" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_PRM" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_PRM.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of primary education services by Age group" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_PRM.AGE--Y0T24", + "sdg/SP_PSR_OSATIS_PRM.AGE--Y25T34", + "sdg/SP_PSR_OSATIS_PRM.AGE--Y35T44", + "sdg/SP_PSR_OSATIS_PRM.AGE--Y45T54", + "sdg/SP_PSR_OSATIS_PRM.AGE--Y55T64", + "sdg/SP_PSR_OSATIS_PRM.AGE--Y_GE65" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_PRM.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of primary education services by Disability status" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_PRM.DISABILITY_STATUS--PD", + "sdg/SP_PSR_OSATIS_PRM.DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_PRM.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of primary education services by Population group" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_PRM.POPULATION_GROUP--ISR_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_PRM.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of primary education services by Sex" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_PRM.SEX--F", + "sdg/SP_PSR_OSATIS_PRM.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_PRM.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of primary education services by Type of location" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_PRM.URBANIZATION--R", + "sdg/SP_PSR_OSATIS_PRM.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_SEC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of secondary education services" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_SEC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_SEC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of secondary education services by Age group" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_SEC.AGE--Y0T24", + "sdg/SP_PSR_OSATIS_SEC.AGE--Y25T34", + "sdg/SP_PSR_OSATIS_SEC.AGE--Y35T44", + "sdg/SP_PSR_OSATIS_SEC.AGE--Y45T54", + "sdg/SP_PSR_OSATIS_SEC.AGE--Y55T64", + "sdg/SP_PSR_OSATIS_SEC.AGE--Y_GE65" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_SEC.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of secondary education services by Disability status" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_SEC.DISABILITY_STATUS--PD", + "sdg/SP_PSR_OSATIS_SEC.DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_SEC.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of secondary education services by Population group" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_SEC.POPULATION_GROUP--ISR_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_SEC.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of secondary education services by Sex" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_SEC.SEX--F", + "sdg/SP_PSR_OSATIS_SEC.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_OSATIS_SEC.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of secondary education services by Type of location" + ], + "memberList": [ + "sdg/SP_PSR_OSATIS_SEC.URBANIZATION--R", + "sdg/SP_PSR_OSATIS_SEC.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_GOV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services (25 to 34 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_GOV.AGE--Y25T34__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_GOV.AGE--Y25T34__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_GOV.AGE--Y25T34__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_GOV.AGE--Y25T34__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_GOV.AGE--Y25T34__SERVICE_ATTRIBUTE--QUALITY", + "sdg/SP_PSR_SATIS_GOV.AGE--Y25T34__SERVICE_ATTRIBUTE--TIMELINESS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_GOV.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services (35 to 44 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_GOV.AGE--Y35T44__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_GOV.AGE--Y35T44__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_GOV.AGE--Y35T44__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_GOV.AGE--Y35T44__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_GOV.AGE--Y35T44__SERVICE_ATTRIBUTE--QUALITY", + "sdg/SP_PSR_SATIS_GOV.AGE--Y35T44__SERVICE_ATTRIBUTE--TIMELINESS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_GOV.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services (45 to 54 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_GOV.AGE--Y45T54__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_GOV.AGE--Y45T54__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_GOV.AGE--Y45T54__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_GOV.AGE--Y45T54__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_GOV.AGE--Y45T54__SERVICE_ATTRIBUTE--QUALITY", + "sdg/SP_PSR_SATIS_GOV.AGE--Y45T54__SERVICE_ATTRIBUTE--TIMELINESS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_GOV.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services (55 to 64 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_GOV.AGE--Y55T64__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_GOV.AGE--Y55T64__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_GOV.AGE--Y55T64__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_GOV.AGE--Y55T64__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_GOV.AGE--Y55T64__SERVICE_ATTRIBUTE--QUALITY", + "sdg/SP_PSR_SATIS_GOV.AGE--Y55T64__SERVICE_ATTRIBUTE--TIMELINESS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_GOV.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services (65 years old and over) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_GOV.AGE--Y_GE65__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_GOV.AGE--Y_GE65__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_GOV.AGE--Y_GE65__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_GOV.AGE--Y_GE65__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_GOV.AGE--Y_GE65__SERVICE_ATTRIBUTE--QUALITY", + "sdg/SP_PSR_SATIS_GOV.AGE--Y_GE65__SERVICE_ATTRIBUTE--TIMELINESS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_GOV.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services (under 25 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_GOV.AGE--Y0T24__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_GOV.AGE--Y0T24__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_GOV.AGE--Y0T24__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_GOV.AGE--Y0T24__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_GOV.AGE--Y0T24__SERVICE_ATTRIBUTE--QUALITY", + "sdg/SP_PSR_SATIS_GOV.AGE--Y0T24__SERVICE_ATTRIBUTE--TIMELINESS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_GOV.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services (Persons with disability) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--QUALITY", + "sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--TIMELINESS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_GOV.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services (Persons without disability) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--QUALITY", + "sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--TIMELINESS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_GOV.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services (Arabs) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--ISR_0", + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--EQUALITY__POPULATION_GROUP--ISR_0", + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--QUALITY__POPULATION_GROUP--ISR_0", + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--TIMELINESS__POPULATION_GROUP--ISR_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_GOV.010" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services (Cypriot Nationality) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--CYP_0", + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--AVERAGE__POPULATION_GROUP--CYP_0", + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--EQUALITY__POPULATION_GROUP--CYP_0", + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--QUALITY__POPULATION_GROUP--CYP_0", + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--TIMELINESS__POPULATION_GROUP--CYP_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_GOV.011" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services (Non-Cypriot Nationality) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--CYP_1", + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--AVERAGE__POPULATION_GROUP--CYP_1", + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--EQUALITY__POPULATION_GROUP--CYP_1", + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--QUALITY__POPULATION_GROUP--CYP_1", + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--TIMELINESS__POPULATION_GROUP--CYP_1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_GOV.012" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--QUALITY", + "sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--TIMELINESS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_GOV.013" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services (Female) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_GOV.SEX--F__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_GOV.SEX--F__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_GOV.SEX--F__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_GOV.SEX--F__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_GOV.SEX--F__SERVICE_ATTRIBUTE--QUALITY", + "sdg/SP_PSR_SATIS_GOV.SEX--F__SERVICE_ATTRIBUTE--TIMELINESS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_GOV.014" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services (Male) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_GOV.SEX--M__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_GOV.SEX--M__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_GOV.SEX--M__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_GOV.SEX--M__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_GOV.SEX--M__SERVICE_ATTRIBUTE--QUALITY", + "sdg/SP_PSR_SATIS_GOV.SEX--M__SERVICE_ATTRIBUTE--TIMELINESS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_GOV.015" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services (Rural) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_GOV.URBANIZATION--R__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_GOV.URBANIZATION--R__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_GOV.URBANIZATION--R__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_GOV.URBANIZATION--R__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_GOV.URBANIZATION--R__SERVICE_ATTRIBUTE--QUALITY", + "sdg/SP_PSR_SATIS_GOV.URBANIZATION--R__SERVICE_ATTRIBUTE--TIMELINESS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_GOV.016" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services (Urban) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_GOV.URBANIZATION--U__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_GOV.URBANIZATION--U__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_GOV.URBANIZATION--U__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_GOV.URBANIZATION--U__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_GOV.URBANIZATION--U__SERVICE_ATTRIBUTE--QUALITY", + "sdg/SP_PSR_SATIS_GOV.URBANIZATION--U__SERVICE_ATTRIBUTE--TIMELINESS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (25 to 34 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.AGE--Y25T34__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y25T34__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y25T34__SERVICE_ATTRIBUTE--ATTITUDE", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y25T34__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y25T34__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y25T34__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (35 to 44 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.AGE--Y35T44__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y35T44__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y35T44__SERVICE_ATTRIBUTE--ATTITUDE", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y35T44__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y35T44__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y35T44__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (45 to 54 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.AGE--Y45T54__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y45T54__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y45T54__SERVICE_ATTRIBUTE--ATTITUDE", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y45T54__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y45T54__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y45T54__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (55 to 64 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.AGE--Y55T64__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y55T64__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y55T64__SERVICE_ATTRIBUTE--ATTITUDE", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y55T64__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y55T64__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y55T64__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (65 years old and over) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.AGE--Y_GE65__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y_GE65__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y_GE65__SERVICE_ATTRIBUTE--ATTITUDE", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y_GE65__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y_GE65__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y_GE65__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (under 25 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.AGE--Y0T24__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y0T24__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y0T24__SERVICE_ATTRIBUTE--ATTITUDE", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y0T24__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y0T24__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_HLTH.AGE--Y0T24__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (Persons with disability) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--ATTITUDE", + "sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (Persons without disability) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--ATTITUDE", + "sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (Arabs) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--ISR_0", + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ATTITUDE__POPULATION_GROUP--ISR_0", + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--QUALITY__POPULATION_GROUP--ISR_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.010" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (Asia) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--NZL_4", + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--AFFORD__POPULATION_GROUP--NZL_4", + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ATTITUDE__POPULATION_GROUP--NZL_4" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.011" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (European/Other) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--NZL_3", + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--AFFORD__POPULATION_GROUP--NZL_3", + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ATTITUDE__POPULATION_GROUP--NZL_3" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.012" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (Maori) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--NZL_0", + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--AFFORD__POPULATION_GROUP--NZL_0", + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ATTITUDE__POPULATION_GROUP--NZL_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.013" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (Pacific People) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--NZL_1", + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--AFFORD__POPULATION_GROUP--NZL_1", + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ATTITUDE__POPULATION_GROUP--NZL_1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.014" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ATTITUDE", + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.015" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (Female) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.SEX--F__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.SEX--F__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_HLTH.SEX--F__SERVICE_ATTRIBUTE--ATTITUDE", + "sdg/SP_PSR_SATIS_HLTH.SEX--F__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_HLTH.SEX--F__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_HLTH.SEX--F__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.016" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (Male) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.SEX--M__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.SEX--M__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_HLTH.SEX--M__SERVICE_ATTRIBUTE--ATTITUDE", + "sdg/SP_PSR_SATIS_HLTH.SEX--M__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_HLTH.SEX--M__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_HLTH.SEX--M__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.017" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (Rural) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.URBANIZATION--R__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.URBANIZATION--R__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_HLTH.URBANIZATION--R__SERVICE_ATTRIBUTE--ATTITUDE", + "sdg/SP_PSR_SATIS_HLTH.URBANIZATION--R__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_HLTH.URBANIZATION--R__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_HLTH.URBANIZATION--R__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.018" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (Urban) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.URBANIZATION--U__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.URBANIZATION--U__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_HLTH.URBANIZATION--U__SERVICE_ATTRIBUTE--ATTITUDE", + "sdg/SP_PSR_SATIS_HLTH.URBANIZATION--U__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_HLTH.URBANIZATION--U__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_HLTH.URBANIZATION--U__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.019" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (Fourth quintile) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q4__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q4__SERVICE_ATTRIBUTE--AFFORD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.020" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (Highest quintile) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q5__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q5__SERVICE_ATTRIBUTE--AFFORD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.021" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (Lowest quintile) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q1__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q1__SERVICE_ATTRIBUTE--AFFORD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.022" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (Middle quintile) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q3__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q3__SERVICE_ATTRIBUTE--AFFORD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_HLTH.023" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (Second quintile) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q2__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q2__SERVICE_ATTRIBUTE--AFFORD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_PRM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public primary education services (25 to 34 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_PRM.AGE--Y25T34__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_PRM.AGE--Y25T34__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_PRM.AGE--Y25T34__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_PRM.AGE--Y25T34__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_PRM.AGE--Y25T34__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_PRM.AGE--Y25T34__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_PRM.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public primary education services (35 to 44 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_PRM.AGE--Y35T44__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_PRM.AGE--Y35T44__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_PRM.AGE--Y35T44__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_PRM.AGE--Y35T44__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_PRM.AGE--Y35T44__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_PRM.AGE--Y35T44__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_PRM.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public primary education services (45 to 54 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_PRM.AGE--Y45T54__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_PRM.AGE--Y45T54__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_PRM.AGE--Y45T54__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_PRM.AGE--Y45T54__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_PRM.AGE--Y45T54__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_PRM.AGE--Y45T54__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_PRM.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public primary education services (55 to 64 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_PRM.AGE--Y55T64__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_PRM.AGE--Y55T64__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_PRM.AGE--Y55T64__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_PRM.AGE--Y55T64__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_PRM.AGE--Y55T64__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_PRM.AGE--Y55T64__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_PRM.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public primary education services (65 years old and over) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_PRM.AGE--Y_GE65__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_PRM.AGE--Y_GE65__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_PRM.AGE--Y_GE65__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_PRM.AGE--Y_GE65__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_PRM.AGE--Y_GE65__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_PRM.AGE--Y_GE65__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_PRM.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public primary education services (under 25 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_PRM.AGE--Y0T24__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_PRM.AGE--Y0T24__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_PRM.AGE--Y0T24__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_PRM.AGE--Y0T24__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_PRM.AGE--Y0T24__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_PRM.AGE--Y0T24__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_PRM.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public primary education services (Persons with disability) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_PRM.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public primary education services (Persons without disability) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_PRM.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public primary education services (Arabs) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--ISR_0", + "sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--EFFECTIVE__POPULATION_GROUP--ISR_0", + "sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--QUALITY__POPULATION_GROUP--ISR_0" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_PRM.010" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public primary education services by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_PRM.011" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public primary education services (Female) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_PRM.SEX--F__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_PRM.SEX--F__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_PRM.SEX--F__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_PRM.SEX--F__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_PRM.SEX--F__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_PRM.SEX--F__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_PRM.012" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public primary education services (Male) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_PRM.SEX--M__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_PRM.SEX--M__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_PRM.SEX--M__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_PRM.SEX--M__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_PRM.SEX--M__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_PRM.SEX--M__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_PRM.013" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public primary education services (Rural) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_PRM.URBANIZATION--R__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_PRM.URBANIZATION--R__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_PRM.URBANIZATION--R__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_PRM.URBANIZATION--R__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_PRM.URBANIZATION--R__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_PRM.URBANIZATION--R__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_PRM.014" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public primary education services (Urban) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_PRM.URBANIZATION--U__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_PRM.URBANIZATION--U__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_PRM.URBANIZATION--U__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_PRM.URBANIZATION--U__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_PRM.URBANIZATION--U__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_PRM.URBANIZATION--U__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_PRM.015" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public primary education services (Urban", + "Male) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_PRM.SEX--M__URBANIZATION--U__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_SEC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public secondary education services (25 to 34 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_SEC.AGE--Y25T34__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_SEC.AGE--Y25T34__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_SEC.AGE--Y25T34__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_SEC.AGE--Y25T34__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_SEC.AGE--Y25T34__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_SEC.AGE--Y25T34__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_SEC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public secondary education services (35 to 44 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_SEC.AGE--Y35T44__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_SEC.AGE--Y35T44__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_SEC.AGE--Y35T44__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_SEC.AGE--Y35T44__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_SEC.AGE--Y35T44__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_SEC.AGE--Y35T44__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_SEC.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public secondary education services (45 to 54 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_SEC.AGE--Y45T54__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_SEC.AGE--Y45T54__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_SEC.AGE--Y45T54__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_SEC.AGE--Y45T54__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_SEC.AGE--Y45T54__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_SEC.AGE--Y45T54__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_SEC.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public secondary education services (55 to 64 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_SEC.AGE--Y55T64__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_SEC.AGE--Y55T64__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_SEC.AGE--Y55T64__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_SEC.AGE--Y55T64__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_SEC.AGE--Y55T64__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_SEC.AGE--Y55T64__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_SEC.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public secondary education services (65 years old and over) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_SEC.AGE--Y_GE65__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_SEC.AGE--Y_GE65__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_SEC.AGE--Y_GE65__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_SEC.AGE--Y_GE65__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_SEC.AGE--Y_GE65__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_SEC.AGE--Y_GE65__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_SEC.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public secondary education services (under 25 years old) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_SEC.AGE--Y0T24__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_SEC.AGE--Y0T24__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_SEC.AGE--Y0T24__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_SEC.AGE--Y0T24__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_SEC.AGE--Y0T24__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_SEC.AGE--Y0T24__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_SEC.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public secondary education services (Persons with disability) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_SEC.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public secondary education services (Persons without disability) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_SEC.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public secondary education services (West Bank) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--ISR_1", + "sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--EFFECTIVE__POPULATION_GROUP--ISR_1", + "sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--QUALITY__POPULATION_GROUP--ISR_1" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_SEC.010" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public secondary education services by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_SEC.011" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public secondary education services (Female) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_SEC.SEX--F__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_SEC.SEX--F__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_SEC.SEX--F__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_SEC.SEX--F__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_SEC.SEX--F__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_SEC.SEX--F__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_SEC.012" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public secondary education services (Male) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_SEC.SEX--M__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_SEC.SEX--M__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_SEC.SEX--M__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_SEC.SEX--M__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_SEC.SEX--M__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_SEC.SEX--M__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_SEC.013" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public secondary education services (Rural) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_SEC.URBANIZATION--R__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_SEC.URBANIZATION--R__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_SEC.URBANIZATION--R__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_SEC.URBANIZATION--R__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_SEC.URBANIZATION--R__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_SEC.URBANIZATION--R__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_PSR_SATIS_SEC.014" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population satisfied with their last experience of public secondary education services (Urban) by Service attribute" + ], + "memberList": [ + "sdg/SP_PSR_SATIS_SEC.URBANIZATION--U__SERVICE_ATTRIBUTE--ACCESS", + "sdg/SP_PSR_SATIS_SEC.URBANIZATION--U__SERVICE_ATTRIBUTE--AFFORD", + "sdg/SP_PSR_SATIS_SEC.URBANIZATION--U__SERVICE_ATTRIBUTE--AVERAGE", + "sdg/SP_PSR_SATIS_SEC.URBANIZATION--U__SERVICE_ATTRIBUTE--EFFECTIVE", + "sdg/SP_PSR_SATIS_SEC.URBANIZATION--U__SERVICE_ATTRIBUTE--EQUALITY", + "sdg/SP_PSR_SATIS_SEC.URBANIZATION--U__SERVICE_ATTRIBUTE--QUALITY" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_ROD_R2KM.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of the rural population who live within 2\u00a0km of an all-season road" + ], + "memberList": [ + "sdg/SP_ROD_R2KM.URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGSP_TRN_PUBL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population that has convenient access to public transport" + ], + "memberList": [ + "sdg/SP_TRN_PUBL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGST_EEV_ACCSEEA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Implementation of standard accounting tools to monitor the economic and environmental aspects of tourism (SEEA tables)" + ], + "memberList": [ + "sdg/ST_EEV_ACCSEEA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGST_EEV_ACCTSA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Implementation of standard accounting tools to monitor the economic and environmental aspects of tourism (Tourism Satellite Account tables)" + ], + "memberList": [ + "sdg/ST_EEV_ACCTSA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGST_EEV_STDACCT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Implementation of standard accounting tools to monitor the economic and environmental aspects of tourism (number of tables)" + ], + "memberList": [ + "sdg/ST_EEV_STDACCT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGST_GDP_ZS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Tourism direct GDP as a proportion of total GDP" + ], + "memberList": [ + "sdg/ST_GDP_ZS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGTG_VAL_TOTL_GD_ZS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Merchandise trade as a proportion of GDP" + ], + "memberList": [ + "sdg/TG_VAL_TOTL_GD_ZS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGTM_TAX_DMFN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average tariff applied by developed countries", + "most-favored nation status" + ], + "memberList": [ + "sdg/TM_TAX_DMFN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGTM_TAX_DMFN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average tariff applied by developed countries", + "most-favored nation status by Product" + ], + "memberList": [ + "sdg/TM_TAX_DMFN.PRODUCT--AGG_AGR", + "sdg/TM_TAX_DMFN.PRODUCT--AGG_ARMS", + "sdg/TM_TAX_DMFN.PRODUCT--AGG_CLTH", + "sdg/TM_TAX_DMFN.PRODUCT--AGG_IND", + "sdg/TM_TAX_DMFN.PRODUCT--AGG_OIL", + "sdg/TM_TAX_DMFN.PRODUCT--AGG_TXT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGTM_TAX_DPRF.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average tariff applied by developed countries", + "preferential status" + ], + "memberList": [ + "sdg/TM_TAX_DPRF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGTM_TAX_DPRF.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Average tariff applied by developed countries", + "preferential status by Product" + ], + "memberList": [ + "sdg/TM_TAX_DPRF.PRODUCT--AGG_AGR", + "sdg/TM_TAX_DPRF.PRODUCT--AGG_ARMS", + "sdg/TM_TAX_DPRF.PRODUCT--AGG_CLTH", + "sdg/TM_TAX_DPRF.PRODUCT--AGG_IND", + "sdg/TM_TAX_DPRF.PRODUCT--AGG_OIL", + "sdg/TM_TAX_DPRF.PRODUCT--AGG_TXT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGTM_TAX_WMFN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Worldwide weighted tariff-average", + "most-favoured-nation status" + ], + "memberList": [ + "sdg/TM_TAX_WMFN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGTM_TAX_WMFN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Worldwide weighted tariff-average", + "most-favoured-nation status by Product" + ], + "memberList": [ + "sdg/TM_TAX_WMFN.PRODUCT--AGG_AGR", + "sdg/TM_TAX_WMFN.PRODUCT--AGG_ARMS", + "sdg/TM_TAX_WMFN.PRODUCT--AGG_CLTH", + "sdg/TM_TAX_WMFN.PRODUCT--AGG_IND", + "sdg/TM_TAX_WMFN.PRODUCT--AGG_OIL", + "sdg/TM_TAX_WMFN.PRODUCT--AGG_TXT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGTM_TAX_WMPS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Worldwide weighted tariff-average", + "preferential status" + ], + "memberList": [ + "sdg/TM_TAX_WMPS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGTM_TAX_WMPS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Worldwide weighted tariff-average", + "preferential status by Product" + ], + "memberList": [ + "sdg/TM_TAX_WMPS.PRODUCT--AGG_AGR", + "sdg/TM_TAX_WMPS.PRODUCT--AGG_ARMS", + "sdg/TM_TAX_WMPS.PRODUCT--AGG_CLTH", + "sdg/TM_TAX_WMPS.PRODUCT--AGG_IND", + "sdg/TM_TAX_WMPS.PRODUCT--AGG_OIL", + "sdg/TM_TAX_WMPS.PRODUCT--AGG_TXT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGTM_TRF_ZERO.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of tariff lines applied to imports with zero-tariff" + ], + "memberList": [ + "sdg/TM_TRF_ZERO" + ] + }, + { + "dcid": [ + "dc/svpg/SDGTM_TRF_ZERO.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of tariff lines applied to imports with zero-tariff by Product" + ], + "memberList": [ + "sdg/TM_TRF_ZERO.PRODUCT--AGG_AGR", + "sdg/TM_TRF_ZERO.PRODUCT--AGG_ARMS", + "sdg/TM_TRF_ZERO.PRODUCT--AGG_CLTH", + "sdg/TM_TRF_ZERO.PRODUCT--AGG_IND", + "sdg/TM_TRF_ZERO.PRODUCT--AGG_OIL", + "sdg/TM_TRF_ZERO.PRODUCT--AGG_TXT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGTX_EXP_GBMRCH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Developing countries\u2019 and least developed countries\u2019 share of global merchandise exports" + ], + "memberList": [ + "sdg/TX_EXP_GBMRCH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGTX_EXP_GBSVR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Developing countries\u2019 and least developed countries\u2019 share of global services exports" + ], + "memberList": [ + "sdg/TX_EXP_GBSVR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGTX_IMP_GBMRCH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Developing countries\u2019 and least developed countries\u2019 share of global merchandise imports" + ], + "memberList": [ + "sdg/TX_IMP_GBMRCH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGTX_IMP_GBSVR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Developing countries\u2019 and least developed countries\u2019 share of global services imports" + ], + "memberList": [ + "sdg/TX_IMP_GBSVR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_ARM_SZTRACE.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of seized", + "found or surrendered arms whose illicit origin or context has been traced or established by a competent authority in line with international instruments" + ], + "memberList": [ + "sdg/VC_ARM_SZTRACE" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_AFFCT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of people affected by disasters" + ], + "memberList": [ + "sdg/VC_DSR_AFFCT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_AGLH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Direct agriculture loss attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_AGLH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_BSDN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of disruptions to basic services attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_BSDN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_CDAN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of damaged critical infrastructure attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_CDAN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_CDYN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of other destroyed or damaged critical infrastructure units and facilities attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_CDYN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_CHLN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Direct economic loss to cultural heritage damaged or destroyed attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_CHLN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_CILN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Direct economic loss resulting from damaged or destroyed critical infrastructure attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_CILN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_DAFF.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of directly affected persons attributed to disasters per 100", + "000 population" + ], + "memberList": [ + "sdg/VC_DSR_DAFF" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_DDPA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Direct economic loss to other damaged or destroyed productive assets attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_DDPA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_EFDN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of destroyed or damaged educational facilities attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_EFDN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_ESDN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of disruptions to educational services attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_ESDN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_GDPLS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Direct economic loss attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_GDPLS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_HFDN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of destroyed or damaged health facilities attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_HFDN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_HOLH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Direct economic loss in the housing sector attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_HOLH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_HSDN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of disruptions to health services attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_HSDN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_IJILN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of injured or ill people attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_IJILN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_LSGP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Direct economic loss attributed to disasters relative to GDP" + ], + "memberList": [ + "sdg/VC_DSR_LSGP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_MISS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of missing persons due to disaster" + ], + "memberList": [ + "sdg/VC_DSR_MISS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_MMHN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of deaths and missing persons attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_MMHN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_MORT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of deaths due to disaster" + ], + "memberList": [ + "sdg/VC_DSR_MORT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_MTMP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of deaths and missing persons attributed to disasters per 100", + "000 population" + ], + "memberList": [ + "sdg/VC_DSR_MTMP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_OBDN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of disruptions to other basic services attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_OBDN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_PDAN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of people whose damaged dwellings were attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_PDAN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_PDLN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of people whose livelihoods were disrupted or destroyed", + "attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_PDLN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DSR_PDYN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of people whose destroyed dwellings were attributed to disasters" + ], + "memberList": [ + "sdg/VC_DSR_PDYN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DTH_TOCVN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of conflict-related deaths (civilians)" + ], + "memberList": [ + "sdg/VC_DTH_TOCVN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DTH_TONCVN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of conflict-related deaths (non-civilians)" + ], + "memberList": [ + "sdg/VC_DTH_TONCVN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DTH_TOTN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of total conflict-related deaths" + ], + "memberList": [ + "sdg/VC_DTH_TOTN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DTH_TOTN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of total conflict-related deaths by Age group" + ], + "memberList": [ + "sdg/VC_DTH_TOTN.AGE--Y0T17", + "sdg/VC_DTH_TOTN.AGE--Y_GE18", + "sdg/VC_DTH_TOTN.AGE--_U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DTH_TOTN.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of total conflict-related deaths by Lethal instrument" + ], + "memberList": [ + "sdg/VC_DTH_TOTN.LETHAL_INSTRUMENT--EXPLOSIVES", + "sdg/VC_DTH_TOTN.LETHAL_INSTRUMENT--WEAPON_HEAVY", + "sdg/VC_DTH_TOTN.LETHAL_INSTRUMENT--WEAPON_LIGHT", + "sdg/VC_DTH_TOTN.LETHAL_INSTRUMENT--WEAPON_OTHER", + "sdg/VC_DTH_TOTN.LETHAL_INSTRUMENT--_U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DTH_TOTN.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of total conflict-related deaths by Sex" + ], + "memberList": [ + "sdg/VC_DTH_TOTN.SEX--F", + "sdg/VC_DTH_TOTN.SEX--M", + "sdg/VC_DTH_TOTN.SEX--_U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DTH_TOTPT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Conflict-related total death rate" + ], + "memberList": [ + "sdg/VC_DTH_TOTPT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DTH_TOTPT.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Conflict-related total death rate by Age group" + ], + "memberList": [ + "sdg/VC_DTH_TOTPT.AGE--Y0T17", + "sdg/VC_DTH_TOTPT.AGE--Y_GE18", + "sdg/VC_DTH_TOTPT.AGE--_U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DTH_TOTPT.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Conflict-related total death rate by Lethal instrument" + ], + "memberList": [ + "sdg/VC_DTH_TOTPT.LETHAL_INSTRUMENT--EXPLOSIVES", + "sdg/VC_DTH_TOTPT.LETHAL_INSTRUMENT--WEAPON_HEAVY", + "sdg/VC_DTH_TOTPT.LETHAL_INSTRUMENT--WEAPON_LIGHT", + "sdg/VC_DTH_TOTPT.LETHAL_INSTRUMENT--WEAPON_OTHER", + "sdg/VC_DTH_TOTPT.LETHAL_INSTRUMENT--_U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DTH_TOTPT.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Conflict-related total death rate by Sex" + ], + "memberList": [ + "sdg/VC_DTH_TOTPT.SEX--F", + "sdg/VC_DTH_TOTPT.SEX--M", + "sdg/VC_DTH_TOTPT.SEX--_U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DTH_TOTR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of total conflict-related deaths per 100", + "000 population" + ], + "memberList": [ + "sdg/VC_DTH_TOTR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_DTH_TOUNN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of conflict-related deaths (unknown)" + ], + "memberList": [ + "sdg/VC_DTH_TOUNN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking" + ], + "memberList": [ + "sdg/VC_HTF_DETV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETV.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking by Age group" + ], + "memberList": [ + "sdg/VC_HTF_DETV.AGE--Y0T17", + "sdg/VC_HTF_DETV.AGE--Y_GE18" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETV.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking (18 years old and over) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETV.AGE--Y_GE18__SEX--F", + "sdg/VC_HTF_DETV.AGE--Y_GE18__SEX--M", + "sdg/VC_HTF_DETV.AGE--Y_GE18__SEX--_O" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETV.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking (age and sex unknown)" + ], + "memberList": [ + "sdg/VC_HTF_DETV.AGE--_U__SEX--_U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETV.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking (under 18 years old) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETV.AGE--Y0T17__SEX--F", + "sdg/VC_HTF_DETV.AGE--Y0T17__SEX--M", + "sdg/VC_HTF_DETV.AGE--Y0T17__SEX--_O" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETV.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETV.SEX--F", + "sdg/VC_HTF_DETV.SEX--M", + "sdg/VC_HTF_DETV.SEX--_O" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVFL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for forced labour", + "servitude and slavery" + ], + "memberList": [ + "sdg/VC_HTF_DETVFL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVFL.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for forced labour", + "servitude and slavery by Age group" + ], + "memberList": [ + "sdg/VC_HTF_DETVFL.AGE--Y0T17", + "sdg/VC_HTF_DETVFL.AGE--Y_GE18" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVFL.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for forced labour", + "servitude and slavery (18 years old and over) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVFL.AGE--Y_GE18__SEX--F", + "sdg/VC_HTF_DETVFL.AGE--Y_GE18__SEX--M", + "sdg/VC_HTF_DETVFL.AGE--Y_GE18__SEX--_O" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVFL.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for forced labour", + "servitude and slavery (Unknown) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVFL.AGE--_U__SEX--_U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVFL.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for forced labour", + "servitude and slavery (under 18 years old) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVFL.AGE--Y0T17__SEX--F", + "sdg/VC_HTF_DETVFL.AGE--Y0T17__SEX--M", + "sdg/VC_HTF_DETVFL.AGE--Y0T17__SEX--_O" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVFLR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for forced labour", + "servitude and slavery" + ], + "memberList": [ + "sdg/VC_HTF_DETVFLR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVFLR.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for forced labour", + "servitude and slavery by Age group" + ], + "memberList": [ + "sdg/VC_HTF_DETVFLR.AGE--Y0T17", + "sdg/VC_HTF_DETVFLR.AGE--Y_GE18" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVFLR.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for forced labour", + "servitude and slavery (18 years old and over) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVFLR.AGE--Y_GE18__SEX--F", + "sdg/VC_HTF_DETVFLR.AGE--Y_GE18__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVFLR.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for forced labour", + "servitude and slavery (under 18 years old) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVFLR.AGE--Y0T17__SEX--F", + "sdg/VC_HTF_DETVFLR.AGE--Y0T17__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVOG.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for removal of organ" + ], + "memberList": [ + "sdg/VC_HTF_DETVOG" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVOG.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for removal of organ (18 years old and over) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVOG.AGE--Y_GE18", + "sdg/VC_HTF_DETVOG.AGE--Y_GE18__SEX--F", + "sdg/VC_HTF_DETVOG.AGE--Y_GE18__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVOGR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for removal of organ" + ], + "memberList": [ + "sdg/VC_HTF_DETVOGR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVOGR.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for removal of organ (18 years old and over) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVOGR.AGE--Y_GE18", + "sdg/VC_HTF_DETVOGR.AGE--Y_GE18__SEX--F", + "sdg/VC_HTF_DETVOGR.AGE--Y_GE18__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVOP.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for other purposes" + ], + "memberList": [ + "sdg/VC_HTF_DETVOP" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVOP.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for other purposes by Age group" + ], + "memberList": [ + "sdg/VC_HTF_DETVOP.AGE--Y0T17", + "sdg/VC_HTF_DETVOP.AGE--Y_GE18" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVOP.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for other purposes (18 years old and over) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVOP.AGE--Y_GE18__SEX--F", + "sdg/VC_HTF_DETVOP.AGE--Y_GE18__SEX--M", + "sdg/VC_HTF_DETVOP.AGE--Y_GE18__SEX--_O" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVOP.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for other purposes (age and sex unknown)" + ], + "memberList": [ + "sdg/VC_HTF_DETVOP.AGE--_U__SEX--_U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVOP.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for other purposes (under 18 years old) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVOP.AGE--Y0T17__SEX--F", + "sdg/VC_HTF_DETVOP.AGE--Y0T17__SEX--M", + "sdg/VC_HTF_DETVOP.AGE--Y0T17__SEX--_O" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVOPR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for other purposes" + ], + "memberList": [ + "sdg/VC_HTF_DETVOPR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVOPR.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for other purposes by Age group" + ], + "memberList": [ + "sdg/VC_HTF_DETVOPR.AGE--Y0T17", + "sdg/VC_HTF_DETVOPR.AGE--Y_GE18" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVOPR.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for other purposes (18 years old and over) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVOPR.AGE--Y_GE18__SEX--F", + "sdg/VC_HTF_DETVOPR.AGE--Y_GE18__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVOPR.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for other purposes (under 18 years old) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVOPR.AGE--Y0T17__SEX--F", + "sdg/VC_HTF_DETVOPR.AGE--Y0T17__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking" + ], + "memberList": [ + "sdg/VC_HTF_DETVR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVR.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking by Age group" + ], + "memberList": [ + "sdg/VC_HTF_DETVR.AGE--Y0T17", + "sdg/VC_HTF_DETVR.AGE--Y_GE18" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVR.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking (18 years old and over) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVR.AGE--Y_GE18__SEX--F", + "sdg/VC_HTF_DETVR.AGE--Y_GE18__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVR.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking (under 18 years old) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVR.AGE--Y0T17__SEX--F", + "sdg/VC_HTF_DETVR.AGE--Y0T17__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVR.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVR.SEX--F", + "sdg/VC_HTF_DETVR.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVSX.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for sexual exploitation" + ], + "memberList": [ + "sdg/VC_HTF_DETVSX" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVSX.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for sexual exploitation by Age group" + ], + "memberList": [ + "sdg/VC_HTF_DETVSX.AGE--Y0T17", + "sdg/VC_HTF_DETVSX.AGE--Y_GE18" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVSX.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for sexual exploitation (18 years old and over) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVSX.AGE--Y_GE18__SEX--F", + "sdg/VC_HTF_DETVSX.AGE--Y_GE18__SEX--M", + "sdg/VC_HTF_DETVSX.AGE--Y_GE18__SEX--_O" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVSX.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for sexual exploitation (age and sex unknown)" + ], + "memberList": [ + "sdg/VC_HTF_DETVSX.AGE--_U__SEX--_U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVSX.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for sexual exploitation (under 18 years old) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVSX.AGE--Y0T17__SEX--F", + "sdg/VC_HTF_DETVSX.AGE--Y0T17__SEX--M", + "sdg/VC_HTF_DETVSX.AGE--Y0T17__SEX--_O" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVSXR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for sexual exploitation" + ], + "memberList": [ + "sdg/VC_HTF_DETVSXR" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVSXR.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for sexual exploitation by Age group" + ], + "memberList": [ + "sdg/VC_HTF_DETVSXR.AGE--Y0T17", + "sdg/VC_HTF_DETVSXR.AGE--Y_GE18" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVSXR.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for sexual exploitation (18 years old and over) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVSXR.AGE--Y_GE18__SEX--F", + "sdg/VC_HTF_DETVSXR.AGE--Y_GE18__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_HTF_DETVSXR.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Detected victims of human trafficking for sexual exploitation (under 18 years old) by Sex" + ], + "memberList": [ + "sdg/VC_HTF_DETVSXR.AGE--Y0T17__SEX--F", + "sdg/VC_HTF_DETVSXR.AGE--Y0T17__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_IHR_PSRC.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of victims of intentional homicide per 100", + "000 population" + ], + "memberList": [ + "sdg/VC_IHR_PSRC" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_IHR_PSRC.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of victims of intentional homicide per 100", + "000 population by Sex" + ], + "memberList": [ + "sdg/VC_IHR_PSRC.SEX--F", + "sdg/VC_IHR_PSRC.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_IHR_PSRCN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of victims of intentional homicide" + ], + "memberList": [ + "sdg/VC_IHR_PSRCN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_IHR_PSRCN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of victims of intentional homicide by Sex" + ], + "memberList": [ + "sdg/VC_IHR_PSRCN.SEX--F", + "sdg/VC_IHR_PSRCN.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_PRR_PHYV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Police reporting rate for physical assault in the previous 12 months" + ], + "memberList": [ + "sdg/VC_PRR_PHYV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_PRR_PHYV.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Police reporting rate for physical assault in the previous 12 months by Sex" + ], + "memberList": [ + "sdg/VC_PRR_PHYV.SEX--F", + "sdg/VC_PRR_PHYV.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_PRR_PHY_VIO.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Police reporting rate for physical violence in the previous 12 months" + ], + "memberList": [ + "sdg/VC_PRR_PHY_VIO" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_PRR_PHY_VIO.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Police reporting rate for physical violence in the previous 12 months by Sex" + ], + "memberList": [ + "sdg/VC_PRR_PHY_VIO.SEX--F", + "sdg/VC_PRR_PHY_VIO.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_PRR_PSYCHV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Police reporting rate for psychological violence in the previous 12 months" + ], + "memberList": [ + "sdg/VC_PRR_PSYCHV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_PRR_PSYCHV.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Police reporting rate for psychological violence in the previous 12 months by Sex" + ], + "memberList": [ + "sdg/VC_PRR_PSYCHV.SEX--F", + "sdg/VC_PRR_PSYCHV.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_PRR_ROBB.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Police reporting rate for robbery in the previous 12 months" + ], + "memberList": [ + "sdg/VC_PRR_ROBB" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_PRR_ROBB.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Police reporting rate for robbery in the previous 12 months by Sex" + ], + "memberList": [ + "sdg/VC_PRR_ROBB.SEX--F", + "sdg/VC_PRR_ROBB.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_PRR_SEXV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Police reporting rate for sexual assault in the previous 12 months" + ], + "memberList": [ + "sdg/VC_PRR_SEXV" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_PRR_SEXV.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Police reporting rate for sexual assault in the previous 12 months by Sex" + ], + "memberList": [ + "sdg/VC_PRR_SEXV.SEX--F", + "sdg/VC_PRR_SEXV.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_PRR_SEX_VIO.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Police reporting rate for sexual violence in the previous 12 months" + ], + "memberList": [ + "sdg/VC_PRR_SEX_VIO" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_PRR_SEX_VIO.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Police reporting rate for sexual violence in the previous 12 months by Sex" + ], + "memberList": [ + "sdg/VC_PRR_SEX_VIO.SEX--F", + "sdg/VC_PRR_SEX_VIO.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_PRS_UNSNT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unsentenced detainees as a proportion of overall prison population" + ], + "memberList": [ + "sdg/VC_PRS_UNSNT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_PRS_UNSNT.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Unsentenced detainees as a proportion of overall prison population by Sex" + ], + "memberList": [ + "sdg/VC_PRS_UNSNT.SEX--F", + "sdg/VC_PRS_UNSNT.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_SNS_WALN_DRK.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population that feel safe walking alone around the area they live after dark" + ], + "memberList": [ + "sdg/VC_SNS_WALN_DRK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_SNS_WALN_DRK.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population that feel safe walking alone around the area they live after dark by Sex" + ], + "memberList": [ + "sdg/VC_SNS_WALN_DRK.SEX--F", + "sdg/VC_SNS_WALN_DRK.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VAW_MARR.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of ever-partnered women and girls subjected to physical and/or sexual violence by a current or former intimate partner in the previous 12 months by Age group" + ], + "memberList": [ + "sdg/VC_VAW_MARR.AGE--Y15T49__SEX--F", + "sdg/VC_VAW_MARR.AGE--Y_GE15__SEX--F" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VAW_MTUHRA.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of cases of killings of human rights defenders", + "journalists and trade unionists" + ], + "memberList": [ + "sdg/VC_VAW_MTUHRA" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VAW_MTUHRA.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of cases of killings of human rights defenders", + "journalists and trade unionists by Sex" + ], + "memberList": [ + "sdg/VC_VAW_MTUHRA.SEX--F", + "sdg/VC_VAW_MTUHRA.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VAW_MTUHRAN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Countries with at least one verified case of killings of human rights defenders", + "journalists", + "and trade unionists" + ], + "memberList": [ + "sdg/VC_VAW_MTUHRAN" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VAW_PHYPYV.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of children aged 1-14 years who experienced physical punishment and/or psychological aggression by caregivers in last month by Age group" + ], + "memberList": [ + "sdg/VC_VAW_PHYPYV.AGE--Y1T14", + "sdg/VC_VAW_PHYPYV.AGE--Y1T4", + "sdg/VC_VAW_PHYPYV.AGE--Y2T14", + "sdg/VC_VAW_PHYPYV.AGE--Y5T12" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VAW_SXVLN.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population aged 18-29 years who experienced sexual violence by age\\xa018 (18 to 29 years old) by Sex" + ], + "memberList": [ + "sdg/VC_VAW_SXVLN.AGE--Y18T29__SEX--F", + "sdg/VC_VAW_SXVLN.AGE--Y18T29__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VAW_SXVLN.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population aged 18-29 years who experienced sexual violence by age\\xa018 (18 to 74 years old) by Sex" + ], + "memberList": [ + "sdg/VC_VAW_SXVLN.AGE--Y18T74__SEX--F", + "sdg/VC_VAW_SXVLN.AGE--Y18T74__SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOC_ENFDIS.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of cases of enforced disappearance of human rights defenders", + "journalists and trade unionists" + ], + "memberList": [ + "sdg/VC_VOC_ENFDIS" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOC_ENFDIS.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Number of cases of enforced disappearance of human rights defenders", + "journalists and trade unionists by Sex" + ], + "memberList": [ + "sdg/VC_VOC_ENFDIS.SEX--F", + "sdg/VC_VOC_ENFDIS.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOH_SXPH.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of persons victim of non-sexual or sexual harassment", + "in the previous 12 months" + ], + "memberList": [ + "sdg/VC_VOH_SXPH" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOH_SXPH.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of persons victim of non-sexual or sexual harassment", + "in the previous 12 months by Sex" + ], + "memberList": [ + "sdg/VC_VOH_SXPH.SEX--F", + "sdg/VC_VOH_SXPH.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against" + ], + "memberList": [ + "sdg/VC_VOV_GDSD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against by Disability status" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.003" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Persons with disability) by Grounds of discrimination" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--AGE", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--COLR", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--DIS", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--DISHEA", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETH", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETHCOLLAN", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETHI", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETHIO", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETHRACECOLLAN", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--GENID", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--GEO", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--HEAILLINJ", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--LANDIA", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--MARFAM", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--MIG", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--NETW", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ORIGIN", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--OTHER", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--POLVIEW", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--RACECOLR", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--RELIGION", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SEX", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SEXGENID", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SEXO", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SEXOGENID", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SOCIOECON", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--TRAD", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--WEDLOCK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.004" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Persons without disability) by Grounds of discrimination" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--AGE", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--COLR", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--DIS", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--DISHEA", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETH", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETHCOLLAN", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETHI", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETHIO", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETHRACECOLLAN", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--GENID", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--GEO", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--HEAILLINJ", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--LANDIA", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--MARFAM", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--MIG", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--NETW", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ORIGIN", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--OTHER", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--POLVIEW", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--RACECOLR", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--RELIGION", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SEX", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SEXGENID", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SEXO", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SEXOGENID", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SOCIOECON", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--TRAD", + "sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--WEDLOCK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.005" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against by Grounds of discrimination" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--AGE", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--CLOTH", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--COLR", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--DIS", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--DISHEA", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--EDU", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ETH", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ETHCOLLAN", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ETHCOLLANMIG", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ETHCOLLANNAL", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ETHCUL", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ETHI", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ETHIO", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ETHRACECOLLAN", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--FAM", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--FNAM", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--GENID", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--GEO", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--HEAILLINJ", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--HEALTH", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--INTERS", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--LANDIA", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--MAR", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--MARFAM", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--MHEALTH", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--MIG", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--NETW", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ORIGIN", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--OTHER", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--PHEALTH", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--PHYSCOND", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--POLVIEW", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--RACE", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--RACECOLR", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--RELIGION", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--RES", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--SEX", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--SEXGENID", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--SEXO", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--SEXOGENID", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--SOCIOECON", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--TRAD", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--TRANSG", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--VIEW", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--WEDLOCK", + "sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--WORK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.006" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against by Sex" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.SEX--F", + "sdg/VC_VOV_GDSD.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.007" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Female) by Disability status" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.008" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Male) by Disability status" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.009" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Female", + "Persons with disability) by Grounds of discrimination" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--AGE", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--COLR", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--DIS", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETH", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETHI", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETHIO", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--MARFAM", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--MIG", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--NATION", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--OTHER", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--POLVIEW", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--PREGY", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--RELIGION", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--RES", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SEX", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SEXO", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SOCIOECON", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--WEDLOCK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.010" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Female", + "Persons without disability) by Grounds of discrimination" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--AGE", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--COLR", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--DIS", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETH", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETHI", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETHIO", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--MARFAM", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--MIG", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--NATION", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--OTHER", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--POLVIEW", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--PREGY", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--RELIGION", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--RES", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SEX", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SEXO", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SOCIOECON", + "sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--WEDLOCK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.011" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Male", + "Persons with disability) by Grounds of discrimination" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--AGE", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--DIS", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETH", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETHI", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETHIO", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--MARFAM", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--MIG", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--OTHER", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--POLVIEW", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--RELIGION", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SEX", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SEXO", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--WEDLOCK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.012" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Male", + "Persons without disability) by Grounds of discrimination" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--AGE", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--COLR", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--DIS", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETH", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETHI", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETHIO", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--MARFAM", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--MIG", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--OTHER", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--POLVIEW", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--RELIGION", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SEX", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SEXO", + "sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--WEDLOCK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.013" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Female) by Grounds of discrimination" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--AGE", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--CLOTH", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--COLR", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--DIS", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--DISHEA", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--EDU", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ETH", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ETHCOLLAN", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ETHCOLLANMIG", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ETHCOLLANNAL", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ETHCUL", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ETHI", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ETHIO", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ETHRACECOLLAN", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--FAM", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--GENID", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--GEO", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--HEAILLINJ", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--HEALTH", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--INTERS", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--LANDIA", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--MAR", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--MARFAM", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--MIG", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--NATION", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--NETW", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ORIGIN", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--OTHER", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--PHYSCOND", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--POLVIEW", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--PREGY", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--RACE", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--RACECOLR", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--RELIGION", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--RES", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--SEX", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--SEXGENID", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--SEXO", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--SEXOGENID", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--SOCIOECON", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--TRAD", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--TRANSG", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--WEDLOCK", + "sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--WORK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.014" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Male) by Grounds of discrimination" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--AGE", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--CLOTH", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--COLR", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--DIS", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--DISHEA", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--EDU", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ETH", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ETHCOLLAN", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ETHCOLLANMIG", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ETHCOLLANNAL", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ETHCUL", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ETHI", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ETHIO", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ETHRACECOLLAN", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--FAM", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--GENID", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--GEO", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--HEAILLINJ", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--HEALTH", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--INTERS", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--LANDIA", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--MAR", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--MARFAM", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--MIG", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--NETW", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ORIGIN", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--OTHER", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--PHYSCOND", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--POLVIEW", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--RACE", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--RACECOLR", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--RELIGION", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--RES", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--SEX", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--SEXGENID", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--SEXO", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--SEXOGENID", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--SOCIOECON", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--TRAD", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--TRANSG", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--WEDLOCK", + "sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--WORK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.015" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against by Type of location" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.URBANIZATION--R", + "sdg/VC_VOV_GDSD.URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.016" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Rural) by Grounds of discrimination" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--AGE", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--CLOTH", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--COLR", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--DIS", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--DISHEA", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETH", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETHCOLLAN", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETHCOLLANMIG", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETHI", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETHIO", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--GEO", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--HEALTH", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--INTERS", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--LANDIA", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--MAR", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--MARFAM", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--MIG", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ORIGIN", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--OTHER", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--PHYSCOND", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--POLVIEW", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--RACECOLR", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--RELIGION", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--RES", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SEX", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SEXO", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SEXOGENID", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SOCIOECON", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--TRANSG", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--WEDLOCK", + "sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--WORK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.017" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Urban) by Grounds of discrimination" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--AGE", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--CLOTH", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--COLR", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--DIS", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--DISHEA", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETH", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETHCOLLAN", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETHCOLLANMIG", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETHI", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETHIO", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--GEO", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--HEALTH", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--INTERS", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--LANDIA", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--MAR", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--MARFAM", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--MIG", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ORIGIN", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--OTHER", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--PHYSCOND", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--POLVIEW", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--RACECOLR", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--RELIGION", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--RES", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SEX", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SEXO", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SEXOGENID", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SOCIOECON", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--TRANSG", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--WEDLOCK", + "sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--WORK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.018" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Rural) by Sex" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.019" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Urban) by Sex" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.020" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Rural", + "Female) by Grounds of discrimination" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--AGE", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--COLR", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--DIS", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETH", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETHI", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETHIO", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--MARFAM", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--MIG", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--NATION", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--OTHER", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--POLVIEW", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--PREGY", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--RELIGION", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--RES", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SEX", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SEXO", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SOCIOECON", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--WEDLOCK", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--WORK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.021" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Rural", + "Male) by Grounds of discrimination" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--AGE", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--COLR", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--DIS", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETHI", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETHIO", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--MARFAM", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--MIG", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--OTHER", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--POLVIEW", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--RELIGION", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SEX", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SEXO", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SOCIOECON", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--WEDLOCK", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--WORK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.022" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Urban", + "Female) by Grounds of discrimination" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--AGE", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--COLR", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--DIS", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETH", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETHI", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETHIO", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--MARFAM", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--MIG", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--NATION", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--OTHER", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--POLVIEW", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--PREGY", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--RELIGION", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--RES", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SEX", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SEXO", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SOCIOECON", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--WEDLOCK", + "sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--WORK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_GDSD.023" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population reporting having felt discriminated against (Urban", + "Male) by Grounds of discrimination" + ], + "memberList": [ + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--AGE", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--COLR", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--DIS", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETH", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETHI", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETHIO", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--MARFAM", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--MIG", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--OTHER", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--POLVIEW", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--RELIGION", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SEX", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SEXO", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SOCIOECON", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--WEDLOCK", + "sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--WORK" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_PHYL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population subjected to physical violence in the previous 12 months" + ], + "memberList": [ + "sdg/VC_VOV_PHYL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_PHYL.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population subjected to physical violence in the previous 12 months by Sex" + ], + "memberList": [ + "sdg/VC_VOV_PHYL.SEX--F", + "sdg/VC_VOV_PHYL.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_PHY_ASLT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population subjected to physical assault in the previous 12 months" + ], + "memberList": [ + "sdg/VC_VOV_PHY_ASLT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_PHY_ASLT.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population subjected to physical assault in the previous 12 months by Sex" + ], + "memberList": [ + "sdg/VC_VOV_PHY_ASLT.SEX--F", + "sdg/VC_VOV_PHY_ASLT.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_PSYCHL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population subjected to psychological violence in the previous 12 months" + ], + "memberList": [ + "sdg/VC_VOV_PSYCHL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_PSYCHL.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population subjected to psychological violence in the previous 12 months by Sex" + ], + "memberList": [ + "sdg/VC_VOV_PSYCHL.SEX--F", + "sdg/VC_VOV_PSYCHL.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_ROBB.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population subjected to robbery in the previous 12 months" + ], + "memberList": [ + "sdg/VC_VOV_ROBB" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_ROBB.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population subjected to robbery in the previous 12 months by Sex" + ], + "memberList": [ + "sdg/VC_VOV_ROBB.SEX--F", + "sdg/VC_VOV_ROBB.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_SEXL.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population subjected to sexual violence in the previous 12 months" + ], + "memberList": [ + "sdg/VC_VOV_SEXL" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_SEXL.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population subjected to sexual violence in the previous 12 months by Sex" + ], + "memberList": [ + "sdg/VC_VOV_SEXL.SEX--F", + "sdg/VC_VOV_SEXL.SEX--M" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_SEX_ASLT.001" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population subjected to sexual assault in the previous 12 months" + ], + "memberList": [ + "sdg/VC_VOV_SEX_ASLT" + ] + }, + { + "dcid": [ + "dc/svpg/SDGVC_VOV_SEX_ASLT.002" + ], + "typeOf": [ + "StatVarPeerGroup" + ], + "name": [ + "Proportion of population subjected to sexual assault in the previous 12 months by Sex" + ], + "memberList": [ + "sdg/VC_VOV_SEX_ASLT.SEX--F", + "sdg/VC_VOV_SEX_ASLT.SEX--M" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGFLSINDEX" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Global food loss index" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_FLS_INDEX.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGFLSPCT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Food loss percentage" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_FLS_PCT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGFOODWST" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Food waste" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_FOOD_WST.001", + "dc/svpg/sdg/AG_FOOD_WST.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGFOODWSTPC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Food waste per capita" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_FOOD_WST_PC.001", + "dc/svpg/sdg/AG_FOOD_WST_PC.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGFPACFPI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Indicator of Food Price Anomalies (IFPA) by Consumer Price Index of Food" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_FPA_CFPI.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGFPACOMM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Indicator of Food Price Anomalies (IFPA) by Product" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_FPA_COMM.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGFPAHMFP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of countries recording abnormally high or moderately high food prices, according to the Indicator of Food Price Anomalies" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_FPA_HMFP.001", + "dc/svpg/sdg/AG_FPA_HMFP.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDAGRBIO" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of use of agro-biodiversity supportive practices" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_AGRBIO.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDAGRWAG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of wage rate in agriculture" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_AGRWAG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDDGRD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of land that is degraded over total land area" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_DGRD.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDFERTMG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of management of fertilizers" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_FERTMG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDFIES" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of food security" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_FIES.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDFOVH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of farm output value per hectare" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_FOVH.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDFRST" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Forest area as a proportion of total land area" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_FRST.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDFRSTBIOPHA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Above-ground biomass in forest" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_FRSTBIOPHA.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDFRSTCERT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Forest area certified under an independently verified certification scheme" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_FRSTCERT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDFRSTCHG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Annual forest area change rate" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_FRSTCHG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDFRSTMGT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of forest area with a long-term management plan" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_FRSTMGT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDFRSTN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Forest area" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_FRSTN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDFRSTPRCT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of forest area within legally established protected areas" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_FRSTPRCT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDH2OAVAIL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of variation in water availability" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_H2OAVAIL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDLNDSTR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of secure tenure rights to agricultural land" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_LNDSTR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDNFI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of net farm income" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_NFI.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDPSTCDSMG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of management of pesticides" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_PSTCDSMG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDRMM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of risk mitigation mechanisms" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_RMM.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDSDGRD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of agricultural land area that has achieved an acceptable or desirable level of soil degradation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_SDGRD.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDSUST" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of agricultural area under productive and sustainable agriculture" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_SUST.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDSUSTPRXCSS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Progress toward productive and sustainable agriculture, current status score (proxy)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_SUST_PRXCSS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDSUSTPRXTS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Progress toward productive and sustainable agriculture, trend score (proxy)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_SUST_PRXTS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGLNDTOTL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Land area" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_LND_TOTL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGPRDAGVAS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Agriculture value added share of GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_PRD_AGVAS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGPRDFIESMS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Prevalence of moderate or severe food insecurity in the population" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_PRD_FIESMS.001", + "dc/svpg/sdg/AG_PRD_FIESMS.002", + "dc/svpg/sdg/AG_PRD_FIESMS.003" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGPRDFIESMSN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Population in moderate or severe food insecurity" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_PRD_FIESMSN.001", + "dc/svpg/sdg/AG_PRD_FIESMSN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGPRDFIESS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Prevalence of severe food insecurity in the population" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_PRD_FIESS.001", + "dc/svpg/sdg/AG_PRD_FIESS.002", + "dc/svpg/sdg/AG_PRD_FIESS.003" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGPRDFIESSN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Population in severe food insecurity" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_PRD_FIESSN.001", + "dc/svpg/sdg/AG_PRD_FIESSN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGPRDORTIND" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Agriculture orientation index for government expenditures" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_PRD_ORTIND.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGPRDXSUBDY" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Agricultural export subsidies" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_PRD_XSUBDY.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGAGXPDAGSGB" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Agriculture share of Government Expenditure" + ], + "relevantVariableList": [ + "dc/svpg/sdg/AG_XPD_AGSGB.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGBNCABXOKAGDZS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Current account balance as a proportion of GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/BN_CAB_XOKA_GD_ZS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGBNKLTPTXLCD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Portfolio investment, net (Balance of Payments)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/BN_KLT_PTXL_CD.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGBXKLTDINVWDGDZS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Foreign direct investment, net inflows, as a proportion of GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/BX_KLT_DINV_WD_GD_ZS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGBXTRFPWKR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Volume of remittances as a proportion of total GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/BX_TRF_PWKR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCENVTECHEXP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Amount of tracked exported Environmentally Sound Technologies" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ENVTECH_EXP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCENVTECHIMP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Amount of tracked imported Environmentally Sound Technologies" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ENVTECH_IMP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCENVTECHINV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total investment in Environment Sound Technologies" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ENVTECH_INV.001", + "dc/svpg/sdg/DC_ENVTECH_INV.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCENVTECHREXP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Amount of tracked re-exported Environmentally Sound Technologies" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ENVTECH_REXP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCENVTECHRIMP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Amount of tracked re-imported Environmentally Sound Technologies" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ENVTECH_RIMP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCENVTECHTT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total trade of tracked Environmentally Sound Technologies" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ENVTECH_TT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCFINCLIMB" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Climate-specific financial support provided via bilateral, regional and other channels" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_FIN_CLIMB.001", + "dc/svpg/sdg/DC_FIN_CLIMB.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCFINCLIMM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Climate-specific financial support provided via multilateral channels" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_FIN_CLIMM.001", + "dc/svpg/sdg/DC_FIN_CLIMM.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCFINCLIMT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total climate-specific financial support provided" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_FIN_CLIMT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCFINGEN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Core/general contributions provided to multilateral institutions" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_FIN_GEN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCFINTOT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total financial support provided" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_FIN_TOT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCFTATOTAL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total official development assistance (gross disbursement) for technical cooperation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_FTA_TOTAL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCODABDVDL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total outbound official development assistance for biodiversity" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ODA_BDVDL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCODABDVL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total inbound official development assistance for biodiversity" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ODA_BDVL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCODALDCG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Net outbound official development assistance (ODA) to LDCs as a percentage of OECD-DAC donors' GNI" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ODA_LDCG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCODALDCS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Net inbound official development assistance (ODA) to LDCs from OECD-DAC countries" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ODA_LDCS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCODALLDC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Net outbound official development assistance (ODA) to landlocked developing countries from OECD-DAC countries" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ODA_LLDC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCODALLDCG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Net outbound official development assistance (ODA) to landlocked developing countries as a percentage of OECD-DAC donors' GNI" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ODA_LLDCG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCODAPOVDLG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Outbound official development assistance grants for poverty reduction, as percentage of GNI" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ODA_POVDLG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCODAPOVG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Official development assistance grants for poverty reduction (percentage of GNI)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ODA_POVG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCODAPOVLG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Inbound official development assistance grants for poverty reduction, as a percentage of GNI" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ODA_POVLG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCODASIDS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Net outbound official development assistance (ODA) to small island states (SIDS) from OECD-DAC countries" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ODA_SIDS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCODASIDSG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Net outbound official development assistance (ODA) to small island states (SIDS) as a percentage of OECD-DAC donors' GNI" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ODA_SIDSG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCODATOTG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Net outbound official development assistance (ODA) as a percentage of OECD-DAC donors' GNI" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ODA_TOTG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCODATOTGGE" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Outbound official development assistance (ODA) as a percentage of OECD-DAC donors' GNI on grant equivalent basis" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ODA_TOTGGE.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCODATOTL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Net outbound official development assistance (ODA) from OECD-DAC countries" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ODA_TOTL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCODATOTLGE" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Outbound official development assistance (ODA) from OECD-DAC countries on grant equivalent basis" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_ODA_TOTLGE.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCOSSDGRT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Gross receipts by developing countries of official sustainable development grants" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_OSSD_GRT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCOSSDMPF" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Gross receipts by developing countries of mobilised private finance (MPF) - on an experimental basis" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_OSSD_MPF.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCOSSDOFFCL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Gross receipts by developing countries of official concessional sustainable development loans" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_OSSD_OFFCL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCOSSDOFFNL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Gross receipts by developing countries of official non-concessional sustainable development loans" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_OSSD_OFFNL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCOSSDPRVGRT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Gross receipts by developing countries of private grants" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_OSSD_PRVGRT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCTOFAGRL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total inbound official flows (disbursements) for agriculture" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_TOF_AGRL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCTOFHLTHL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total inbound official development assistance to medical research and basic health sectors, gross disbursement" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_TOF_HLTHL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCTOFHLTHNT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total inbound official development assistance to medical research and basic health sectors, net disbursement" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_TOF_HLTHNT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCTOFINFRAL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total inbound official flows for infrastructure" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_TOF_INFRAL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCTOFSCHIPSL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total inbound official flows for scholarships" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_TOF_SCHIPSL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCTOFTRDCMDL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total outbound official flows (commitments) for Aid for Trade" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_TOF_TRDCMDL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCTOFTRDCML" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total inbound official flows (commitments) for Aid for Trade" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_TOF_TRDCML.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCTOFTRDDBMDL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total outbound official flows (disbursement) for Aid for Trade" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_TOF_TRDDBMDL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCTOFTRDDBML" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total inbound official flows (disbursement) for Aid for Trade" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_TOF_TRDDBML.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCTOFWASHL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total inbound official development assistance (gross disbursement) for water supply and sanitation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_TOF_WASHL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCTRFTFDV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total inbound resource flows for development" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_TRF_TFDV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCTRFTOTDL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total outbound assistance for development" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_TRF_TOTDL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDCTRFTOTL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total inbound assistance for development" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DC_TRF_TOTL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDIILLIN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total value of inward illicit financial flows by Type of flow" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DI_ILL_IN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDIILLOUT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total value of outward illicit financial flows by Type of flow" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DI_ILL_OUT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDPDODDLD2CRCGZ1" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Gross public sector debt, Central Government, as a proportion of GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DP_DOD_DLD2_CR_CG_Z1.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDTDODDECTGNZS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "External debt stocks as a proportion of GNI" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DT_DOD_DECT_GN_ZS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGDTTDSDECT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Debt service as a proportion of exports of goods and services" + ], + "relevantVariableList": [ + "dc/svpg/sdg/DT_TDS_DECT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGEGACSELEC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population with access to electricity" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EG_ACS_ELEC.001", + "dc/svpg/sdg/EG_ACS_ELEC.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGEGEGYCLEAN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population with primary reliance on clean fuels and technology" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EG_EGY_CLEAN.001", + "dc/svpg/sdg/EG_EGY_CLEAN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGEGEGYPRIM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Energy intensity level of primary energy" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EG_EGY_PRIM.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGEGEGYRNEW" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Installed renewable\u00a0electricity-generating capacity" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EG_EGY_RNEW.001", + "dc/svpg/sdg/EG_EGY_RNEW.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGEGFECRNEW" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Share of renewable energy in the total final energy consumption" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EG_FEC_RNEW.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGEGIFFRANDN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "International financial flows to developing countries in support of clean energy research and development and renewable energy production, including in hybrid systems" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EG_IFF_RANDN.001", + "dc/svpg/sdg/EG_IFF_RANDN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGEGTBAH2CO" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of transboundary basins (river and lake basins and aquifers) with an operational arrangement for water cooperation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EG_TBA_H2CO.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGEGTBAH2COAQ" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of transboundary aquifers with an operational arrangement for water cooperation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EG_TBA_H2COAQ.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGEGTBAH2CORL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of transboundary river and lake basins with an operational arrangement for water cooperation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EG_TBA_H2CORL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENACSURBOPENSP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Average share of urban population with convenient access to open public spaces" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_ACS_URB_OPENSP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENADAPCOM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of countries with adaptation communications by Report" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_ADAP_COM.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENADAPCOMDV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of least developed countries and small island developing States with adaptation communications by Report" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_ADAP_COM_DV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENATMCO2" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Carbon dioxide emissions from fuel combustion" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_ATM_CO2.001", + "dc/svpg/sdg/EN_ATM_CO2.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGENATMCO2GDP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Carbon dioxide emissions per unit of GDP at purchaning power parity rates" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_ATM_CO2GDP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENATMCO2MVA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Carbon dioxide emissions from manufacturing industries per unit of manufacturing value added by Major division of ISIC Rev. 4" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_ATM_CO2MVA.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENATMGHGTAIP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total greenhouse gas emissions (excluding land use, land-use changes and forestry) for Annex I Parties to the United Nations Framework Convention on Climate Change" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_ATM_GHGT_AIP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENATMGHGTNAIP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total greenhouse gas emissions (excluding land use, land-use changes and forestry) for non-Annex I Parties to the United Nations Framework Convention on Climate Change" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_ATM_GHGT_NAIP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENATMPM25" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Annual mean levels of fine particulate matter (population-weighted)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_ATM_PM25.001", + "dc/svpg/sdg/EN_ATM_PM25.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGENBIUREPAIP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with biennial reports, Annex I Parties to the United Nations Framework Convention on Climate Change by Report" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_BIUREP_AIP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENBIUREPNAIP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with biennial update reports, non-Annex I Parties to the United Nations Framework Convention on Climate Change by Report" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_BIUREP_NAIP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENBIUREPNAIPDV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Least developed countries and small island developing States with biennial update reports, non-Annex I Parties to the United Nations Framework Convention on Climate Change by Report" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_BIUREP_NAIP_DV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENEWTCOLLPCAP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Electronic waste collected per capita" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_EWT_COLLPCAP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENEWTCOLLR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of electronic waste that is collected" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_EWT_COLLR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENEWTCOLLV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total electronic waste collected" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_EWT_COLLV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENEWTGENPCAP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Electronic waste generated per capita" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_EWT_GENPCAP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENEWTGENV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total electronic waste generated" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_EWT_GENV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENEWTRCYPCAP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Electronic waste recycled per capita" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_EWT_RCYPCAP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENEWTRCYR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of electronic waste that is recycled" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_EWT_RCYR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENEWTRCYV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total electronic waste recycled" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_EWT_RCYV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENH2OGRAMBQ" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of groundwater bodies with good ambient water quality" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_H2O_GRAMBQ.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENH2OOPAMBQ" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of open water bodies with good ambient water quality" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_H2O_OPAMBQ.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENH2ORVAMBQ" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of river water bodies with good ambient water quality" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_H2O_RVAMBQ.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENH2OWBAMBQ" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of bodies of water with good ambient water quality" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_H2O_WBAMBQ.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENHAZEXP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Hazardous waste exported" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_HAZ_EXP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENHAZGENGDP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Hazardous waste generated per unit of GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_HAZ_GENGDP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENHAZGENV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Hazardous waste generated" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_HAZ_GENV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENHAZIMP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Hazardous waste imported" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_HAZ_IMP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENHAZPCAP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Hazardous waste generated, per capita" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_HAZ_PCAP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENHAZTREATV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Hazardous waste treated by Type of waste treatment" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_HAZ_TREATV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENHAZTRTDISR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of hazardous waste that is treated or disposed" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_HAZ_TRTDISR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENHAZTRTDISV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Hazardous waste treated or disposed" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_HAZ_TRTDISV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENLKRVPWAC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Change in permanent water area of lakes and rivers" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_LKRV_PWAC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENLKRVPWAN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Permanent water area of lakes and rivers" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_LKRV_PWAN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENLKRVPWAP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Permanent water area of lakes and rivers as a proportion of total land area" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_LKRV_PWAP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENLKRVSWAC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Change in seasonal water area of lakes and rivers" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_LKRV_SWAC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENLKRVSWAN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Seasonal water area of lakes and rivers" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_LKRV_SWAN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENLKRVSWAP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Seasonal water area of lakes and rivers as a proportion of total land area" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_LKRV_SWAP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENLKWQLTRB" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Lake water quality: turbidity by Deviation level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_LKW_QLTRB.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENLKWQLTRST" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Lake water quality: trophic state by Deviation level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_LKW_QLTRST.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENLNDCNSPOP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Ratio of land consumption rate to population growth rate" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_LND_CNSPOP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENLNDINDQTHSNG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of urban population living in inadequate housing" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_LND_INDQTHSNG.001", + "dc/svpg/sdg/EN_LND_INDQTHSNG.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGENLNDSLUM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of urban population living in slums by Type of location" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_LND_SLUM.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMARBEALITSQ" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Beach litter per square kilometer" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MAR_BEALITSQ.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMARBEALITBP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of beach litter originating from national land-based sources that ends in the beach" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MAR_BEALIT_BP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMARBEALITBV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total beach litter originating from national land-based sources that ends in the beach" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MAR_BEALIT_BV.001", + "dc/svpg/sdg/EN_MAR_BEALIT_BV.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMARBEALITEXP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total beach litter originating from national land-based sources that is exported" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MAR_BEALIT_EXP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMARBEALITOP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of beach litter originating from national land-based sources that ends in the ocean" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MAR_BEALIT_OP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMARBEALITOV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total beach litter originating from national land-based sources that ends in the ocean" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MAR_BEALIT_OV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMARCHLANM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Chlorophyll-a anomaly, remote sensing by Chlorophyll-a Concentration Frequency" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MAR_CHLANM.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMARCHLDEV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Chlorophyll-a deviations, remote sensing" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MAR_CHLDEV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMARPLASDD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Floating plastic debris density" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MAR_PLASDD.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMATDOMCMPC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Domestic material consumption per capita" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MAT_DOMCMPC.001", + "dc/svpg/sdg/EN_MAT_DOMCMPC.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMATDOMCMPG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Domestic material consumption per unit of GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MAT_DOMCMPG.001", + "dc/svpg/sdg/EN_MAT_DOMCMPG.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMATDOMCMPT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Domestic material consumption" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MAT_DOMCMPT.001", + "dc/svpg/sdg/EN_MAT_DOMCMPT.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMATFTPRPC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Material footprint per capita" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MAT_FTPRPC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMATFTPRPG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Material footprint per unit of GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MAT_FTPRPG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMATFTPRTN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Material footprint" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MAT_FTPRTN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMWTCOLLV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Municipal waste collected" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MWT_COLLV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMWTEXP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Municipal waste exported" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MWT_EXP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMWTGENV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Municipal waste generated" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MWT_GENV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMWTIMP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Municipal waste imported" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MWT_IMP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMWTRCYR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of municipal waste recycled" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MWT_RCYR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMWTRCYV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Municipal waste recycled" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MWT_RCYV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMWTTREATR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of municipal waste treated by Type of waste treatment" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MWT_TREATR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENMWTTREATV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Municipal waste treated by type of treatment by Type of waste treatment" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_MWT_TREATV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENNAAPLAN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with national adaptation plans" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_NAA_PLAN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENNAAPLANDV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Least developed countries and small island developing States with national adaptation plans" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_NAA_PLAN_DV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENNACOMAIP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with national communications, Annex I Parties to the United Nations Framework Convention on Climate Change by Report" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_NACOM_AIP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENNACOMNAIP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with national communications, non-Annex I Parties by Report" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_NACOM_NAIP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENNACOMNAIPDV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Least developed countries and small island developing States with national communications, non-Annex I Parties to the United Nations Framework Convention on Climate Change by Report" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_NACOM_NAIP_DV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENNADCONTR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with nationally determined contributions by Report" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_NAD_CONTR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENNADCONTRDV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Least developed countries and small island developing States with nationally determined contributions by Report" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_NAD_CONTR_DV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENREFWASCOL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Municipal Solid Waste collection coverage" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_REF_WASCOL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENRSRVMNWAC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Change in minimum reservoir water area" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_RSRV_MNWAC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENRSRVMNWAN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Minimum reservoir water area" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_RSRV_MNWAN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENRSRVMNWAP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Minimum reservoir water area as a proportion of total land area" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_RSRV_MNWAP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENRSRVMXWAN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Maxiumum reservoir water area" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_RSRV_MXWAN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENRSRVMXWAP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Maximum reservoir water area as a proportion of total land area" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_RSRV_MXWAP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENSCPECSYBA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries using ecosystem-based approaches to managing marine areas" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_SCP_ECSYBA.001", + "dc/svpg/sdg/EN_SCP_ECSYBA.002", + "dc/svpg/sdg/EN_SCP_ECSYBA.003", + "dc/svpg/sdg/EN_SCP_ECSYBA.004", + "dc/svpg/sdg/EN_SCP_ECSYBA.005", + "dc/svpg/sdg/EN_SCP_ECSYBA.006", + "dc/svpg/sdg/EN_SCP_ECSYBA.007", + "dc/svpg/sdg/EN_SCP_ECSYBA.008", + "dc/svpg/sdg/EN_SCP_ECSYBA.009", + "dc/svpg/sdg/EN_SCP_ECSYBA.010", + "dc/svpg/sdg/EN_SCP_ECSYBA.011", + "dc/svpg/sdg/EN_SCP_ECSYBA.012", + "dc/svpg/sdg/EN_SCP_ECSYBA.013", + "dc/svpg/sdg/EN_SCP_ECSYBA.014", + "dc/svpg/sdg/EN_SCP_ECSYBA.015", + "dc/svpg/sdg/EN_SCP_ECSYBA.016", + "dc/svpg/sdg/EN_SCP_ECSYBA.017", + "dc/svpg/sdg/EN_SCP_ECSYBA.018", + "dc/svpg/sdg/EN_SCP_ECSYBA.019", + "dc/svpg/sdg/EN_SCP_ECSYBA.020", + "dc/svpg/sdg/EN_SCP_ECSYBA.021", + "dc/svpg/sdg/EN_SCP_ECSYBA.022", + "dc/svpg/sdg/EN_SCP_ECSYBA.023", + "dc/svpg/sdg/EN_SCP_ECSYBA.024", + "dc/svpg/sdg/EN_SCP_ECSYBA.025", + "dc/svpg/sdg/EN_SCP_ECSYBA.026", + "dc/svpg/sdg/EN_SCP_ECSYBA.027", + "dc/svpg/sdg/EN_SCP_ECSYBA.028", + "dc/svpg/sdg/EN_SCP_ECSYBA.029", + "dc/svpg/sdg/EN_SCP_ECSYBA.030", + "dc/svpg/sdg/EN_SCP_ECSYBA.031", + "dc/svpg/sdg/EN_SCP_ECSYBA.032", + "dc/svpg/sdg/EN_SCP_ECSYBA.033", + "dc/svpg/sdg/EN_SCP_ECSYBA.034", + "dc/svpg/sdg/EN_SCP_ECSYBA.035", + "dc/svpg/sdg/EN_SCP_ECSYBA.036", + "dc/svpg/sdg/EN_SCP_ECSYBA.037", + "dc/svpg/sdg/EN_SCP_ECSYBA.038", + "dc/svpg/sdg/EN_SCP_ECSYBA.039", + "dc/svpg/sdg/EN_SCP_ECSYBA.040", + "dc/svpg/sdg/EN_SCP_ECSYBA.041", + "dc/svpg/sdg/EN_SCP_ECSYBA.042", + "dc/svpg/sdg/EN_SCP_ECSYBA.043", + "dc/svpg/sdg/EN_SCP_ECSYBA.044", + "dc/svpg/sdg/EN_SCP_ECSYBA.045", + "dc/svpg/sdg/EN_SCP_ECSYBA.046", + "dc/svpg/sdg/EN_SCP_ECSYBA.047", + "dc/svpg/sdg/EN_SCP_ECSYBA.048", + "dc/svpg/sdg/EN_SCP_ECSYBA.049", + "dc/svpg/sdg/EN_SCP_ECSYBA.050", + "dc/svpg/sdg/EN_SCP_ECSYBA.051", + "dc/svpg/sdg/EN_SCP_ECSYBA.052", + "dc/svpg/sdg/EN_SCP_ECSYBA.053", + "dc/svpg/sdg/EN_SCP_ECSYBA.054", + "dc/svpg/sdg/EN_SCP_ECSYBA.055", + "dc/svpg/sdg/EN_SCP_ECSYBA.056", + "dc/svpg/sdg/EN_SCP_ECSYBA.057", + "dc/svpg/sdg/EN_SCP_ECSYBA.058", + "dc/svpg/sdg/EN_SCP_ECSYBA.059", + "dc/svpg/sdg/EN_SCP_ECSYBA.060", + "dc/svpg/sdg/EN_SCP_ECSYBA.061", + "dc/svpg/sdg/EN_SCP_ECSYBA.062", + "dc/svpg/sdg/EN_SCP_ECSYBA.063", + "dc/svpg/sdg/EN_SCP_ECSYBA.064", + "dc/svpg/sdg/EN_SCP_ECSYBA.065", + "dc/svpg/sdg/EN_SCP_ECSYBA.066", + "dc/svpg/sdg/EN_SCP_ECSYBA.067", + "dc/svpg/sdg/EN_SCP_ECSYBA.068", + "dc/svpg/sdg/EN_SCP_ECSYBA.069", + "dc/svpg/sdg/EN_SCP_ECSYBA.070", + "dc/svpg/sdg/EN_SCP_ECSYBA.071", + "dc/svpg/sdg/EN_SCP_ECSYBA.072", + "dc/svpg/sdg/EN_SCP_ECSYBA.073", + "dc/svpg/sdg/EN_SCP_ECSYBA.074", + "dc/svpg/sdg/EN_SCP_ECSYBA.075", + "dc/svpg/sdg/EN_SCP_ECSYBA.076", + "dc/svpg/sdg/EN_SCP_ECSYBA.077", + "dc/svpg/sdg/EN_SCP_ECSYBA.078", + "dc/svpg/sdg/EN_SCP_ECSYBA.079", + "dc/svpg/sdg/EN_SCP_ECSYBA.080", + "dc/svpg/sdg/EN_SCP_ECSYBA.081", + "dc/svpg/sdg/EN_SCP_ECSYBA.082", + "dc/svpg/sdg/EN_SCP_ECSYBA.083", + "dc/svpg/sdg/EN_SCP_ECSYBA.084", + "dc/svpg/sdg/EN_SCP_ECSYBA.085", + "dc/svpg/sdg/EN_SCP_ECSYBA.086", + "dc/svpg/sdg/EN_SCP_ECSYBA.087", + "dc/svpg/sdg/EN_SCP_ECSYBA.088", + "dc/svpg/sdg/EN_SCP_ECSYBA.089", + "dc/svpg/sdg/EN_SCP_ECSYBA.090", + "dc/svpg/sdg/EN_SCP_ECSYBA.091", + "dc/svpg/sdg/EN_SCP_ECSYBA.092", + "dc/svpg/sdg/EN_SCP_ECSYBA.093", + "dc/svpg/sdg/EN_SCP_ECSYBA.094", + "dc/svpg/sdg/EN_SCP_ECSYBA.095", + "dc/svpg/sdg/EN_SCP_ECSYBA.096", + "dc/svpg/sdg/EN_SCP_ECSYBA.097", + "dc/svpg/sdg/EN_SCP_ECSYBA.098", + "dc/svpg/sdg/EN_SCP_ECSYBA.099", + "dc/svpg/sdg/EN_SCP_ECSYBA.100", + "dc/svpg/sdg/EN_SCP_ECSYBA.101", + "dc/svpg/sdg/EN_SCP_ECSYBA.102", + "dc/svpg/sdg/EN_SCP_ECSYBA.103", + "dc/svpg/sdg/EN_SCP_ECSYBA.104", + "dc/svpg/sdg/EN_SCP_ECSYBA.105", + "dc/svpg/sdg/EN_SCP_ECSYBA.106", + "dc/svpg/sdg/EN_SCP_ECSYBA.107", + "dc/svpg/sdg/EN_SCP_ECSYBA.108", + "dc/svpg/sdg/EN_SCP_ECSYBA.109", + "dc/svpg/sdg/EN_SCP_ECSYBA.110", + "dc/svpg/sdg/EN_SCP_ECSYBA.111", + "dc/svpg/sdg/EN_SCP_ECSYBA.112", + "dc/svpg/sdg/EN_SCP_ECSYBA.113", + "dc/svpg/sdg/EN_SCP_ECSYBA.114", + "dc/svpg/sdg/EN_SCP_ECSYBA.115", + "dc/svpg/sdg/EN_SCP_ECSYBA.116", + "dc/svpg/sdg/EN_SCP_ECSYBA.117", + "dc/svpg/sdg/EN_SCP_ECSYBA.118" + ] + }, + { + "dcid": [ + "dc/topic/SDGENSCPFRMN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of companies publishing sustainability reports with disclosure by dimension" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_SCP_FRMN.001", + "dc/svpg/sdg/EN_SCP_FRMN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGENSCPFSHGDP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Sustainable fisheries as a proportion of GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_SCP_FSHGDP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENTWTGENV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total waste generation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_TWT_GENV.001", + "dc/svpg/sdg/EN_TWT_GENV.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGENURBOPENSP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Average share of the built-up area of cities that is open space for public use for all" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_URB_OPENSP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENWBEHMWTL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent of human made wetlands" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_WBE_HMWTL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENWBEINWTL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent of inland wetlands" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_WBE_INWTL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENWBEMANGC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Mangrove total area change" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_WBE_MANGC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENWBEMANGN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Mangrove area" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_WBE_MANGN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENWBENDQTGRW" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Quantity of nationally derived groundwater" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_WBE_NDQTGRW.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENWBENDQTRVR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Quantity of nationally derived water fromrivers" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_WBE_NDQTRVR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENWBEWTLN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Wetlands area" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_WBE_WTLN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENWBEWTLP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Wetlands area as a proportion of total land area" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_WBE_WTLP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENWWTGEN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total wastewater generated" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_WWT_GEN.001", + "dc/svpg/sdg/EN_WWT_GEN.002", + "dc/svpg/sdg/EN_WWT_GEN.003", + "dc/svpg/sdg/EN_WWT_GEN.004" + ] + }, + { + "dcid": [ + "dc/topic/SDGENWWTTREAT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total wastewater treated" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_WWT_TREAT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENWWTTREATR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of wastewater treated" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_WWT_TREATR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENWWTTREATRSF" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of wastewater safely treated" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_WWT_TREATR_SF.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENWWTTREATSF" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total wastewater safely treated" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_WWT_TREAT_SF.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGENWWTWWDS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of safely treated domestic wastewater flows" + ], + "relevantVariableList": [ + "dc/svpg/sdg/EN_WWT_WWDS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERBDYABT2NP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries that established national targets in accordance with Aichi Biodiversity Target 2 of the Strategic Plan for Biodiversity 2011-2020 in their National Biodiversity Strategy and Action Plans" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_BDY_ABT2NP.001", + "dc/svpg/sdg/ER_BDY_ABT2NP.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGERBDYSEEA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with integrated biodiversity values into national accounting and reporting systems, defined as implementation of the System of Environmental-Economic Accounting" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_BDY_SEEA.001", + "dc/svpg/sdg/ER_BDY_SEEA.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGERCBDABSCLRHS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries that have legislative, administrative and policy framework or measures reported to the Access and Benefit-Sharing Clearing-House" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_CBD_ABSCLRHS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERCBDNAGOYA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries that are parties to the Nagoya Protocol" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_CBD_NAGOYA.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERCBDORSPGRFA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries that have legislative, administrative and policy framework or measures reported through the Online Reporting System on Compliance of the International Treaty on Plant Genetic Resources for Food and Agriculture (PGRFA)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_CBD_ORSPGRFA.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERCBDPTYPGRFA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries that are contracting Parties to the International Treaty on Plant Genetic Resources for Food and Agriculture (PGRFA)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_CBD_PTYPGRFA.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERCBDSMTA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total reported number of Standard Material Transfer Agreements (SMTAs) transferring plant genetic resources for food and agriculture to the country" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_CBD_SMTA.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERFFSCMPTCD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Fossil-fuel subsidies (consumption and production)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_FFS_CMPT_CD.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERFFSCMPTGDP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Fossil-fuel subsidies (consumption and production) as a proportion of total GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_FFS_CMPT_GDP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERFFSCMPTPCCD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Fossil-fuel subsidies (consumption and production) per capita" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_FFS_CMPT_PC_CD.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERGRFANIMKPT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of local breeds kept in the country" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_GRF_ANIMKPT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERGRFANIMKPTTRB" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of transboundary breeds (including extinct ones)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_GRF_ANIMKPT_TRB.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERGRFANIMRCNTN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of local breeds for which sufficient genetic resources are stored for reconstitution" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_GRF_ANIMRCNTN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERGRFANIMRCNTNTRB" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of transboundary breeds for which sufficient genetic resources are stored for reconstitution" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_GRF_ANIMRCNTN_TRB.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERGRFPLNTSTOR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Plant genetic resources accessions stored ex situ" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_GRF_PLNTSTOR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERH2OFWTL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of fish stocks within biologically sustainable levels (not overexploited)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_H2O_FWTL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERH2OIWRMD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Degree of implementation of integrated water resources management" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_H2O_IWRMD.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERH2OIWRMDEE" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Degree of implementation of integrated water resources management: enabling environment" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_H2O_IWRMD_EE.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERH2OIWRMDFI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Degree of implementation of integrated water resources management: financing" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_H2O_IWRMD_FI.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERH2OIWRMDIP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Degree of implementation of integrated water resources management: institutions and participation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_H2O_IWRMD_IP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERH2OIWRMDMI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Degree of implementation of integrated water resources management: management instruments" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_H2O_IWRMD_MI.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERH2OIWRMP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of countries by category of implementation of integrated water resources management (IWRM) by Level of implementation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_H2O_IWRMP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERH2OPARTIC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of countries with high level of users/communities participating in planning programs in rural drinking-water supply by Type of location" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_H2O_PARTIC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERH2OPRDU" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with procedures in law or policy for participation by service users/communities in planning program in rural drinking-water supply by Type of location" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_H2O_PRDU.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERH2OPROCED" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of countries with clearly defined procedures in law or policy for participation by service users/communities in planning program in rural drinking-water supply by Type of location" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_H2O_PROCED.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERH2ORURP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with users/communities participating in planning programs in rural drinking-water supply, by level of participation by Type of location" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_H2O_RURP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERH2OSTRESS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Level of water stress: freshwater withdrawal as a proportion of available freshwater resources" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_H2O_STRESS.001", + "dc/svpg/sdg/ER_H2O_STRESS.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGERH2OWUEYST" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Water use efficiency" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_H2O_WUEYST.001", + "dc/svpg/sdg/ER_H2O_WUEYST.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGERIASGLOFUN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Recipient countries of global funding with access to any funding from global financial mechanisms for projects related to invasive alien species\u00a0 management" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_IAS_GLOFUN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERIASGLOFUNP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of recipient countries of global funding with access to any funding from global financial mechanisms for projects related to invasive alien species\u00a0 management" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_IAS_GLOFUNP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERIASLEGIS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countriees with a legislation, regulation, or act related to the prevention of introduction and management of Invasive Alien Species" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_IAS_LEGIS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERIASNATBUD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with an allocation from the national budget to manage the threat of invasive alien species" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_IAS_NATBUD.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERIASNATBUDP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of countries with allocation from the national budget to manage the threat of invasive alien species" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_IAS_NATBUDP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERIASNBSAP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with alignment of National Biodiversity Strategy and Action Plan (NBSAP) targets to target 9 of the Aichi Biodiversity set out in the Strategic Plan for Biodiversity 2011-2020" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_IAS_NBSAP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERIASNBSAPP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of countries with alignment of National Biodiversity Strategy and Action Plan (NBSAP) targets to target 9 of the Aichi Biodiversity target 9 set out in the Strategic Plan for Biodiversity 2011-2020" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_IAS_NBSAPP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERMRNMPA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Average proportion of Marine Key Biodiversity Areas (KBAs) covered by protected areas" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_MRN_MPA.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERMTNDGRDA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Area of degraded mountain land" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_MTN_DGRDA.001", + "dc/svpg/sdg/ER_MTN_DGRDA.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGERMTNDGRDP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of degraded mountain land" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_MTN_DGRDP.001", + "dc/svpg/sdg/ER_MTN_DGRDP.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGERMTNGRNCOV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Area of mountain green cover by Type of land cover" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_MTN_GRNCOV.001", + "dc/svpg/sdg/ER_MTN_GRNCOV.002", + "dc/svpg/sdg/ER_MTN_GRNCOV.003", + "dc/svpg/sdg/ER_MTN_GRNCOV.004", + "dc/svpg/sdg/ER_MTN_GRNCOV.005", + "dc/svpg/sdg/ER_MTN_GRNCOV.006" + ] + }, + { + "dcid": [ + "dc/topic/SDGERMTNGRNCVI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Mountain Green Cover Index by Type of land cover" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_MTN_GRNCVI.001", + "dc/svpg/sdg/ER_MTN_GRNCVI.002", + "dc/svpg/sdg/ER_MTN_GRNCVI.003", + "dc/svpg/sdg/ER_MTN_GRNCVI.004", + "dc/svpg/sdg/ER_MTN_GRNCVI.005", + "dc/svpg/sdg/ER_MTN_GRNCVI.006" + ] + }, + { + "dcid": [ + "dc/topic/SDGERMTNTOTL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Mountain area" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_MTN_TOTL.001", + "dc/svpg/sdg/ER_MTN_TOTL.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGERNOEXLBREDN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of local breeds (not extinct)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_NOEX_LBREDN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERPTDFRHWTR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Average proportion of Freshwater Key Biodiversity Areas (KBAs) covered by protected areas" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_PTD_FRHWTR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERPTDMTN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Average proportion of Mountain Key Biodiversity Areas (KBAs) covered by protected areas" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_PTD_MTN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERPTDTERR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Average proportion of Terrestrial Key Biodiversity Areas (KBAs) covered by protected areas" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_PTD_TERR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERRDEOSEX" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "National ocean science expenditure as a share of total research and development funding" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_RDE_OSEX.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERREGSSFRAR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Degree of application of a legal/regulatory/policy/institutional framework which recognizes and protects access rights for small-scale fisheries" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_REG_SSFRAR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERREGUNFCIM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Degree of implementation of international instruments aiming to combat illegal, unreported and unregulated fishing" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_REG_UNFCIM.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERRSKLBREDS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of local breeds classified as being at risk of extinction as a share of local breeds with known level of extinction risk" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_RSK_LBREDS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERRSKLST" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Red List Index" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_RSK_LST.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERUNCLOSIMPLE" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Score for the implementation of UNCLOS and its two implementing agreements" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_UNCLOS_IMPLE.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERUNCLOSRATACC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Score for the ratification of and accession to UNCLOS and its two implementing agreements" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_UNCLOS_RATACC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERUNKLBREDN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of local breeds with unknown risk status" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_UNK_LBREDN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERWATPART" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with users/communities participating in planning programs in water resources planning and management" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_WAT_PART.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERWATPARTIC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of countries with high level of users/communities participating in planning programs in water resources planning and management" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_WAT_PARTIC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERWATPRDU" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with procedures in law or policy for participation by service users/communities in planning program in water resources planning and management" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_WAT_PRDU.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERWATPROCED" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of countries with clearly defined procedures in law or policy for participation by service users/communities in planning program in water resources planning and management" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_WAT_PROCED.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGERWLDTRPOACH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of traded wildlife that was poached or illicitly trafficked by Plants, animals and derived products" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ER_WLD_TRPOACH.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFBATMTOTL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of automated teller machines (ATMs) per 100, 000 adults (15 years old and over)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FB_ATM_TOTL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFBBNKACCSS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of adults (15 years and older) with an account at a financial institution or mobile-money-service provider by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FB_BNK_ACCSS.001", + "dc/svpg/sdg/FB_BNK_ACCSS.002", + "dc/svpg/sdg/FB_BNK_ACCSS.003", + "dc/svpg/sdg/FB_BNK_ACCSS.004", + "dc/svpg/sdg/FB_BNK_ACCSS.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGFBBNKACCSSILF" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of adults (15 years and older) active in labor force with an account at a financial institution or mobile-money-service provider by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FB_BNK_ACCSS_ILF.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFBBNKACCSSOLF" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of adults (15 years and older) out of labor force with an account at a financial institution or mobile-money-service provider" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FB_BNK_ACCSS_OLF.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFBBNKCAPAZS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Bank capital to assets ratio" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FB_BNK_CAPA_ZS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFBCBKBRCH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of commercial bank branches per 100, 000 adults (15 years old and over)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FB_CBK_BRCH.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFCACCSSID" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of small-scale manufacturing industries with a loan or line of credit" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FC_ACC_SSID.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFIFSIFSANL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Non-performing loans to total gross loans" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FI_FSI_FSANL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFIFSIFSERA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Rate of return on assets" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FI_FSI_FSERA.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFIFSIFSKA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Ratio of regulatory capital to assets" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FI_FSI_FSKA.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFIFSIFSKNL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Ratio of non-performing loans (net of provisions) to capital" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FI_FSI_FSKNL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFIFSIFSKRTC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Ratio of regulatory tier-1 capital to risk-weighted assets" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FI_FSI_FSKRTC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFIFSIFSLS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Ratio of liquid assets to short term liabilities" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FI_FSI_FSLS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFIFSIFSSNO" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Ratio of net open position in foreign exchange to capital" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FI_FSI_FSSNO.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFIRESTOTLMO" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total\u00a0reserves\u00a0in\u00a0months\u00a0of\u00a0imports" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FI_RES_TOTL_MO.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFMLBLBMNYIRZS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Ratio of broad money to total reserves" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FM_LBL_BMNY_IR_ZS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFMLBLBMNYZG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Annual growth of broad money" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FM_LBL_BMNY_ZG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGFPCPITOTLZG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Annual inflation (consumer prices)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/FP_CPI_TOTL_ZG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGGBPOPSCIERD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of full-time-equivalent researchers per million inhabitants" + ], + "relevantVariableList": [ + "dc/svpg/sdg/GB_POP_SCIERD.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGGBXPDCULNATPB" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total public expenditure per capita on cultural and natural heritage at purchansing-power parity rates" + ], + "relevantVariableList": [ + "dc/svpg/sdg/GB_XPD_CULNAT_PB.001", + "dc/svpg/sdg/GB_XPD_CULNAT_PB.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGGBXPDCULNATPBPV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total public and private expenditure per capita on cultural and natural heritage at purchasing-power parity rates" + ], + "relevantVariableList": [ + "dc/svpg/sdg/GB_XPD_CULNAT_PBPV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGGBXPDCULNATPV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total private expenditure per capita spent on cultural and natural heritage at purchasing-power parity rates" + ], + "relevantVariableList": [ + "dc/svpg/sdg/GB_XPD_CULNAT_PV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGGBXPDCULPBPV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total public and private expenditure per capita on cultural heritage at purchasing-power parity rates" + ], + "relevantVariableList": [ + "dc/svpg/sdg/GB_XPD_CUL_PBPV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGGBXPDNATPBPV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total public and private expenditure per capita on natural heritage at purchasing-power parity rates" + ], + "relevantVariableList": [ + "dc/svpg/sdg/GB_XPD_NAT_PBPV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGGBXPDRSDV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Research and development expenditure as a proportion of GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/GB_XPD_RSDV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGGCBALCASHGDZS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Cash surplus/deficit as a proportion of GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/GC_BAL_CASH_GD_ZS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGGCGOBTAXD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of domestic budget funded by domestic taxes" + ], + "relevantVariableList": [ + "dc/svpg/sdg/GC_GOB_TAXD.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGGCTAXTOTLGDZS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Tax revenue as a proportion of GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/GC_TAX_TOTL_GD_ZS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGGFCOMPPPI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Monetary amount committed to public-private partnerships for infrastructure in nominal terms" + ], + "relevantVariableList": [ + "dc/svpg/sdg/GF_COM_PPPI.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGGFCOMPPPIKD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Monetary amount committed to public-private partnerships for infrastructure in real terms" + ], + "relevantVariableList": [ + "dc/svpg/sdg/GF_COM_PPPI_KD.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGGFFRNFDI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Foreign direct investment (FDI) inflows" + ], + "relevantVariableList": [ + "dc/svpg/sdg/GF_FRN_FDI.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGGFXPDGBPC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Primary government expenditures as a proportion of original approved budget" + ], + "relevantVariableList": [ + "dc/svpg/sdg/GF_XPD_GBPC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGGRG14GDP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total bugetary revenue of the central government as a proportion of GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/GR_G14_GDP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGGRG14XDC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total government revenue, in local currency" + ], + "relevantVariableList": [ + "dc/svpg/sdg/GR_G14_XDC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGICFRMBRIB" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Incidence of bribery (proportion of firms experiencing at least one bribe payment request)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IC_FRM_BRIB.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGICGENMGTL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of women in managerial positions - previous definition (15 years old and over)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IC_GEN_MGTL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGICGENMGTL19ICLS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of women in managerial positions - current definition (15 years old and over)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IC_GEN_MGTL_19ICLS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGICGENMGTN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of women in senior and middle management positions - previous definition (15 years old and over)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IC_GEN_MGTN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGICGENMGTN19ICLS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of women in senior and middle management positions - current definition (15 years old and over)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IC_GEN_MGTN_19ICLS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGIQSPIPIL4" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Performance index of data sources (Pillar 4 of Statistical Performance Indicators)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IQ_SPI_PIL4.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGIQSPIPIL5" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Performance index of data Infrastructure (Pillar 5 of Statistical Performance Indicators)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IQ_SPI_PIL5.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGISRDPFRGVOL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Freight volume by Mode of transport" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IS_RDP_FRGVOL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGISRDPLULFRG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Freight loaded and unloaded, maritime transport" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IS_RDP_LULFRG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGISRDPPFVOL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Passenger volume by Mode of transport" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IS_RDP_PFVOL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGISRDPPORFVOL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Container port traffic, maritime transport" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IS_RDP_PORFVOL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGITMOB2GNTWK" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population covered by at least a 2G mobile network" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IT_MOB_2GNTWK.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGITMOB3GNTWK" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population covered by at least a 3G mobile network" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IT_MOB_3GNTWK.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGITMOB4GNTWK" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population covered by at least a 4G mobile network" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IT_MOB_4GNTWK.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGITMOBOWN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of individuals who own a mobile telephone" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IT_MOB_OWN.001", + "dc/svpg/sdg/IT_MOB_OWN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGITNETBBND" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Fixed broadband subscriptions per 100\u00a0inhabitants" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IT_NET_BBND.001", + "dc/svpg/sdg/IT_NET_BBND.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGITNETBBNDN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of fixed broadband subscriptions" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IT_NET_BBNDN.001", + "dc/svpg/sdg/IT_NET_BBNDN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGITUSEii99" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of individuals using the Internet" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IT_USE_ii99.001", + "dc/svpg/sdg/IT_USE_ii99.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGIUCORBRIB" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Prevalence rate of bribery" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IU_COR_BRIB.001", + "dc/svpg/sdg/IU_COR_BRIB.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGIUDMKICRS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive and responsive" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IU_DMK_ICRS.001", + "dc/svpg/sdg/IU_DMK_ICRS.002", + "dc/svpg/sdg/IU_DMK_ICRS.003", + "dc/svpg/sdg/IU_DMK_ICRS.004", + "dc/svpg/sdg/IU_DMK_ICRS.005", + "dc/svpg/sdg/IU_DMK_ICRS.006", + "dc/svpg/sdg/IU_DMK_ICRS.007", + "dc/svpg/sdg/IU_DMK_ICRS.008" + ] + }, + { + "dcid": [ + "dc/topic/SDGIUDMKINCL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population who believe decision-making is inclusive" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IU_DMK_INCL.001", + "dc/svpg/sdg/IU_DMK_INCL.002", + "dc/svpg/sdg/IU_DMK_INCL.003", + "dc/svpg/sdg/IU_DMK_INCL.004", + "dc/svpg/sdg/IU_DMK_INCL.005", + "dc/svpg/sdg/IU_DMK_INCL.006", + "dc/svpg/sdg/IU_DMK_INCL.007", + "dc/svpg/sdg/IU_DMK_INCL.008" + ] + }, + { + "dcid": [ + "dc/topic/SDGIUDMKRESP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population who believe decision-making is responsive" + ], + "relevantVariableList": [ + "dc/svpg/sdg/IU_DMK_RESP.001", + "dc/svpg/sdg/IU_DMK_RESP.002", + "dc/svpg/sdg/IU_DMK_RESP.003", + "dc/svpg/sdg/IU_DMK_RESP.004", + "dc/svpg/sdg/IU_DMK_RESP.005", + "dc/svpg/sdg/IU_DMK_RESP.006", + "dc/svpg/sdg/IU_DMK_RESP.007", + "dc/svpg/sdg/IU_DMK_RESP.008", + "dc/svpg/sdg/IU_DMK_RESP.009" + ] + }, + { + "dcid": [ + "dc/topic/SDGNECONGOVTKDZG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Annual growth of final consumption expenditure of the general government" + ], + "relevantVariableList": [ + "dc/svpg/sdg/NE_CON_GOVT_KD_ZG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGNECONPRVTKDZG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Annual growth of final consumption expenditure of households and non-profit institutions serving households (NPISHs)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/NE_CON_PRVT_KD_ZG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGNEEXPGNFSKDZG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Annual growth of exports of goods and services" + ], + "relevantVariableList": [ + "dc/svpg/sdg/NE_EXP_GNFS_KD_ZG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGNEGDITOTLKDZG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Annual growth of the gross capital formation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/NE_GDI_TOTL_KD_ZG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGNEIMPGNFSKDZG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Annual growth of imports of goods and services" + ], + "relevantVariableList": [ + "dc/svpg/sdg/NE_IMP_GNFS_KD_ZG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGNVINDSSIS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of small-scale manufacturing industries in total manufacturing value added" + ], + "relevantVariableList": [ + "dc/svpg/sdg/NV_IND_SSIS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGNVINDTECH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of medium and high-tech manufacturing value added in total value added" + ], + "relevantVariableList": [ + "dc/svpg/sdg/NV_IND_TECH.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGNYGDPMKTPKDZG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Annual GDP growth" + ], + "relevantVariableList": [ + "dc/svpg/sdg/NY_GDP_MKTP_KD_ZG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGNYGDPPCAP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Annual growth rate of real GDP per capita" + ], + "relevantVariableList": [ + "dc/svpg/sdg/NY_GDP_PCAP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGPANUSATLS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Alternative conversion factor used by the Development Economics Group (DEC)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/PA_NUS_ATLS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGPDAGRLSFP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Productivity of large-scale food producers (agricultural output per labour day at purchasing-power parity rates)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/PD_AGR_LSFP.001", + "dc/svpg/sdg/PD_AGR_LSFP.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGPDAGRSSFP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Productivity of small-scale food producers (agricultural output per labour day at purchasing-power parity rates)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/PD_AGR_SSFP.001", + "dc/svpg/sdg/PD_AGR_SSFP.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSDCPAUPRDP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries that have national urban policies or regional development plans that respond to population dynamics, ensure balanced territorial development, and increase local fiscal space" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SD_CPA_UPRDP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSDMDPANDI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Average proportion of deprivations experienced by multidimensionally poor people" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SD_MDP_ANDI.001", + "dc/svpg/sdg/SD_MDP_ANDI.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSDMDPANDIHH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Average share of weighted deprivations experienced by total households (intensity)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SD_MDP_ANDIHH.001", + "dc/svpg/sdg/SD_MDP_ANDIHH.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSDMDPCSMP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of children living in child-specific multidimensional poverty (under 18 years old)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SD_MDP_CSMP.001", + "dc/svpg/sdg/SD_MDP_CSMP.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSDMDPMUHHC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of households living in multidimensional poverty" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SD_MDP_MUHHC.001", + "dc/svpg/sdg/SD_MDP_MUHHC.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSDXPDESED" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of total government spending on essential services, education" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SD_XPD_ESED.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSDXPDMNPO" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of government spending in health, direct social transfers and education which benefit the monetary poor" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SD_XPD_MNPO.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEACCHNDWSH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of schools with basic handwashing facilities by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_ACC_HNDWSH.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEACSCMPTR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of schools with access to\u00a0computers for pedagogical purposes by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_ACS_CMPTR.001", + "dc/svpg/sdg/SE_ACS_CMPTR.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEACSELECT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of schools with access to\u00a0electricity by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_ACS_ELECT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEACSH2O" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of schools with access to basic drinking water by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_ACS_H2O.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEACSINTNT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of schools with access to the internet for pedagogical purposes by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_ACS_INTNT.001", + "dc/svpg/sdg/SE_ACS_INTNT.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEACSSANIT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of schools with access to single-sex basic sanitation by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_ACS_SANIT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEADTACTS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old) by Type of skill" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_ADT_ACTS.001", + "dc/svpg/sdg/SE_ADT_ACTS.002", + "dc/svpg/sdg/SE_ADT_ACTS.003", + "dc/svpg/sdg/SE_ADT_ACTS.004", + "dc/svpg/sdg/SE_ADT_ACTS.005", + "dc/svpg/sdg/SE_ADT_ACTS.006", + "dc/svpg/sdg/SE_ADT_ACTS.007", + "dc/svpg/sdg/SE_ADT_ACTS.008", + "dc/svpg/sdg/SE_ADT_ACTS.009", + "dc/svpg/sdg/SE_ADT_ACTS.010", + "dc/svpg/sdg/SE_ADT_ACTS.011", + "dc/svpg/sdg/SE_ADT_ACTS.012", + "dc/svpg/sdg/SE_ADT_ACTS.013", + "dc/svpg/sdg/SE_ADT_ACTS.014", + "dc/svpg/sdg/SE_ADT_ACTS.015", + "dc/svpg/sdg/SE_ADT_ACTS.016", + "dc/svpg/sdg/SE_ADT_ACTS.017", + "dc/svpg/sdg/SE_ADT_ACTS.018", + "dc/svpg/sdg/SE_ADT_ACTS.019", + "dc/svpg/sdg/SE_ADT_ACTS.020", + "dc/svpg/sdg/SE_ADT_ACTS.021", + "dc/svpg/sdg/SE_ADT_ACTS.022", + "dc/svpg/sdg/SE_ADT_ACTS.023", + "dc/svpg/sdg/SE_ADT_ACTS.024", + "dc/svpg/sdg/SE_ADT_ACTS.025", + "dc/svpg/sdg/SE_ADT_ACTS.026", + "dc/svpg/sdg/SE_ADT_ACTS.027", + "dc/svpg/sdg/SE_ADT_ACTS.028", + "dc/svpg/sdg/SE_ADT_ACTS.029", + "dc/svpg/sdg/SE_ADT_ACTS.030", + "dc/svpg/sdg/SE_ADT_ACTS.031", + "dc/svpg/sdg/SE_ADT_ACTS.032", + "dc/svpg/sdg/SE_ADT_ACTS.033", + "dc/svpg/sdg/SE_ADT_ACTS.034", + "dc/svpg/sdg/SE_ADT_ACTS.035", + "dc/svpg/sdg/SE_ADT_ACTS.036", + "dc/svpg/sdg/SE_ADT_ACTS.037", + "dc/svpg/sdg/SE_ADT_ACTS.038", + "dc/svpg/sdg/SE_ADT_ACTS.039", + "dc/svpg/sdg/SE_ADT_ACTS.040", + "dc/svpg/sdg/SE_ADT_ACTS.041", + "dc/svpg/sdg/SE_ADT_ACTS.042", + "dc/svpg/sdg/SE_ADT_ACTS.043", + "dc/svpg/sdg/SE_ADT_ACTS.044", + "dc/svpg/sdg/SE_ADT_ACTS.045", + "dc/svpg/sdg/SE_ADT_ACTS.046", + "dc/svpg/sdg/SE_ADT_ACTS.047", + "dc/svpg/sdg/SE_ADT_ACTS.048", + "dc/svpg/sdg/SE_ADT_ACTS.049", + "dc/svpg/sdg/SE_ADT_ACTS.050", + "dc/svpg/sdg/SE_ADT_ACTS.051", + "dc/svpg/sdg/SE_ADT_ACTS.052", + "dc/svpg/sdg/SE_ADT_ACTS.053", + "dc/svpg/sdg/SE_ADT_ACTS.054", + "dc/svpg/sdg/SE_ADT_ACTS.055", + "dc/svpg/sdg/SE_ADT_ACTS.056", + "dc/svpg/sdg/SE_ADT_ACTS.057", + "dc/svpg/sdg/SE_ADT_ACTS.058", + "dc/svpg/sdg/SE_ADT_ACTS.059", + "dc/svpg/sdg/SE_ADT_ACTS.060", + "dc/svpg/sdg/SE_ADT_ACTS.061", + "dc/svpg/sdg/SE_ADT_ACTS.062", + "dc/svpg/sdg/SE_ADT_ACTS.063", + "dc/svpg/sdg/SE_ADT_ACTS.064", + "dc/svpg/sdg/SE_ADT_ACTS.065", + "dc/svpg/sdg/SE_ADT_ACTS.066", + "dc/svpg/sdg/SE_ADT_ACTS.067", + "dc/svpg/sdg/SE_ADT_ACTS.068", + "dc/svpg/sdg/SE_ADT_ACTS.069", + "dc/svpg/sdg/SE_ADT_ACTS.070", + "dc/svpg/sdg/SE_ADT_ACTS.071", + "dc/svpg/sdg/SE_ADT_ACTS.072", + "dc/svpg/sdg/SE_ADT_ACTS.073", + "dc/svpg/sdg/SE_ADT_ACTS.074", + "dc/svpg/sdg/SE_ADT_ACTS.075", + "dc/svpg/sdg/SE_ADT_ACTS.076", + "dc/svpg/sdg/SE_ADT_ACTS.077", + "dc/svpg/sdg/SE_ADT_ACTS.078", + "dc/svpg/sdg/SE_ADT_ACTS.079", + "dc/svpg/sdg/SE_ADT_ACTS.080", + "dc/svpg/sdg/SE_ADT_ACTS.081", + "dc/svpg/sdg/SE_ADT_ACTS.082", + "dc/svpg/sdg/SE_ADT_ACTS.083", + "dc/svpg/sdg/SE_ADT_ACTS.084", + "dc/svpg/sdg/SE_ADT_ACTS.085", + "dc/svpg/sdg/SE_ADT_ACTS.086", + "dc/svpg/sdg/SE_ADT_ACTS.087", + "dc/svpg/sdg/SE_ADT_ACTS.088", + "dc/svpg/sdg/SE_ADT_ACTS.089", + "dc/svpg/sdg/SE_ADT_ACTS.090", + "dc/svpg/sdg/SE_ADT_ACTS.091", + "dc/svpg/sdg/SE_ADT_ACTS.092", + "dc/svpg/sdg/SE_ADT_ACTS.093", + "dc/svpg/sdg/SE_ADT_ACTS.094", + "dc/svpg/sdg/SE_ADT_ACTS.095", + "dc/svpg/sdg/SE_ADT_ACTS.096", + "dc/svpg/sdg/SE_ADT_ACTS.097", + "dc/svpg/sdg/SE_ADT_ACTS.098", + "dc/svpg/sdg/SE_ADT_ACTS.099", + "dc/svpg/sdg/SE_ADT_ACTS.100", + "dc/svpg/sdg/SE_ADT_ACTS.101", + "dc/svpg/sdg/SE_ADT_ACTS.102", + "dc/svpg/sdg/SE_ADT_ACTS.103", + "dc/svpg/sdg/SE_ADT_ACTS.104", + "dc/svpg/sdg/SE_ADT_ACTS.105", + "dc/svpg/sdg/SE_ADT_ACTS.106", + "dc/svpg/sdg/SE_ADT_ACTS.107", + "dc/svpg/sdg/SE_ADT_ACTS.108", + "dc/svpg/sdg/SE_ADT_ACTS.109", + "dc/svpg/sdg/SE_ADT_ACTS.110", + "dc/svpg/sdg/SE_ADT_ACTS.111", + "dc/svpg/sdg/SE_ADT_ACTS.112", + "dc/svpg/sdg/SE_ADT_ACTS.113", + "dc/svpg/sdg/SE_ADT_ACTS.114", + "dc/svpg/sdg/SE_ADT_ACTS.115", + "dc/svpg/sdg/SE_ADT_ACTS.116", + "dc/svpg/sdg/SE_ADT_ACTS.117", + "dc/svpg/sdg/SE_ADT_ACTS.118", + "dc/svpg/sdg/SE_ADT_ACTS.119", + "dc/svpg/sdg/SE_ADT_ACTS.120", + "dc/svpg/sdg/SE_ADT_ACTS.121", + "dc/svpg/sdg/SE_ADT_ACTS.122", + "dc/svpg/sdg/SE_ADT_ACTS.123", + "dc/svpg/sdg/SE_ADT_ACTS.124", + "dc/svpg/sdg/SE_ADT_ACTS.125", + "dc/svpg/sdg/SE_ADT_ACTS.126", + "dc/svpg/sdg/SE_ADT_ACTS.127", + "dc/svpg/sdg/SE_ADT_ACTS.128", + "dc/svpg/sdg/SE_ADT_ACTS.129", + "dc/svpg/sdg/SE_ADT_ACTS.130", + "dc/svpg/sdg/SE_ADT_ACTS.131", + "dc/svpg/sdg/SE_ADT_ACTS.132", + "dc/svpg/sdg/SE_ADT_ACTS.133", + "dc/svpg/sdg/SE_ADT_ACTS.134", + "dc/svpg/sdg/SE_ADT_ACTS.135", + "dc/svpg/sdg/SE_ADT_ACTS.136", + "dc/svpg/sdg/SE_ADT_ACTS.137", + "dc/svpg/sdg/SE_ADT_ACTS.138", + "dc/svpg/sdg/SE_ADT_ACTS.139", + "dc/svpg/sdg/SE_ADT_ACTS.140", + "dc/svpg/sdg/SE_ADT_ACTS.141", + "dc/svpg/sdg/SE_ADT_ACTS.142", + "dc/svpg/sdg/SE_ADT_ACTS.143", + "dc/svpg/sdg/SE_ADT_ACTS.144", + "dc/svpg/sdg/SE_ADT_ACTS.145", + "dc/svpg/sdg/SE_ADT_ACTS.146", + "dc/svpg/sdg/SE_ADT_ACTS.147", + "dc/svpg/sdg/SE_ADT_ACTS.148", + "dc/svpg/sdg/SE_ADT_ACTS.149", + "dc/svpg/sdg/SE_ADT_ACTS.150", + "dc/svpg/sdg/SE_ADT_ACTS.151", + "dc/svpg/sdg/SE_ADT_ACTS.152", + "dc/svpg/sdg/SE_ADT_ACTS.153", + "dc/svpg/sdg/SE_ADT_ACTS.154", + "dc/svpg/sdg/SE_ADT_ACTS.155", + "dc/svpg/sdg/SE_ADT_ACTS.156", + "dc/svpg/sdg/SE_ADT_ACTS.157", + "dc/svpg/sdg/SE_ADT_ACTS.158", + "dc/svpg/sdg/SE_ADT_ACTS.159", + "dc/svpg/sdg/SE_ADT_ACTS.160", + "dc/svpg/sdg/SE_ADT_ACTS.161", + "dc/svpg/sdg/SE_ADT_ACTS.162", + "dc/svpg/sdg/SE_ADT_ACTS.163", + "dc/svpg/sdg/SE_ADT_ACTS.164", + "dc/svpg/sdg/SE_ADT_ACTS.165", + "dc/svpg/sdg/SE_ADT_ACTS.166", + "dc/svpg/sdg/SE_ADT_ACTS.167", + "dc/svpg/sdg/SE_ADT_ACTS.168", + "dc/svpg/sdg/SE_ADT_ACTS.169", + "dc/svpg/sdg/SE_ADT_ACTS.170", + "dc/svpg/sdg/SE_ADT_ACTS.171", + "dc/svpg/sdg/SE_ADT_ACTS.172", + "dc/svpg/sdg/SE_ADT_ACTS.173", + "dc/svpg/sdg/SE_ADT_ACTS.174", + "dc/svpg/sdg/SE_ADT_ACTS.175", + "dc/svpg/sdg/SE_ADT_ACTS.176", + "dc/svpg/sdg/SE_ADT_ACTS.177", + "dc/svpg/sdg/SE_ADT_ACTS.178", + "dc/svpg/sdg/SE_ADT_ACTS.179", + "dc/svpg/sdg/SE_ADT_ACTS.180", + "dc/svpg/sdg/SE_ADT_ACTS.181", + "dc/svpg/sdg/SE_ADT_ACTS.182", + "dc/svpg/sdg/SE_ADT_ACTS.183", + "dc/svpg/sdg/SE_ADT_ACTS.184", + "dc/svpg/sdg/SE_ADT_ACTS.185", + "dc/svpg/sdg/SE_ADT_ACTS.186" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEADTEDUCTRN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Participation rate in formal and non-formal education and training by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_ADT_EDUCTRN.001", + "dc/svpg/sdg/SE_ADT_EDUCTRN.002", + "dc/svpg/sdg/SE_ADT_EDUCTRN.003", + "dc/svpg/sdg/SE_ADT_EDUCTRN.004", + "dc/svpg/sdg/SE_ADT_EDUCTRN.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEADTFUNS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_ADT_FUNS.001", + "dc/svpg/sdg/SE_ADT_FUNS.002", + "dc/svpg/sdg/SE_ADT_FUNS.003" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEAGPCPRA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Adjusted gender parity index for completion rate by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_AGP_CPRA.001", + "dc/svpg/sdg/SE_AGP_CPRA.002", + "dc/svpg/sdg/SE_AGP_CPRA.003", + "dc/svpg/sdg/SE_AGP_CPRA.004", + "dc/svpg/sdg/SE_AGP_CPRA.005", + "dc/svpg/sdg/SE_AGP_CPRA.006", + "dc/svpg/sdg/SE_AGP_CPRA.007", + "dc/svpg/sdg/SE_AGP_CPRA.008", + "dc/svpg/sdg/SE_AGP_CPRA.009", + "dc/svpg/sdg/SE_AGP_CPRA.010", + "dc/svpg/sdg/SE_AGP_CPRA.011", + "dc/svpg/sdg/SE_AGP_CPRA.012", + "dc/svpg/sdg/SE_AGP_CPRA.013", + "dc/svpg/sdg/SE_AGP_CPRA.014", + "dc/svpg/sdg/SE_AGP_CPRA.015", + "dc/svpg/sdg/SE_AGP_CPRA.016", + "dc/svpg/sdg/SE_AGP_CPRA.017", + "dc/svpg/sdg/SE_AGP_CPRA.018" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEALPCPLR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Adjusted location parity index for completion rate by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_ALP_CPLR.001", + "dc/svpg/sdg/SE_ALP_CPLR.002", + "dc/svpg/sdg/SE_ALP_CPLR.003", + "dc/svpg/sdg/SE_ALP_CPLR.004", + "dc/svpg/sdg/SE_ALP_CPLR.005", + "dc/svpg/sdg/SE_ALP_CPLR.006", + "dc/svpg/sdg/SE_ALP_CPLR.007", + "dc/svpg/sdg/SE_ALP_CPLR.008", + "dc/svpg/sdg/SE_ALP_CPLR.009", + "dc/svpg/sdg/SE_ALP_CPLR.010", + "dc/svpg/sdg/SE_ALP_CPLR.011", + "dc/svpg/sdg/SE_ALP_CPLR.012", + "dc/svpg/sdg/SE_ALP_CPLR.013", + "dc/svpg/sdg/SE_ALP_CPLR.014", + "dc/svpg/sdg/SE_ALP_CPLR.015", + "dc/svpg/sdg/SE_ALP_CPLR.016", + "dc/svpg/sdg/SE_ALP_CPLR.017", + "dc/svpg/sdg/SE_ALP_CPLR.018" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEAWPCPRA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Adjusted wealth parity index for completion rate by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_AWP_CPRA.001", + "dc/svpg/sdg/SE_AWP_CPRA.002", + "dc/svpg/sdg/SE_AWP_CPRA.003", + "dc/svpg/sdg/SE_AWP_CPRA.004", + "dc/svpg/sdg/SE_AWP_CPRA.005", + "dc/svpg/sdg/SE_AWP_CPRA.006", + "dc/svpg/sdg/SE_AWP_CPRA.007", + "dc/svpg/sdg/SE_AWP_CPRA.008", + "dc/svpg/sdg/SE_AWP_CPRA.009" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEDEVONTRK" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of children aged 24\u221259 months who are developmentally on track in at least three of the following domains: literacy-numeracy, physical development, social-emotional development, and learning by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_DEV_ONTRK.001", + "dc/svpg/sdg/SE_DEV_ONTRK.002", + "dc/svpg/sdg/SE_DEV_ONTRK.003", + "dc/svpg/sdg/SE_DEV_ONTRK.004" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEGCEDESDCUR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which global citizenship education and education for sustainable development are mainstreamed in curricula" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_GCEDESD_CUR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEGCEDESDNEP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which global citizenship education and education for sustainable development are mainstreamed in national education policies" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_GCEDESD_NEP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEGCEDESDSAS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which global citizenship education and education for sustainable development are mainstreamed in student assessment" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_GCEDESD_SAS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEGCEDESDTED" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which global citizenship education and education for sustainable development are mainstreamed in teacher education" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_GCEDESD_TED.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEGPIICTS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Gender parity index for youth/adults with information and communications technology (ICT) skills by Type of skill" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_GPI_ICTS.001", + "dc/svpg/sdg/SE_GPI_ICTS.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEGPIPART" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Adjusted gender parity index for participation rate in formal and non-formal education and training by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_GPI_PART.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEGPIPTNPRE" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Adjusted gender parity index for participation rate in organized learning (one year before the official primary entry age)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_GPI_PTNPRE.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEGPITCAQ" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Adjusted gender parity index for the proportion of teachers with the minimum required qualifications by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_GPI_TCAQ.001", + "dc/svpg/sdg/SE_GPI_TCAQ.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEIMPFPOF" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Adjusted immigration status parity index for achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_IMP_FPOF.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEINFDSBL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of schools with access to adapted infrastructure and materials for students with disabilities by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_INF_DSBL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSELGPACHI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Adjusted language test parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_LGP_ACHI.001", + "dc/svpg/sdg/SE_LGP_ACHI.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSENAPACHI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Adjusted immigration status parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_NAP_ACHI.001", + "dc/svpg/sdg/SE_NAP_ACHI.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSEPREPARTN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Participation rate in organized learning (one year before the official primary entry age)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_PRE_PARTN.001", + "dc/svpg/sdg/SE_PRE_PARTN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSETOTCPLR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "School completion rate by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_TOT_CPLR.001", + "dc/svpg/sdg/SE_TOT_CPLR.002", + "dc/svpg/sdg/SE_TOT_CPLR.003", + "dc/svpg/sdg/SE_TOT_CPLR.004", + "dc/svpg/sdg/SE_TOT_CPLR.005", + "dc/svpg/sdg/SE_TOT_CPLR.006", + "dc/svpg/sdg/SE_TOT_CPLR.007", + "dc/svpg/sdg/SE_TOT_CPLR.008", + "dc/svpg/sdg/SE_TOT_CPLR.009", + "dc/svpg/sdg/SE_TOT_CPLR.010", + "dc/svpg/sdg/SE_TOT_CPLR.011", + "dc/svpg/sdg/SE_TOT_CPLR.012", + "dc/svpg/sdg/SE_TOT_CPLR.013", + "dc/svpg/sdg/SE_TOT_CPLR.014", + "dc/svpg/sdg/SE_TOT_CPLR.015", + "dc/svpg/sdg/SE_TOT_CPLR.016", + "dc/svpg/sdg/SE_TOT_CPLR.017", + "dc/svpg/sdg/SE_TOT_CPLR.018", + "dc/svpg/sdg/SE_TOT_CPLR.019", + "dc/svpg/sdg/SE_TOT_CPLR.020", + "dc/svpg/sdg/SE_TOT_CPLR.021", + "dc/svpg/sdg/SE_TOT_CPLR.022", + "dc/svpg/sdg/SE_TOT_CPLR.023", + "dc/svpg/sdg/SE_TOT_CPLR.024", + "dc/svpg/sdg/SE_TOT_CPLR.025", + "dc/svpg/sdg/SE_TOT_CPLR.026", + "dc/svpg/sdg/SE_TOT_CPLR.027", + "dc/svpg/sdg/SE_TOT_CPLR.028", + "dc/svpg/sdg/SE_TOT_CPLR.029", + "dc/svpg/sdg/SE_TOT_CPLR.030", + "dc/svpg/sdg/SE_TOT_CPLR.031", + "dc/svpg/sdg/SE_TOT_CPLR.032", + "dc/svpg/sdg/SE_TOT_CPLR.033", + "dc/svpg/sdg/SE_TOT_CPLR.034", + "dc/svpg/sdg/SE_TOT_CPLR.035", + "dc/svpg/sdg/SE_TOT_CPLR.036", + "dc/svpg/sdg/SE_TOT_CPLR.037", + "dc/svpg/sdg/SE_TOT_CPLR.038", + "dc/svpg/sdg/SE_TOT_CPLR.039", + "dc/svpg/sdg/SE_TOT_CPLR.040", + "dc/svpg/sdg/SE_TOT_CPLR.041", + "dc/svpg/sdg/SE_TOT_CPLR.042", + "dc/svpg/sdg/SE_TOT_CPLR.043", + "dc/svpg/sdg/SE_TOT_CPLR.044", + "dc/svpg/sdg/SE_TOT_CPLR.045", + "dc/svpg/sdg/SE_TOT_CPLR.046", + "dc/svpg/sdg/SE_TOT_CPLR.047", + "dc/svpg/sdg/SE_TOT_CPLR.048", + "dc/svpg/sdg/SE_TOT_CPLR.049", + "dc/svpg/sdg/SE_TOT_CPLR.050", + "dc/svpg/sdg/SE_TOT_CPLR.051", + "dc/svpg/sdg/SE_TOT_CPLR.052", + "dc/svpg/sdg/SE_TOT_CPLR.053", + "dc/svpg/sdg/SE_TOT_CPLR.054" + ] + }, + { + "dcid": [ + "dc/topic/SDGSETOTGPI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Adjusted gender parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_TOT_GPI.001", + "dc/svpg/sdg/SE_TOT_GPI.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSETOTGPIFS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Adjusted gender parity index for achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_TOT_GPI_FS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSETOTPRFL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of children and young people achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_TOT_PRFL.001", + "dc/svpg/sdg/SE_TOT_PRFL.002", + "dc/svpg/sdg/SE_TOT_PRFL.003", + "dc/svpg/sdg/SE_TOT_PRFL.004", + "dc/svpg/sdg/SE_TOT_PRFL.005", + "dc/svpg/sdg/SE_TOT_PRFL.006" + ] + }, + { + "dcid": [ + "dc/topic/SDGSETOTRUPI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Adjusted rural to urban parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_TOT_RUPI.001", + "dc/svpg/sdg/SE_TOT_RUPI.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSETOTSESPI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Adjusted low to high socio-economic parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_TOT_SESPI.001", + "dc/svpg/sdg/SE_TOT_SESPI.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSETOTSESPIFS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Adjusted low to high socio-economic parity status index for achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_TOT_SESPI_FS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSETRAGRDL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of teachers with the minimum required qualifications (Pre-primary education) by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SE_TRA_GRDL.001", + "dc/svpg/sdg/SE_TRA_GRDL.002", + "dc/svpg/sdg/SE_TRA_GRDL.003", + "dc/svpg/sdg/SE_TRA_GRDL.004", + "dc/svpg/sdg/SE_TRA_GRDL.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGCPAMIGRP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of countries with migration policies to facilitate orderly, safe, regular and responsible migration and mobility of people" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_CPA_MIGRP.001", + "dc/svpg/sdg/SG_CPA_MIGRP.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGCPAMIGRS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with migration policies to facilitate orderly, safe, regular and responsible migration and mobility of people" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_CPA_MIGRS.001", + "dc/svpg/sdg/SG_CPA_MIGRS.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGCPAOFDI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of countries with an outward investment promotion scheme which can benefit developing countries, including LDCs" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_CPA_OFDI.001", + "dc/svpg/sdg/SG_CPA_OFDI.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGCPASDEVP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Mechanisms in place to enhance policy coherence for sustainable development" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_CPA_SDEVP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKJDC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of positions held by persons under 45 years of age in the judiciary, compared to national distributions" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_JDC.001", + "dc/svpg/sdg/SG_DMK_JDC.002", + "dc/svpg/sdg/SG_DMK_JDC.003", + "dc/svpg/sdg/SG_DMK_JDC.004", + "dc/svpg/sdg/SG_DMK_JDC.005", + "dc/svpg/sdg/SG_DMK_JDC.006", + "dc/svpg/sdg/SG_DMK_JDC.007", + "dc/svpg/sdg/SG_DMK_JDC.008", + "dc/svpg/sdg/SG_DMK_JDC.009", + "dc/svpg/sdg/SG_DMK_JDC.010", + "dc/svpg/sdg/SG_DMK_JDC.011" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKJDCCNS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportions of positions held by persons under 45 years of age in the Constitutional Court" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_JDC_CNS.001", + "dc/svpg/sdg/SG_DMK_JDC_CNS.002", + "dc/svpg/sdg/SG_DMK_JDC_CNS.003", + "dc/svpg/sdg/SG_DMK_JDC_CNS.004" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKJDCHGR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportions of positions held by persons under 45 years of age in the Higher Courts" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_JDC_HGR.001", + "dc/svpg/sdg/SG_DMK_JDC_HGR.002", + "dc/svpg/sdg/SG_DMK_JDC_HGR.003", + "dc/svpg/sdg/SG_DMK_JDC_HGR.004", + "dc/svpg/sdg/SG_DMK_JDC_HGR.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKJDCLWR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportions of positions held by persons under 45 years of age in the Lower Courts" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_JDC_LWR.001", + "dc/svpg/sdg/SG_DMK_JDC_LWR.002", + "dc/svpg/sdg/SG_DMK_JDC_LWR.003", + "dc/svpg/sdg/SG_DMK_JDC_LWR.004", + "dc/svpg/sdg/SG_DMK_JDC_LWR.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKPARLCCJC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by women 46 years old and over: Joint Committees" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_PARLCC_JC.001", + "dc/svpg/sdg/SG_DMK_PARLCC_JC.002", + "dc/svpg/sdg/SG_DMK_PARLCC_JC.003", + "dc/svpg/sdg/SG_DMK_PARLCC_JC.004", + "dc/svpg/sdg/SG_DMK_PARLCC_JC.005", + "dc/svpg/sdg/SG_DMK_PARLCC_JC.006" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKPARLCCLC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by women 46 years old and over: Lower Chamber or Unicameral Committees" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_PARLCC_LC.001", + "dc/svpg/sdg/SG_DMK_PARLCC_LC.002", + "dc/svpg/sdg/SG_DMK_PARLCC_LC.003", + "dc/svpg/sdg/SG_DMK_PARLCC_LC.004", + "dc/svpg/sdg/SG_DMK_PARLCC_LC.005", + "dc/svpg/sdg/SG_DMK_PARLCC_LC.006", + "dc/svpg/sdg/SG_DMK_PARLCC_LC.007", + "dc/svpg/sdg/SG_DMK_PARLCC_LC.008", + "dc/svpg/sdg/SG_DMK_PARLCC_LC.009" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKPARLCCUC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of chairs of permanent parliamentary committees held by women years old and over: Upper Chamber Committees" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_PARLCC_UC.001", + "dc/svpg/sdg/SG_DMK_PARLCC_UC.002", + "dc/svpg/sdg/SG_DMK_PARLCC_UC.003", + "dc/svpg/sdg/SG_DMK_PARLCC_UC.004", + "dc/svpg/sdg/SG_DMK_PARLCC_UC.005", + "dc/svpg/sdg/SG_DMK_PARLCC_UC.006", + "dc/svpg/sdg/SG_DMK_PARLCC_UC.007", + "dc/svpg/sdg/SG_DMK_PARLCC_UC.008" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKPARLMPLC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Female representation ratio in parliament (proportion of women in parliament divided by the proportion of women in the national population\u00a0eligible by age): Lower chamber or unicameral" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_PARLMP_LC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKPARLMPUC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Female representation ratio in parliament (proportion of women in parliament divided by the proportion of women in the national population\u00a0eligible by age): Upper chamber" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_PARLMP_UC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKPARLSPLC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of persons 46 years and over who are speakers in parliement, by sex: Lower Chamber or Unicameral Committees" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_PARLSP_LC.001", + "dc/svpg/sdg/SG_DMK_PARLSP_LC.002", + "dc/svpg/sdg/SG_DMK_PARLSP_LC.004", + "dc/svpg/sdg/SG_DMK_PARLSP_LC.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKPARLSPUC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of persons 46 years old and over who are speakers in parliement, by sex: Upper Chamber Committees" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_PARLSP_UC.001", + "dc/svpg/sdg/SG_DMK_PARLSP_UC.002", + "dc/svpg/sdg/SG_DMK_PARLSP_UC.004", + "dc/svpg/sdg/SG_DMK_PARLSP_UC.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKPARLYNLC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of youth in parliament (age 45 or below): Lower Chamber or Unicameral by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_PARLYN_LC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKPARLYNUC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of youth in parliament (age 45 or below): Upper Chamber by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_PARLYN_UC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKPARLYPLC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of youth in parliament (age 45 or below): Lower Chamber or Unicameral by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_PARLYP_LC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKPARLYPUC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of youth in parliament (age 45 or below): Upper Chamber by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_PARLYP_UC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKPARLYRLC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Youth representation ratio in parliament (proportion of members in parliament aged 45 or below divided by the share of individuals aged 45 or below in the national population eligible by age): Lower Chamber or Unicameral by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_PARLYR_LC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKPARLYRUC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Youth representation ratio in parliament (proportion of members in parliament aged 45 or below divided by the share of individuals aged 45 or below in the national population eligible by age): Upper Chamber or Unicameral by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_PARLYR_UC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDMKPSRVC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of positions in the public service held by specific groups compared to national distributions" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DMK_PSRVC.001", + "dc/svpg/sdg/SG_DMK_PSRVC.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDSRLGRGSR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Score of adoption and implementation of national disaster-risk reduction strategies in line with the Sendai Framework" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DSR_LGRGSR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDSRSFDRR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of countries that reported having a national disaster-risk reduction strategy which is aligned to the Sendai Framework" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DSR_SFDRR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDSRSILN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of local governments that adopt and implement local disaster-risk reduction strategies in line with national strategies" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DSR_SILN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGDSRSILS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of local governments that adopt and implement local disaster-risk reduction strategies in line with national disaster-risk reduction strategies" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_DSR_SILS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGGENEQPWN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of countries with systems to track and make public allocations for gender equality and women's empowerment" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_GEN_EQPWN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGGENEQPWNN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with systems to track and make public allocations for gender equality and women's empowerment" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_GEN_EQPWNN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGGENLOCGELS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of elected seats in deliberative bodies of local government held by women by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_GEN_LOCGELS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGGENPARL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of seats in national parliaments held by women by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_GEN_PARL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGGENPARLN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of seats in national parliaments held by women by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_GEN_PARLN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGGENPARLNT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Current number of seats in national parliaments" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_GEN_PARLNT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGGOVLOGV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of local governments" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_GOV_LOGV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGHAZCMRBASEL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Parties meeting their commitments and obligations in transmitting information as required by Basel Convention on hazardous waste, and other chemicals" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_HAZ_CMRBASEL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGHAZCMRMNMT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Parties meeting their commitments and obligations in transmitting information as required by Minamata Convention on hazardous waste, and other chemicals" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_HAZ_CMRMNMT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGHAZCMRMNTRL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Parties meeting their commitments and obligations in transmitting information as required by Montreal Protocol on hazardous waste, and other chemicals" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_HAZ_CMRMNTRL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGHAZCMRROTDAM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Parties meeting their commitments and obligations in transmitting information as required by Rotterdam Convention on hazardous waste, and other chemicals" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_HAZ_CMRROTDAM.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGHAZCMRSTHOLM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Parties meeting their commitments and obligations in transmitting information as required by Stockholm Convention on hazardous waste, and other chemicals" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_HAZ_CMRSTHOLM.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGINFACCSS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries that adopt and implement constitutional, statutory and/or policy guarantees for public access to information" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_INF_ACCSS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGINTMBRDEV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of members of developing countries in international organizations by International organization" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_INT_MBRDEV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGINTVRTDEV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of voting rights of developing countries in international organizations by International organization" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_INT_VRTDEV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGLGLGENEQEMP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Level of achievement regarding legal frameworks that promote, enforce and monitor gender equality with respect to employment and economic benefits (Area 3)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_LGL_GENEQEMP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGLGLGENEQLFP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Level of achievement regarding legal frameworks that promote, enforce and monitor gender equality with respect to overarching legal frameworks and public life (Area 1)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_LGL_GENEQLFP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGLGLGENEQMAR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Level of achievement regarding legal frameworks that promote, enforce and monitor gender equality with respect to marriage and family (Area 4)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_LGL_GENEQMAR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGLGLGENEQVAW" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Level of achievement regarding legal frameworks that promote, enforce and monitor gender equality with respect to violence against women (Area 2)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_LGL_GENEQVAW.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGLGLLNDFEMOD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Degree to which the legal framework (including customary law) guarantees women\u2019s equal rights to land ownership and/or control" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_LGL_LNDFEMOD.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGNHRCMPLNC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with National Human Rights Institutions in compliance with the Paris Principles" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_NHR_CMPLNC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGNHRIMPL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of countries with independent National Human Rights Institutions in compliance with the Paris Principles" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_NHR_IMPL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGNHRINTEXST" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of countries that applied for accreditation as independent National Human Rights Institutions in compliance with the Paris Principles" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_NHR_INTEXST.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGPLNMSTKSDGP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of provider countries reporting progress in multi-stakeholder development effectiveness monitoring frameworks that support the achievement of the sustainable development goals" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_PLN_MSTKSDG_P.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGPLNMSTKSDGR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of recipient countries reporting progress in multi-stakeholder development effectiveness monitoring frameworks that support the achievement of the sustainable development goals" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_PLN_MSTKSDG_R.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGPLNPRPOLRES" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent of use of country-owned results frameworks and planning tools by providers of development cooperation - data by provider" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_PLN_PRPOLRES.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGPLNPRVNDI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of project objectives of new development interventions drawn from country-led result frameworks - data by provider" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_PLN_PRVNDI.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGPLNPRVRICTRY" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of results indicators drawn from country-led results frameworks - data by provider" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_PLN_PRVRICTRY.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGPLNPRVRIMON" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of results indicators which will be monitored using government sources and monitoring systems - data by provider" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_PLN_PRVRIMON.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGPLNRECNDI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of project objectives in new development interventions drawn from country-led result frameworks - data by recipient" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_PLN_RECNDI.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGPLNRECRICTRY" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of results indicators drawn from country-led results frameworks - data by recipient" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_PLN_RECRICTRY.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGPLNRECRIMON" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of results indicators which will be monitored using government sources and monitoring systems - data by recipient" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_PLN_RECRIMON.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGPLNREPOLRES" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent of use of country-owned results frameworks and planning tools by providers of development cooperation - data by recipient" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_PLN_REPOLRES.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGREGBRTH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of children under 5 years of age whose births have been registered with a civil authority by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_REG_BRTH.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGREGBRTH90" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of countries with birth registration data that are at least 90 percent complete" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_REG_BRTH90.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGREGBRTH90N" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with birth registration data that are at least 90 percent complete" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_REG_BRTH90N.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGREGCENSUS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of countries that have conducted at least one population and housing census in the last 10 years" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_REG_CENSUS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGREGCENSUSN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries that have conducted at least one population and housing census in the last 10 years" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_REG_CENSUSN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGREGDETH75" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of countries with death registration data that are at least 75 percent complete" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_REG_DETH75.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGREGDETH75N" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with death registration data that are at least 75 percent complete" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_REG_DETH75N.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGSCPCNTRY" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with sustainable consumption and production (SCP) national action plans or SCP mainstreamed as a priority or target into national policies" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_SCP_CNTRY.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGSCPPOLINS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with policy instrument for sustainable consumption and production by Policy instrument" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_SCP_POLINS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGSCPPROCN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans by Level of implementation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_SCP_PROCN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGSCPPROCNHS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Artigas) by Level of implementation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_SCP_PROCN_HS.001", + "dc/svpg/sdg/SG_SCP_PROCN_HS.002", + "dc/svpg/sdg/SG_SCP_PROCN_HS.003", + "dc/svpg/sdg/SG_SCP_PROCN_HS.004", + "dc/svpg/sdg/SG_SCP_PROCN_HS.005", + "dc/svpg/sdg/SG_SCP_PROCN_HS.006", + "dc/svpg/sdg/SG_SCP_PROCN_HS.007", + "dc/svpg/sdg/SG_SCP_PROCN_HS.008", + "dc/svpg/sdg/SG_SCP_PROCN_HS.009", + "dc/svpg/sdg/SG_SCP_PROCN_HS.010", + "dc/svpg/sdg/SG_SCP_PROCN_HS.011", + "dc/svpg/sdg/SG_SCP_PROCN_HS.012", + "dc/svpg/sdg/SG_SCP_PROCN_HS.013", + "dc/svpg/sdg/SG_SCP_PROCN_HS.014", + "dc/svpg/sdg/SG_SCP_PROCN_HS.015", + "dc/svpg/sdg/SG_SCP_PROCN_HS.016", + "dc/svpg/sdg/SG_SCP_PROCN_HS.017", + "dc/svpg/sdg/SG_SCP_PROCN_HS.018", + "dc/svpg/sdg/SG_SCP_PROCN_HS.019", + "dc/svpg/sdg/SG_SCP_PROCN_HS.020", + "dc/svpg/sdg/SG_SCP_PROCN_HS.021", + "dc/svpg/sdg/SG_SCP_PROCN_HS.022", + "dc/svpg/sdg/SG_SCP_PROCN_HS.023", + "dc/svpg/sdg/SG_SCP_PROCN_HS.024", + "dc/svpg/sdg/SG_SCP_PROCN_HS.025", + "dc/svpg/sdg/SG_SCP_PROCN_HS.026", + "dc/svpg/sdg/SG_SCP_PROCN_HS.027", + "dc/svpg/sdg/SG_SCP_PROCN_HS.028", + "dc/svpg/sdg/SG_SCP_PROCN_HS.029", + "dc/svpg/sdg/SG_SCP_PROCN_HS.030" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGSCPPROCNLS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (Ayuntamiento de Barcelona) by Level of implementation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_SCP_PROCN_LS.001", + "dc/svpg/sdg/SG_SCP_PROCN_LS.002", + "dc/svpg/sdg/SG_SCP_PROCN_LS.003", + "dc/svpg/sdg/SG_SCP_PROCN_LS.004", + "dc/svpg/sdg/SG_SCP_PROCN_LS.005", + "dc/svpg/sdg/SG_SCP_PROCN_LS.006", + "dc/svpg/sdg/SG_SCP_PROCN_LS.007", + "dc/svpg/sdg/SG_SCP_PROCN_LS.008", + "dc/svpg/sdg/SG_SCP_PROCN_LS.009" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGSCPTOTLN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of policies, instruments and mechanism in place for sustainable consumption and production" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_SCP_TOTLN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGSTTCAPTY" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Dollar value of all resources made available to strengthen statistical capacity in developing countries" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_STT_CAPTY.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGSTTFPOS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with national statistical legislation that complies with the Fundamental Principles of Official Statistics" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_STT_FPOS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGSTTNSDSFDDNR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with national statistical plans with funding from donors" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_STT_NSDSFDDNR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGSTTNSDSFDGVT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with national statistical plans with funding from government" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_STT_NSDSFDGVT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGSTTNSDSFDOTHR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with national statistical plans with funding from others" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_STT_NSDSFDOTHR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGSTTNSDSFND" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with national statistical plans that are fully funded" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_STT_NSDSFND.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGSTTNSDSIMPL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with national statistical plans that are under implementation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_STT_NSDSIMPL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGSTTODIN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Open Data Inventory (ODIN) Coverage Index" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_STT_ODIN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGXPDEDUC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of total government spending on essential services: education" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_XPD_EDUC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGXPDESSRV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of total government spending on essential services" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_XPD_ESSRV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGXPDHLTH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of total government spending on essential services: health" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_XPD_HLTH.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSGXPDPROT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of total government spending on essential services: social protection" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SG_XPD_PROT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHAAPASMORT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Age-standardized mortality rate attributed to ambient air pollution" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_AAP_ASMORT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHACSDTP3" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of the target population who received 3 doses of diphtheria-tetanus-pertussis (DTP3) vaccine" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_ACS_DTP3.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHACSHPV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of the target population who received the final dose of human papillomavirus (HPV) vaccine" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_ACS_HPV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHACSMCV2" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of the target population who received measles-containing-vaccine second-dose (MCV2)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_ACS_MCV2.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHACSPCV3" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of the target population who received a 3rd dose of pneumococcal conjugate (PCV3) vaccine" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_ACS_PCV3.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHACSUNHC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Universal health coverage (UHC) service coverage index" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_ACS_UNHC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHALCCONSPT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Alcohol consumption per capita among individuals aged 15 years and older within a calendar year" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_ALC_CONSPT.001", + "dc/svpg/sdg/SH_ALC_CONSPT.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHBLDECOLI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Percentage of bloodstream infection due to Escherichia coli resistant to 3rd-generation cephalosporin (e.g., ESBL- E. coli) among patients seeking care and whose blood sample is taken and tested" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_BLD_ECOLI.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHBLDMRSA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Percentage of bloodstream infection due to methicillin-resistant Staphylococcus aureus (MRSA) among patients seeking care and whose blood sample is taken and tested" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_BLD_MRSA.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHDTHNCD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of deaths attributed to non-communicable diseases by Disease" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_DTH_NCD.001", + "dc/svpg/sdg/SH_DTH_NCD.002", + "dc/svpg/sdg/SH_DTH_NCD.003" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHDTHNCOM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Mortality rate attributed to cardiovascular disease, cancer, diabetes or chronic respiratory disease (probability) (30 to 70 years old) by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_DTH_NCOM.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHDYNIMRT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Infant mortality rate (under 1 year old) by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_DYN_IMRT.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHDYNIMRTN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Infant deaths (under 1 year old) by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_DYN_IMRTN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHDYNMORT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Under-five mortality rate (under 5 years old) by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_DYN_MORT.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHDYNMORTN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Under-five deaths (under 5 years old) by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_DYN_MORTN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHDYNNMRT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Neonatal mortality rate" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_DYN_NMRT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHDYNNMRTN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Neonatal deaths" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_DYN_NMRTN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHFPLINFM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of women who make their own informed decisions regarding sexual relations, contraceptive use and reproductive health care (15 to 49 years old)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_FPL_INFM.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHFPLINFMCU" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of women who make their own informed decisions regarding contraceptive use (15 to 49 years old)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_FPL_INFMCU.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHFPLINFMRH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of women who make their own informed decisions regarding reproductive health care (15 to 49 years old)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_FPL_INFMRH.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHFPLINFMSR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of women who make their own informed decisions regarding sexual relations (15 to 49 years old)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_FPL_INFMSR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHFPLMTMM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of women of reproductive age (aged 15-49 years) who have their need for family planning satisfied with modern methods" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_FPL_MTMM.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHH2OSAFE" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population using safely managed drinking water services" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_H2O_SAFE.001", + "dc/svpg/sdg/SH_H2O_SAFE.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHHAPASMORT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Age-standardized mortality rate attributed to household air pollution" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_HAP_ASMORT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHHAPHBSAG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Prevalence of hepatitis B surface antigen (HBsAg) (under 5 years old)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_HAP_HBSAG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHHIVINCD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of new HIV infections per 1, 000 uninfected population" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_HIV_INCD.001", + "dc/svpg/sdg/SH_HIV_INCD.002", + "dc/svpg/sdg/SH_HIV_INCD.003", + "dc/svpg/sdg/SH_HIV_INCD.004", + "dc/svpg/sdg/SH_HIV_INCD.005", + "dc/svpg/sdg/SH_HIV_INCD.006" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHHLFEMED" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of health facilities that have a core set of relevant essential medicines available and affordable on a sustainable basis" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_HLF_EMED.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHIHRCAPS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "International Health Regulations (IHR) capacity" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_IHR_CAPS.001", + "dc/svpg/sdg/SH_IHR_CAPS.002", + "dc/svpg/sdg/SH_IHR_CAPS.003", + "dc/svpg/sdg/SH_IHR_CAPS.004" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHE" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHE.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHEC1" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (maternity care component)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHEC1.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHEC10" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HIV testing and counsellilng component)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHEC10.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHEC11" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HIV treatment and care component)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHEC11.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHEC12" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HIV Confidentiality component)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHEC12.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHEC13" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HPV Vaccine component)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHEC13.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHEC2" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (life-saving commodities component)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHEC2.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHEC3" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (abortion component)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHEC3.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHEC4" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (post-abortion care component)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHEC4.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHEC5" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (contraceptive services component)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHEC5.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHEC6" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (consent for contraceptive services component)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHEC6.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHEC7" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (emergency contraception component)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHEC7.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHEC8" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (comprehensive sexuality education curriculum laws component)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHEC8.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHEC9" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (comprehensive sexuality education curriculum topics component)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHEC9.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHES1" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (maternity care section)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHES1.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHES2" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (contraception and family planning section)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHES2.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHES3" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (comprehensive sexuality education and information section)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHES3.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHLGRACSRHES4" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HIV and HPV)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_LGR_ACSRHES4.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHMEDDEN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Health worker density by Professionals (ISCO08 - 2)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_MED_DEN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHMEDHWRKDIS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Health worker distribution (Female) by Professionals (ISCO08 - 2)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_MED_HWRKDIS.001", + "dc/svpg/sdg/SH_MED_HWRKDIS.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHPRVSMOK" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Age-standardized prevalence of current tobacco use among persons aged 15 years and older" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_PRV_SMOK.001", + "dc/svpg/sdg/SH_PRV_SMOK.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSANDEFECT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population practicing open defecation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_SAN_DEFECT.001", + "dc/svpg/sdg/SH_SAN_DEFECT.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSANHNDWSH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population with basic handwashing facilities on premises" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_SAN_HNDWSH.001", + "dc/svpg/sdg/SH_SAN_HNDWSH.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSANSAFE" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population using safely managed sanitation services" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_SAN_SAFE.001", + "dc/svpg/sdg/SH_SAN_SAFE.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTAANEM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of women aged 15-49 years with anaemia" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_ANEM.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTAANEMNPRG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of non-pregnant women aged 15-49 years with anaemia" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_ANEM_NPRG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTAANEMPREG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of women aged 15-49 years with anaemia, pregnant" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_ANEM_PREG.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTAASAIRP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Age-standardized mortality rate attributed to household and ambient air pollution" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_ASAIRP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTABRTC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of births attended by skilled health personnel" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_BRTC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTAFGMS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of girls and women aged 15-49 years who have undergone female genital mutilation by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_FGMS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTAMALR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Malaria incidence per 1, 000 population at risk" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_MALR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTAMORT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Maternal mortality ratio" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_MORT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTAPOISN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Mortality rate attributed to unintentional poisonings" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_POISN.001", + "dc/svpg/sdg/SH_STA_POISN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTASCIDE" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Suicide mortality rate" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_SCIDE.001", + "dc/svpg/sdg/SH_STA_SCIDE.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTASCIDEN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of deaths attributed to suicide" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_SCIDEN.001", + "dc/svpg/sdg/SH_STA_SCIDEN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTASTNT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of children moderately or severely stunted" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_STNT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTASTNTN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Children moderately or severely stunted" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_STNTN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTATRAF" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Death rate due to road traffic injuries" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_TRAF.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTATRAFN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of deaths rate due to road traffic injuries" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_TRAFN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTAWASHARI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Mortality rate attributed to unsafe water, unsafe sanitation and lack of hygiene from diarrhoea, intestinal nematode infections, malnutrition and acute respiratory infections" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_WASHARI.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTAWAST" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of children moderately or severely wasted" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_WAST.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSTAWASTN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Children moderately or severely wasted" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_STA_WASTN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSUDALCOL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Alcohol use disorders, 12-month prevalence (15 years old and over) by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_SUD_ALCOL.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHSUDTREAT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Coverage of treatment interventions (pharmacological, psychosocial and rehabilitation and aftercare services) for substance use disorders by Type of substance" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_SUD_TREAT.001", + "dc/svpg/sdg/SH_SUD_TREAT.002", + "dc/svpg/sdg/SH_SUD_TREAT.003", + "dc/svpg/sdg/SH_SUD_TREAT.004", + "dc/svpg/sdg/SH_SUD_TREAT.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHTBSINCD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Tuberculosis incidence" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_TBS_INCD.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHTRPINTVN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of people requiring interventions against neglected tropical diseases" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_TRP_INTVN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHXPDEARN10" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population with large household expenditures on health (greater than 10%) as a share of total household expenditure or income" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_XPD_EARN10.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSHXPDEARN25" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population with large household expenditures on health (greater than 25%) as a share of total household expenditure or income" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SH_XPD_EARN25.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSIAGRLSFP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Average income of large-scale food producers, at purchasing-power parity rates" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_AGR_LSFP.001", + "dc/svpg/sdg/SI_AGR_LSFP.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSIAGRSSFP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Average income of small-scale food producers, at purchasing-power parity rates" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_AGR_SSFP.001", + "dc/svpg/sdg/SI_AGR_SSFP.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSICOVBENFTS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "ILO Proportion of population covered by at least one social protection benefit" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_COV_BENFTS.001", + "dc/svpg/sdg/SI_COV_BENFTS.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSICOVCHLD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "ILO Proportion of children/households receiving child/family cash benefit by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_COV_CHLD.001", + "dc/svpg/sdg/SI_COV_CHLD.003" + ] + }, + { + "dcid": [ + "dc/topic/SDGSICOVDISAB" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "ILO Proportion of population with severe disabilities receiving disability cash benefit" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_COV_DISAB.001", + "dc/svpg/sdg/SI_COV_DISAB.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSICOVLMKT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "World Bank Proportion of population covered by labour market programs" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_COV_LMKT.001", + "dc/svpg/sdg/SI_COV_LMKT.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSICOVMATNL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "ILO Proportion of mothers with newborns receiving maternity cash benefit by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_COV_MATNL.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSICOVPENSN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "ILO Proportion of population above statutory pensionable age receiving a pension, by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_COV_PENSN.001", + "dc/svpg/sdg/SI_COV_PENSN.003", + "dc/svpg/sdg/SI_COV_PENSN.004" + ] + }, + { + "dcid": [ + "dc/topic/SDGSICOVPOOR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "ILO Proportion of poor population receiving social assistance cash benefit" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_COV_POOR.001", + "dc/svpg/sdg/SI_COV_POOR.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSICOVSOCAST" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "World Bank Proportion of population covered by social assistance programs" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_COV_SOCAST.001", + "dc/svpg/sdg/SI_COV_SOCAST.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSICOVSOCINS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "World Bank Proportion of population covered by social insurance programs" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_COV_SOCINS.001", + "dc/svpg/sdg/SI_COV_SOCINS.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSICOVUEMP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "ILO Proportion of unemployed persons receiving unemployment cash benefit by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_COV_UEMP.002", + "dc/svpg/sdg/SI_COV_UEMP.003", + "dc/svpg/sdg/SI_COV_UEMP.004" + ] + }, + { + "dcid": [ + "dc/topic/SDGSICOVVULN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "ILO Proportion of vulnerable population receiving social assistance cash benefit by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_COV_VULN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSICOVWKINJRY" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "ILO Proportion of employed population covered in the event of work injury by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_COV_WKINJRY.001", + "dc/svpg/sdg/SI_COV_WKINJRY.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSIDSTFISP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Redistributive impact of fiscal policy, Gini index by Fiscal intervention stage" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_DST_FISP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSIHEITOTL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Growth rates of household expenditure or income per capita" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_HEI_TOTL.001", + "dc/svpg/sdg/SI_HEI_TOTL.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSIPOV50MI" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of people living below 50 percent of median income by Quantile" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_POV_50MI.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSIPOVDAY1" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population below international poverty line" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_POV_DAY1.001", + "dc/svpg/sdg/SI_POV_DAY1.002", + "dc/svpg/sdg/SI_POV_DAY1.003", + "dc/svpg/sdg/SI_POV_DAY1.004" + ] + }, + { + "dcid": [ + "dc/topic/SDGSIPOVEMP1" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Employed population below international poverty line by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_POV_EMP1.001", + "dc/svpg/sdg/SI_POV_EMP1.002", + "dc/svpg/sdg/SI_POV_EMP1.003", + "dc/svpg/sdg/SI_POV_EMP1.004" + ] + }, + { + "dcid": [ + "dc/topic/SDGSIPOVNAHC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population living below the national poverty line" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_POV_NAHC.001", + "dc/svpg/sdg/SI_POV_NAHC.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSIRMTCOST" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Average remittance costs of sending $200 to a receiving country as a proportion of the amount remitted" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_RMT_COST.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSIRMTCOSTBC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Average remittance costs of sending $200 in a corridor as a proportion of the amount remitted" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_RMT_COST_BC.001", + "dc/svpg/sdg/SI_RMT_COST_BC.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSIRMTCOSTSC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "SmaRT average remittance costs of sending $200 in a corridor as a proportion of the amount remitted" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_RMT_COST_SC.001", + "dc/svpg/sdg/SI_RMT_COST_SC.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSIRMTCOSTSND" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Average remittance costs of sending $200 for a sending country as a proportion of the amount remitted" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SI_RMT_COST_SND.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLCPAYEMP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Existence of a developed and operationalized national strategy for youth employment, as a distinct strategy or as part of a national employment strategy" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_CPA_YEMP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLDOMTSPD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores and care work (10 to 14 years old) by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_DOM_TSPD.001", + "dc/svpg/sdg/SL_DOM_TSPD.002", + "dc/svpg/sdg/SL_DOM_TSPD.003", + "dc/svpg/sdg/SL_DOM_TSPD.004", + "dc/svpg/sdg/SL_DOM_TSPD.005", + "dc/svpg/sdg/SL_DOM_TSPD.006", + "dc/svpg/sdg/SL_DOM_TSPD.007", + "dc/svpg/sdg/SL_DOM_TSPD.008", + "dc/svpg/sdg/SL_DOM_TSPD.009", + "dc/svpg/sdg/SL_DOM_TSPD.010", + "dc/svpg/sdg/SL_DOM_TSPD.011", + "dc/svpg/sdg/SL_DOM_TSPD.012", + "dc/svpg/sdg/SL_DOM_TSPD.013", + "dc/svpg/sdg/SL_DOM_TSPD.014", + "dc/svpg/sdg/SL_DOM_TSPD.015", + "dc/svpg/sdg/SL_DOM_TSPD.016", + "dc/svpg/sdg/SL_DOM_TSPD.017", + "dc/svpg/sdg/SL_DOM_TSPD.018", + "dc/svpg/sdg/SL_DOM_TSPD.019", + "dc/svpg/sdg/SL_DOM_TSPD.020", + "dc/svpg/sdg/SL_DOM_TSPD.021", + "dc/svpg/sdg/SL_DOM_TSPD.022", + "dc/svpg/sdg/SL_DOM_TSPD.023", + "dc/svpg/sdg/SL_DOM_TSPD.024", + "dc/svpg/sdg/SL_DOM_TSPD.025", + "dc/svpg/sdg/SL_DOM_TSPD.026", + "dc/svpg/sdg/SL_DOM_TSPD.027", + "dc/svpg/sdg/SL_DOM_TSPD.028", + "dc/svpg/sdg/SL_DOM_TSPD.029", + "dc/svpg/sdg/SL_DOM_TSPD.030", + "dc/svpg/sdg/SL_DOM_TSPD.031", + "dc/svpg/sdg/SL_DOM_TSPD.032", + "dc/svpg/sdg/SL_DOM_TSPD.033", + "dc/svpg/sdg/SL_DOM_TSPD.034", + "dc/svpg/sdg/SL_DOM_TSPD.035", + "dc/svpg/sdg/SL_DOM_TSPD.036", + "dc/svpg/sdg/SL_DOM_TSPD.037", + "dc/svpg/sdg/SL_DOM_TSPD.038", + "dc/svpg/sdg/SL_DOM_TSPD.039", + "dc/svpg/sdg/SL_DOM_TSPD.040", + "dc/svpg/sdg/SL_DOM_TSPD.041", + "dc/svpg/sdg/SL_DOM_TSPD.042", + "dc/svpg/sdg/SL_DOM_TSPD.043", + "dc/svpg/sdg/SL_DOM_TSPD.044", + "dc/svpg/sdg/SL_DOM_TSPD.045", + "dc/svpg/sdg/SL_DOM_TSPD.046", + "dc/svpg/sdg/SL_DOM_TSPD.047", + "dc/svpg/sdg/SL_DOM_TSPD.048", + "dc/svpg/sdg/SL_DOM_TSPD.049", + "dc/svpg/sdg/SL_DOM_TSPD.050", + "dc/svpg/sdg/SL_DOM_TSPD.051", + "dc/svpg/sdg/SL_DOM_TSPD.052", + "dc/svpg/sdg/SL_DOM_TSPD.053", + "dc/svpg/sdg/SL_DOM_TSPD.054", + "dc/svpg/sdg/SL_DOM_TSPD.055", + "dc/svpg/sdg/SL_DOM_TSPD.056", + "dc/svpg/sdg/SL_DOM_TSPD.057", + "dc/svpg/sdg/SL_DOM_TSPD.058", + "dc/svpg/sdg/SL_DOM_TSPD.059", + "dc/svpg/sdg/SL_DOM_TSPD.060", + "dc/svpg/sdg/SL_DOM_TSPD.061" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLDOMTSPDCW" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of time spent on unpaid care work (10 to 14 years old) by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_DOM_TSPDCW.001", + "dc/svpg/sdg/SL_DOM_TSPDCW.002", + "dc/svpg/sdg/SL_DOM_TSPDCW.003", + "dc/svpg/sdg/SL_DOM_TSPDCW.004", + "dc/svpg/sdg/SL_DOM_TSPDCW.005", + "dc/svpg/sdg/SL_DOM_TSPDCW.006", + "dc/svpg/sdg/SL_DOM_TSPDCW.007", + "dc/svpg/sdg/SL_DOM_TSPDCW.008", + "dc/svpg/sdg/SL_DOM_TSPDCW.009", + "dc/svpg/sdg/SL_DOM_TSPDCW.010", + "dc/svpg/sdg/SL_DOM_TSPDCW.011", + "dc/svpg/sdg/SL_DOM_TSPDCW.012", + "dc/svpg/sdg/SL_DOM_TSPDCW.013", + "dc/svpg/sdg/SL_DOM_TSPDCW.014", + "dc/svpg/sdg/SL_DOM_TSPDCW.015", + "dc/svpg/sdg/SL_DOM_TSPDCW.016", + "dc/svpg/sdg/SL_DOM_TSPDCW.017", + "dc/svpg/sdg/SL_DOM_TSPDCW.018", + "dc/svpg/sdg/SL_DOM_TSPDCW.019", + "dc/svpg/sdg/SL_DOM_TSPDCW.020", + "dc/svpg/sdg/SL_DOM_TSPDCW.021", + "dc/svpg/sdg/SL_DOM_TSPDCW.022", + "dc/svpg/sdg/SL_DOM_TSPDCW.023", + "dc/svpg/sdg/SL_DOM_TSPDCW.024", + "dc/svpg/sdg/SL_DOM_TSPDCW.025", + "dc/svpg/sdg/SL_DOM_TSPDCW.026", + "dc/svpg/sdg/SL_DOM_TSPDCW.027", + "dc/svpg/sdg/SL_DOM_TSPDCW.028", + "dc/svpg/sdg/SL_DOM_TSPDCW.029", + "dc/svpg/sdg/SL_DOM_TSPDCW.030", + "dc/svpg/sdg/SL_DOM_TSPDCW.031", + "dc/svpg/sdg/SL_DOM_TSPDCW.032", + "dc/svpg/sdg/SL_DOM_TSPDCW.033", + "dc/svpg/sdg/SL_DOM_TSPDCW.034", + "dc/svpg/sdg/SL_DOM_TSPDCW.035", + "dc/svpg/sdg/SL_DOM_TSPDCW.036", + "dc/svpg/sdg/SL_DOM_TSPDCW.037", + "dc/svpg/sdg/SL_DOM_TSPDCW.038", + "dc/svpg/sdg/SL_DOM_TSPDCW.039", + "dc/svpg/sdg/SL_DOM_TSPDCW.040", + "dc/svpg/sdg/SL_DOM_TSPDCW.041", + "dc/svpg/sdg/SL_DOM_TSPDCW.042", + "dc/svpg/sdg/SL_DOM_TSPDCW.043", + "dc/svpg/sdg/SL_DOM_TSPDCW.044", + "dc/svpg/sdg/SL_DOM_TSPDCW.045", + "dc/svpg/sdg/SL_DOM_TSPDCW.046", + "dc/svpg/sdg/SL_DOM_TSPDCW.047", + "dc/svpg/sdg/SL_DOM_TSPDCW.048", + "dc/svpg/sdg/SL_DOM_TSPDCW.049", + "dc/svpg/sdg/SL_DOM_TSPDCW.050", + "dc/svpg/sdg/SL_DOM_TSPDCW.051", + "dc/svpg/sdg/SL_DOM_TSPDCW.052", + "dc/svpg/sdg/SL_DOM_TSPDCW.053", + "dc/svpg/sdg/SL_DOM_TSPDCW.054", + "dc/svpg/sdg/SL_DOM_TSPDCW.055", + "dc/svpg/sdg/SL_DOM_TSPDCW.056" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLDOMTSPDDC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of time spent on unpaid domestic chores (10 to 14 years old) by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_DOM_TSPDDC.001", + "dc/svpg/sdg/SL_DOM_TSPDDC.002", + "dc/svpg/sdg/SL_DOM_TSPDDC.003", + "dc/svpg/sdg/SL_DOM_TSPDDC.004", + "dc/svpg/sdg/SL_DOM_TSPDDC.005", + "dc/svpg/sdg/SL_DOM_TSPDDC.006", + "dc/svpg/sdg/SL_DOM_TSPDDC.007", + "dc/svpg/sdg/SL_DOM_TSPDDC.008", + "dc/svpg/sdg/SL_DOM_TSPDDC.009", + "dc/svpg/sdg/SL_DOM_TSPDDC.010", + "dc/svpg/sdg/SL_DOM_TSPDDC.011", + "dc/svpg/sdg/SL_DOM_TSPDDC.012", + "dc/svpg/sdg/SL_DOM_TSPDDC.013", + "dc/svpg/sdg/SL_DOM_TSPDDC.014", + "dc/svpg/sdg/SL_DOM_TSPDDC.015", + "dc/svpg/sdg/SL_DOM_TSPDDC.016", + "dc/svpg/sdg/SL_DOM_TSPDDC.017", + "dc/svpg/sdg/SL_DOM_TSPDDC.018", + "dc/svpg/sdg/SL_DOM_TSPDDC.019", + "dc/svpg/sdg/SL_DOM_TSPDDC.020", + "dc/svpg/sdg/SL_DOM_TSPDDC.021", + "dc/svpg/sdg/SL_DOM_TSPDDC.022", + "dc/svpg/sdg/SL_DOM_TSPDDC.023", + "dc/svpg/sdg/SL_DOM_TSPDDC.024", + "dc/svpg/sdg/SL_DOM_TSPDDC.025", + "dc/svpg/sdg/SL_DOM_TSPDDC.026", + "dc/svpg/sdg/SL_DOM_TSPDDC.027", + "dc/svpg/sdg/SL_DOM_TSPDDC.028", + "dc/svpg/sdg/SL_DOM_TSPDDC.029", + "dc/svpg/sdg/SL_DOM_TSPDDC.030", + "dc/svpg/sdg/SL_DOM_TSPDDC.031", + "dc/svpg/sdg/SL_DOM_TSPDDC.032", + "dc/svpg/sdg/SL_DOM_TSPDDC.033", + "dc/svpg/sdg/SL_DOM_TSPDDC.034", + "dc/svpg/sdg/SL_DOM_TSPDDC.035", + "dc/svpg/sdg/SL_DOM_TSPDDC.036", + "dc/svpg/sdg/SL_DOM_TSPDDC.037", + "dc/svpg/sdg/SL_DOM_TSPDDC.038", + "dc/svpg/sdg/SL_DOM_TSPDDC.039", + "dc/svpg/sdg/SL_DOM_TSPDDC.040", + "dc/svpg/sdg/SL_DOM_TSPDDC.041", + "dc/svpg/sdg/SL_DOM_TSPDDC.042", + "dc/svpg/sdg/SL_DOM_TSPDDC.043", + "dc/svpg/sdg/SL_DOM_TSPDDC.044", + "dc/svpg/sdg/SL_DOM_TSPDDC.045", + "dc/svpg/sdg/SL_DOM_TSPDDC.046", + "dc/svpg/sdg/SL_DOM_TSPDDC.047", + "dc/svpg/sdg/SL_DOM_TSPDDC.048", + "dc/svpg/sdg/SL_DOM_TSPDDC.049", + "dc/svpg/sdg/SL_DOM_TSPDDC.050", + "dc/svpg/sdg/SL_DOM_TSPDDC.051", + "dc/svpg/sdg/SL_DOM_TSPDDC.052", + "dc/svpg/sdg/SL_DOM_TSPDDC.053", + "dc/svpg/sdg/SL_DOM_TSPDDC.054", + "dc/svpg/sdg/SL_DOM_TSPDDC.055", + "dc/svpg/sdg/SL_DOM_TSPDDC.056" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLEMPEARN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Average hourly earnings of employees in local currency by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_EMP_EARN.001", + "dc/svpg/sdg/SL_EMP_EARN.002", + "dc/svpg/sdg/SL_EMP_EARN.003", + "dc/svpg/sdg/SL_EMP_EARN.004", + "dc/svpg/sdg/SL_EMP_EARN.005", + "dc/svpg/sdg/SL_EMP_EARN.006", + "dc/svpg/sdg/SL_EMP_EARN.007", + "dc/svpg/sdg/SL_EMP_EARN.008" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLEMPFTLINJUR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Fatal occupational injuries among employees" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_EMP_FTLINJUR.001", + "dc/svpg/sdg/SL_EMP_FTLINJUR.002", + "dc/svpg/sdg/SL_EMP_FTLINJUR.003", + "dc/svpg/sdg/SL_EMP_FTLINJUR.004", + "dc/svpg/sdg/SL_EMP_FTLINJUR.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLEMPGTOTL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Labour share of GDP by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_EMP_GTOTL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLEMPINJUR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Non-fatal occupational injuries among employees" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_EMP_INJUR.001", + "dc/svpg/sdg/SL_EMP_INJUR.002", + "dc/svpg/sdg/SL_EMP_INJUR.003", + "dc/svpg/sdg/SL_EMP_INJUR.004", + "dc/svpg/sdg/SL_EMP_INJUR.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLEMPPCAP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Annual growth rate of real GDP per employed person (15 years old and over)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_EMP_PCAP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLEMPRCOSTMO" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Migrant recruitment costs (number of months of earnings) by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_EMP_RCOST_MO.001", + "dc/svpg/sdg/SL_EMP_RCOST_MO.002", + "dc/svpg/sdg/SL_EMP_RCOST_MO.003" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLISVIFEM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of informal employment, previous definition (15 years old and over)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_ISV_IFEM.001", + "dc/svpg/sdg/SL_ISV_IFEM.002", + "dc/svpg/sdg/SL_ISV_IFEM.004", + "dc/svpg/sdg/SL_ISV_IFEM.005", + "dc/svpg/sdg/SL_ISV_IFEM.008" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLISVIFEM19ICLS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of informal employment, current definition (15 years old and over)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_ISV_IFEM_19ICLS.001", + "dc/svpg/sdg/SL_ISV_IFEM_19ICLS.002", + "dc/svpg/sdg/SL_ISV_IFEM_19ICLS.004", + "dc/svpg/sdg/SL_ISV_IFEM_19ICLS.005", + "dc/svpg/sdg/SL_ISV_IFEM_19ICLS.007" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLLBRNTLCPL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Level of national compliance with labour rights (freedom of association and collective bargaining) based on International Labour Organization (ILO) textual sources and national legislation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_LBR_NTLCPL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLTLFCHLDEA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of children engaged in economic activity by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_TLF_CHLDEA.001", + "dc/svpg/sdg/SL_TLF_CHLDEA.002", + "dc/svpg/sdg/SL_TLF_CHLDEA.003", + "dc/svpg/sdg/SL_TLF_CHLDEA.004", + "dc/svpg/sdg/SL_TLF_CHLDEA.005", + "dc/svpg/sdg/SL_TLF_CHLDEA.006" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLTLFCHLDEC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of children engaged in economic activity and household chores by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_TLF_CHLDEC.001", + "dc/svpg/sdg/SL_TLF_CHLDEC.002", + "dc/svpg/sdg/SL_TLF_CHLDEC.003", + "dc/svpg/sdg/SL_TLF_CHLDEC.004", + "dc/svpg/sdg/SL_TLF_CHLDEC.005", + "dc/svpg/sdg/SL_TLF_CHLDEC.006" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLTLFMANF" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Manufacturing employment as a proportion of total employment - previous definition" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_TLF_MANF.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLTLFMANF19ICLS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Manufacturing employment as a proportion of total employment - current definition" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_TLF_MANF_19ICLS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLTLFNEET" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of youth not in education, employment or training - previous definition by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_TLF_NEET.001", + "dc/svpg/sdg/SL_TLF_NEET.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLTLFNEET19ICLS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of youth not in education, employment or training - current definition by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_TLF_NEET_19ICLS.001", + "dc/svpg/sdg/SL_TLF_NEET_19ICLS.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLTLFUEM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Unemployment rate by sex and age - previous definition by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_TLF_UEM.001", + "dc/svpg/sdg/SL_TLF_UEM.002", + "dc/svpg/sdg/SL_TLF_UEM.003", + "dc/svpg/sdg/SL_TLF_UEM.004" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLTLFUEMDIS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Unemployment rate by sex and disability - previous definition (15 years old and over)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_TLF_UEMDIS.001", + "dc/svpg/sdg/SL_TLF_UEMDIS.002", + "dc/svpg/sdg/SL_TLF_UEMDIS.003", + "dc/svpg/sdg/SL_TLF_UEMDIS.004", + "dc/svpg/sdg/SL_TLF_UEMDIS.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLTLFUEMDIS19ICLS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Unemployment rate by sex and disability - current definition (15 years old and over)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_TLF_UEMDIS_19ICLS.001", + "dc/svpg/sdg/SL_TLF_UEMDIS_19ICLS.002", + "dc/svpg/sdg/SL_TLF_UEMDIS_19ICLS.003", + "dc/svpg/sdg/SL_TLF_UEMDIS_19ICLS.004", + "dc/svpg/sdg/SL_TLF_UEMDIS_19ICLS.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGSLTLFUEM19ICLS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Unemployment rate by sex and age - current definition by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SL_TLF_UEM_19ICLS.001", + "dc/svpg/sdg/SL_TLF_UEM_19ICLS.002", + "dc/svpg/sdg/SL_TLF_UEM_19ICLS.003", + "dc/svpg/sdg/SL_TLF_UEM_19ICLS.004" + ] + }, + { + "dcid": [ + "dc/topic/SDGSMDTHMIGR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Total deaths and disappearances recorded during migration" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SM_DTH_MIGR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSMPOPREFGOR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of refugees per 100, 000 population" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SM_POP_REFG_OR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSNITKDEFC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Prevalence of undernourishment" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SN_ITK_DEFC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSNITKDEFCN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of undernourished people" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SN_ITK_DEFCN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSNSTAOVWGT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of children under 5 years old moderately or severely overweight" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SN_STA_OVWGT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSNSTAOVWGTN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Children under 5 years old moderately or severely overweight" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SN_STA_OVWGTN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPACSBSRVH2O" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population using basic drinking water services" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_ACS_BSRVH2O.001", + "dc/svpg/sdg/SP_ACS_BSRVH2O.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPACSBSRVSAN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population using basic sanitation services" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_ACS_BSRVSAN.001", + "dc/svpg/sdg/SP_ACS_BSRVSAN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPDISPRESOL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of the population who have experienced a dispute in the past two years who accessed a formal or informal dispute resolution mechanism" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_DISP_RESOL.001", + "dc/svpg/sdg/SP_DISP_RESOL.002", + "dc/svpg/sdg/SP_DISP_RESOL.003" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPDYNADKL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Adolescent birth rate" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_DYN_ADKL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPDYNMRBF15" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of women aged 20-24 years who were married or in a union before age 15" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_DYN_MRBF15.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPDYNMRBF18" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of women aged 20-24 years who were married or in a union before age 18" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_DYN_MRBF18.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPGNPWNOWNS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Share of women among owners or rights-bearers of agricultural land" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_GNP_WNOWNS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPLGLLNDAGSEC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of total agricultural population with ownership or secure rights over agricultural land" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_LGL_LNDAGSEC.001", + "dc/svpg/sdg/SP_LGL_LNDAGSEC.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPLGLLNDDOC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of people with legally recognized documentation of their rights to land out of total adult population by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_LGL_LNDDOC.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPLGLLNDSEC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of people who perceive their rights to land as secure out of total adult population" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_LGL_LNDSEC.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPLGLLNDSTR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of people with secure tenure rights to land out of total adult population by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_LGL_LNDSTR.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPPSROSATISGOV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of government services" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_PSR_OSATIS_GOV.001", + "dc/svpg/sdg/SP_PSR_OSATIS_GOV.002", + "dc/svpg/sdg/SP_PSR_OSATIS_GOV.003", + "dc/svpg/sdg/SP_PSR_OSATIS_GOV.004", + "dc/svpg/sdg/SP_PSR_OSATIS_GOV.005", + "dc/svpg/sdg/SP_PSR_OSATIS_GOV.006" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPPSROSATISHLTH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of healthcare services" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_PSR_OSATIS_HLTH.001", + "dc/svpg/sdg/SP_PSR_OSATIS_HLTH.002", + "dc/svpg/sdg/SP_PSR_OSATIS_HLTH.003", + "dc/svpg/sdg/SP_PSR_OSATIS_HLTH.004", + "dc/svpg/sdg/SP_PSR_OSATIS_HLTH.005", + "dc/svpg/sdg/SP_PSR_OSATIS_HLTH.006" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPPSROSATISPRM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of primary education services" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_PSR_OSATIS_PRM.001", + "dc/svpg/sdg/SP_PSR_OSATIS_PRM.002", + "dc/svpg/sdg/SP_PSR_OSATIS_PRM.003", + "dc/svpg/sdg/SP_PSR_OSATIS_PRM.004", + "dc/svpg/sdg/SP_PSR_OSATIS_PRM.005", + "dc/svpg/sdg/SP_PSR_OSATIS_PRM.006" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPPSROSATISSEC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population who say that overall they are satisfied with the quality of secondary education services" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_PSR_OSATIS_SEC.001", + "dc/svpg/sdg/SP_PSR_OSATIS_SEC.002", + "dc/svpg/sdg/SP_PSR_OSATIS_SEC.003", + "dc/svpg/sdg/SP_PSR_OSATIS_SEC.004", + "dc/svpg/sdg/SP_PSR_OSATIS_SEC.005", + "dc/svpg/sdg/SP_PSR_OSATIS_SEC.006" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPPSRSATISGOV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population satisfied with their last experience of government services (25 to 34 years old) by Service attribute" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_PSR_SATIS_GOV.001", + "dc/svpg/sdg/SP_PSR_SATIS_GOV.002", + "dc/svpg/sdg/SP_PSR_SATIS_GOV.003", + "dc/svpg/sdg/SP_PSR_SATIS_GOV.004", + "dc/svpg/sdg/SP_PSR_SATIS_GOV.005", + "dc/svpg/sdg/SP_PSR_SATIS_GOV.006", + "dc/svpg/sdg/SP_PSR_SATIS_GOV.007", + "dc/svpg/sdg/SP_PSR_SATIS_GOV.008", + "dc/svpg/sdg/SP_PSR_SATIS_GOV.009", + "dc/svpg/sdg/SP_PSR_SATIS_GOV.010", + "dc/svpg/sdg/SP_PSR_SATIS_GOV.011", + "dc/svpg/sdg/SP_PSR_SATIS_GOV.012", + "dc/svpg/sdg/SP_PSR_SATIS_GOV.013", + "dc/svpg/sdg/SP_PSR_SATIS_GOV.014", + "dc/svpg/sdg/SP_PSR_SATIS_GOV.015", + "dc/svpg/sdg/SP_PSR_SATIS_GOV.016" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPPSRSATISHLTH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population satisfied with their last experience of public healthcare services (25 to 34 years old) by Service attribute" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.001", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.002", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.003", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.004", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.005", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.006", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.007", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.008", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.009", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.010", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.011", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.012", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.013", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.014", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.015", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.016", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.017", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.018", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.019", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.020", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.021", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.022", + "dc/svpg/sdg/SP_PSR_SATIS_HLTH.023" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPPSRSATISPRM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population satisfied with their last experience of public primary education services (25 to 34 years old) by Service attribute" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_PSR_SATIS_PRM.001", + "dc/svpg/sdg/SP_PSR_SATIS_PRM.002", + "dc/svpg/sdg/SP_PSR_SATIS_PRM.003", + "dc/svpg/sdg/SP_PSR_SATIS_PRM.004", + "dc/svpg/sdg/SP_PSR_SATIS_PRM.005", + "dc/svpg/sdg/SP_PSR_SATIS_PRM.006", + "dc/svpg/sdg/SP_PSR_SATIS_PRM.007", + "dc/svpg/sdg/SP_PSR_SATIS_PRM.008", + "dc/svpg/sdg/SP_PSR_SATIS_PRM.009", + "dc/svpg/sdg/SP_PSR_SATIS_PRM.010", + "dc/svpg/sdg/SP_PSR_SATIS_PRM.011", + "dc/svpg/sdg/SP_PSR_SATIS_PRM.012", + "dc/svpg/sdg/SP_PSR_SATIS_PRM.013", + "dc/svpg/sdg/SP_PSR_SATIS_PRM.014", + "dc/svpg/sdg/SP_PSR_SATIS_PRM.015" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPPSRSATISSEC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population satisfied with their last experience of public secondary education services (25 to 34 years old) by Service attribute" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_PSR_SATIS_SEC.001", + "dc/svpg/sdg/SP_PSR_SATIS_SEC.002", + "dc/svpg/sdg/SP_PSR_SATIS_SEC.003", + "dc/svpg/sdg/SP_PSR_SATIS_SEC.004", + "dc/svpg/sdg/SP_PSR_SATIS_SEC.005", + "dc/svpg/sdg/SP_PSR_SATIS_SEC.006", + "dc/svpg/sdg/SP_PSR_SATIS_SEC.007", + "dc/svpg/sdg/SP_PSR_SATIS_SEC.008", + "dc/svpg/sdg/SP_PSR_SATIS_SEC.009", + "dc/svpg/sdg/SP_PSR_SATIS_SEC.010", + "dc/svpg/sdg/SP_PSR_SATIS_SEC.011", + "dc/svpg/sdg/SP_PSR_SATIS_SEC.012", + "dc/svpg/sdg/SP_PSR_SATIS_SEC.013", + "dc/svpg/sdg/SP_PSR_SATIS_SEC.014" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPRODR2KM" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of the rural population who live within 2\u00a0km of an all-season road" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_ROD_R2KM.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSPTRNPUBL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population that has convenient access to public transport" + ], + "relevantVariableList": [ + "dc/svpg/sdg/SP_TRN_PUBL.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSTEEVACCSEEA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Implementation of standard accounting tools to monitor the economic and environmental aspects of tourism (SEEA tables)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ST_EEV_ACCSEEA.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSTEEVACCTSA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Implementation of standard accounting tools to monitor the economic and environmental aspects of tourism (Tourism Satellite Account tables)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ST_EEV_ACCTSA.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSTEEVSTDACCT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Implementation of standard accounting tools to monitor the economic and environmental aspects of tourism (number of tables)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ST_EEV_STDACCT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGSTGDPZS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Tourism direct GDP as a proportion of total GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/ST_GDP_ZS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGTGVALTOTLGDZS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Merchandise trade as a proportion of GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/TG_VAL_TOTL_GD_ZS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGTMTAXDMFN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Average tariff applied by developed countries, most-favored nation status" + ], + "relevantVariableList": [ + "dc/svpg/sdg/TM_TAX_DMFN.001", + "dc/svpg/sdg/TM_TAX_DMFN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGTMTAXDPRF" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Average tariff applied by developed countries, preferential status" + ], + "relevantVariableList": [ + "dc/svpg/sdg/TM_TAX_DPRF.001", + "dc/svpg/sdg/TM_TAX_DPRF.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGTMTAXWMFN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Worldwide weighted tariff-average, most-favoured-nation status" + ], + "relevantVariableList": [ + "dc/svpg/sdg/TM_TAX_WMFN.001", + "dc/svpg/sdg/TM_TAX_WMFN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGTMTAXWMPS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Worldwide weighted tariff-average, preferential status" + ], + "relevantVariableList": [ + "dc/svpg/sdg/TM_TAX_WMPS.001", + "dc/svpg/sdg/TM_TAX_WMPS.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGTMTRFZERO" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of tariff lines applied to imports with zero-tariff" + ], + "relevantVariableList": [ + "dc/svpg/sdg/TM_TRF_ZERO.001", + "dc/svpg/sdg/TM_TRF_ZERO.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGTXEXPGBMRCH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Developing countries\u2019 and least developed countries\u2019 share of global merchandise exports" + ], + "relevantVariableList": [ + "dc/svpg/sdg/TX_EXP_GBMRCH.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGTXEXPGBSVR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Developing countries\u2019 and least developed countries\u2019 share of global services exports" + ], + "relevantVariableList": [ + "dc/svpg/sdg/TX_EXP_GBSVR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGTXIMPGBMRCH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Developing countries\u2019 and least developed countries\u2019 share of global merchandise imports" + ], + "relevantVariableList": [ + "dc/svpg/sdg/TX_IMP_GBMRCH.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGTXIMPGBSVR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Developing countries\u2019 and least developed countries\u2019 share of global services imports" + ], + "relevantVariableList": [ + "dc/svpg/sdg/TX_IMP_GBSVR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCARMSZTRACE" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of seized, found or surrendered arms whose illicit origin or context has been traced or established by a competent authority in line with international instruments" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_ARM_SZTRACE.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRAFFCT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of people affected by disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_AFFCT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRAGLH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Direct agriculture loss attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_AGLH.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRBSDN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of disruptions to basic services attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_BSDN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRCDAN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of damaged critical infrastructure attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_CDAN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRCDYN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of other destroyed or damaged critical infrastructure units and facilities attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_CDYN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRCHLN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Direct economic loss to cultural heritage damaged or destroyed attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_CHLN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRCILN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Direct economic loss resulting from damaged or destroyed critical infrastructure attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_CILN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRDAFF" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of directly affected persons attributed to disasters per 100, 000 population" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_DAFF.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRDDPA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Direct economic loss to other damaged or destroyed productive assets attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_DDPA.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSREFDN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of destroyed or damaged educational facilities attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_EFDN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRESDN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of disruptions to educational services attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_ESDN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRGDPLS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Direct economic loss attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_GDPLS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRHFDN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of destroyed or damaged health facilities attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_HFDN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRHOLH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Direct economic loss in the housing sector attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_HOLH.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRHSDN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of disruptions to health services attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_HSDN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRIJILN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of injured or ill people attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_IJILN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRLSGP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Direct economic loss attributed to disasters relative to GDP" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_LSGP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRMISS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of missing persons due to disaster" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_MISS.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRMMHN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of deaths and missing persons attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_MMHN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRMORT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of deaths due to disaster" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_MORT.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRMTMP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of deaths and missing persons attributed to disasters per 100, 000 population" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_MTMP.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSROBDN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of disruptions to other basic services attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_OBDN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRPDAN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of people whose damaged dwellings were attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_PDAN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRPDLN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of people whose livelihoods were disrupted or destroyed, attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_PDLN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDSRPDYN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of people whose destroyed dwellings were attributed to disasters" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DSR_PDYN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDTHTOCVN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of conflict-related deaths (civilians)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DTH_TOCVN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDTHTONCVN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of conflict-related deaths (non-civilians)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DTH_TONCVN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDTHTOTN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of total conflict-related deaths" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DTH_TOTN.001", + "dc/svpg/sdg/VC_DTH_TOTN.002", + "dc/svpg/sdg/VC_DTH_TOTN.003", + "dc/svpg/sdg/VC_DTH_TOTN.004" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDTHTOTPT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Conflict-related total death rate" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DTH_TOTPT.001", + "dc/svpg/sdg/VC_DTH_TOTPT.002", + "dc/svpg/sdg/VC_DTH_TOTPT.003", + "dc/svpg/sdg/VC_DTH_TOTPT.004" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDTHTOTR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of total conflict-related deaths per 100, 000 population" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DTH_TOTR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCDTHTOUNN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of conflict-related deaths (unknown)" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_DTH_TOUNN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCHTFDETV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Detected victims of human trafficking" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_HTF_DETV.001", + "dc/svpg/sdg/VC_HTF_DETV.002", + "dc/svpg/sdg/VC_HTF_DETV.003", + "dc/svpg/sdg/VC_HTF_DETV.004", + "dc/svpg/sdg/VC_HTF_DETV.005", + "dc/svpg/sdg/VC_HTF_DETV.006" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCHTFDETVFL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Detected victims of human trafficking for forced labour, servitude and slavery" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_HTF_DETVFL.001", + "dc/svpg/sdg/VC_HTF_DETVFL.002", + "dc/svpg/sdg/VC_HTF_DETVFL.003", + "dc/svpg/sdg/VC_HTF_DETVFL.004", + "dc/svpg/sdg/VC_HTF_DETVFL.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCHTFDETVFLR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Detected victims of human trafficking for forced labour, servitude and slavery" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_HTF_DETVFLR.001", + "dc/svpg/sdg/VC_HTF_DETVFLR.002", + "dc/svpg/sdg/VC_HTF_DETVFLR.003", + "dc/svpg/sdg/VC_HTF_DETVFLR.004" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCHTFDETVOG" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Detected victims of human trafficking for removal of organ" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_HTF_DETVOG.001", + "dc/svpg/sdg/VC_HTF_DETVOG.003" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCHTFDETVOGR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Detected victims of human trafficking for removal of organ" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_HTF_DETVOGR.001", + "dc/svpg/sdg/VC_HTF_DETVOGR.003" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCHTFDETVOP" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Detected victims of human trafficking for other purposes" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_HTF_DETVOP.001", + "dc/svpg/sdg/VC_HTF_DETVOP.002", + "dc/svpg/sdg/VC_HTF_DETVOP.003", + "dc/svpg/sdg/VC_HTF_DETVOP.004", + "dc/svpg/sdg/VC_HTF_DETVOP.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCHTFDETVOPR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Detected victims of human trafficking for other purposes" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_HTF_DETVOPR.001", + "dc/svpg/sdg/VC_HTF_DETVOPR.002", + "dc/svpg/sdg/VC_HTF_DETVOPR.003", + "dc/svpg/sdg/VC_HTF_DETVOPR.004" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCHTFDETVR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Detected victims of human trafficking" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_HTF_DETVR.001", + "dc/svpg/sdg/VC_HTF_DETVR.002", + "dc/svpg/sdg/VC_HTF_DETVR.003", + "dc/svpg/sdg/VC_HTF_DETVR.004", + "dc/svpg/sdg/VC_HTF_DETVR.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCHTFDETVSX" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Detected victims of human trafficking for sexual exploitation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_HTF_DETVSX.001", + "dc/svpg/sdg/VC_HTF_DETVSX.002", + "dc/svpg/sdg/VC_HTF_DETVSX.003", + "dc/svpg/sdg/VC_HTF_DETVSX.004", + "dc/svpg/sdg/VC_HTF_DETVSX.005" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCHTFDETVSXR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Detected victims of human trafficking for sexual exploitation" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_HTF_DETVSXR.001", + "dc/svpg/sdg/VC_HTF_DETVSXR.002", + "dc/svpg/sdg/VC_HTF_DETVSXR.003", + "dc/svpg/sdg/VC_HTF_DETVSXR.004" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCIHRPSRC" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of victims of intentional homicide per 100, 000 population" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_IHR_PSRC.001", + "dc/svpg/sdg/VC_IHR_PSRC.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCIHRPSRCN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of victims of intentional homicide" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_IHR_PSRCN.001", + "dc/svpg/sdg/VC_IHR_PSRCN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCPRRPHYV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Police reporting rate for physical assault in the previous 12 months" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_PRR_PHYV.001", + "dc/svpg/sdg/VC_PRR_PHYV.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCPRRPHYVIO" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Police reporting rate for physical violence in the previous 12 months" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_PRR_PHY_VIO.001", + "dc/svpg/sdg/VC_PRR_PHY_VIO.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCPRRPSYCHV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Police reporting rate for psychological violence in the previous 12 months" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_PRR_PSYCHV.001", + "dc/svpg/sdg/VC_PRR_PSYCHV.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCPRRROBB" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Police reporting rate for robbery in the previous 12 months" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_PRR_ROBB.001", + "dc/svpg/sdg/VC_PRR_ROBB.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCPRRSEXV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Police reporting rate for sexual assault in the previous 12 months" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_PRR_SEXV.001", + "dc/svpg/sdg/VC_PRR_SEXV.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCPRRSEXVIO" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Police reporting rate for sexual violence in the previous 12 months" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_PRR_SEX_VIO.001", + "dc/svpg/sdg/VC_PRR_SEX_VIO.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCPRSUNSNT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Unsentenced detainees as a proportion of overall prison population" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_PRS_UNSNT.001", + "dc/svpg/sdg/VC_PRS_UNSNT.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCSNSWALNDRK" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population that feel safe walking alone around the area they live after dark" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_SNS_WALN_DRK.001", + "dc/svpg/sdg/VC_SNS_WALN_DRK.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCVAWMARR" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of ever-partnered women and girls subjected to physical and/or sexual violence by a current or former intimate partner in the previous 12 months by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_VAW_MARR.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCVAWMTUHRA" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of cases of killings of human rights defenders, journalists and trade unionists" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_VAW_MTUHRA.001", + "dc/svpg/sdg/VC_VAW_MTUHRA.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCVAWMTUHRAN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Countries with at least one verified case of killings of human rights defenders, journalists, and trade unionists" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_VAW_MTUHRAN.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCVAWPHYPYV" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of children aged 1-14 years who experienced physical punishment and/or psychological aggression by caregivers in last month by Age group" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_VAW_PHYPYV.001" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCVAWSXVLN" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population aged 18-29 years who experienced sexual violence by age\\xa018 (18 to 29 years old) by Sex" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_VAW_SXVLN.001", + "dc/svpg/sdg/VC_VAW_SXVLN.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCVOCENFDIS" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Number of cases of enforced disappearance of human rights defenders, journalists and trade unionists" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_VOC_ENFDIS.001", + "dc/svpg/sdg/VC_VOC_ENFDIS.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCVOHSXPH" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of persons victim of non-sexual or sexual harassment, in the previous 12 months" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_VOH_SXPH.001", + "dc/svpg/sdg/VC_VOH_SXPH.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCVOVGDSD" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population reporting having felt discriminated against" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_VOV_GDSD.001", + "dc/svpg/sdg/VC_VOV_GDSD.002", + "dc/svpg/sdg/VC_VOV_GDSD.003", + "dc/svpg/sdg/VC_VOV_GDSD.004", + "dc/svpg/sdg/VC_VOV_GDSD.005", + "dc/svpg/sdg/VC_VOV_GDSD.006", + "dc/svpg/sdg/VC_VOV_GDSD.007", + "dc/svpg/sdg/VC_VOV_GDSD.008", + "dc/svpg/sdg/VC_VOV_GDSD.009", + "dc/svpg/sdg/VC_VOV_GDSD.010", + "dc/svpg/sdg/VC_VOV_GDSD.011", + "dc/svpg/sdg/VC_VOV_GDSD.012", + "dc/svpg/sdg/VC_VOV_GDSD.013", + "dc/svpg/sdg/VC_VOV_GDSD.014", + "dc/svpg/sdg/VC_VOV_GDSD.015", + "dc/svpg/sdg/VC_VOV_GDSD.016", + "dc/svpg/sdg/VC_VOV_GDSD.017", + "dc/svpg/sdg/VC_VOV_GDSD.018", + "dc/svpg/sdg/VC_VOV_GDSD.019", + "dc/svpg/sdg/VC_VOV_GDSD.020", + "dc/svpg/sdg/VC_VOV_GDSD.021", + "dc/svpg/sdg/VC_VOV_GDSD.022", + "dc/svpg/sdg/VC_VOV_GDSD.023" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCVOVPHYL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population subjected to physical violence in the previous 12 months" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_VOV_PHYL.001", + "dc/svpg/sdg/VC_VOV_PHYL.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCVOVPHYASLT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population subjected to physical assault in the previous 12 months" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_VOV_PHY_ASLT.001", + "dc/svpg/sdg/VC_VOV_PHY_ASLT.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCVOVPSYCHL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population subjected to psychological violence in the previous 12 months" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_VOV_PSYCHL.001", + "dc/svpg/sdg/VC_VOV_PSYCHL.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCVOVROBB" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population subjected to robbery in the previous 12 months" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_VOV_ROBB.001", + "dc/svpg/sdg/VC_VOV_ROBB.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCVOVSEXL" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population subjected to sexual violence in the previous 12 months" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_VOV_SEXL.001", + "dc/svpg/sdg/VC_VOV_SEXL.002" + ] + }, + { + "dcid": [ + "dc/topic/SDGVCVOVSEXASLT" + ], + "typeOf": [ + "Topic" + ], + "name": [ + "Proportion of population subjected to sexual assault in the previous 12 months" + ], + "relevantVariableList": [ + "dc/svpg/sdg/VC_VOV_SEX_ASLT.001", + "dc/svpg/sdg/VC_VOV_SEX_ASLT.002" + ] + } + ] +} \ No newline at end of file diff --git a/tools/sdg/topics/sdg_topics.mcf b/tools/sdg/topics/sdg_topics.mcf new file mode 100644 index 0000000000..c17bed315c --- /dev/null +++ b/tools/sdg/topics/sdg_topics.mcf @@ -0,0 +1,11995 @@ + +Node: dcid:dc/svpg/SDGAG_FLS_INDEX.001 +member: dcid:sdg/AG_FLS_INDEX +name: Global food loss index +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_FLS_PCT.001 +member: dcid:sdg/AG_FLS_PCT +name: Food loss percentage +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_FOOD_WST.001 +member: dcid:sdg/AG_FOOD_WST +name: Food waste +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_FOOD_WST.002 +member: dcid:sdg/AG_FOOD_WST.FOOD_WASTE_SECTOR--FWS_HHS, dcid:sdg/AG_FOOD_WST.FOOD_WASTE_SECTOR--FWS_OOHC, dcid:sdg/AG_FOOD_WST.FOOD_WASTE_SECTOR--FWS_RTL +name: Food waste by Sector +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_FOOD_WST_PC.001 +member: dcid:sdg/AG_FOOD_WST_PC +name: Food waste per capita +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_FOOD_WST_PC.002 +member: dcid:sdg/AG_FOOD_WST_PC.FOOD_WASTE_SECTOR--FWS_HHS, dcid:sdg/AG_FOOD_WST_PC.FOOD_WASTE_SECTOR--FWS_OOHC, dcid:sdg/AG_FOOD_WST_PC.FOOD_WASTE_SECTOR--FWS_RTL +name: Food waste per capita by Sector +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_FPA_CFPI.001 +member: dcid:sdg/AG_FPA_CFPI +name: Indicator of Food Price Anomalies (IFPA) by Consumer Price Index of Food +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_FPA_COMM.001 +member: dcid:sdg/AG_FPA_COMM.PRODUCT--CPC2_1_0111, dcid:sdg/AG_FPA_COMM.PRODUCT--CPC2_1_0112, dcid:sdg/AG_FPA_COMM.PRODUCT--CPC2_1_0113, dcid:sdg/AG_FPA_COMM.PRODUCT--CPC2_1_0114, dcid:sdg/AG_FPA_COMM.PRODUCT--CPC2_1_0118 +name: Indicator of Food Price Anomalies (IFPA) by Product +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_FPA_HMFP.001 +member: dcid:sdg/AG_FPA_HMFP +name: Proportion of countries recording abnormally high or moderately high food prices, according to the Indicator of Food Price Anomalies +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_FPA_HMFP.002 +member: dcid:sdg/AG_FPA_HMFP.PRICE_LEVEL_SEVERITY--SPL_A, dcid:sdg/AG_FPA_HMFP.PRICE_LEVEL_SEVERITY--SPL_M +name: Proportion of countries recording abnormally high or moderately high food prices, according to the Indicator of Food Price Anomalies by Price severity level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_AGRBIO.001 +member: dcid:sdg/AG_LND_AGRBIO +name: Proportion of agricultural land area that has achieved an acceptable or desirable level of use of agro-biodiversity supportive practices +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_AGRWAG.001 +member: dcid:sdg/AG_LND_AGRWAG +name: Proportion of agricultural land area that has achieved an acceptable or desirable level of wage rate in agriculture +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_DGRD.001 +member: dcid:sdg/AG_LND_DGRD +name: Proportion of land that is degraded over total land area +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_FERTMG.001 +member: dcid:sdg/AG_LND_FERTMG +name: Proportion of agricultural land area that has achieved an acceptable or desirable level of management of fertilizers +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_FIES.001 +member: dcid:sdg/AG_LND_FIES +name: Proportion of agricultural land area that has achieved an acceptable or desirable level of food security +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_FOVH.001 +member: dcid:sdg/AG_LND_FOVH +name: Proportion of agricultural land area that has achieved an acceptable or desirable level of farm output value per hectare +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_FRST.001 +member: dcid:sdg/AG_LND_FRST +name: Forest area as a proportion of total land area +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_FRSTBIOPHA.001 +member: dcid:sdg/AG_LND_FRSTBIOPHA +name: Above-ground biomass in forest +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_FRSTCERT.001 +member: dcid:sdg/AG_LND_FRSTCERT +name: Forest area certified under an independently verified certification scheme +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_FRSTCHG.001 +member: dcid:sdg/AG_LND_FRSTCHG +name: Annual forest area change rate +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_FRSTMGT.001 +member: dcid:sdg/AG_LND_FRSTMGT +name: Proportion of forest area with a long-term management plan +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_FRSTN.001 +member: dcid:sdg/AG_LND_FRSTN +name: Forest area +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_FRSTPRCT.001 +member: dcid:sdg/AG_LND_FRSTPRCT +name: Proportion of forest area within legally established protected areas +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_H2OAVAIL.001 +member: dcid:sdg/AG_LND_H2OAVAIL +name: Proportion of agricultural land area that has achieved an acceptable or desirable level of variation in water availability +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_LNDSTR.001 +member: dcid:sdg/AG_LND_LNDSTR +name: Proportion of agricultural land area that has achieved an acceptable or desirable level of secure tenure rights to agricultural land +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_NFI.001 +member: dcid:sdg/AG_LND_NFI +name: Proportion of agricultural land area that has achieved an acceptable or desirable level of net farm income +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_PSTCDSMG.001 +member: dcid:sdg/AG_LND_PSTCDSMG +name: Proportion of agricultural land area that has achieved an acceptable or desirable level of management of pesticides +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_RMM.001 +member: dcid:sdg/AG_LND_RMM +name: Proportion of agricultural land area that has achieved an acceptable or desirable level of risk mitigation mechanisms +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_SDGRD.001 +member: dcid:sdg/AG_LND_SDGRD +name: Proportion of agricultural land area that has achieved an acceptable or desirable level of soil degradation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_SUST.001 +member: dcid:sdg/AG_LND_SUST +name: Proportion of agricultural area under productive and sustainable agriculture +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_SUST_PRXCSS.001 +member: dcid:sdg/AG_LND_SUST_PRXCSS +name: Progress toward productive and sustainable agriculture, current status score (proxy) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_SUST_PRXTS.001 +member: dcid:sdg/AG_LND_SUST_PRXTS +name: Progress toward productive and sustainable agriculture, trend score (proxy) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_LND_TOTL.001 +member: dcid:sdg/AG_LND_TOTL +name: Land area +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_PRD_AGVAS.001 +member: dcid:sdg/AG_PRD_AGVAS +name: Agriculture value added share of GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_PRD_FIESMS.001 +member: dcid:sdg/AG_PRD_FIESMS +name: Prevalence of moderate or severe food insecurity in the population +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_PRD_FIESMS.002 +member: dcid:sdg/AG_PRD_FIESMS.AGE--Y_GE15__SEX--F, dcid:sdg/AG_PRD_FIESMS.AGE--Y_GE15__SEX--M +name: Prevalence of moderate or severe food insecurity in the population (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_PRD_FIESMS.003 +member: dcid:sdg/AG_PRD_FIESMS.AGE--Y_GE15__URBANIZATION--R, dcid:sdg/AG_PRD_FIESMS.AGE--Y_GE15__URBANIZATION--TSUB, dcid:sdg/AG_PRD_FIESMS.AGE--Y_GE15__URBANIZATION--U +name: Prevalence of moderate or severe food insecurity in the population (15 years old and over) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_PRD_FIESMSN.001 +member: dcid:sdg/AG_PRD_FIESMSN +name: Population in moderate or severe food insecurity +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_PRD_FIESMSN.002 +member: dcid:sdg/AG_PRD_FIESMSN.AGE--Y_GE15__SEX--F, dcid:sdg/AG_PRD_FIESMSN.AGE--Y_GE15__SEX--M +name: Population in moderate or severe food insecurity (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_PRD_FIESS.001 +member: dcid:sdg/AG_PRD_FIESS +name: Prevalence of severe food insecurity in the population +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_PRD_FIESS.002 +member: dcid:sdg/AG_PRD_FIESS.AGE--Y_GE15__SEX--F, dcid:sdg/AG_PRD_FIESS.AGE--Y_GE15__SEX--M +name: Prevalence of severe food insecurity in the population (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_PRD_FIESS.003 +member: dcid:sdg/AG_PRD_FIESS.AGE--Y_GE15__URBANIZATION--R, dcid:sdg/AG_PRD_FIESS.AGE--Y_GE15__URBANIZATION--TSUB, dcid:sdg/AG_PRD_FIESS.AGE--Y_GE15__URBANIZATION--U +name: Prevalence of severe food insecurity in the population (15 years old and over) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_PRD_FIESSN.001 +member: dcid:sdg/AG_PRD_FIESSN +name: Population in severe food insecurity +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_PRD_FIESSN.002 +member: dcid:sdg/AG_PRD_FIESSN.AGE--Y_GE15__SEX--F, dcid:sdg/AG_PRD_FIESSN.AGE--Y_GE15__SEX--M +name: Population in severe food insecurity (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_PRD_ORTIND.001 +member: dcid:sdg/AG_PRD_ORTIND +name: Agriculture orientation index for government expenditures +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_PRD_XSUBDY.001 +member: dcid:sdg/AG_PRD_XSUBDY +name: Agricultural export subsidies +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGAG_XPD_AGSGB.001 +member: dcid:sdg/AG_XPD_AGSGB +name: Agriculture share of Government Expenditure +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGBN_CAB_XOKA_GD_ZS.001 +member: dcid:sdg/BN_CAB_XOKA_GD_ZS +name: Current account balance as a proportion of GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGBN_KLT_PTXL_CD.001 +member: dcid:sdg/BN_KLT_PTXL_CD +name: Portfolio investment, net (Balance of Payments) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGBX_KLT_DINV_WD_GD_ZS.001 +member: dcid:sdg/BX_KLT_DINV_WD_GD_ZS +name: Foreign direct investment, net inflows, as a proportion of GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGBX_TRF_PWKR.001 +member: dcid:sdg/BX_TRF_PWKR +name: Volume of remittances as a proportion of total GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ENVTECH_EXP.001 +member: dcid:sdg/DC_ENVTECH_EXP +name: Amount of tracked exported Environmentally Sound Technologies +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ENVTECH_IMP.001 +member: dcid:sdg/DC_ENVTECH_IMP +name: Amount of tracked imported Environmentally Sound Technologies +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ENVTECH_INV.001 +member: dcid:sdg/DC_ENVTECH_INV +name: Total investment in Environment Sound Technologies +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ENVTECH_INV.002 +member: dcid:sdg/DC_ENVTECH_INV.ECONOMIC_ACTIVITY--ISIC4_A, dcid:sdg/DC_ENVTECH_INV.ECONOMIC_ACTIVITY--ISIC4_B, dcid:sdg/DC_ENVTECH_INV.ECONOMIC_ACTIVITY--ISIC4_C, dcid:sdg/DC_ENVTECH_INV.ECONOMIC_ACTIVITY--ISIC4_D, dcid:sdg/DC_ENVTECH_INV.ECONOMIC_ACTIVITY--ISIC4_E, dcid:sdg/DC_ENVTECH_INV.ECONOMIC_ACTIVITY--ISIC4_F, dcid:sdg/DC_ENVTECH_INV.ECONOMIC_ACTIVITY--ISIC4_H, dcid:sdg/DC_ENVTECH_INV.ECONOMIC_ACTIVITY--ISIC4_S +name: Total investment in Environment Sound Technologies by Major division of ISIC Rev. 4 +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ENVTECH_REXP.001 +member: dcid:sdg/DC_ENVTECH_REXP +name: Amount of tracked re-exported Environmentally Sound Technologies +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ENVTECH_RIMP.001 +member: dcid:sdg/DC_ENVTECH_RIMP +name: Amount of tracked re-imported Environmentally Sound Technologies +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ENVTECH_TT.001 +member: dcid:sdg/DC_ENVTECH_TT +name: Total trade of tracked Environmentally Sound Technologies +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_FIN_CLIMB.001 +member: dcid:sdg/DC_FIN_CLIMB +name: Climate-specific financial support provided via bilateral, regional and other channels +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_FIN_CLIMB.002 +member: dcid:sdg/DC_FIN_CLIMB.CLIMATE_FINANCIAL_SUPPORT--TOS_ADAPTATION, dcid:sdg/DC_FIN_CLIMB.CLIMATE_FINANCIAL_SUPPORT--TOS_CROSS_CUTTING, dcid:sdg/DC_FIN_CLIMB.CLIMATE_FINANCIAL_SUPPORT--TOS_MITIGATION, dcid:sdg/DC_FIN_CLIMB.CLIMATE_FINANCIAL_SUPPORT--TOS_OTHER +name: Climate-specific financial support provided via bilateral, regional and other channels by Type of support +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_FIN_CLIMM.001 +member: dcid:sdg/DC_FIN_CLIMM +name: Climate-specific financial support provided via multilateral channels +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_FIN_CLIMM.002 +member: dcid:sdg/DC_FIN_CLIMM.CLIMATE_FINANCIAL_SUPPORT--TOS_ADAPTATION, dcid:sdg/DC_FIN_CLIMM.CLIMATE_FINANCIAL_SUPPORT--TOS_CROSS_CUTTING, dcid:sdg/DC_FIN_CLIMM.CLIMATE_FINANCIAL_SUPPORT--TOS_MITIGATION, dcid:sdg/DC_FIN_CLIMM.CLIMATE_FINANCIAL_SUPPORT--TOS_OTHER +name: Climate-specific financial support provided via multilateral channels by Type of support +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_FIN_CLIMT.001 +member: dcid:sdg/DC_FIN_CLIMT +name: Total climate-specific financial support provided +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_FIN_GEN.001 +member: dcid:sdg/DC_FIN_GEN +name: Core/general contributions provided to multilateral institutions +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_FIN_TOT.001 +member: dcid:sdg/DC_FIN_TOT +name: Total financial support provided +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_FTA_TOTAL.001 +member: dcid:sdg/DC_FTA_TOTAL +name: Total official development assistance (gross disbursement) for technical cooperation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ODA_BDVDL.001 +member: dcid:sdg/DC_ODA_BDVDL +name: Total outbound official development assistance for biodiversity +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ODA_BDVL.001 +member: dcid:sdg/DC_ODA_BDVL +name: Total inbound official development assistance for biodiversity +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ODA_LDCG.001 +member: dcid:sdg/DC_ODA_LDCG +name: Net outbound official development assistance (ODA) to LDCs as a percentage of OECD-DAC donors' GNI +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ODA_LDCS.001 +member: dcid:sdg/DC_ODA_LDCS +name: Net inbound official development assistance (ODA) to LDCs from OECD-DAC countries +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ODA_LLDC.001 +member: dcid:sdg/DC_ODA_LLDC +name: Net outbound official development assistance (ODA) to landlocked developing countries from OECD-DAC countries +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ODA_LLDCG.001 +member: dcid:sdg/DC_ODA_LLDCG +name: Net outbound official development assistance (ODA) to landlocked developing countries as a percentage of OECD-DAC donors' GNI +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ODA_POVDLG.001 +member: dcid:sdg/DC_ODA_POVDLG +name: Outbound official development assistance grants for poverty reduction, as percentage of GNI +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ODA_POVG.001 +member: dcid:sdg/DC_ODA_POVG +name: Official development assistance grants for poverty reduction (percentage of GNI) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ODA_POVLG.001 +member: dcid:sdg/DC_ODA_POVLG +name: Inbound official development assistance grants for poverty reduction, as a percentage of GNI +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ODA_SIDS.001 +member: dcid:sdg/DC_ODA_SIDS +name: Net outbound official development assistance (ODA) to small island states (SIDS) from OECD-DAC countries +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ODA_SIDSG.001 +member: dcid:sdg/DC_ODA_SIDSG +name: Net outbound official development assistance (ODA) to small island states (SIDS) as a percentage of OECD-DAC donors' GNI +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ODA_TOTG.001 +member: dcid:sdg/DC_ODA_TOTG +name: Net outbound official development assistance (ODA) as a percentage of OECD-DAC donors' GNI +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ODA_TOTGGE.001 +member: dcid:sdg/DC_ODA_TOTGGE +name: Outbound official development assistance (ODA) as a percentage of OECD-DAC donors' GNI on grant equivalent basis +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ODA_TOTL.001 +member: dcid:sdg/DC_ODA_TOTL +name: Net outbound official development assistance (ODA) from OECD-DAC countries +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_ODA_TOTLGE.001 +member: dcid:sdg/DC_ODA_TOTLGE +name: Outbound official development assistance (ODA) from OECD-DAC countries on grant equivalent basis +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_OSSD_GRT.001 +member: dcid:sdg/DC_OSSD_GRT +name: Gross receipts by developing countries of official sustainable development grants +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_OSSD_MPF.001 +member: dcid:sdg/DC_OSSD_MPF +name: Gross receipts by developing countries of mobilised private finance (MPF) - on an experimental basis +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_OSSD_OFFCL.001 +member: dcid:sdg/DC_OSSD_OFFCL +name: Gross receipts by developing countries of official concessional sustainable development loans +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_OSSD_OFFNL.001 +member: dcid:sdg/DC_OSSD_OFFNL +name: Gross receipts by developing countries of official non-concessional sustainable development loans +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_OSSD_PRVGRT.001 +member: dcid:sdg/DC_OSSD_PRVGRT +name: Gross receipts by developing countries of private grants +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_TOF_AGRL.001 +member: dcid:sdg/DC_TOF_AGRL +name: Total inbound official flows (disbursements) for agriculture +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_TOF_HLTHL.001 +member: dcid:sdg/DC_TOF_HLTHL +name: Total inbound official development assistance to medical research and basic health sectors, gross disbursement +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_TOF_HLTHNT.001 +member: dcid:sdg/DC_TOF_HLTHNT +name: Total inbound official development assistance to medical research and basic health sectors, net disbursement +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_TOF_INFRAL.001 +member: dcid:sdg/DC_TOF_INFRAL +name: Total inbound official flows for infrastructure +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_TOF_SCHIPSL.001 +member: dcid:sdg/DC_TOF_SCHIPSL +name: Total inbound official flows for scholarships +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_TOF_TRDCMDL.001 +member: dcid:sdg/DC_TOF_TRDCMDL +name: Total outbound official flows (commitments) for Aid for Trade +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_TOF_TRDCML.001 +member: dcid:sdg/DC_TOF_TRDCML +name: Total inbound official flows (commitments) for Aid for Trade +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_TOF_TRDDBMDL.001 +member: dcid:sdg/DC_TOF_TRDDBMDL +name: Total outbound official flows (disbursement) for Aid for Trade +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_TOF_TRDDBML.001 +member: dcid:sdg/DC_TOF_TRDDBML +name: Total inbound official flows (disbursement) for Aid for Trade +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_TOF_WASHL.001 +member: dcid:sdg/DC_TOF_WASHL +name: Total inbound official development assistance (gross disbursement) for water supply and sanitation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_TRF_TFDV.001 +member: dcid:sdg/DC_TRF_TFDV +name: Total inbound resource flows for development +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_TRF_TOTDL.001 +member: dcid:sdg/DC_TRF_TOTDL +name: Total outbound assistance for development +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDC_TRF_TOTL.001 +member: dcid:sdg/DC_TRF_TOTL +name: Total inbound assistance for development +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDI_ILL_IN.001 +member: dcid:sdg/DI_ILL_IN.ILLICIT_FINANCIAL_FLOWS--ETF_TIP, dcid:sdg/DI_ILL_IN.ILLICIT_FINANCIAL_FLOWS--ILM_DRG +name: Total value of inward illicit financial flows by Type of flow +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDI_ILL_OUT.001 +member: dcid:sdg/DI_ILL_OUT.ILLICIT_FINANCIAL_FLOWS--ILM_DRG, dcid:sdg/DI_ILL_OUT.ILLICIT_FINANCIAL_FLOWS--ILM_SOM +name: Total value of outward illicit financial flows by Type of flow +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDP_DOD_DLD2_CR_CG_Z1.001 +member: dcid:sdg/DP_DOD_DLD2_CR_CG_Z1 +name: Gross public sector debt, Central Government, as a proportion of GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDT_DOD_DECT_GN_ZS.001 +member: dcid:sdg/DT_DOD_DECT_GN_ZS +name: External debt stocks as a proportion of GNI +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGDT_TDS_DECT.001 +member: dcid:sdg/DT_TDS_DECT +name: Debt service as a proportion of exports of goods and services +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEG_ACS_ELEC.001 +member: dcid:sdg/EG_ACS_ELEC +name: Proportion of population with access to electricity +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEG_ACS_ELEC.002 +member: dcid:sdg/EG_ACS_ELEC.URBANIZATION--R, dcid:sdg/EG_ACS_ELEC.URBANIZATION--U +name: Proportion of population with access to electricity by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEG_EGY_CLEAN.001 +member: dcid:sdg/EG_EGY_CLEAN +name: Proportion of population with primary reliance on clean fuels and technology +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEG_EGY_CLEAN.002 +member: dcid:sdg/EG_EGY_CLEAN.URBANIZATION--R, dcid:sdg/EG_EGY_CLEAN.URBANIZATION--U +name: Proportion of population with primary reliance on clean fuels and technology by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEG_EGY_PRIM.001 +member: dcid:sdg/EG_EGY_PRIM +name: Energy intensity level of primary energy +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEG_EGY_RNEW.001 +member: dcid:sdg/EG_EGY_RNEW +name: Installed renewable electricity-generating capacity +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEG_EGY_RNEW.002 +member: dcid:sdg/EG_EGY_RNEW.RENEWABLE_TECHNOLOGY--BIOENERGY, dcid:sdg/EG_EGY_RNEW.RENEWABLE_TECHNOLOGY--GEOTHERMAL, dcid:sdg/EG_EGY_RNEW.RENEWABLE_TECHNOLOGY--HYDROPOWER, dcid:sdg/EG_EGY_RNEW.RENEWABLE_TECHNOLOGY--MARINE, dcid:sdg/EG_EGY_RNEW.RENEWABLE_TECHNOLOGY--SOLAR, dcid:sdg/EG_EGY_RNEW.RENEWABLE_TECHNOLOGY--WIND +name: Installed renewable electricity-generating capacity by Type of renewable technology +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEG_FEC_RNEW.001 +member: dcid:sdg/EG_FEC_RNEW +name: Share of renewable energy in the total final energy consumption +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEG_IFF_RANDN.001 +member: dcid:sdg/EG_IFF_RANDN +name: International financial flows to developing countries in support of clean energy research and development and renewable energy production, including in hybrid systems +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEG_IFF_RANDN.002 +member: dcid:sdg/EG_IFF_RANDN.RENEWABLE_TECHNOLOGY--BIOENERGY, dcid:sdg/EG_IFF_RANDN.RENEWABLE_TECHNOLOGY--GEOTHERMAL, dcid:sdg/EG_IFF_RANDN.RENEWABLE_TECHNOLOGY--HYDROPOWER, dcid:sdg/EG_IFF_RANDN.RENEWABLE_TECHNOLOGY--MARINE, dcid:sdg/EG_IFF_RANDN.RENEWABLE_TECHNOLOGY--MULTIPLE, dcid:sdg/EG_IFF_RANDN.RENEWABLE_TECHNOLOGY--SOLAR, dcid:sdg/EG_IFF_RANDN.RENEWABLE_TECHNOLOGY--WIND +name: International financial flows to developing countries in support of clean energy research and development and renewable energy production, including in hybrid systems by Type of renewable technology +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEG_TBA_H2CO.001 +member: dcid:sdg/EG_TBA_H2CO +name: Proportion of transboundary basins (river and lake basins and aquifers) with an operational arrangement for water cooperation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEG_TBA_H2COAQ.001 +member: dcid:sdg/EG_TBA_H2COAQ +name: Proportion of transboundary aquifers with an operational arrangement for water cooperation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEG_TBA_H2CORL.001 +member: dcid:sdg/EG_TBA_H2CORL +name: Proportion of transboundary river and lake basins with an operational arrangement for water cooperation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_ACS_URB_OPENSP.001 +member: dcid:sdg/EN_ACS_URB_OPENSP +name: Average share of urban population with convenient access to open public spaces +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_ADAP_COM.001 +member: dcid:sdg/EN_ADAP_COM.REPORT_ORDINAL--FIRST, dcid:sdg/EN_ADAP_COM.REPORT_ORDINAL--SECOND +name: Number of countries with adaptation communications by Report +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_ADAP_COM_DV.001 +member: dcid:sdg/EN_ADAP_COM_DV.REPORT_ORDINAL--FIRST +name: Number of least developed countries and small island developing States with adaptation communications by Report +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_ATM_CO2.001 +member: dcid:sdg/EN_ATM_CO2 +name: Carbon dioxide emissions from fuel combustion +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_ATM_CO2.002 +member: dcid:sdg/EN_ATM_CO2.ECONOMIC_ACTIVITY--ISIC4_C10T32X19 +name: Carbon dioxide emissions from fuel combustion +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_ATM_CO2GDP.001 +member: dcid:sdg/EN_ATM_CO2GDP +name: Carbon dioxide emissions per unit of GDP at purchaning power parity rates +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_ATM_CO2MVA.001 +member: dcid:sdg/EN_ATM_CO2MVA.ECONOMIC_ACTIVITY--ISIC4_C +name: Carbon dioxide emissions from manufacturing industries per unit of manufacturing value added by Major division of ISIC Rev. 4 +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_ATM_GHGT_AIP.001 +member: dcid:sdg/EN_ATM_GHGT_AIP +name: Total greenhouse gas emissions (excluding land use, land-use changes and forestry) for Annex I Parties to the United Nations Framework Convention on Climate Change +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_ATM_GHGT_NAIP.001 +member: dcid:sdg/EN_ATM_GHGT_NAIP +name: Total greenhouse gas emissions (excluding land use, land-use changes and forestry) for non-Annex I Parties to the United Nations Framework Convention on Climate Change +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_ATM_PM25.001 +member: dcid:sdg/EN_ATM_PM25 +name: Annual mean levels of fine particulate matter (population-weighted) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_ATM_PM25.002 +member: dcid:sdg/EN_ATM_PM25.URBANIZATION--CITY, dcid:sdg/EN_ATM_PM25.URBANIZATION--R, dcid:sdg/EN_ATM_PM25.URBANIZATION--TSUB, dcid:sdg/EN_ATM_PM25.URBANIZATION--U +name: Annual mean levels of fine particulate matter (population-weighted) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_BIUREP_AIP.001 +member: dcid:sdg/EN_BIUREP_AIP.REPORT_ORDINAL--FIFTH +name: Countries with biennial reports, Annex I Parties to the United Nations Framework Convention on Climate Change by Report +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_BIUREP_NAIP.001 +member: dcid:sdg/EN_BIUREP_NAIP.REPORT_ORDINAL--FIFTH, dcid:sdg/EN_BIUREP_NAIP.REPORT_ORDINAL--FIRST, dcid:sdg/EN_BIUREP_NAIP.REPORT_ORDINAL--FOURTH, dcid:sdg/EN_BIUREP_NAIP.REPORT_ORDINAL--SECOND, dcid:sdg/EN_BIUREP_NAIP.REPORT_ORDINAL--THIRD +name: Countries with biennial update reports, non-Annex I Parties to the United Nations Framework Convention on Climate Change by Report +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_BIUREP_NAIP_DV.001 +member: dcid:sdg/EN_BIUREP_NAIP_DV.REPORT_ORDINAL--FIFTH, dcid:sdg/EN_BIUREP_NAIP_DV.REPORT_ORDINAL--FIRST, dcid:sdg/EN_BIUREP_NAIP_DV.REPORT_ORDINAL--FOURTH, dcid:sdg/EN_BIUREP_NAIP_DV.REPORT_ORDINAL--SECOND, dcid:sdg/EN_BIUREP_NAIP_DV.REPORT_ORDINAL--THIRD +name: Least developed countries and small island developing States with biennial update reports, non-Annex I Parties to the United Nations Framework Convention on Climate Change by Report +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_EWT_COLLPCAP.001 +member: dcid:sdg/EN_EWT_COLLPCAP +name: Electronic waste collected per capita +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_EWT_COLLR.001 +member: dcid:sdg/EN_EWT_COLLR +name: Proportion of electronic waste that is collected +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_EWT_COLLV.001 +member: dcid:sdg/EN_EWT_COLLV +name: Total electronic waste collected +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_EWT_GENPCAP.001 +member: dcid:sdg/EN_EWT_GENPCAP +name: Electronic waste generated per capita +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_EWT_GENV.001 +member: dcid:sdg/EN_EWT_GENV +name: Total electronic waste generated +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_EWT_RCYPCAP.001 +member: dcid:sdg/EN_EWT_RCYPCAP +name: Electronic waste recycled per capita +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_EWT_RCYR.001 +member: dcid:sdg/EN_EWT_RCYR +name: Proportion of electronic waste that is recycled +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_EWT_RCYV.001 +member: dcid:sdg/EN_EWT_RCYV +name: Total electronic waste recycled +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_H2O_GRAMBQ.001 +member: dcid:sdg/EN_H2O_GRAMBQ +name: Proportion of groundwater bodies with good ambient water quality +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_H2O_OPAMBQ.001 +member: dcid:sdg/EN_H2O_OPAMBQ +name: Proportion of open water bodies with good ambient water quality +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_H2O_RVAMBQ.001 +member: dcid:sdg/EN_H2O_RVAMBQ +name: Proportion of river water bodies with good ambient water quality +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_H2O_WBAMBQ.001 +member: dcid:sdg/EN_H2O_WBAMBQ +name: Proportion of bodies of water with good ambient water quality +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_HAZ_EXP.001 +member: dcid:sdg/EN_HAZ_EXP +name: Hazardous waste exported +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_HAZ_GENGDP.001 +member: dcid:sdg/EN_HAZ_GENGDP +name: Hazardous waste generated per unit of GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_HAZ_GENV.001 +member: dcid:sdg/EN_HAZ_GENV +name: Hazardous waste generated +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_HAZ_IMP.001 +member: dcid:sdg/EN_HAZ_IMP +name: Hazardous waste imported +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_HAZ_PCAP.001 +member: dcid:sdg/EN_HAZ_PCAP +name: Hazardous waste generated, per capita +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_HAZ_TREATV.001 +member: dcid:sdg/EN_HAZ_TREATV.WASTE_TREATMENT--INCINRT, dcid:sdg/EN_HAZ_TREATV.WASTE_TREATMENT--INCINRT_EGY, dcid:sdg/EN_HAZ_TREATV.WASTE_TREATMENT--LANDFIL, dcid:sdg/EN_HAZ_TREATV.WASTE_TREATMENT--LANDFILCTL, dcid:sdg/EN_HAZ_TREATV.WASTE_TREATMENT--OTHERWM +name: Hazardous waste treated by Type of waste treatment +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_HAZ_TRTDISR.001 +member: dcid:sdg/EN_HAZ_TRTDISR +name: Proportion of hazardous waste that is treated or disposed +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_HAZ_TRTDISV.001 +member: dcid:sdg/EN_HAZ_TRTDISV +name: Hazardous waste treated or disposed +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_LKRV_PWAC.001 +member: dcid:sdg/EN_LKRV_PWAC +name: Change in permanent water area of lakes and rivers +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_LKRV_PWAN.001 +member: dcid:sdg/EN_LKRV_PWAN +name: Permanent water area of lakes and rivers +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_LKRV_PWAP.001 +member: dcid:sdg/EN_LKRV_PWAP +name: Permanent water area of lakes and rivers as a proportion of total land area +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_LKRV_SWAC.001 +member: dcid:sdg/EN_LKRV_SWAC +name: Change in seasonal water area of lakes and rivers +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_LKRV_SWAN.001 +member: dcid:sdg/EN_LKRV_SWAN +name: Seasonal water area of lakes and rivers +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_LKRV_SWAP.001 +member: dcid:sdg/EN_LKRV_SWAP +name: Seasonal water area of lakes and rivers as a proportion of total land area +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_LKW_QLTRB.001 +member: dcid:sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_EXTREME, dcid:sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_HIGH, dcid:sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_LOW, dcid:sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_MEDIUM +name: Lake water quality: turbidity by Deviation level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_LKW_QLTRST.001 +member: dcid:sdg/EN_LKW_QLTRST.DEVIATION_LEVEL--DL_EXTREME, dcid:sdg/EN_LKW_QLTRST.DEVIATION_LEVEL--DL_HIGH, dcid:sdg/EN_LKW_QLTRST.DEVIATION_LEVEL--DL_LOW, dcid:sdg/EN_LKW_QLTRST.DEVIATION_LEVEL--DL_MEDIUM +name: Lake water quality: trophic state by Deviation level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_LND_CNSPOP.001 +member: dcid:sdg/EN_LND_CNSPOP +name: Ratio of land consumption rate to population growth rate +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_LND_INDQTHSNG.001 +member: dcid:sdg/EN_LND_INDQTHSNG +name: Proportion of urban population living in inadequate housing +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_LND_INDQTHSNG.002 +member: dcid:sdg/EN_LND_INDQTHSNG.URBANIZATION--CITY, dcid:sdg/EN_LND_INDQTHSNG.URBANIZATION--TSUB, dcid:sdg/EN_LND_INDQTHSNG.URBANIZATION--U +name: Proportion of urban population living in inadequate housing by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_LND_SLUM.001 +member: dcid:sdg/EN_LND_SLUM.URBANIZATION--U +name: Proportion of urban population living in slums by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAR_BEALITSQ.001 +member: dcid:sdg/EN_MAR_BEALITSQ +name: Beach litter per square kilometer +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAR_BEALIT_BP.001 +member: dcid:sdg/EN_MAR_BEALIT_BP +name: Proportion of beach litter originating from national land-based sources that ends in the beach +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAR_BEALIT_BV.001 +member: dcid:sdg/EN_MAR_BEALIT_BV +name: Total beach litter originating from national land-based sources that ends in the beach +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAR_BEALIT_BV.002 +member: dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000040, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000050, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000060, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000090, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000100, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000120, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000130, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000150, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000170, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000210, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000220, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000230, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000240, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000270, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000280, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000290, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000340, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000350, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000380, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000410, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000420, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000430, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000460, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000470, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000480, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000510, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000550, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000560, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000600, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000610, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000620, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000630, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000660, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000670, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000680, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000700, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000710, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000720, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000730, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000750, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000780, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000790, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000810, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000820, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000830, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000840, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000890, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000900, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000910, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000940, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000950, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000960, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000970, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00000980, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001000, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001010, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001040, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001050, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001060, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001080, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001100, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001110, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001140, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001150, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001170, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001190, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001200, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001220, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001230, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001250, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001270, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001280, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001290, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001300, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001310, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001320, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001340, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001350, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001370, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001380, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001400, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001410, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001430, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001440, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001450, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001470, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001480, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001490, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001520, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001540, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001570, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001620, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001640, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001650, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001660, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001690, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001700, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001720, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001750, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001770, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001840, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001860, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001870, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001880, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001910, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001930, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00001940, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002000, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002010, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002020, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002040, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002050, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002090, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002120, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002160, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002170, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002190, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002250, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002270, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002290, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002300, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002310, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002350, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002370, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002380, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002400, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002410, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002420, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002430, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002450, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002460, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002470, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002500, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002530, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002630, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002640, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002690, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002710, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002730, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002750, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002800, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002820, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002860, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002880, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002890, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002910, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002950, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002960, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002980, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00002990, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003020, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003030, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003040, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003060, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003090, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003100, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003110, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003130, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003140, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003160, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003170, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003190, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003220, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003250, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003260, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003270, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003300, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003340, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003360, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003380, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003390, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003400, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003460, dcid:sdg/EN_MAR_BEALIT_BV.COUNTERPART--G00003480 +name: Total beach litter originating from national land-based sources that ends in the beach by Counterpart +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAR_BEALIT_EXP.001 +member: dcid:sdg/EN_MAR_BEALIT_EXP +name: Total beach litter originating from national land-based sources that is exported +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAR_BEALIT_OP.001 +member: dcid:sdg/EN_MAR_BEALIT_OP +name: Proportion of beach litter originating from national land-based sources that ends in the ocean +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAR_BEALIT_OV.001 +member: dcid:sdg/EN_MAR_BEALIT_OV +name: Total beach litter originating from national land-based sources that ends in the ocean +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAR_CHLANM.001 +member: dcid:sdg/EN_MAR_CHLANM.CHLOROPHYLL_A_CONCENTRATION_FREQ--E, dcid:sdg/EN_MAR_CHLANM.CHLOROPHYLL_A_CONCENTRATION_FREQ--H, dcid:sdg/EN_MAR_CHLANM.CHLOROPHYLL_A_CONCENTRATION_FREQ--M +name: Chlorophyll-a anomaly, remote sensing by Chlorophyll-a Concentration Frequency +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAR_CHLDEV.001 +member: dcid:sdg/EN_MAR_CHLDEV +name: Chlorophyll-a deviations, remote sensing +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAR_PLASDD.001 +member: dcid:sdg/EN_MAR_PLASDD +name: Floating plastic debris density +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAT_DOMCMPC.001 +member: dcid:sdg/EN_MAT_DOMCMPC +name: Domestic material consumption per capita +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAT_DOMCMPC.002 +member: dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_1, dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_11, dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_121, dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_122, dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_13, dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_14, dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_2, dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_21, dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_22, dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_3, dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_4, dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_41, dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_413, dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_421, dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_422, dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_AGG3A, dcid:sdg/EN_MAT_DOMCMPC.PRODUCT--MF_AGG3B +name: Domestic material consumption per capita by Product +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAT_DOMCMPG.001 +member: dcid:sdg/EN_MAT_DOMCMPG +name: Domestic material consumption per unit of GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAT_DOMCMPG.002 +member: dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_1, dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_11, dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_121, dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_122, dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_13, dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_14, dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_2, dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_21, dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_22, dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_3, dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_4, dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_41, dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_413, dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_421, dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_422, dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_AGG3A, dcid:sdg/EN_MAT_DOMCMPG.PRODUCT--MF_AGG3B +name: Domestic material consumption per unit of GDP by Product +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAT_DOMCMPT.001 +member: dcid:sdg/EN_MAT_DOMCMPT +name: Domestic material consumption +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAT_DOMCMPT.002 +member: dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_1, dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_11, dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_121, dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_122, dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_13, dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_14, dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_2, dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_21, dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_22, dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_3, dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_4, dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_41, dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_413, dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_421, dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_422, dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_AGG3A, dcid:sdg/EN_MAT_DOMCMPT.PRODUCT--MF_AGG3B +name: Domestic material consumption by Product +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAT_FTPRPC.001 +member: dcid:sdg/EN_MAT_FTPRPC +name: Material footprint per capita +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAT_FTPRPG.001 +member: dcid:sdg/EN_MAT_FTPRPG +name: Material footprint per unit of GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MAT_FTPRTN.001 +member: dcid:sdg/EN_MAT_FTPRTN +name: Material footprint +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MWT_COLLV.001 +member: dcid:sdg/EN_MWT_COLLV +name: Municipal waste collected +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MWT_EXP.001 +member: dcid:sdg/EN_MWT_EXP +name: Municipal waste exported +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MWT_GENV.001 +member: dcid:sdg/EN_MWT_GENV +name: Municipal waste generated +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MWT_IMP.001 +member: dcid:sdg/EN_MWT_IMP +name: Municipal waste imported +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MWT_RCYR.001 +member: dcid:sdg/EN_MWT_RCYR +name: Proportion of municipal waste recycled +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MWT_RCYV.001 +member: dcid:sdg/EN_MWT_RCYV +name: Municipal waste recycled +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MWT_TREATR.001 +member: dcid:sdg/EN_MWT_TREATR.WASTE_TREATMENT--COMPOST, dcid:sdg/EN_MWT_TREATR.WASTE_TREATMENT--INCINRT, dcid:sdg/EN_MWT_TREATR.WASTE_TREATMENT--INCINRT_EGY, dcid:sdg/EN_MWT_TREATR.WASTE_TREATMENT--LANDFIL, dcid:sdg/EN_MWT_TREATR.WASTE_TREATMENT--LANDFILCTL, dcid:sdg/EN_MWT_TREATR.WASTE_TREATMENT--OTHERWM +name: Proportion of municipal waste treated by Type of waste treatment +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_MWT_TREATV.001 +member: dcid:sdg/EN_MWT_TREATV.WASTE_TREATMENT--COMPOST, dcid:sdg/EN_MWT_TREATV.WASTE_TREATMENT--INCINRT, dcid:sdg/EN_MWT_TREATV.WASTE_TREATMENT--INCINRT_EGY, dcid:sdg/EN_MWT_TREATV.WASTE_TREATMENT--LANDFIL, dcid:sdg/EN_MWT_TREATV.WASTE_TREATMENT--LANDFILCTL, dcid:sdg/EN_MWT_TREATV.WASTE_TREATMENT--OTHERWM +name: Municipal waste treated by type of treatment by Type of waste treatment +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_NAA_PLAN.001 +member: dcid:sdg/EN_NAA_PLAN +name: Countries with national adaptation plans +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_NAA_PLAN_DV.001 +member: dcid:sdg/EN_NAA_PLAN_DV +name: Least developed countries and small island developing States with national adaptation plans +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_NACOM_AIP.001 +member: dcid:sdg/EN_NACOM_AIP.REPORT_ORDINAL--EIGHTH +name: Countries with national communications, Annex I Parties to the United Nations Framework Convention on Climate Change by Report +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_NACOM_NAIP.001 +member: dcid:sdg/EN_NACOM_NAIP.REPORT_ORDINAL--FIFTH, dcid:sdg/EN_NACOM_NAIP.REPORT_ORDINAL--FIRST, dcid:sdg/EN_NACOM_NAIP.REPORT_ORDINAL--FOURTH, dcid:sdg/EN_NACOM_NAIP.REPORT_ORDINAL--SECOND, dcid:sdg/EN_NACOM_NAIP.REPORT_ORDINAL--SIXTH, dcid:sdg/EN_NACOM_NAIP.REPORT_ORDINAL--THIRD +name: Countries with national communications, non-Annex I Parties by Report +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_NACOM_NAIP_DV.001 +member: dcid:sdg/EN_NACOM_NAIP_DV.REPORT_ORDINAL--FIFTH, dcid:sdg/EN_NACOM_NAIP_DV.REPORT_ORDINAL--FIRST, dcid:sdg/EN_NACOM_NAIP_DV.REPORT_ORDINAL--FOURTH, dcid:sdg/EN_NACOM_NAIP_DV.REPORT_ORDINAL--SECOND, dcid:sdg/EN_NACOM_NAIP_DV.REPORT_ORDINAL--THIRD +name: Least developed countries and small island developing States with national communications, non-Annex I Parties to the United Nations Framework Convention on Climate Change by Report +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_NAD_CONTR.001 +member: dcid:sdg/EN_NAD_CONTR.REPORT_ORDINAL--FIRST, dcid:sdg/EN_NAD_CONTR.REPORT_ORDINAL--SECOND +name: Countries with nationally determined contributions by Report +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_NAD_CONTR_DV.001 +member: dcid:sdg/EN_NAD_CONTR_DV.REPORT_ORDINAL--FIRST, dcid:sdg/EN_NAD_CONTR_DV.REPORT_ORDINAL--SECOND +name: Least developed countries and small island developing States with nationally determined contributions by Report +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_REF_WASCOL.001 +member: dcid:sdg/EN_REF_WASCOL +name: Municipal Solid Waste collection coverage +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_RSRV_MNWAC.001 +member: dcid:sdg/EN_RSRV_MNWAC +name: Change in minimum reservoir water area +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_RSRV_MNWAN.001 +member: dcid:sdg/EN_RSRV_MNWAN +name: Minimum reservoir water area +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_RSRV_MNWAP.001 +member: dcid:sdg/EN_RSRV_MNWAP +name: Minimum reservoir water area as a proportion of total land area +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_RSRV_MXWAN.001 +member: dcid:sdg/EN_RSRV_MXWAN +name: Maxiumum reservoir water area +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_RSRV_MXWAP.001 +member: dcid:sdg/EN_RSRV_MXWAP +name: Maximum reservoir water area as a proportion of total land area +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.001 +member: dcid:sdg/EN_SCP_ECSYBA +name: Countries using ecosystem-based approaches to managing marine areas +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.002 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG, dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG, dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV +name: Countries using ecosystem-based approaches to managing marine areas by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.003 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--380_C01 +name: Countries using ecosystem-based approaches to managing marine areas (ADRIATIC, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/italy/#1668646611801-1bba7d03-5e19) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.004 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--384_C01 +name: Countries using ecosystem-based approaches to managing marine areas (AEP MANAGEMENT PLAN FOR THE CÔTE D’IVOIRE BEACH SEINE FISHERY, PHASE 2, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/cote-divoire/#1667408017749-174e0caa-f6db1701873244450) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.005 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--031_C01 +name: Countries using ecosystem-based approaches to managing marine areas (Absheron National Park, https://nationalparks.az/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.006 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--124_C01 +name: Countries using ecosystem-based approaches to managing marine areas (Anguniaqvia niqiyuam MPA Management Plan, https://www.dfo-mpo.gc.ca/oceans/mpa-zpm/anguniaqvia-niqiqyuam/index-eng.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.007 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--124_C02 +name: Countries using ecosystem-based approaches to managing marine areas (Banc-des-Américains MPA, https://www.dfo-mpo.gc.ca/oceans/mpa-zpm/american-americains/index-eng.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.008 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C03 +name: Countries using ecosystem-based approaches to managing marine areas (Basin Head MPA Operational Management Plan 2021-2026, https://www.dfo-mpo.gc.ca/oceans/publications/basinhead-management-gestion-2021-2026/index-eng.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.009 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C04 +name: Countries using ecosystem-based approaches to managing marine areas (Beafort Sea Integrated Management Area, https://www.dfo-mpo.gc.ca/oceans/management-gestion/beaufort-eng.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.010 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--218_C01 +name: Countries using ecosystem-based approaches to managing marine areas (COASTAL AND MARINE SPATIAL PLAN 2017-2030 (2017), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/americas/ecuador/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.011 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--764_C01 +name: Countries using ecosystem-based approaches to managing marine areas (CORAL REEF MANAGEMENT PLAN: KOH LAN, KOHKHOK AND KOH SAK, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/thailand/#1668566003904-24e6cdbd-ef11) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.012 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--214_C01 +name: Countries using ecosystem-based approaches to managing marine areas (Constitución de la Reública Dominicana, https://presidencia.gob.do/sites/default/files/statics/transparencia/base-legal/Constitucion-de-la-Republica-Dominicana-2015-actualizada.pdf) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.013 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--516_C01 +name: Countries using ecosystem-based approaches to managing marine areas (DRAFT CENTRAL MARINE SPATIAL PLAN (2021), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/namibia/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.014 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--208_C01 +name: Countries using ecosystem-based approaches to managing marine areas (Denmark\'s maritime spatial plan, https://havplan.dk/en/page/info) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.015 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--616_C06 +name: Countries using ecosystem-based approaches to managing marine areas (Detailed maritime spatial plan for waters adjacent to the seashore from ?eba to W?adys?awowo, https://www.umgdy.gov.pl/plany_morskie/projekt-planu-zagospodarowania-przestrzennego-dla-wod-przyleglych-do-brzegu-morskiego-na-odcinku-od-wladyslawowa-do-le) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.016 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--233_C01 +name: Countries using ecosystem-based approaches to managing marine areas (ESTONIAN MARITIME SPATIAL PLAN, https://www.fin.ee/en/state-local-governments-spacial-planning/spatial-planning/maritime-spatial-planning) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.017 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--826_C01 +name: Countries using ecosystem-based approaches to managing marine areas (East Marine Plans, East Marine Plans - GOV.UK (www.gov.uk)) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.018 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C05 +name: Countries using ecosystem-based approaches to managing marine areas (Eastport: marine protected areas management plan: 2013-2018, https://cat.fsl-bsf.scitech.gc.ca/record=4067529&searchscope=06) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.019 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C06 +name: Countries using ecosystem-based approaches to managing marine areas (Endeavour Hydrothermal Vents marine protected area management plan 2010-2015, https://cat.fsl-bsf.scitech.gc.ca/record=4016947&searchscope=06) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.020 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--246_C01 +name: Countries using ecosystem-based approaches to managing marine areas (FINNISH MARITIME SPATIAL PLAN, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/finland/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.021 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--100_C01 +name: Countries using ecosystem-based approaches to managing marine areas (Flood Risk Management Plan of the Black Sea River Basin District, https://www.bsbd.bg/bg/index_bg_2513977.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.022 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--384_C02 +name: Countries using ecosystem-based approaches to managing marine areas (GRAND-BASSAM MARINE AND COASTAL SPACE MANAGEMENT PLAN, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/cote-divoire/#1667408017749-174e0caa-f6db1701873244450) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.023 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--100_C02 +name: Countries using ecosystem-based approaches to managing marine areas (General development plans, https://www.mrrb.bg/bg/normativni-aktove/obsti-ustrojstveni-planove/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.024 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C07 +name: Countries using ecosystem-based approaches to managing marine areas (Gilbert Bay: marine protected area management plan: 2013-2018, https://cat.fsl-bsf.scitech.gc.ca/record=4067531&searchscope=06) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.025 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--752_C01 +name: Countries using ecosystem-based approaches to managing marine areas (Gulf of Bothnia - Maritime spatial plans, https://www.havochvatten.se/vagledning-foreskrifter-och-lagar/vagledningar/havsplaner/bottniska-viken.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.026 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C08 +name: Countries using ecosystem-based approaches to managing marine areas (Gulf of St. Lawrence Integrated Management Area, https://www.dfo-mpo.gc.ca/oceans/management-gestion/gulf-golfe-eng.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.027 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--031_C02 +name: Countries using ecosystem-based approaches to managing marine areas (Gyzyl-Aghach National Park is the first Marine National Park in the Caspian region, https://nationalparks.az/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.028 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--233_C02 +name: Countries using ecosystem-based approaches to managing marine areas (HIIU COUNTY (HIIUMAA ISLAND AREA), https://maakonnaplaneering.ee/maakonna-planeeringud/hiiumaa/hiiu-mereala-maakonnaplaneering/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.029 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--124_C09 +name: Countries using ecosystem-based approaches to managing marine areas (Hecate Strait/Queen Charlotte Sound Glass Sponge Reefs Marine Protected Area, https://www.dfo-mpo.gc.ca/oceans/mpa-zpm/hecate-charlotte/index-eng.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.030 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--384_C03 +name: Countries using ecosystem-based approaches to managing marine areas (INTEGRATED COASTAL DEVELOPMENT AND MANAGEMENT PLAN, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/cote-divoire/#1667408017749-174e0caa-f6db1701873244450) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.031 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--528_C01 +name: Countries using ecosystem-based approaches to managing marine areas (INTEGRATED MANAGEMENT PLAN FOR THE NORTH SEA 2015, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/netherlands/#1667408007329-bfdd569b-ad8a1684312314410) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.032 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--578_C01 +name: Countries using ecosystem-based approaches to managing marine areas (INTEGRATED OCEAN MANAGEMENT PLAN FOR BARENTS SEA AND LOFETON ISLANDS (2006), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/norway/#1601637626255-3ce6d0a0-a36d16627293923771684314021752) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.033 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--578_C02 +name: Countries using ecosystem-based approaches to managing marine areas (INTEGRATED OCEAN MANAGEMENT PLAN FOR BARENTS SEA AND LOFETON ISLANDS (2011), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/norway/#1601637626255-3ce6d0a0-a36d16627293923771684314021752) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.034 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--578_C03 +name: Countries using ecosystem-based approaches to managing marine areas (INTEGRATED OCEAN MANAGEMENT PLAN FOR BARENTS SEA AND LOFETON ISLANDS (2015), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/norway/#1601637626255-3ce6d0a0-a36d16627293923771684314021752) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.035 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--578_C04 +name: Countries using ecosystem-based approaches to managing marine areas (INTEGRATED OCEAN MANAGEMENT PLAN FOR NORTH SEA (2013), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/norway/#1601637626255-3ce6d0a0-a36d16627293923771684314021752) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.036 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--578_C05 +name: Countries using ecosystem-based approaches to managing marine areas (INTEGRATED OCEAN MANAGEMENT PLAN FOR NORWEGIAN SEA (2009), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/norway/#1601637626255-3ce6d0a0-a36d16627293923771684314021752) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.037 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--578_C06 +name: Countries using ecosystem-based approaches to managing marine areas (INTEGRATED OCEAN MANAGEMENT PLAN FOR NORWEGIAN SEA (2017), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/norway/#1601637626255-3ce6d0a0-a36d16627293923771684314021752) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.038 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C01 +name: Countries using ecosystem-based approaches to managing marine areas (INTERREGIONAL ZONING PLAN OF BONE BAY, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.039 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C02 +name: Countries using ecosystem-based approaches to managing marine areas (INTERREGIONAL ZONING PLAN OF THE BANDA SEA, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.040 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C03 +name: Countries using ecosystem-based approaches to managing marine areas (INTERREGIONAL ZONING PLAN OF THE FLORES SEA, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.041 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C04 +name: Countries using ecosystem-based approaches to managing marine areas (INTERREGIONAL ZONING PLAN OF THE MALACCA STRAIT, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.042 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C05 +name: Countries using ecosystem-based approaches to managing marine areas (INTERREGIONAL ZONING PLAN OF THE MALUKU SEA, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.043 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C06 +name: Countries using ecosystem-based approaches to managing marine areas (INTERREGIONAL ZONING PLAN OF THE NATUNA – NORTH NATUNA SEA, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.044 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C07 +name: Countries using ecosystem-based approaches to managing marine areas (INTERREGIONAL ZONING PLAN OF THE SULAWESI SEA, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.045 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C08 +name: Countries using ecosystem-based approaches to managing marine areas (INTERREGIONAL ZONING PLAN OF TOMINI BAY, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.046 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--380_C02 +name: Countries using ecosystem-based approaches to managing marine areas (IONIAN, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/italy/#1668646611801-1bba7d03-5e19) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.047 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--376_C01 +name: Countries using ecosystem-based approaches to managing marine areas (ISRAEL’S MEDITERRANEAN WATERS, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/israel/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.048 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--276_C01 +name: Countries using ecosystem-based approaches to managing marine areas (Integrated coastal zone management in Germany, https://www.umweltbundesamt.de/en/integrated-coastal-zone-management-in-germany) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.049 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--124_C10 +name: Countries using ecosystem-based approaches to managing marine areas (Laurentian Channel MPA management plan, https://www.dfo-mpo.gc.ca/oceans/mpa-zpm/laurentian-laurentien/index-eng.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.050 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_INTPREP__MARINE_SPATATIAL_PLAN--480_C01 +name: Countries using ecosystem-based approaches to managing marine areas (MARINE SPATIAL PLAN FOR THE EXCLUSIVE ECONOMIC ZONE OF THE REPUBLIC OF MAURITIUS, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/mauritius/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.051 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--764_C02 +name: Countries using ecosystem-based approaches to managing marine areas (MARINE SPATIAL PLANNING IN KOH SI CHANG, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/thailand/#1668566003904-24e6cdbd-ef11) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.052 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_INTPREP__MARINE_SPATATIAL_PLAN--764_C03 +name: Countries using ecosystem-based approaches to managing marine areas (MARINE SPATIAL PLANNING IN PHANG NGA BAY, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/thailand/#1668566003904-24e6cdbd-ef11) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.053 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--508_C01 +name: Countries using ecosystem-based approaches to managing marine areas (MARITIME SPATIAL PLAN (POEM), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/mozambique/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.054 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--642_C01 +name: Countries using ecosystem-based approaches to managing marine areas (MARITIME SPATIAL PLAN OF ROMANIA (DRAFT), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/romania/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.055 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--724_C01 +name: Countries using ecosystem-based approaches to managing marine areas (MARITIME SPATIAL PLANS OF THE FIVE SPANISH MARINE SUBDIVISIONS (2023), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/spain/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.056 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_INTPREP__MARINE_SPATATIAL_PLAN--831_C01 +name: Countries using ecosystem-based approaches to managing marine areas (Marine Spatial Planning is being prepared for but the work has not yet been initiated) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.057 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--100_C03 +name: Countries using ecosystem-based approaches to managing marine areas (Marine Strategy of the Republic of Bulgaria, https://www.bsbd.bg/bg/m_env_and_action.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.058 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--616_C01 +name: Countries using ecosystem-based approaches to managing marine areas (Maritime Spatial Plan for Szczecinski and Kamienski Lagoons, https://www.ums.gov.pl/plany-morskie/147-projekty-planow-zagospodarowania-przestrzennego-polskich-obszarow-morskich-morskich-wod-wewnetrznych-dla-zalewu-szczecinskiego-i-zalewu-kamienskieg) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.059 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--428_C01 +name: Countries using ecosystem-based approaches to managing marine areas (Maritime Spatial Plan for the Marine Inland Waters, Territorial Sea and Exclusive Economic Zone Waters of the Republic of Latvia, https://drive.google.com/file/d/1mKigVjv6N03cjgPkwR5RSItcQezsn5zY/view) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.060 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--100_C04 +name: Countries using ecosystem-based approaches to managing marine areas (Maritime Spatial Plan of the Republic of Bulgaria, https://www.mrrb.bg/bg/morski-prostranstven-plan-na-republika-bulgariya-2021-2035-g/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.061 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--276_C02 +name: Countries using ecosystem-based approaches to managing marine areas (Maritime Spatial Plan, https://www.bsh.de/EN/TOPICS/Offshore/Maritime_spatial_planning/Maritime_Spatial_Plan_2021/maritime-spatial-plan-2021_node.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.062 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--616_C03 +name: Countries using ecosystem-based approaches to managing marine areas (Maritime Spatial Plans for Vistula Lagoon, https://www.umgdy.gov.pl/plany_morskie/projekt-planu-zagospodarowania-przestrzennego-zalewu-wislanego/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.063 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--616_C02 +name: Countries using ecosystem-based approaches to managing marine areas (Maritime spatial plan for the internal marine waters, the territorial sea and the exclusive economic zone on a scale of 1: 200, 000, https://dziennikustaw.gov.pl/DU/2021/935) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.064 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C11 +name: Countries using ecosystem-based approaches to managing marine areas (Musquash Estuary: a management plan for the marine protected area and administered intertidal area, https://cat.fsl-bsf.scitech.gc.ca/record=4041841&searchscope=06) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.065 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--120_C01 +name: Countries using ecosystem-based approaches to managing marine areas (NATIONAL ACTION PLAN FOR THE MANAGEMENT OF MARINE AND COASTAL AREAS: IMPLEMENTATION OF INTEGRATED COASTAL ZONE MANAGEMENT (ICZM) IN THE KRIBI-CAMPO REGION, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/cameroon/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.066 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--620_C01 +name: Countries using ecosystem-based approaches to managing marine areas (NATIONAL MARITIME SPATIAL PLANNING SITUATION PLAN (2019)) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.067 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--528_C02 +name: Countries using ecosystem-based approaches to managing marine areas (NORTH SEA PROGRAMME (2022), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/netherlands/#1667408007329-bfdd569b-ad8a1684312314410) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.068 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--578_C07 +name: Countries using ecosystem-based approaches to managing marine areas (NORWAYS INTEGRATED OCEAN MANAGEMENT PLANS, BARENTS SEA, LOFOTEN AREA; THE NORWEGIAN SEA; AND THE NORTH SEA AND SKAGERRAK (2020), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/norway/#1601637626255-3ce6d0a0-a36d16627293923771684314) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.069 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--036_C01 +name: Countries using ecosystem-based approaches to managing marine areas (NSW coastal management framework, https://www.environment.nsw.gov.au/topics/water/coasts/coastal-management/framework) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.070 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--100_C05 +name: Countries using ecosystem-based approaches to managing marine areas (Natura 2000 network in Bulgaria, https://natura2000.egov.bg/EsriBg.Natura.Public.Web.App/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.071 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--826_C02 +name: Countries using ecosystem-based approaches to managing marine areas (North East Marine Plans, https://www.gov.uk/government/publications/the-north-east-marine-plans-documents) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.072 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--752_C02 +name: Countries using ecosystem-based approaches to managing marine areas (North Sea marine spatial planning, https://www.havochvatten.se/vagledning-foreskrifter-och-lagar/vagledningar/havsplaner/vasterhavet.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.073 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--826_C03 +name: Countries using ecosystem-based approaches to managing marine areas (North West Marine Plans, The North West Marine Plans Documents - GOV.UK (www.gov.uk)) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.074 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--024_C01 +name: Countries using ecosystem-based approaches to managing marine areas (PLANO DE ORDENAMENTO DO ESPAÇO MARINHO (2023), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/angola/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.075 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--528_C03 +name: Countries using ecosystem-based approaches to managing marine areas (POLICY DOCUMENT ON THE NORTH SEA 2009-2015 (SECTION 5.6 OF THE NATIONAL WATER PLAN) (2009), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/netherlands/#1667408007329-bfdd569b-ad8a1684312314410) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.076 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--528_C04 +name: Countries using ecosystem-based approaches to managing marine areas (POLICY DOCUMENT ON THE NORTH SEA 2016-2021 (APPENDIX 2 TO THE NATIONAL WATER PLAN) (2016), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/netherlands/#1667408007329-bfdd569b-ad8a1684312314410) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.077 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C02 +name: Countries using ecosystem-based approaches to managing marine areas (POMIUAC ALTA GUAJIRA : Plan de Ordenación y Manejo Integrado de la Unidad Ambiental Costera de la Alta Guajira) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.078 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C03 +name: Countries using ecosystem-based approaches to managing marine areas (POMIUAC BAUDÓ-SAN JUAN: Plan de Ordenación y Manejo Integrado de la Unidad Ambiental Costera Baudó - San Juan, https://codechoco.gov.co) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.079 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C04 +name: Countries using ecosystem-based approaches to managing marine areas (POMIUAC CARIBE INSULAR : Plan de Ordenación y Manejo Integrado de la Unidad Ambiental Caribe Insular, https://www.coralina.gov.co) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.080 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C05 +name: Countries using ecosystem-based approaches to managing marine areas (POMIUAC DARIEN: Plan de Ordenación y Manejo Integrado de la Unidad Ambiental Costera del Darién, https://codechoco.gov.co) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.081 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C06 +name: Countries using ecosystem-based approaches to managing marine areas (POMIUAC LLAS: Plan de Ordenación y Manejo Integrado de la Unidad Ambiental Costera Llanura Aluvial del Sur, https://crc.gov.co) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.082 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C07 +name: Countries using ecosystem-based approaches to managing marine areas (POMIUAC MAGDALENA : Plan de Ordenación y Manejo Integrado de la Unidad Ambiental Costera del RÃ\xado Magdalena, complejo Canal del Dique - Sistema Lagunar de la Ciénaga Grande de Santa Marta, https://www.parquesnacionales.gov.co) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.083 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--170_C08 +name: Countries using ecosystem-based approaches to managing marine areas (POMIUAC MALAGA-BUENAVENTURA : Plan de Ordenación y Manejo Integrado de la Unidad Ambiental Costera del Complejo de Málaga - Buenaventura, https://www.cvc.gov.co) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.084 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C09 +name: Countries using ecosystem-based approaches to managing marine areas (POMIUAC VNSNSM : Plan de Ordenación y Manejo Integrado de la Unidad Ambiental Costera de la Vertiente Norte de La Sierra Nevada de Santa Marta, https://www.corpamag.gov.co) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.085 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C10 +name: Countries using ecosystem-based approaches to managing marine areas (POMIUACPNCh: Plan de Ordenación y Manejo Integrado de la Unidad Ambiental Costera PacÃ\xadfico Norte Chocoano, https://codechoco.gov.co) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.086 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--705_C01 +name: Countries using ecosystem-based approaches to managing marine areas (POMORSKI PROSTORSKI NA?RT SLOVENIJE / MARITIME SPATIAL PLAN OF SLOVENIA (2021), http://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/slovenia/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.087 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C12 +name: Countries using ecosystem-based approaches to managing marine areas (Pacific North Coast Integrated Management Area, https://www.dfo-mpo.gc.ca/oceans/management-gestion/pncima-zgicnp-eng.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.088 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--124_C13 +name: Countries using ecosystem-based approaches to managing marine areas (Pikialasorsuaq (North Water Polynya), https://www.dfo-mpo.gc.ca/oceans/management-gestion/pikialasorsuaq-eng.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.089 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C14 +name: Countries using ecosystem-based approaches to managing marine areas (Placentia Bay/Grand Banks Integrated Management Plan, https://www.dfo-mpo.gc.ca/oceans/management-gestion/placentia-eng.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.090 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--170_C01 +name: Countries using ecosystem-based approaches to managing marine areas (Plan 5: POMIUAC MORROSQUILLO: Plan de Ordenación y Manejo Integrado de la Unidad Ambiental Costera de Estuarina del rÃ\xado Sinú y el Golfo de Morrosquillo, https://carsucre.gov.co) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.091 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--214_C02 +name: Countries using ecosystem-based approaches to managing marine areas (Plan-de-Accion-Nacional-para-la-Gestion-Integral-de-Residuos-Marinos, https://ambiente.gob.do/wpfd_file/plan-de-accion-nacional-para-la-gestion-integral-de-residuos-marinos/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.092 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--214_C03 +name: Countries using ecosystem-based approaches to managing marine areas (Planeación estratégica, https://anamar.gob.do/transparencia/index.php/plan-estrategico/planeacion-estrategica) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.093 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_INTPREP__MARINE_SPATATIAL_PLAN--076_C01 +name: Countries using ecosystem-based approaches to managing marine areas (Planejamento Espacial Marinho, https://www.marinha.mil.br/secirm/psrm/pem) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.094 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--233_C03 +name: Countries using ecosystem-based approaches to managing marine areas (PÄRNU COUNTY (PÄRNU BAY AREA), https://maakonnaplaneering.ee/maakonna-planeeringud/parnumaa/parnu-mereala-maakonnaplaneering/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.095 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_INTPREP__MARINE_SPATATIAL_PLAN--450_C01 +name: Countries using ecosystem-based approaches to managing marine areas (REGIONAL MARINE SPATIAL PLAN 2022-2025, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/madagascar/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.096 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C09 +name: Countries using ecosystem-based approaches to managing marine areas (REGULATION OF GOVERNMENT NO. 32 YEAR 2019 ON NATIONAL MARINE SPATIAL PLANNING (2019), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.097 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C10 +name: Countries using ecosystem-based approaches to managing marine areas (REGULATION OF PRESIDENT NO. 3 YEAR 2022 ON INTERREGIONAL ZONING PLAN OF JAVA SEA (2022), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.098 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--360_C11 +name: Countries using ecosystem-based approaches to managing marine areas (REGULATION OF PRESIDENT NO. 83 YEAR 2020 ON INTERREGIONAL ZONING PLAN OF MAKASSAR STRAIT (2020), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/asia/indonesia/national-marine-spatial-plan/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.099 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--056_C01 +name: Countries using ecosystem-based approaches to managing marine areas (ROYAL DECREE ESTABLISHING A MARINE SPATIAL PLAN, https://www.ejustice.just.fgov.be/mopdf/2014/03/28_1.pdf#Page2) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.100 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--056_C02 +name: Countries using ecosystem-based approaches to managing marine areas (ROYAL DECREE ESTABLISHING THE MARINE SPATIAL PLANNING FOR THE PERIOD 2020 TO 2026 IN THE BELGIAN SEA-AREAS, https://www.health.belgium.be/en/royal-decree-msp-2020-english-courtesy-translation) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.101 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--100_C06 +name: Countries using ecosystem-based approaches to managing marine areas (River Basin Management Plans of the Black Sea River Basin District, https://www.bsbd.bg/bg/index_bg_5493788.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.102 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--690_C01 +name: Countries using ecosystem-based approaches to managing marine areas (SEYCHELLES MARINE SPATIAL PLAN (SMSP), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/seychelles/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.103 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C16 +name: Countries using ecosystem-based approaches to managing marine areas (SGaan Kinghlas–Bowie Seamount Gin siigee tl’a damaan kinggangs gin k’aalaagangs Marine Protected Area Management Plan 2019, https://www.dfo-mpo.gc.ca/oceans/publications/sk-b-managementplan-plangestion/page01-eng.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.104 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_INTPREP__MARINE_SPATATIAL_PLAN--710_C01 +name: Countries using ecosystem-based approaches to managing marine areas (SOUTHERN MARINE AREA PLAN (THE DRAFTING OF THE PLAN WILL COMMENCE IN APRIL 2023), https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/africa/south-africa/#1667408007329-bfdd569b-ad8a) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.105 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--031_C03 +name: Countries using ecosystem-based approaches to managing marine areas (Samur-Yalama National Park, https://nationalparks.az/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.106 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C15 +name: Countries using ecosystem-based approaches to managing marine areas (Scotian Shelf, Atlantic Coast and Bay of Fundy regional oceans plan, https://www.dfo-mpo.gc.ca/oceans/management-gestion/scotian-ecossais-eng.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.107 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--826_C04 +name: Countries using ecosystem-based approaches to managing marine areas (South East Marine Plan) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.108 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--826_C05 +name: Countries using ecosystem-based approaches to managing marine areas (South Marine Plans, South Marine Plans - GOV.UK (www.gov.uk)) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.109 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--826_C06 +name: Countries using ecosystem-based approaches to managing marine areas (South West Marine Plans, The South West Marine Plans Documents - GOV.UK (www.gov.uk)) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.110 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--616_C04 +name: Countries using ecosystem-based approaches to managing marine areas (Spatial Plans for port area waters Szczecin, ?winouj?cie, Police, Dziwnów, Trzebie?, ?eba, Ustka, Rowy, Ko?obrzeg, Dar?owo, D?wirzyno, Elbl?g, Gda?sk, Gdynia, Hel, W?adys?awowo) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.111 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLDV__MARINE_SPATATIAL_PLAN--124_C17 +name: Countries using ecosystem-based approaches to managing marine areas (St. Anns Bank MPA, https://www.dfo-mpo.gc.ca/oceans/mpa-zpm/stanns-sainteanne/index-eng.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.112 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--100_C07 +name: Countries using ecosystem-based approaches to managing marine areas (Strategies, programs and plans, https://www.mrrb.bg/bg/normativni-aktove/strategii-programi-i-planove/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.113 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--380_C03 +name: Countries using ecosystem-based approaches to managing marine areas (TYRRHENIAN, https://www.mspglobal2030.org/msp-roadmap/msp-around-the-world/europe/italy/#1668646611801-1bba7d03-5e19) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.114 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C18 +name: Countries using ecosystem-based approaches to managing marine areas (Tarium Niryutait marine protected area: management plan, https://cat.fsl-bsf.scitech.gc.ca/record=4059552&searchscope=06) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.115 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--752_C03 +name: Countries using ecosystem-based approaches to managing marine areas (The Baltic Sea spatial planning, https://www.havochvatten.se/vagledning-foreskrifter-och-lagar/vagledningar/havsplaner/ostersjon.html) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.116 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_IMP_ADMNG__MARINE_SPATATIAL_PLAN--124_C19 +name: Countries using ecosystem-based approaches to managing marine areas (The Gully: marine protected area management plan, https://cat.fsl-bsf.scitech.gc.ca/record=4083556&searchscope=06) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.117 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--682_C01 +name: Countries using ecosystem-based approaches to managing marine areas (The National center for wildlife already with other entities build the Road map of protected area to achive 2030 vision for the Kingdom) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_ECSYBA.118 +member: dcid:sdg/EN_SCP_ECSYBA.LEVEL_STATUS--LI_PLA_DSG__MARINE_SPATATIAL_PLAN--616_C05 +name: Countries using ecosystem-based approaches to managing marine areas (The detailed maritime spatial plan for Gda?sk Bay, https://www.umgdy.gov.pl/plany_morskie/szczegolowy-projekt-planu-zagospodarowania-przestrzennego-zatoki-gdanskiej/) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_FRMN.001 +member: dcid:sdg/EN_SCP_FRMN +name: Number of companies publishing sustainability reports with disclosure by dimension +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_FRMN.002 +member: dcid:sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_A, dcid:sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_B, dcid:sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_C, dcid:sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_F, dcid:sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_G, dcid:sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_H, dcid:sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_I, dcid:sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_J, dcid:sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_K, dcid:sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_L, dcid:sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_M, dcid:sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_N, dcid:sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_P, dcid:sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_Q, dcid:sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_R, dcid:sdg/EN_SCP_FRMN.ECONOMIC_ACTIVITY--ISIC4_S +name: Number of companies publishing sustainability reports with disclosure by dimension by Major division of ISIC Rev. 4 +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_SCP_FSHGDP.001 +member: dcid:sdg/EN_SCP_FSHGDP +name: Sustainable fisheries as a proportion of GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_TWT_GENV.001 +member: dcid:sdg/EN_TWT_GENV +name: Total waste generation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_TWT_GENV.002 +member: dcid:sdg/EN_TWT_GENV.ECONOMIC_ACTIVITY--ISIC4_A, dcid:sdg/EN_TWT_GENV.ECONOMIC_ACTIVITY--ISIC4_B, dcid:sdg/EN_TWT_GENV.ECONOMIC_ACTIVITY--ISIC4_C, dcid:sdg/EN_TWT_GENV.ECONOMIC_ACTIVITY--ISIC4_D, dcid:sdg/EN_TWT_GENV.ECONOMIC_ACTIVITY--ISIC4_F, dcid:sdg/EN_TWT_GENV.ECONOMIC_ACTIVITY--ISIC4_S, dcid:sdg/EN_TWT_GENV.ECONOMIC_ACTIVITY--ISIC4_T +name: Total waste generation by Major division of ISIC Rev. 4 +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_URB_OPENSP.001 +member: dcid:sdg/EN_URB_OPENSP +name: Average share of the built-up area of cities that is open space for public use for all +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WBE_HMWTL.001 +member: dcid:sdg/EN_WBE_HMWTL +name: Extent of human made wetlands +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WBE_INWTL.001 +member: dcid:sdg/EN_WBE_INWTL +name: Extent of inland wetlands +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WBE_MANGC.001 +member: dcid:sdg/EN_WBE_MANGC +name: Mangrove total area change +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WBE_MANGN.001 +member: dcid:sdg/EN_WBE_MANGN +name: Mangrove area +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WBE_NDQTGRW.001 +member: dcid:sdg/EN_WBE_NDQTGRW +name: Quantity of nationally derived groundwater +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WBE_NDQTRVR.001 +member: dcid:sdg/EN_WBE_NDQTRVR +name: Quantity of nationally derived water fromrivers +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WBE_WTLN.001 +member: dcid:sdg/EN_WBE_WTLN +name: Wetlands area +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WBE_WTLP.001 +member: dcid:sdg/EN_WBE_WTLP +name: Wetlands area as a proportion of total land area +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WWT_GEN.001 +member: dcid:sdg/EN_WWT_GEN +name: Total wastewater generated +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WWT_GEN.002 +member: dcid:sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--HH +name: Total wastewater generated by Private households +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WWT_GEN.003 +member: dcid:sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_A, dcid:sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_B, dcid:sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_C, dcid:sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_D, dcid:sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_E, dcid:sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_F +name: Total wastewater generated by Major division of ISIC Rev. 4 +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WWT_GEN.004 +member: dcid:sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_BTFXE, dcid:sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_GTS, dcid:sdg/EN_WWT_GEN.ECONOMIC_ACTIVITY--ISIC4_GTS_HH +name: Total wastewater generated by Sector +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WWT_TREAT.001 +member: dcid:sdg/EN_WWT_TREAT, dcid:sdg/EN_WWT_TREAT.ECONOMIC_ACTIVITY--ISIC4_BTFXE +name: Total wastewater treated +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WWT_TREATR.001 +member: dcid:sdg/EN_WWT_TREATR, dcid:sdg/EN_WWT_TREATR.ECONOMIC_ACTIVITY--ISIC4_BTFXE +name: Proportion of wastewater treated +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WWT_TREATR_SF.001 +member: dcid:sdg/EN_WWT_TREATR_SF, dcid:sdg/EN_WWT_TREATR_SF.ECONOMIC_ACTIVITY--ISIC4_BTFXE +name: Proportion of wastewater safely treated +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WWT_TREAT_SF.001 +member: dcid:sdg/EN_WWT_TREAT_SF, dcid:sdg/EN_WWT_TREAT_SF.ECONOMIC_ACTIVITY--ISIC4_BTFXE +name: Total wastewater safely treated +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGEN_WWT_WWDS.001 +member: dcid:sdg/EN_WWT_WWDS +name: Proportion of safely treated domestic wastewater flows +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_BDY_ABT2NP.001 +member: dcid:sdg/ER_BDY_ABT2NP +name: Countries that established national targets in accordance with Aichi Biodiversity Target 2 of the Strategic Plan for Biodiversity 2011-2020 in their National Biodiversity Strategy and Action Plans +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_BDY_ABT2NP.002 +member: dcid:sdg/ER_BDY_ABT2NP.LEVEL_STATUS--ABT2ACHIEVE, dcid:sdg/ER_BDY_ABT2NP.LEVEL_STATUS--ABT2DIGRESS, dcid:sdg/ER_BDY_ABT2NP.LEVEL_STATUS--ABT2EXCEED, dcid:sdg/ER_BDY_ABT2NP.LEVEL_STATUS--ABT2INSUFNT, dcid:sdg/ER_BDY_ABT2NP.LEVEL_STATUS--ABT2NONTLT, dcid:sdg/ER_BDY_ABT2NP.LEVEL_STATUS--ABT2NOPROG +name: Countries that established national targets in accordance with Aichi Biodiversity Target 2 of the Strategic Plan for Biodiversity 2011-2020 in their National Biodiversity Strategy and Action Plans by Status of national target +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_BDY_SEEA.001 +member: dcid:sdg/ER_BDY_SEEA +name: Countries with integrated biodiversity values into national accounting and reporting systems, defined as implementation of the System of Environmental-Economic Accounting +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_BDY_SEEA.002 +member: dcid:sdg/ER_BDY_SEEA.LEVEL_STATUS--LS_COMP, dcid:sdg/ER_BDY_SEEA.LEVEL_STATUS--LS_COMPDISSE, dcid:sdg/ER_BDY_SEEA.LEVEL_STATUS--LS_DISSEM +name: Countries with integrated biodiversity values into national accounting and reporting systems, defined as implementation of the System of Environmental-Economic Accounting by Status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_CBD_ABSCLRHS.001 +member: dcid:sdg/ER_CBD_ABSCLRHS +name: Countries that have legislative, administrative and policy framework or measures reported to the Access and Benefit-Sharing Clearing-House +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_CBD_NAGOYA.001 +member: dcid:sdg/ER_CBD_NAGOYA +name: Countries that are parties to the Nagoya Protocol +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_CBD_ORSPGRFA.001 +member: dcid:sdg/ER_CBD_ORSPGRFA +name: Countries that have legislative, administrative and policy framework or measures reported through the Online Reporting System on Compliance of the International Treaty on Plant Genetic Resources for Food and Agriculture (PGRFA) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_CBD_PTYPGRFA.001 +member: dcid:sdg/ER_CBD_PTYPGRFA +name: Countries that are contracting Parties to the International Treaty on Plant Genetic Resources for Food and Agriculture (PGRFA) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_CBD_SMTA.001 +member: dcid:sdg/ER_CBD_SMTA +name: Total reported number of Standard Material Transfer Agreements (SMTAs) transferring plant genetic resources for food and agriculture to the country +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_FFS_CMPT_CD.001 +member: dcid:sdg/ER_FFS_CMPT_CD +name: Fossil-fuel subsidies (consumption and production) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_FFS_CMPT_GDP.001 +member: dcid:sdg/ER_FFS_CMPT_GDP +name: Fossil-fuel subsidies (consumption and production) as a proportion of total GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_FFS_CMPT_PC_CD.001 +member: dcid:sdg/ER_FFS_CMPT_PC_CD +name: Fossil-fuel subsidies (consumption and production) per capita +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_GRF_ANIMKPT.001 +member: dcid:sdg/ER_GRF_ANIMKPT +name: Number of local breeds kept in the country +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_GRF_ANIMKPT_TRB.001 +member: dcid:sdg/ER_GRF_ANIMKPT_TRB +name: Number of transboundary breeds (including extinct ones) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_GRF_ANIMRCNTN.001 +member: dcid:sdg/ER_GRF_ANIMRCNTN +name: Number of local breeds for which sufficient genetic resources are stored for reconstitution +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_GRF_ANIMRCNTN_TRB.001 +member: dcid:sdg/ER_GRF_ANIMRCNTN_TRB +name: Number of transboundary breeds for which sufficient genetic resources are stored for reconstitution +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_GRF_PLNTSTOR.001 +member: dcid:sdg/ER_GRF_PLNTSTOR +name: Plant genetic resources accessions stored ex situ +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_H2O_FWTL.001 +member: dcid:sdg/ER_H2O_FWTL +name: Proportion of fish stocks within biologically sustainable levels (not overexploited) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_H2O_IWRMD.001 +member: dcid:sdg/ER_H2O_IWRMD +name: Degree of implementation of integrated water resources management +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_H2O_IWRMD_EE.001 +member: dcid:sdg/ER_H2O_IWRMD_EE +name: Degree of implementation of integrated water resources management: enabling environment +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_H2O_IWRMD_FI.001 +member: dcid:sdg/ER_H2O_IWRMD_FI +name: Degree of implementation of integrated water resources management: financing +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_H2O_IWRMD_IP.001 +member: dcid:sdg/ER_H2O_IWRMD_IP +name: Degree of implementation of integrated water resources management: institutions and participation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_H2O_IWRMD_MI.001 +member: dcid:sdg/ER_H2O_IWRMD_MI +name: Degree of implementation of integrated water resources management: management instruments +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_H2O_IWRMP.001 +member: dcid:sdg/ER_H2O_IWRMP.LEVEL_STATUS--HIGIMP, dcid:sdg/ER_H2O_IWRMP.LEVEL_STATUS--LOWIMP, dcid:sdg/ER_H2O_IWRMP.LEVEL_STATUS--MHIGIMP, dcid:sdg/ER_H2O_IWRMP.LEVEL_STATUS--MLOWIMP, dcid:sdg/ER_H2O_IWRMP.LEVEL_STATUS--VHIGIMP, dcid:sdg/ER_H2O_IWRMP.LEVEL_STATUS--VLOWIMP +name: Proportion of countries by category of implementation of integrated water resources management (IWRM) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_H2O_PARTIC.001 +member: dcid:sdg/ER_H2O_PARTIC.URBANIZATION--R +name: Proportion of countries with high level of users/communities participating in planning programs in rural drinking-water supply by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_H2O_PRDU.001 +member: dcid:sdg/ER_H2O_PRDU.URBANIZATION--R +name: Countries with procedures in law or policy for participation by service users/communities in planning program in rural drinking-water supply by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_H2O_PROCED.001 +member: dcid:sdg/ER_H2O_PROCED.URBANIZATION--R +name: Proportion of countries with clearly defined procedures in law or policy for participation by service users/communities in planning program in rural drinking-water supply by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_H2O_RURP.001 +member: dcid:sdg/ER_H2O_RURP.URBANIZATION--R +name: Countries with users/communities participating in planning programs in rural drinking-water supply, by level of participation by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_H2O_STRESS.001 +member: dcid:sdg/ER_H2O_STRESS +name: Level of water stress: freshwater withdrawal as a proportion of available freshwater resources +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_H2O_STRESS.002 +member: dcid:sdg/ER_H2O_STRESS.ECONOMIC_ACTIVITY--ISIC4_A01_A0210_A0322, dcid:sdg/ER_H2O_STRESS.ECONOMIC_ACTIVITY--ISIC4_BTFXE, dcid:sdg/ER_H2O_STRESS.ECONOMIC_ACTIVITY--ISIC4_GTT +name: Level of water stress: freshwater withdrawal as a proportion of available freshwater resources by Sector +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_H2O_WUEYST.001 +member: dcid:sdg/ER_H2O_WUEYST +name: Water use efficiency +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_H2O_WUEYST.002 +member: dcid:sdg/ER_H2O_WUEYST.ECONOMIC_ACTIVITY--ISIC4_A01_A0210_A0322, dcid:sdg/ER_H2O_WUEYST.ECONOMIC_ACTIVITY--ISIC4_BTFXE, dcid:sdg/ER_H2O_WUEYST.ECONOMIC_ACTIVITY--ISIC4_GTT +name: Water use efficiency by Sector +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_IAS_GLOFUN.001 +member: dcid:sdg/ER_IAS_GLOFUN +name: Recipient countries of global funding with access to any funding from global financial mechanisms for projects related to invasive alien species  management +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_IAS_GLOFUNP.001 +member: dcid:sdg/ER_IAS_GLOFUNP +name: Proportion of recipient countries of global funding with access to any funding from global financial mechanisms for projects related to invasive alien species  management +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_IAS_LEGIS.001 +member: dcid:sdg/ER_IAS_LEGIS +name: Countriees with a legislation, regulation, or act related to the prevention of introduction and management of Invasive Alien Species +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_IAS_NATBUD.001 +member: dcid:sdg/ER_IAS_NATBUD +name: Countries with an allocation from the national budget to manage the threat of invasive alien species +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_IAS_NATBUDP.001 +member: dcid:sdg/ER_IAS_NATBUDP +name: Proportion of countries with allocation from the national budget to manage the threat of invasive alien species +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_IAS_NBSAP.001 +member: dcid:sdg/ER_IAS_NBSAP +name: Countries with alignment of National Biodiversity Strategy and Action Plan (NBSAP) targets to target 9 of the Aichi Biodiversity set out in the Strategic Plan for Biodiversity 2011-2020 +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_IAS_NBSAPP.001 +member: dcid:sdg/ER_IAS_NBSAPP +name: Proportion of countries with alignment of National Biodiversity Strategy and Action Plan (NBSAP) targets to target 9 of the Aichi Biodiversity target 9 set out in the Strategic Plan for Biodiversity 2011-2020 +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MRN_MPA.001 +member: dcid:sdg/ER_MRN_MPA +name: Average proportion of Marine Key Biodiversity Areas (KBAs) covered by protected areas +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_DGRDA.001 +member: dcid:sdg/ER_MTN_DGRDA +name: Area of degraded mountain land +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_DGRDA.002 +member: dcid:sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--REMAIN_MOUNT +name: Area of degraded mountain land by Bioclimatic belt +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_DGRDP.001 +member: dcid:sdg/ER_MTN_DGRDP +name: Proportion of degraded mountain land +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_DGRDP.002 +member: dcid:sdg/ER_MTN_DGRDP.BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_DGRDP.BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_DGRDP.BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_DGRDP.BIOCLIMATIC_BELT--REMAIN_MOUNT +name: Proportion of degraded mountain land by Bioclimatic belt +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_GRNCOV.001 +member: dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--MGCI__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--MGCI__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--MGCI__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--MGCI__BIOCLIMATIC_BELT--REMAIN_MOUNT +name: Area of mountain green cover by Type of land cover +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_GRNCOV.002 +member: dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--ART__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--CRP__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--GRS__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--IWB__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--PSG__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--SAF__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--SHR__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--SNV__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--TBL__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--TRE__BIOCLIMATIC_BELT--ALPINE +name: Area of mountain green cover (Alpine) by Type of land cover +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_GRNCOV.003 +member: dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--ART__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--CRP__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--GRS__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--IWB__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--PSG__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--SAF__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--SHR__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--SNV__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--TBL__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--TRE__BIOCLIMATIC_BELT--MONTANE +name: Area of mountain green cover (Montane) by Type of land cover +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_GRNCOV.004 +member: dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--ART__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--CRP__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--GRS__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--IWB__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--PSG__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--SAF__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--SHR__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--SNV__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--TBL__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--TRE__BIOCLIMATIC_BELT--NIVAL +name: Area of mountain green cover (Nival) by Type of land cover +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_GRNCOV.005 +member: dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--ART__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--CRP__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--GRS__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--IWB__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--SAF__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--SHR__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--SNV__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--TBL__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--TRE__BIOCLIMATIC_BELT--REMAIN_MOUNT +name: Area of mountain green cover (Remaining mountain area) by Type of land cover +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_GRNCOV.006 +member: dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--ART, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--CRP, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--GRS, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--IWB, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--MGCI, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--PSG, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--SAF, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--SHR, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--SNV, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--TBL, dcid:sdg/ER_MTN_GRNCOV.LAND_COVER--TRE +name: Area of mountain green cover by Type of land cover +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_GRNCVI.001 +member: dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--MGCI__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--MGCI__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--MGCI__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--MGCI__BIOCLIMATIC_BELT--REMAIN_MOUNT +name: Mountain Green Cover Index by Type of land cover +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_GRNCVI.002 +member: dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--ART__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--CRP__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--GRS__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--IWB__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--PSG__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--SAF__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--SHR__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--SNV__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--TBL__BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--TRE__BIOCLIMATIC_BELT--ALPINE +name: Mountain Green Cover Index (Alpine) by Type of land cover +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_GRNCVI.003 +member: dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--ART__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--CRP__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--GRS__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--IWB__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--PSG__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--SAF__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--SHR__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--SNV__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--TBL__BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--TRE__BIOCLIMATIC_BELT--MONTANE +name: Mountain Green Cover Index (Montane) by Type of land cover +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_GRNCVI.004 +member: dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--ART__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--CRP__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--GRS__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--IWB__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--PSG__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--SAF__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--SHR__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--SNV__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--TBL__BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--TRE__BIOCLIMATIC_BELT--NIVAL +name: Mountain Green Cover Index (Nival) by Type of land cover +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_GRNCVI.005 +member: dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--ART__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--CRP__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--GRS__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--IWB__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--PSG__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--SAF__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--SHR__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--SNV__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--TBL__BIOCLIMATIC_BELT--REMAIN_MOUNT, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--TRE__BIOCLIMATIC_BELT--REMAIN_MOUNT +name: Mountain Green Cover Index (Remaining mountain area) by Type of land cover +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_GRNCVI.006 +member: dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--ART, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--CRP, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--GRS, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--IWB, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--MGCI, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--PSG, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--SAF, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--SHR, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--SNV, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--TBL, dcid:sdg/ER_MTN_GRNCVI.LAND_COVER--TRE +name: Mountain Green Cover Index by Type of land cover +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_TOTL.001 +member: dcid:sdg/ER_MTN_TOTL +name: Mountain area +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_MTN_TOTL.002 +member: dcid:sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--ALPINE, dcid:sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--MONTANE, dcid:sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--NIVAL, dcid:sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--REMAIN_MOUNT +name: Mountain area by Bioclimatic belt +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_NOEX_LBREDN.001 +member: dcid:sdg/ER_NOEX_LBREDN +name: Number of local breeds (not extinct) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_PTD_FRHWTR.001 +member: dcid:sdg/ER_PTD_FRHWTR +name: Average proportion of Freshwater Key Biodiversity Areas (KBAs) covered by protected areas +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_PTD_MTN.001 +member: dcid:sdg/ER_PTD_MTN +name: Average proportion of Mountain Key Biodiversity Areas (KBAs) covered by protected areas +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_PTD_TERR.001 +member: dcid:sdg/ER_PTD_TERR +name: Average proportion of Terrestrial Key Biodiversity Areas (KBAs) covered by protected areas +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_RDE_OSEX.001 +member: dcid:sdg/ER_RDE_OSEX +name: National ocean science expenditure as a share of total research and development funding +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_REG_SSFRAR.001 +member: dcid:sdg/ER_REG_SSFRAR +name: Degree of application of a legal/regulatory/policy/institutional framework which recognizes and protects access rights for small-scale fisheries +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_REG_UNFCIM.001 +member: dcid:sdg/ER_REG_UNFCIM +name: Degree of implementation of international instruments aiming to combat illegal, unreported and unregulated fishing +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_RSK_LBREDS.001 +member: dcid:sdg/ER_RSK_LBREDS +name: Proportion of local breeds classified as being at risk of extinction as a share of local breeds with known level of extinction risk +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_RSK_LST.001 +member: dcid:sdg/ER_RSK_LST +name: Red List Index +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_UNCLOS_IMPLE.001 +member: dcid:sdg/ER_UNCLOS_IMPLE +name: Score for the implementation of UNCLOS and its two implementing agreements +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_UNCLOS_RATACC.001 +member: dcid:sdg/ER_UNCLOS_RATACC +name: Score for the ratification of and accession to UNCLOS and its two implementing agreements +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_UNK_LBREDN.001 +member: dcid:sdg/ER_UNK_LBREDN +name: Number of local breeds with unknown risk status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_WAT_PART.001 +member: dcid:sdg/ER_WAT_PART +name: Countries with users/communities participating in planning programs in water resources planning and management +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_WAT_PARTIC.001 +member: dcid:sdg/ER_WAT_PARTIC +name: Proportion of countries with high level of users/communities participating in planning programs in water resources planning and management +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_WAT_PRDU.001 +member: dcid:sdg/ER_WAT_PRDU +name: Countries with procedures in law or policy for participation by service users/communities in planning program in water resources planning and management +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_WAT_PROCED.001 +member: dcid:sdg/ER_WAT_PROCED +name: Proportion of countries with clearly defined procedures in law or policy for participation by service users/communities in planning program in water resources planning and management +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGER_WLD_TRPOACH.001 +member: dcid:sdg/ER_WLD_TRPOACH.PRODUCT--CITES_ANIMALS, dcid:sdg/ER_WLD_TRPOACH.PRODUCT--CITES_PLANTS, dcid:sdg/ER_WLD_TRPOACH.PRODUCT--CITES_T +name: Proportion of traded wildlife that was poached or illicitly trafficked by Plants, animals and derived products +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFB_ATM_TOTL.001 +member: dcid:sdg/FB_ATM_TOTL.AGE--Y_GE15 +name: Number of automated teller machines (ATMs) per 100, 000 adults (15 years old and over) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFB_BNK_ACCSS.001 +member: dcid:sdg/FB_BNK_ACCSS.AGE--Y15T24, dcid:sdg/FB_BNK_ACCSS.AGE--Y_GE15, dcid:sdg/FB_BNK_ACCSS.AGE--Y_GE25 +name: Proportion of adults (15 years and older) with an account at a financial institution or mobile-money-service provider by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFB_BNK_ACCSS.002 +member: dcid:sdg/FB_BNK_ACCSS.AGE--Y_GE15__EDUCATION_LEVEL--AGG_0_1, dcid:sdg/FB_BNK_ACCSS.AGE--Y_GE15__EDUCATION_LEVEL--AGG_GE2 +name: Proportion of adults (15 years and older) with an account at a financial institution or mobile-money-service provider by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFB_BNK_ACCSS.003 +member: dcid:sdg/FB_BNK_ACCSS.AGE--Y_GE15__SEX--F, dcid:sdg/FB_BNK_ACCSS.AGE--Y_GE15__SEX--M +name: Proportion of adults (15 years and older) with an account at a financial institution or mobile-money-service provider by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFB_BNK_ACCSS.004 +member: dcid:sdg/FB_BNK_ACCSS.AGE--Y_GE15__URBANIZATION--R, dcid:sdg/FB_BNK_ACCSS.AGE--Y_GE15__URBANIZATION--U +name: Proportion of adults (15 years and older) with an account at a financial institution or mobile-money-service provider by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFB_BNK_ACCSS.005 +member: dcid:sdg/FB_BNK_ACCSS.AGE--Y_GE15__WEALTH_QUANTILE--BOTTOM40, dcid:sdg/FB_BNK_ACCSS.AGE--Y_GE15__WEALTH_QUANTILE--TOP60 +name: Proportion of adults (15 years and older) with an account at a financial institution or mobile-money-service provider by Quantile +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFB_BNK_ACCSS_ILF.001 +member: dcid:sdg/FB_BNK_ACCSS_ILF.AGE--Y_GE15 +name: Proportion of adults (15 years and older) active in labor force with an account at a financial institution or mobile-money-service provider by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFB_BNK_ACCSS_OLF.001 +member: dcid:sdg/FB_BNK_ACCSS_OLF.AGE--Y_GE15 +name: Proportion of adults (15 years and older) out of labor force with an account at a financial institution or mobile-money-service provider +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFB_BNK_CAPA_ZS.001 +member: dcid:sdg/FB_BNK_CAPA_ZS +name: Bank capital to assets ratio +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFB_CBK_BRCH.001 +member: dcid:sdg/FB_CBK_BRCH.AGE--Y_GE15 +name: Number of commercial bank branches per 100, 000 adults (15 years old and over) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFC_ACC_SSID.001 +member: dcid:sdg/FC_ACC_SSID.ECONOMIC_ACTIVITY--ISIC4_C +name: Proportion of small-scale manufacturing industries with a loan or line of credit +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFI_FSI_FSANL.001 +member: dcid:sdg/FI_FSI_FSANL +name: Non-performing loans to total gross loans +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFI_FSI_FSERA.001 +member: dcid:sdg/FI_FSI_FSERA +name: Rate of return on assets +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFI_FSI_FSKA.001 +member: dcid:sdg/FI_FSI_FSKA +name: Ratio of regulatory capital to assets +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFI_FSI_FSKNL.001 +member: dcid:sdg/FI_FSI_FSKNL +name: Ratio of non-performing loans (net of provisions) to capital +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFI_FSI_FSKRTC.001 +member: dcid:sdg/FI_FSI_FSKRTC +name: Ratio of regulatory tier-1 capital to risk-weighted assets +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFI_FSI_FSLS.001 +member: dcid:sdg/FI_FSI_FSLS +name: Ratio of liquid assets to short term liabilities +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFI_FSI_FSSNO.001 +member: dcid:sdg/FI_FSI_FSSNO +name: Ratio of net open position in foreign exchange to capital +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFI_RES_TOTL_MO.001 +member: dcid:sdg/FI_RES_TOTL_MO +name: Total reserves in months of imports +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFM_LBL_BMNY_IR_ZS.001 +member: dcid:sdg/FM_LBL_BMNY_IR_ZS +name: Ratio of broad money to total reserves +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFM_LBL_BMNY_ZG.001 +member: dcid:sdg/FM_LBL_BMNY_ZG +name: Annual growth of broad money +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGFP_CPI_TOTL_ZG.001 +member: dcid:sdg/FP_CPI_TOTL_ZG +name: Annual inflation (consumer prices) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGB_POP_SCIERD.001 +member: dcid:sdg/GB_POP_SCIERD +name: Number of full-time-equivalent researchers per million inhabitants +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGB_XPD_CULNAT_PB.001 +member: dcid:sdg/GB_XPD_CULNAT_PB +name: Total public expenditure per capita on cultural and natural heritage at purchansing-power parity rates +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGB_XPD_CULNAT_PB.002 +member: dcid:sdg/GB_XPD_CULNAT_PB.GOVERNMENT_LEVEL--LOCAL, dcid:sdg/GB_XPD_CULNAT_PB.GOVERNMENT_LEVEL--NAT, dcid:sdg/GB_XPD_CULNAT_PB.GOVERNMENT_LEVEL--REG +name: Total public expenditure per capita on cultural and natural heritage at purchansing-power parity rates by Government level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGB_XPD_CULNAT_PBPV.001 +member: dcid:sdg/GB_XPD_CULNAT_PBPV +name: Total public and private expenditure per capita on cultural and natural heritage at purchasing-power parity rates +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGB_XPD_CULNAT_PV.001 +member: dcid:sdg/GB_XPD_CULNAT_PV +name: Total private expenditure per capita spent on cultural and natural heritage at purchasing-power parity rates +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGB_XPD_CUL_PBPV.001 +member: dcid:sdg/GB_XPD_CUL_PBPV +name: Total public and private expenditure per capita on cultural heritage at purchasing-power parity rates +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGB_XPD_NAT_PBPV.001 +member: dcid:sdg/GB_XPD_NAT_PBPV +name: Total public and private expenditure per capita on natural heritage at purchasing-power parity rates +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGB_XPD_RSDV.001 +member: dcid:sdg/GB_XPD_RSDV +name: Research and development expenditure as a proportion of GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGC_BAL_CASH_GD_ZS.001 +member: dcid:sdg/GC_BAL_CASH_GD_ZS +name: Cash surplus/deficit as a proportion of GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGC_GOB_TAXD.001 +member: dcid:sdg/GC_GOB_TAXD +name: Proportion of domestic budget funded by domestic taxes +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGC_TAX_TOTL_GD_ZS.001 +member: dcid:sdg/GC_TAX_TOTL_GD_ZS +name: Tax revenue as a proportion of GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGF_COM_PPPI.001 +member: dcid:sdg/GF_COM_PPPI +name: Monetary amount committed to public-private partnerships for infrastructure in nominal terms +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGF_COM_PPPI_KD.001 +member: dcid:sdg/GF_COM_PPPI_KD +name: Monetary amount committed to public-private partnerships for infrastructure in real terms +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGF_FRN_FDI.001 +member: dcid:sdg/GF_FRN_FDI +name: Foreign direct investment (FDI) inflows +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGF_XPD_GBPC.001 +member: dcid:sdg/GF_XPD_GBPC +name: Primary government expenditures as a proportion of original approved budget +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGR_G14_GDP.001 +member: dcid:sdg/GR_G14_GDP +name: Total bugetary revenue of the central government as a proportion of GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGGR_G14_XDC.001 +member: dcid:sdg/GR_G14_XDC +name: Total government revenue, in local currency +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIC_FRM_BRIB.001 +member: dcid:sdg/IC_FRM_BRIB +name: Incidence of bribery (proportion of firms experiencing at least one bribe payment request) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIC_GEN_MGTL.001 +member: dcid:sdg/IC_GEN_MGTL.AGE--Y_GE15__SEX--F +name: Proportion of women in managerial positions - previous definition (15 years old and over) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIC_GEN_MGTL_19ICLS.001 +member: dcid:sdg/IC_GEN_MGTL_19ICLS.AGE--Y_GE15__SEX--F +name: Proportion of women in managerial positions - current definition (15 years old and over) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIC_GEN_MGTN.001 +member: dcid:sdg/IC_GEN_MGTN.AGE--Y_GE15__SEX--F +name: Proportion of women in senior and middle management positions - previous definition (15 years old and over) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIC_GEN_MGTN_19ICLS.001 +member: dcid:sdg/IC_GEN_MGTN_19ICLS.AGE--Y_GE15__SEX--F +name: Proportion of women in senior and middle management positions - current definition (15 years old and over) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIQ_SPI_PIL4.001 +member: dcid:sdg/IQ_SPI_PIL4 +name: Performance index of data sources (Pillar 4 of Statistical Performance Indicators) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIQ_SPI_PIL5.001 +member: dcid:sdg/IQ_SPI_PIL5 +name: Performance index of data Infrastructure (Pillar 5 of Statistical Performance Indicators) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIS_RDP_FRGVOL.001 +member: dcid:sdg/IS_RDP_FRGVOL.TRANSPORT_MODE--AIR, dcid:sdg/IS_RDP_FRGVOL.TRANSPORT_MODE--IWW, dcid:sdg/IS_RDP_FRGVOL.TRANSPORT_MODE--RAI, dcid:sdg/IS_RDP_FRGVOL.TRANSPORT_MODE--ROA +name: Freight volume by Mode of transport +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIS_RDP_LULFRG.001 +member: dcid:sdg/IS_RDP_LULFRG.TRANSPORT_MODE--SEA +name: Freight loaded and unloaded, maritime transport +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIS_RDP_PFVOL.001 +member: dcid:sdg/IS_RDP_PFVOL.TRANSPORT_MODE--AIR, dcid:sdg/IS_RDP_PFVOL.TRANSPORT_MODE--RAI, dcid:sdg/IS_RDP_PFVOL.TRANSPORT_MODE--ROA +name: Passenger volume by Mode of transport +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIS_RDP_PORFVOL.001 +member: dcid:sdg/IS_RDP_PORFVOL.TRANSPORT_MODE--SEA +name: Container port traffic, maritime transport +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIT_MOB_2GNTWK.001 +member: dcid:sdg/IT_MOB_2GNTWK +name: Proportion of population covered by at least a 2G mobile network +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIT_MOB_3GNTWK.001 +member: dcid:sdg/IT_MOB_3GNTWK +name: Proportion of population covered by at least a 3G mobile network +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIT_MOB_4GNTWK.001 +member: dcid:sdg/IT_MOB_4GNTWK +name: Proportion of population covered by at least a 4G mobile network +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIT_MOB_OWN.001 +member: dcid:sdg/IT_MOB_OWN +name: Proportion of individuals who own a mobile telephone +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIT_MOB_OWN.002 +member: dcid:sdg/IT_MOB_OWN.SEX--F, dcid:sdg/IT_MOB_OWN.SEX--M +name: Proportion of individuals who own a mobile telephone by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIT_NET_BBND.001 +member: dcid:sdg/IT_NET_BBND +name: Fixed broadband subscriptions per 100 inhabitants +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIT_NET_BBND.002 +member: dcid:sdg/IT_NET_BBND.INTERNET_SPEED--KBPS256T2000, dcid:sdg/IT_NET_BBND.INTERNET_SPEED--MBPS2T10, dcid:sdg/IT_NET_BBND.INTERNET_SPEED--MBPS_GE10 +name: Fixed broadband subscriptions per 100 inhabitants by Internet speed +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIT_NET_BBNDN.001 +member: dcid:sdg/IT_NET_BBNDN +name: Number of fixed broadband subscriptions +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIT_NET_BBNDN.002 +member: dcid:sdg/IT_NET_BBNDN.INTERNET_SPEED--KBPS256T2000, dcid:sdg/IT_NET_BBNDN.INTERNET_SPEED--MBPS2T10, dcid:sdg/IT_NET_BBNDN.INTERNET_SPEED--MBPS_GE10 +name: Number of fixed broadband subscriptions by Internet speed +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIT_USE_ii99.001 +member: dcid:sdg/IT_USE_ii99 +name: Proportion of individuals using the Internet +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIT_USE_ii99.002 +member: dcid:sdg/IT_USE_ii99.SEX--F, dcid:sdg/IT_USE_ii99.SEX--M +name: Proportion of individuals using the Internet by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_COR_BRIB.001 +member: dcid:sdg/IU_COR_BRIB +name: Prevalence rate of bribery +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_COR_BRIB.002 +member: dcid:sdg/IU_COR_BRIB.SEX--F, dcid:sdg/IU_COR_BRIB.SEX--M +name: Prevalence rate of bribery by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_ICRS.001 +member: dcid:sdg/IU_DMK_ICRS +name: Proportion of population who believe decision-making is inclusive and responsive +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_ICRS.002 +member: dcid:sdg/IU_DMK_ICRS.AGE--Y0T24, dcid:sdg/IU_DMK_ICRS.AGE--Y25T34, dcid:sdg/IU_DMK_ICRS.AGE--Y35T44, dcid:sdg/IU_DMK_ICRS.AGE--Y45T54, dcid:sdg/IU_DMK_ICRS.AGE--Y55T64, dcid:sdg/IU_DMK_ICRS.AGE--Y_GE65 +name: Proportion of population who believe decision-making is inclusive and responsive by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_ICRS.003 +member: dcid:sdg/IU_DMK_ICRS.DISABILITY_STATUS--PD, dcid:sdg/IU_DMK_ICRS.DISABILITY_STATUS--PWD +name: Proportion of population who believe decision-making is inclusive and responsive by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_ICRS.004 +member: dcid:sdg/IU_DMK_ICRS.EDUCATION_LEVEL--AGG_2T3, dcid:sdg/IU_DMK_ICRS.EDUCATION_LEVEL--AGG_5T8 +name: Proportion of population who believe decision-making is inclusive and responsive by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_ICRS.005 +member: dcid:sdg/IU_DMK_ICRS.EDUCATION_LEVEL--ISCED11_1 +name: Proportion of population who believe decision-making is inclusive and responsive by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_ICRS.006 +member: dcid:sdg/IU_DMK_ICRS.POPULATION_GROUP--COL_1, dcid:sdg/IU_DMK_ICRS.POPULATION_GROUP--COL_2, dcid:sdg/IU_DMK_ICRS.POPULATION_GROUP--INDIGENOUS_POPULATIONS, dcid:sdg/IU_DMK_ICRS.POPULATION_GROUP--LVA_0, dcid:sdg/IU_DMK_ICRS.POPULATION_GROUP--LVA_1, dcid:sdg/IU_DMK_ICRS.POPULATION_GROUP--LVA_2 +name: Proportion of population who believe decision-making is inclusive and responsive by Population group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_ICRS.007 +member: dcid:sdg/IU_DMK_ICRS.SEX--F, dcid:sdg/IU_DMK_ICRS.SEX--M +name: Proportion of population who believe decision-making is inclusive and responsive by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_ICRS.008 +member: dcid:sdg/IU_DMK_ICRS.URBANIZATION--R, dcid:sdg/IU_DMK_ICRS.URBANIZATION--U +name: Proportion of population who believe decision-making is inclusive and responsive by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_INCL.001 +member: dcid:sdg/IU_DMK_INCL +name: Proportion of population who believe decision-making is inclusive +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_INCL.002 +member: dcid:sdg/IU_DMK_INCL.AGE--Y0T24, dcid:sdg/IU_DMK_INCL.AGE--Y25T34, dcid:sdg/IU_DMK_INCL.AGE--Y35T44, dcid:sdg/IU_DMK_INCL.AGE--Y45T54, dcid:sdg/IU_DMK_INCL.AGE--Y55T64, dcid:sdg/IU_DMK_INCL.AGE--Y_GE65 +name: Proportion of population who believe decision-making is inclusive by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_INCL.003 +member: dcid:sdg/IU_DMK_INCL.DISABILITY_STATUS--PD, dcid:sdg/IU_DMK_INCL.DISABILITY_STATUS--PWD +name: Proportion of population who believe decision-making is inclusive by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_INCL.004 +member: dcid:sdg/IU_DMK_INCL.EDUCATION_LEVEL--AGG_2T3, dcid:sdg/IU_DMK_INCL.EDUCATION_LEVEL--AGG_5T8 +name: Proportion of population who believe decision-making is inclusive by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_INCL.005 +member: dcid:sdg/IU_DMK_INCL.EDUCATION_LEVEL--ISCED11_1 +name: Proportion of population who believe decision-making is inclusive by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_INCL.006 +member: dcid:sdg/IU_DMK_INCL.POPULATION_GROUP--COL_1, dcid:sdg/IU_DMK_INCL.POPULATION_GROUP--COL_2, dcid:sdg/IU_DMK_INCL.POPULATION_GROUP--INDIGENOUS_POPULATIONS, dcid:sdg/IU_DMK_INCL.POPULATION_GROUP--LVA_0, dcid:sdg/IU_DMK_INCL.POPULATION_GROUP--LVA_1, dcid:sdg/IU_DMK_INCL.POPULATION_GROUP--LVA_2 +name: Proportion of population who believe decision-making is inclusive by Population group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_INCL.007 +member: dcid:sdg/IU_DMK_INCL.SEX--F, dcid:sdg/IU_DMK_INCL.SEX--M +name: Proportion of population who believe decision-making is inclusive by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_INCL.008 +member: dcid:sdg/IU_DMK_INCL.URBANIZATION--R, dcid:sdg/IU_DMK_INCL.URBANIZATION--U +name: Proportion of population who believe decision-making is inclusive by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_RESP.001 +member: dcid:sdg/IU_DMK_RESP +name: Proportion of population who believe decision-making is responsive +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_RESP.002 +member: dcid:sdg/IU_DMK_RESP.AGE--Y0T24, dcid:sdg/IU_DMK_RESP.AGE--Y25T34, dcid:sdg/IU_DMK_RESP.AGE--Y35T44, dcid:sdg/IU_DMK_RESP.AGE--Y45T54, dcid:sdg/IU_DMK_RESP.AGE--Y55T64, dcid:sdg/IU_DMK_RESP.AGE--Y_GE65 +name: Proportion of population who believe decision-making is responsive by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_RESP.003 +member: dcid:sdg/IU_DMK_RESP.DISABILITY_STATUS--PD, dcid:sdg/IU_DMK_RESP.DISABILITY_STATUS--PWD +name: Proportion of population who believe decision-making is responsive by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_RESP.004 +member: dcid:sdg/IU_DMK_RESP.EDUCATION_LEVEL--AGG_2T3, dcid:sdg/IU_DMK_RESP.EDUCATION_LEVEL--AGG_5T8 +name: Proportion of population who believe decision-making is responsive by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_RESP.005 +member: dcid:sdg/IU_DMK_RESP.EDUCATION_LEVEL--ISCED11_1, dcid:sdg/IU_DMK_RESP.EDUCATION_LEVEL--ISCED11_3 +name: Proportion of population who believe decision-making is responsive by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_RESP.006 +member: dcid:sdg/IU_DMK_RESP.POPULATION_GROUP--COL_1, dcid:sdg/IU_DMK_RESP.POPULATION_GROUP--COL_2, dcid:sdg/IU_DMK_RESP.POPULATION_GROUP--INDIGENOUS_POPULATIONS, dcid:sdg/IU_DMK_RESP.POPULATION_GROUP--LVA_0, dcid:sdg/IU_DMK_RESP.POPULATION_GROUP--LVA_1, dcid:sdg/IU_DMK_RESP.POPULATION_GROUP--LVA_2, dcid:sdg/IU_DMK_RESP.POPULATION_GROUP--NZL_0, dcid:sdg/IU_DMK_RESP.POPULATION_GROUP--NZL_2, dcid:sdg/IU_DMK_RESP.POPULATION_GROUP--NZL_5 +name: Proportion of population who believe decision-making is responsive by Population group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_RESP.007 +member: dcid:sdg/IU_DMK_RESP.SEX--F, dcid:sdg/IU_DMK_RESP.SEX--M +name: Proportion of population who believe decision-making is responsive by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_RESP.008 +member: dcid:sdg/IU_DMK_RESP.URBANIZATION--R, dcid:sdg/IU_DMK_RESP.URBANIZATION--U +name: Proportion of population who believe decision-making is responsive by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGIU_DMK_RESP.009 +member: dcid:sdg/IU_DMK_RESP.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1 +name: Proportion of population who believe decision-making is responsive (Rural population with primary education) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGNE_CON_GOVT_KD_ZG.001 +member: dcid:sdg/NE_CON_GOVT_KD_ZG +name: Annual growth of final consumption expenditure of the general government +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGNE_CON_PRVT_KD_ZG.001 +member: dcid:sdg/NE_CON_PRVT_KD_ZG +name: Annual growth of final consumption expenditure of households and non-profit institutions serving households (NPISHs) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGNE_EXP_GNFS_KD_ZG.001 +member: dcid:sdg/NE_EXP_GNFS_KD_ZG +name: Annual growth of exports of goods and services +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGNE_GDI_TOTL_KD_ZG.001 +member: dcid:sdg/NE_GDI_TOTL_KD_ZG +name: Annual growth of the gross capital formation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGNE_IMP_GNFS_KD_ZG.001 +member: dcid:sdg/NE_IMP_GNFS_KD_ZG +name: Annual growth of imports of goods and services +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGNV_IND_SSIS.001 +member: dcid:sdg/NV_IND_SSIS.ECONOMIC_ACTIVITY--ISIC3_D, dcid:sdg/NV_IND_SSIS.ECONOMIC_ACTIVITY--ISIC4_C +name: Proportion of small-scale manufacturing industries in total manufacturing value added +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGNV_IND_TECH.001 +member: dcid:sdg/NV_IND_TECH.ECONOMIC_ACTIVITY--ISIC3_D, dcid:sdg/NV_IND_TECH.ECONOMIC_ACTIVITY--ISIC4_C +name: Proportion of medium and high-tech manufacturing value added in total value added +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGNY_GDP_MKTP_KD_ZG.001 +member: dcid:sdg/NY_GDP_MKTP_KD_ZG +name: Annual GDP growth +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGNY_GDP_PCAP.001 +member: dcid:sdg/NY_GDP_PCAP +name: Annual growth rate of real GDP per capita +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGPA_NUS_ATLS.001 +member: dcid:sdg/PA_NUS_ATLS +name: Alternative conversion factor used by the Development Economics Group (DEC) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGPD_AGR_LSFP.001 +member: dcid:sdg/PD_AGR_LSFP +name: Productivity of large-scale food producers (agricultural output per labour day at purchasing-power parity rates) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGPD_AGR_LSFP.002 +member: dcid:sdg/PD_AGR_LSFP.SEX--F, dcid:sdg/PD_AGR_LSFP.SEX--M +name: Productivity of large-scale food producers (agricultural output per labour day at purchasing-power parity rates) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGPD_AGR_SSFP.001 +member: dcid:sdg/PD_AGR_SSFP +name: Productivity of small-scale food producers (agricultural output per labour day at purchasing-power parity rates) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGPD_AGR_SSFP.002 +member: dcid:sdg/PD_AGR_SSFP.SEX--F, dcid:sdg/PD_AGR_SSFP.SEX--M +name: Productivity of small-scale food producers (agricultural output per labour day at purchasing-power parity rates) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSD_CPA_UPRDP.001 +member: dcid:sdg/SD_CPA_UPRDP +name: Countries that have national urban policies or regional development plans that respond to population dynamics, ensure balanced territorial development, and increase local fiscal space +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSD_MDP_ANDI.001 +member: dcid:sdg/SD_MDP_ANDI +name: Average proportion of deprivations experienced by multidimensionally poor people +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSD_MDP_ANDI.002 +member: dcid:sdg/SD_MDP_ANDI.URBANIZATION--R, dcid:sdg/SD_MDP_ANDI.URBANIZATION--U +name: Average proportion of deprivations experienced by multidimensionally poor people by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSD_MDP_ANDIHH.001 +member: dcid:sdg/SD_MDP_ANDIHH +name: Average share of weighted deprivations experienced by total households (intensity) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSD_MDP_ANDIHH.002 +member: dcid:sdg/SD_MDP_ANDIHH.URBANIZATION--R, dcid:sdg/SD_MDP_ANDIHH.URBANIZATION--U +name: Average share of weighted deprivations experienced by total households (intensity) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSD_MDP_CSMP.001 +member: dcid:sdg/SD_MDP_CSMP.AGE--Y0T17 +name: Proportion of children living in child-specific multidimensional poverty (under 18 years old) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSD_MDP_CSMP.002 +member: dcid:sdg/SD_MDP_CSMP.AGE--Y0T17__URBANIZATION--R, dcid:sdg/SD_MDP_CSMP.AGE--Y0T17__URBANIZATION--U +name: Proportion of children living in child-specific multidimensional poverty (under 18 years old) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSD_MDP_MUHHC.001 +member: dcid:sdg/SD_MDP_MUHHC +name: Proportion of households living in multidimensional poverty +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSD_MDP_MUHHC.002 +member: dcid:sdg/SD_MDP_MUHHC.URBANIZATION--R, dcid:sdg/SD_MDP_MUHHC.URBANIZATION--U +name: Proportion of households living in multidimensional poverty by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSD_XPD_ESED.001 +member: dcid:sdg/SD_XPD_ESED +name: Proportion of total government spending on essential services, education +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSD_XPD_MNPO.001 +member: dcid:sdg/SD_XPD_MNPO +name: Proportion of government spending in health, direct social transfers and education which benefit the monetary poor +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ACC_HNDWSH.001 +member: dcid:sdg/SE_ACC_HNDWSH.EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_ACC_HNDWSH.EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_ACC_HNDWSH.EDUCATION_LEVEL--ISCED11_3 +name: Proportion of schools with basic handwashing facilities by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ACS_CMPTR.001 +member: dcid:sdg/SE_ACS_CMPTR.EDUCATION_LEVEL--AGG_2T3 +name: Proportion of schools with access to computers for pedagogical purposes by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ACS_CMPTR.002 +member: dcid:sdg/SE_ACS_CMPTR.EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_ACS_CMPTR.EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_ACS_CMPTR.EDUCATION_LEVEL--ISCED11_3 +name: Proportion of schools with access to computers for pedagogical purposes by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ACS_ELECT.001 +member: dcid:sdg/SE_ACS_ELECT.EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_ACS_ELECT.EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_ACS_ELECT.EDUCATION_LEVEL--ISCED11_3 +name: Proportion of schools with access to electricity by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ACS_H2O.001 +member: dcid:sdg/SE_ACS_H2O.EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_ACS_H2O.EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_ACS_H2O.EDUCATION_LEVEL--ISCED11_3 +name: Proportion of schools with access to basic drinking water by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ACS_INTNT.001 +member: dcid:sdg/SE_ACS_INTNT.EDUCATION_LEVEL--AGG_2T3 +name: Proportion of schools with access to the internet for pedagogical purposes by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ACS_INTNT.002 +member: dcid:sdg/SE_ACS_INTNT.EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_ACS_INTNT.EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_ACS_INTNT.EDUCATION_LEVEL--ISCED11_3 +name: Proportion of schools with access to the internet for pedagogical purposes by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ACS_SANIT.001 +member: dcid:sdg/SE_ACS_SANIT.EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_ACS_SANIT.EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_ACS_SANIT.EDUCATION_LEVEL--ISCED11_3 +name: Proportion of schools with access to single-sex basic sanitation by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.001 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--DLDONLD, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--FONLCRS, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--GSINF, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--GSPUR, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--HLTHINF, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--INTBNK, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ONLCNS, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ONLSFT, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--SNTWK, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--UPLD, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--VOIP +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old) by Type of skill +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.002 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--DLDONLD, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--FONLCRS, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--GSINF, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--GSPUR, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--HLTHINF, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--INTBNK, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ONLCNS, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ONLSFT, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--SNTWK, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--UPLD, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--VOIP +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old) by Type of skill +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.003 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--DLDONLD, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--FONLCRS, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--GSINF, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--GSPUR, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--HLTHINF, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--INTBNK, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ONLCNS, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ONLSFT, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--SNTWK, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--UPLD, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--VOIP +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over) by Type of skill +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.004 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--DLDONLD, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--FONLCRS, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--GSINF, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--GSPUR, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--HLTHINF, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--INTBNK, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ONLCNS, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ONLSFT, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--SNTWK, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--UPLD, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--VOIP +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old) by Type of skill +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.005 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_ATCH, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_CDV, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_CPT, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_PRGM, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_PRVCY, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_PST, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_SCRTY, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_SFWR, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_SSHT, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_TRFF, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SKILL--ICT_VRFY +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old) by Type of skill +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.006 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_ATCH, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_CDV, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_CPT, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_PRGM, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_PRVCY, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_PST, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_SCRTY, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_SFWR, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_SSHT, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_TRFF, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SKILL--ICT_VRFY +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old) by Type of skill +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.007 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_ATCH, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_CDV, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_CPT, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_PRGM, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_PRVCY, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_PST, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_SCRTY, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_SFWR, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_SSHT, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_TRFF, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SKILL--ICT_VRFY +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over) by Type of skill +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.008 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_ATCH, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_CDV, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_CPT, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_PRGM, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_PRVCY, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_PST, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_SCRTY, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_SFWR, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_SSHT, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_TRFF, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SKILL--ICT_VRFY +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old) by Type of skill +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.009 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_PRVCY, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_PRVCY +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Changing privacy settings on your device, account or app to limit the sharing of personal data and information (e.g. name, contact information, photos)) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.010 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_CDV, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_CDV +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Connecting and installing new devices) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.011 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_PST, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_PST +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Creating electronic presentations with presentation software) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.012 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--FONLCRS, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--FONLCRS +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Doing a formal online course) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.013 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_SFWR, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_SFWR +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Finding, downloading, installing and configuring software) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.014 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--GSINF, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--GSINF +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Getting information about goods or services online) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.015 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--SNTWK, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--SNTWK +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Participating in social networks) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.016 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--GSPUR, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--GSPUR +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Purchasing or ordering goods or services using the Internet) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.017 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--DLDONLD, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--DLDONLD +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Reading or downloading on-line newspapers, magazines, or electronic books) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.018 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--HLTHINF, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--HLTHINF +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Seeking health information (on injury, disease, nutrition, etc.)) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.019 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_ATCH, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_ATCH +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Sending e-mails with attached files) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.020 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_SCRTY, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_SCRTY +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Setting up effective security measures (e.g. strong passwords, log-in attempt notification) to protect devices and online accounts) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.021 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ONLCNS, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ONLCNS +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Taking part in on-line consultations or voting to define civic or political issues) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.022 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--VOIP, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--VOIP +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Telephoning over the Internet/VoIP) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.023 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_TRFF, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_TRFF +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Transferring files between a computer and other devices) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.024 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--UPLD, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--UPLD +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Uploading self/user-created content to a website to be shared) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.025 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--INTBNK, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--INTBNK +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Using Internet banking) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.026 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_SSHT, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_SSHT +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Using basic arithmetic formula in a spreadsheet) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.027 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_CPT, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_CPT +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Using copy and paste tools to duplicate or move information within a document) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.028 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ONLSFT, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ONLSFT +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Using software run over the Internet for editing text documents, spreadsheets or presentations) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.029 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_VRFY, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_VRFY +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Verifying the reliability of information found online) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.030 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--F__SKILL--ICT_PRGM, dcid:sdg/SE_ADT_ACTS.AGE--Y15T24__SEX--M__SKILL--ICT_PRGM +name: Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old, Writing a computer program using a specialized programming language) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.031 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_PRVCY, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_PRVCY +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Changing privacy settings on your device, account or app to limit the sharing of personal data and information (e.g. name, contact information, photos)) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.032 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_CDV, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_CDV +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Connecting and installing new devices) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.033 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_PST, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_PST +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Creating electronic presentations with presentation software) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.034 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--FONLCRS, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--FONLCRS +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Doing a formal online course) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.035 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_SFWR, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_SFWR +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Finding, downloading, installing and configuring software) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.036 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--GSINF, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--GSINF +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Getting information about goods or services online) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.037 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--SNTWK, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--SNTWK +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Participating in social networks) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.038 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--GSPUR, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--GSPUR +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Purchasing or ordering goods or services using the Internet) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.039 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--DLDONLD, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--DLDONLD +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Reading or downloading on-line newspapers, magazines, or electronic books) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.040 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--HLTHINF, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--HLTHINF +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Seeking health information (on injury, disease, nutrition, etc.)) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.041 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_ATCH, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_ATCH +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Sending e-mails with attached files) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.042 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_SCRTY, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_SCRTY +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Setting up effective security measures (e.g. strong passwords, log-in attempt notification) to protect devices and online accounts) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.043 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ONLCNS, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ONLCNS +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Taking part in on-line consultations or voting to define civic or political issues) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.044 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--VOIP, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--VOIP +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Telephoning over the Internet/VoIP) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.045 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_TRFF, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_TRFF +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Transferring files between a computer and other devices) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.046 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--UPLD, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--UPLD +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Uploading self/user-created content to a website to be shared) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.047 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--INTBNK, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--INTBNK +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Using Internet banking) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.048 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_SSHT, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_SSHT +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Using basic arithmetic formula in a spreadsheet) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.049 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_CPT, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_CPT +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Using copy and paste tools to duplicate or move information within a document) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.050 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ONLSFT, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ONLSFT +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Using software run over the Internet for editing text documents, spreadsheets or presentations) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.051 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_VRFY, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_VRFY +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Verifying the reliability of information found online) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.052 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--F__SKILL--ICT_PRGM, dcid:sdg/SE_ADT_ACTS.AGE--Y25T74__SEX--M__SKILL--ICT_PRGM +name: Proportion of youth and adults with information and communications technology (ICT) skills (25 to 74 years old, Writing a computer program using a specialized programming language) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.053 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_PRVCY, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_PRVCY +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Changing privacy settings on your device, account or app to limit the sharing of personal data and information (e.g. name, contact information, photos)) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.054 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_CDV, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_CDV +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Connecting and installing new devices) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.055 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_PST, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_PST +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Creating electronic presentations with presentation software) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.056 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--FONLCRS, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--FONLCRS +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Doing a formal online course) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.057 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_SFWR, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_SFWR +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Finding, downloading, installing and configuring software) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.058 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--GSINF, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--GSINF +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Getting information about goods or services online) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.059 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--SNTWK, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--SNTWK +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Participating in social networks) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.060 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--GSPUR, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--GSPUR +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Purchasing or ordering goods or services using the Internet) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.061 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--DLDONLD, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--DLDONLD +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Reading or downloading on-line newspapers, magazines, or electronic books) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.062 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--HLTHINF, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--HLTHINF +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Seeking health information (on injury, disease, nutrition, etc.)) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.063 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_ATCH, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_ATCH +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Sending e-mails with attached files) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.064 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_SCRTY, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_SCRTY +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Setting up effective security measures (e.g. strong passwords, log-in attempt notification) to protect devices and online accounts) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.065 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ONLCNS, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ONLCNS +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Taking part in on-line consultations or voting to define civic or political issues) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.066 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--VOIP, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--VOIP +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Telephoning over the Internet/VoIP) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.067 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_TRFF, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_TRFF +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Transferring files between a computer and other devices) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.068 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--UPLD, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--UPLD +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Uploading self/user-created content to a website to be shared) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.069 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--INTBNK, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--INTBNK +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Using Internet banking) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.070 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_SSHT, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_SSHT +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Using basic arithmetic formula in a spreadsheet) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.071 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_CPT, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_CPT +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Using copy and paste tools to duplicate or move information within a document) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.072 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ONLSFT, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ONLSFT +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Using software run over the Internet for editing text documents, spreadsheets or presentations) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.073 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_VRFY, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_VRFY +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Verifying the reliability of information found online) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.074 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--F__SKILL--ICT_PRGM, dcid:sdg/SE_ADT_ACTS.AGE--Y_GE75__SEX--M__SKILL--ICT_PRGM +name: Proportion of youth and adults with information and communications technology (ICT) skills (75 years old and over, Writing a computer program using a specialized programming language) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.075 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_PRVCY, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_PRVCY +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Changing privacy settings on your device, account or app to limit the sharing of personal data and information (e.g. name, contact information, photos)) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.076 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_CDV, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_CDV +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Connecting and installing new devices) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.077 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_PST, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_PST +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Creating electronic presentations with presentation software) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.078 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--FONLCRS, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--FONLCRS +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Doing a formal online course) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.079 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_SFWR, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_SFWR +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Finding, downloading, installing and configuring software) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.080 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--GSINF, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--GSINF +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Getting information about goods or services online) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.081 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--SNTWK, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--SNTWK +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Participating in social networks) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.082 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--GSPUR, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--GSPUR +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Purchasing or ordering goods or services using the Internet) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.083 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--DLDONLD, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--DLDONLD +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Reading or downloading on-line newspapers, magazines, or electronic books) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.084 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--HLTHINF, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--HLTHINF +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Seeking health information (on injury, disease, nutrition, etc.)) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.085 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_ATCH, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_ATCH +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Sending e-mails with attached files) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.086 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_SCRTY, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_SCRTY +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Setting up effective security measures (e.g. strong passwords, log-in attempt notification) to protect devices and online accounts) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.087 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ONLCNS, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ONLCNS +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Taking part in on-line consultations or voting to define civic or political issues) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.088 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--VOIP, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--VOIP +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Telephoning over the Internet/VoIP) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.089 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_TRFF, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_TRFF +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Transferring files between a computer and other devices) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.090 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--UPLD, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--UPLD +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Uploading self/user-created content to a website to be shared) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.091 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--INTBNK, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--INTBNK +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Using Internet banking) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.092 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_SSHT, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_SSHT +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Using basic arithmetic formula in a spreadsheet) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.093 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_CPT, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_CPT +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Using copy and paste tools to duplicate or move information within a document) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.094 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ONLSFT, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ONLSFT +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Using software run over the Internet for editing text documents, spreadsheets or presentations) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.095 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_VRFY, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_VRFY +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Verifying the reliability of information found online) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.096 +member: dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--F__SKILL--ICT_PRGM, dcid:sdg/SE_ADT_ACTS.AGE--Y0T14__SEX--M__SKILL--ICT_PRGM +name: Proportion of youth and adults with information and communications technology (ICT) skills (under 15 years old, Writing a computer program using a specialized programming language) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.097 +member: dcid:sdg/SE_ADT_ACTS.SKILL--DLDONLD, dcid:sdg/SE_ADT_ACTS.SKILL--FONLCRS, dcid:sdg/SE_ADT_ACTS.SKILL--GSINF, dcid:sdg/SE_ADT_ACTS.SKILL--GSPUR, dcid:sdg/SE_ADT_ACTS.SKILL--HLTHINF, dcid:sdg/SE_ADT_ACTS.SKILL--INTBNK, dcid:sdg/SE_ADT_ACTS.SKILL--ONLCNS, dcid:sdg/SE_ADT_ACTS.SKILL--ONLSFT, dcid:sdg/SE_ADT_ACTS.SKILL--SNTWK, dcid:sdg/SE_ADT_ACTS.SKILL--UPLD, dcid:sdg/SE_ADT_ACTS.SKILL--VOIP +name: Proportion of youth and adults with information and communications technology (ICT) skills by Type of skill +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.098 +member: dcid:sdg/SE_ADT_ACTS.SKILL--ICT_ATCH, dcid:sdg/SE_ADT_ACTS.SKILL--ICT_CDV, dcid:sdg/SE_ADT_ACTS.SKILL--ICT_CPT, dcid:sdg/SE_ADT_ACTS.SKILL--ICT_PRGM, dcid:sdg/SE_ADT_ACTS.SKILL--ICT_PRVCY, dcid:sdg/SE_ADT_ACTS.SKILL--ICT_PST, dcid:sdg/SE_ADT_ACTS.SKILL--ICT_SCRTY, dcid:sdg/SE_ADT_ACTS.SKILL--ICT_SFWR, dcid:sdg/SE_ADT_ACTS.SKILL--ICT_SSHT, dcid:sdg/SE_ADT_ACTS.SKILL--ICT_TRFF, dcid:sdg/SE_ADT_ACTS.SKILL--ICT_VRFY +name: Proportion of youth and adults with information and communications technology (ICT) skills by Type of skill +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.099 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_PRVCY, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_PRVCY +name: Proportion of youth and adults with information and communications technology (ICT) skills (Changing privacy settings on your device, account or app to limit the sharing of personal data and information (e.g. name, contact information, photos)) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.100 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_CDV, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_CDV +name: Proportion of youth and adults with information and communications technology (ICT) skills (Connecting and installing new devices) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.101 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_PST, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_PST +name: Proportion of youth and adults with information and communications technology (ICT) skills (Creating electronic presentations with presentation software) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.102 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--FONLCRS, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--FONLCRS +name: Proportion of youth and adults with information and communications technology (ICT) skills (Doing a formal online course) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.103 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_SFWR, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_SFWR +name: Proportion of youth and adults with information and communications technology (ICT) skills (Finding, downloading, installing and configuring software) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.104 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--GSINF, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--GSINF +name: Proportion of youth and adults with information and communications technology (ICT) skills (Getting information about goods or services online) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.105 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--SNTWK, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--SNTWK +name: Proportion of youth and adults with information and communications technology (ICT) skills (Participating in social networks) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.106 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--GSPUR, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--GSPUR +name: Proportion of youth and adults with information and communications technology (ICT) skills (Purchasing or ordering goods or services using the Internet) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.107 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--DLDONLD, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--DLDONLD +name: Proportion of youth and adults with information and communications technology (ICT) skills (Reading or downloading on-line newspapers, magazines, or electronic books) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.108 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--HLTHINF, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--HLTHINF +name: Proportion of youth and adults with information and communications technology (ICT) skills (Seeking health information (on injury, disease, nutrition, etc.)) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.109 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_ATCH, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_ATCH +name: Proportion of youth and adults with information and communications technology (ICT) skills (Sending e-mails with attached files) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.110 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_SCRTY, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_SCRTY +name: Proportion of youth and adults with information and communications technology (ICT) skills (Setting up effective security measures (e.g. strong passwords, log-in attempt notification) to protect devices and online accounts) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.111 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--ONLCNS, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--ONLCNS +name: Proportion of youth and adults with information and communications technology (ICT) skills (Taking part in on-line consultations or voting to define civic or political issues) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.112 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--VOIP, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--VOIP +name: Proportion of youth and adults with information and communications technology (ICT) skills (Telephoning over the Internet/VoIP) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.113 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_TRFF, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_TRFF +name: Proportion of youth and adults with information and communications technology (ICT) skills (Transferring files between a computer and other devices) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.114 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--UPLD, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--UPLD +name: Proportion of youth and adults with information and communications technology (ICT) skills (Uploading self/user-created content to a website to be shared) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.115 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--INTBNK, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--INTBNK +name: Proportion of youth and adults with information and communications technology (ICT) skills (Using Internet banking) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.116 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_SSHT, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_SSHT +name: Proportion of youth and adults with information and communications technology (ICT) skills (Using basic arithmetic formula in a spreadsheet) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.117 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_CPT, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_CPT +name: Proportion of youth and adults with information and communications technology (ICT) skills (Using copy and paste tools to duplicate or move information within a document) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.118 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--ONLSFT, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--ONLSFT +name: Proportion of youth and adults with information and communications technology (ICT) skills (Using software run over the Internet for editing text documents, spreadsheets or presentations) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.119 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_VRFY, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_VRFY +name: Proportion of youth and adults with information and communications technology (ICT) skills (Verifying the reliability of information found online) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.120 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__SKILL--ICT_PRGM, dcid:sdg/SE_ADT_ACTS.SEX--M__SKILL--ICT_PRGM +name: Proportion of youth and adults with information and communications technology (ICT) skills (Writing a computer program using a specialized programming language) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.121 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_PRVCY, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_PRVCY +name: Proportion of youth and adults with information and communications technology (ICT) skills (Changing privacy settings on your device, account or app to limit the sharing of personal data and information (e.g. name, contact information, photos)) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.122 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_CDV, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_CDV +name: Proportion of youth and adults with information and communications technology (ICT) skills (Connecting and installing new devices) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.123 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_PST, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_PST +name: Proportion of youth and adults with information and communications technology (ICT) skills (Creating electronic presentations with presentation software) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.124 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--FONLCRS, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--FONLCRS +name: Proportion of youth and adults with information and communications technology (ICT) skills (Doing a formal online course) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.125 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_SFWR, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_SFWR +name: Proportion of youth and adults with information and communications technology (ICT) skills (Finding, downloading, installing and configuring software) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.126 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--GSINF, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--GSINF +name: Proportion of youth and adults with information and communications technology (ICT) skills (Getting information about goods or services online) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.127 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--SNTWK, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--SNTWK +name: Proportion of youth and adults with information and communications technology (ICT) skills (Participating in social networks) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.128 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--GSPUR, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--GSPUR +name: Proportion of youth and adults with information and communications technology (ICT) skills (Purchasing or ordering goods or services using the Internet) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.129 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--DLDONLD, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--DLDONLD +name: Proportion of youth and adults with information and communications technology (ICT) skills (Reading or downloading on-line newspapers, magazines, or electronic books) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.130 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--HLTHINF, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--HLTHINF +name: Proportion of youth and adults with information and communications technology (ICT) skills (Seeking health information (on injury, disease, nutrition, etc.)) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.131 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_ATCH, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_ATCH +name: Proportion of youth and adults with information and communications technology (ICT) skills (Sending e-mails with attached files) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.132 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_SCRTY, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_SCRTY +name: Proportion of youth and adults with information and communications technology (ICT) skills (Setting up effective security measures (e.g. strong passwords, log-in attempt notification) to protect devices and online accounts) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.133 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ONLCNS, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ONLCNS +name: Proportion of youth and adults with information and communications technology (ICT) skills (Taking part in on-line consultations or voting to define civic or political issues) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.134 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--VOIP, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--VOIP +name: Proportion of youth and adults with information and communications technology (ICT) skills (Telephoning over the Internet/VoIP) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.135 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_TRFF, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_TRFF +name: Proportion of youth and adults with information and communications technology (ICT) skills (Transferring files between a computer and other devices) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.136 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--UPLD, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--UPLD +name: Proportion of youth and adults with information and communications technology (ICT) skills (Uploading self/user-created content to a website to be shared) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.137 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--INTBNK, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--INTBNK +name: Proportion of youth and adults with information and communications technology (ICT) skills (Using Internet banking) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.138 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_SSHT, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_SSHT +name: Proportion of youth and adults with information and communications technology (ICT) skills (Using basic arithmetic formula in a spreadsheet) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.139 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_CPT, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_CPT +name: Proportion of youth and adults with information and communications technology (ICT) skills (Using copy and paste tools to duplicate or move information within a document) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.140 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ONLSFT, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ONLSFT +name: Proportion of youth and adults with information and communications technology (ICT) skills (Using software run over the Internet for editing text documents, spreadsheets or presentations) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.141 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_VRFY, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_VRFY +name: Proportion of youth and adults with information and communications technology (ICT) skills (Verifying the reliability of information found online) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.142 +member: dcid:sdg/SE_ADT_ACTS.URBANIZATION--R__SKILL--ICT_PRGM, dcid:sdg/SE_ADT_ACTS.URBANIZATION--U__SKILL--ICT_PRGM +name: Proportion of youth and adults with information and communications technology (ICT) skills (Writing a computer program using a specialized programming language) by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.143 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_PRVCY, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_PRVCY +name: Proportion of youth and adults with information and communications technology (ICT) skills (Changing privacy settings on your device, account or app to limit the sharing of personal data and information (e.g. name, contact information, photos), Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.144 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_PRVCY, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_PRVCY +name: Proportion of youth and adults with information and communications technology (ICT) skills (Changing privacy settings on your device, account or app to limit the sharing of personal data and information (e.g. name, contact information, photos), Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.145 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_CDV, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_CDV +name: Proportion of youth and adults with information and communications technology (ICT) skills (Connecting and installing new devices, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.146 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_CDV, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_CDV +name: Proportion of youth and adults with information and communications technology (ICT) skills (Connecting and installing new devices, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.147 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_PST, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_PST +name: Proportion of youth and adults with information and communications technology (ICT) skills (Creating electronic presentations with presentation software, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.148 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_PST, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_PST +name: Proportion of youth and adults with information and communications technology (ICT) skills (Creating electronic presentations with presentation software, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.149 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--FONLCRS, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--FONLCRS +name: Proportion of youth and adults with information and communications technology (ICT) skills (Doing a formal online course, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.150 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--FONLCRS, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--FONLCRS +name: Proportion of youth and adults with information and communications technology (ICT) skills (Doing a formal online course, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.151 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_SFWR, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_SFWR +name: Proportion of youth and adults with information and communications technology (ICT) skills (Finding, downloading, installing and configuring software, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.152 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_SFWR, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_SFWR +name: Proportion of youth and adults with information and communications technology (ICT) skills (Finding, downloading, installing and configuring software, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.153 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--GSINF, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--GSINF +name: Proportion of youth and adults with information and communications technology (ICT) skills (Getting information about goods or services online, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.154 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--GSINF, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--GSINF +name: Proportion of youth and adults with information and communications technology (ICT) skills (Getting information about goods or services online, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.155 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--SNTWK, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--SNTWK +name: Proportion of youth and adults with information and communications technology (ICT) skills (Participating in social networks, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.156 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--SNTWK, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--SNTWK +name: Proportion of youth and adults with information and communications technology (ICT) skills (Participating in social networks, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.157 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--GSPUR, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--GSPUR +name: Proportion of youth and adults with information and communications technology (ICT) skills (Purchasing or ordering goods or services using the Internet, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.158 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--GSPUR, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--GSPUR +name: Proportion of youth and adults with information and communications technology (ICT) skills (Purchasing or ordering goods or services using the Internet, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.159 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--DLDONLD, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--DLDONLD +name: Proportion of youth and adults with information and communications technology (ICT) skills (Reading or downloading on-line newspapers, magazines, or electronic books, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.160 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--DLDONLD, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--DLDONLD +name: Proportion of youth and adults with information and communications technology (ICT) skills (Reading or downloading on-line newspapers, magazines, or electronic books, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.161 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--HLTHINF, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--HLTHINF +name: Proportion of youth and adults with information and communications technology (ICT) skills (Seeking health information (on injury, disease, nutrition, etc.), Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.162 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--HLTHINF, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--HLTHINF +name: Proportion of youth and adults with information and communications technology (ICT) skills (Seeking health information (on injury, disease, nutrition, etc.), Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.163 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_ATCH, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_ATCH +name: Proportion of youth and adults with information and communications technology (ICT) skills (Sending e-mails with attached files, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.164 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_ATCH, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_ATCH +name: Proportion of youth and adults with information and communications technology (ICT) skills (Sending e-mails with attached files, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.165 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_SCRTY, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_SCRTY +name: Proportion of youth and adults with information and communications technology (ICT) skills (Setting up effective security measures (e.g. strong passwords, log-in attempt notification) to protect devices and online accounts, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.166 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_SCRTY, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_SCRTY +name: Proportion of youth and adults with information and communications technology (ICT) skills (Setting up effective security measures (e.g. strong passwords, log-in attempt notification) to protect devices and online accounts, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.167 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ONLCNS, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ONLCNS +name: Proportion of youth and adults with information and communications technology (ICT) skills (Taking part in on-line consultations or voting to define civic or political issues, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.168 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ONLCNS, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ONLCNS +name: Proportion of youth and adults with information and communications technology (ICT) skills (Taking part in on-line consultations or voting to define civic or political issues, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.169 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--VOIP, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--VOIP +name: Proportion of youth and adults with information and communications technology (ICT) skills (Telephoning over the Internet/VoIP, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.170 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--VOIP, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--VOIP +name: Proportion of youth and adults with information and communications technology (ICT) skills (Telephoning over the Internet/VoIP, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.171 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_TRFF, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_TRFF +name: Proportion of youth and adults with information and communications technology (ICT) skills (Transferring files between a computer and other devices, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.172 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_TRFF, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_TRFF +name: Proportion of youth and adults with information and communications technology (ICT) skills (Transferring files between a computer and other devices, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.173 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--UPLD, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--UPLD +name: Proportion of youth and adults with information and communications technology (ICT) skills (Uploading self/user-created content to a website to be shared, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.174 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--UPLD, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--UPLD +name: Proportion of youth and adults with information and communications technology (ICT) skills (Uploading self/user-created content to a website to be shared, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.175 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--INTBNK, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--INTBNK +name: Proportion of youth and adults with information and communications technology (ICT) skills (Using Internet banking, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.176 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--INTBNK, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--INTBNK +name: Proportion of youth and adults with information and communications technology (ICT) skills (Using Internet banking, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.177 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_SSHT, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_SSHT +name: Proportion of youth and adults with information and communications technology (ICT) skills (Using basic arithmetic formula in a spreadsheet, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.178 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_SSHT, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_SSHT +name: Proportion of youth and adults with information and communications technology (ICT) skills (Using basic arithmetic formula in a spreadsheet, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.179 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_CPT, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_CPT +name: Proportion of youth and adults with information and communications technology (ICT) skills (Using copy and paste tools to duplicate or move information within a document, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.180 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_CPT, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_CPT +name: Proportion of youth and adults with information and communications technology (ICT) skills (Using copy and paste tools to duplicate or move information within a document, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.181 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ONLSFT, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ONLSFT +name: Proportion of youth and adults with information and communications technology (ICT) skills (Using software run over the Internet for editing text documents, spreadsheets or presentations, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.182 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ONLSFT, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ONLSFT +name: Proportion of youth and adults with information and communications technology (ICT) skills (Using software run over the Internet for editing text documents, spreadsheets or presentations, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.183 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_VRFY, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_VRFY +name: Proportion of youth and adults with information and communications technology (ICT) skills (Verifying the reliability of information found online, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.184 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_VRFY, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_VRFY +name: Proportion of youth and adults with information and communications technology (ICT) skills (Verifying the reliability of information found online, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.185 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--R__SKILL--ICT_PRGM, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--R__SKILL--ICT_PRGM +name: Proportion of youth and adults with information and communications technology (ICT) skills (Writing a computer program using a specialized programming language, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_ACTS.186 +member: dcid:sdg/SE_ADT_ACTS.SEX--F__URBANIZATION--U__SKILL--ICT_PRGM, dcid:sdg/SE_ADT_ACTS.SEX--M__URBANIZATION--U__SKILL--ICT_PRGM +name: Proportion of youth and adults with information and communications technology (ICT) skills (Writing a computer program using a specialized programming language, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_EDUCTRN.001 +member: dcid:sdg/SE_ADT_EDUCTRN.AGE--Y15T24, dcid:sdg/SE_ADT_EDUCTRN.AGE--Y15T64, dcid:sdg/SE_ADT_EDUCTRN.AGE--Y25T54, dcid:sdg/SE_ADT_EDUCTRN.AGE--Y55T64 +name: Participation rate in formal and non-formal education and training by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_EDUCTRN.002 +member: dcid:sdg/SE_ADT_EDUCTRN.AGE--Y15T24__SEX--F, dcid:sdg/SE_ADT_EDUCTRN.AGE--Y15T24__SEX--M +name: Participation rate in formal and non-formal education and training (15 to 24 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_EDUCTRN.003 +member: dcid:sdg/SE_ADT_EDUCTRN.AGE--Y15T64__SEX--F, dcid:sdg/SE_ADT_EDUCTRN.AGE--Y15T64__SEX--M +name: Participation rate in formal and non-formal education and training (15 to 64 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_EDUCTRN.004 +member: dcid:sdg/SE_ADT_EDUCTRN.AGE--Y25T54__SEX--F, dcid:sdg/SE_ADT_EDUCTRN.AGE--Y25T54__SEX--M +name: Participation rate in formal and non-formal education and training (25 to 54 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_EDUCTRN.005 +member: dcid:sdg/SE_ADT_EDUCTRN.AGE--Y55T64__SEX--F, dcid:sdg/SE_ADT_EDUCTRN.AGE--Y55T64__SEX--M +name: Participation rate in formal and non-formal education and training (55 to 64 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_FUNS.001 +member: dcid:sdg/SE_ADT_FUNS.AGE--Y16T65__SKILL--LTRCY, dcid:sdg/SE_ADT_FUNS.AGE--Y16T65__SKILL--NMRCY +name: Proportion of population achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_FUNS.002 +member: dcid:sdg/SE_ADT_FUNS.AGE--Y16T65__SEX--F__SKILL--LTRCY, dcid:sdg/SE_ADT_FUNS.AGE--Y16T65__SEX--M__SKILL--LTRCY +name: Proportion of population achieving at least a fixed level of proficiency in functional skills (16 to 65 years old, Literacy) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ADT_FUNS.003 +member: dcid:sdg/SE_ADT_FUNS.AGE--Y16T65__SEX--F__SKILL--NMRCY, dcid:sdg/SE_ADT_FUNS.AGE--Y16T65__SEX--M__SKILL--NMRCY +name: Proportion of population achieving at least a fixed level of proficiency in functional skills (16 to 65 years old, Numeracy) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.001 +member: dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_3 +name: Adjusted gender parity index for completion rate by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.002 +member: dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3 +name: Adjusted gender parity index for completion rate (Rural) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.003 +member: dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3 +name: Adjusted gender parity index for completion rate (Urban) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.004 +member: dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4, dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4, dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4 +name: Adjusted gender parity index for completion rate (Fourth quintile) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.005 +member: dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5, dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5, dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5 +name: Adjusted gender parity index for completion rate (Highest quintile) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.006 +member: dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1, dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1, dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1 +name: Adjusted gender parity index for completion rate (Lowest quintile) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.007 +member: dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3, dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3, dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3 +name: Adjusted gender parity index for completion rate (Middle quintile) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.008 +member: dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2, dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2, dcid:sdg/SE_AGP_CPRA.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2 +name: Adjusted gender parity index for completion rate (Second quintile) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.009 +member: dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4, dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4, dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4 +name: Adjusted gender parity index for completion rate (Fourth quintile, Rural) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.010 +member: dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4, dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4, dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4 +name: Adjusted gender parity index for completion rate (Fourth quintile, Urban) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.011 +member: dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5, dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5, dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5 +name: Adjusted gender parity index for completion rate (Highest quintile, Rural) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.012 +member: dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5, dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5, dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5 +name: Adjusted gender parity index for completion rate (Highest quintile, Urban) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.013 +member: dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1, dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1, dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1 +name: Adjusted gender parity index for completion rate (Lowest quintile, Rural) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.014 +member: dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1, dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1, dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1 +name: Adjusted gender parity index for completion rate (Lowest quintile, Urban) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.015 +member: dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3, dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3, dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3 +name: Adjusted gender parity index for completion rate (Middle quintile, Rural) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.016 +member: dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3, dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3, dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3 +name: Adjusted gender parity index for completion rate (Middle quintile, Urban) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.017 +member: dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2, dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2, dcid:sdg/SE_AGP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2 +name: Adjusted gender parity index for completion rate (Second quintile, Rural) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AGP_CPRA.018 +member: dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2, dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2, dcid:sdg/SE_AGP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2 +name: Adjusted gender parity index for completion rate (Second quintile, Urban) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.001 +member: dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_3 +name: Adjusted location parity index for completion rate by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.002 +member: dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3 +name: Adjusted location parity index for completion rate (Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.003 +member: dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3 +name: Adjusted location parity index for completion rate (Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.004 +member: dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4, dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4, dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4 +name: Adjusted location parity index for completion rate (Fourth quintile) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.005 +member: dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5, dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5, dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5 +name: Adjusted location parity index for completion rate (Highest quintile) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.006 +member: dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1, dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1, dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1 +name: Adjusted location parity index for completion rate (Lowest quintile) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.007 +member: dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3, dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3, dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3 +name: Adjusted location parity index for completion rate (Middle quintile) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.008 +member: dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2, dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2, dcid:sdg/SE_ALP_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2 +name: Adjusted location parity index for completion rate (Second quintile) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.009 +member: dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4, dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4, dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4 +name: Adjusted location parity index for completion rate (Fourth quintile, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.010 +member: dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4, dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4, dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4 +name: Adjusted location parity index for completion rate (Fourth quintile, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.011 +member: dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5, dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5, dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5 +name: Adjusted location parity index for completion rate (Highest quintile, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.012 +member: dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5, dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5, dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5 +name: Adjusted location parity index for completion rate (Highest quintile, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.013 +member: dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1, dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1, dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1 +name: Adjusted location parity index for completion rate (Lowest quintile, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.014 +member: dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1, dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1, dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1 +name: Adjusted location parity index for completion rate (Lowest quintile, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.015 +member: dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3, dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3, dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3 +name: Adjusted location parity index for completion rate (Middle quintile, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.016 +member: dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3, dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3, dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3 +name: Adjusted location parity index for completion rate (Middle quintile, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.017 +member: dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2, dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2, dcid:sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2 +name: Adjusted location parity index for completion rate (Second quintile, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_ALP_CPLR.018 +member: dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2, dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2, dcid:sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2 +name: Adjusted location parity index for completion rate (Second quintile, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AWP_CPRA.001 +member: dcid:sdg/SE_AWP_CPRA.EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_AWP_CPRA.EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_AWP_CPRA.EDUCATION_LEVEL--ISCED11_3 +name: Adjusted wealth parity index for completion rate by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AWP_CPRA.002 +member: dcid:sdg/SE_AWP_CPRA.SEX--F__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_AWP_CPRA.SEX--F__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_AWP_CPRA.SEX--F__EDUCATION_LEVEL--ISCED11_3 +name: Adjusted wealth parity index for completion rate (Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AWP_CPRA.003 +member: dcid:sdg/SE_AWP_CPRA.SEX--M__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_AWP_CPRA.SEX--M__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_AWP_CPRA.SEX--M__EDUCATION_LEVEL--ISCED11_3 +name: Adjusted wealth parity index for completion rate (Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AWP_CPRA.004 +member: dcid:sdg/SE_AWP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_AWP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_AWP_CPRA.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3 +name: Adjusted wealth parity index for completion rate (Rural) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AWP_CPRA.005 +member: dcid:sdg/SE_AWP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_AWP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_AWP_CPRA.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3 +name: Adjusted wealth parity index for completion rate (Urban) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AWP_CPRA.006 +member: dcid:sdg/SE_AWP_CPRA.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_AWP_CPRA.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_AWP_CPRA.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3 +name: Adjusted wealth parity index for completion rate (Rural, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AWP_CPRA.007 +member: dcid:sdg/SE_AWP_CPRA.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_AWP_CPRA.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_AWP_CPRA.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3 +name: Adjusted wealth parity index for completion rate (Rural, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AWP_CPRA.008 +member: dcid:sdg/SE_AWP_CPRA.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_AWP_CPRA.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_AWP_CPRA.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3 +name: Adjusted wealth parity index for completion rate (Urban, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_AWP_CPRA.009 +member: dcid:sdg/SE_AWP_CPRA.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_AWP_CPRA.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_AWP_CPRA.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3 +name: Adjusted wealth parity index for completion rate (Urban, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_DEV_ONTRK.001 +member: dcid:sdg/SE_DEV_ONTRK.AGE--M24T59, dcid:sdg/SE_DEV_ONTRK.AGE--M36T47, dcid:sdg/SE_DEV_ONTRK.AGE--M36T59 +name: Proportion of children aged 24−59 months who are developmentally on track in at least three of the following domains: literacy-numeracy, physical development, social-emotional development, and learning by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_DEV_ONTRK.002 +member: dcid:sdg/SE_DEV_ONTRK.AGE--M24T59__SEX--F, dcid:sdg/SE_DEV_ONTRK.AGE--M24T59__SEX--M +name: Proportion of children aged 24−59 months who are developmentally on track in at least three of the following domains: literacy-numeracy, physical development, social-emotional development, and learning by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_DEV_ONTRK.003 +member: dcid:sdg/SE_DEV_ONTRK.AGE--M36T47__SEX--F, dcid:sdg/SE_DEV_ONTRK.AGE--M36T47__SEX--M +name: Proportion of children aged 36−47 months who are developmentally on track in at least three of the following domains: literacy-numeracy, physical development, social-emotional development, and learning by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_DEV_ONTRK.004 +member: dcid:sdg/SE_DEV_ONTRK.AGE--M36T59__SEX--F, dcid:sdg/SE_DEV_ONTRK.AGE--M36T59__SEX--M +name: Proportion of children aged 36−59 months who are developmentally on track in at least three of the following domains: literacy-numeracy, physical development, social-emotional development, and learning (36 to 59 months old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_GCEDESD_CUR.001 +member: dcid:sdg/SE_GCEDESD_CUR +name: Extent to which global citizenship education and education for sustainable development are mainstreamed in curricula +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_GCEDESD_NEP.001 +member: dcid:sdg/SE_GCEDESD_NEP +name: Extent to which global citizenship education and education for sustainable development are mainstreamed in national education policies +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_GCEDESD_SAS.001 +member: dcid:sdg/SE_GCEDESD_SAS +name: Extent to which global citizenship education and education for sustainable development are mainstreamed in student assessment +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_GCEDESD_TED.001 +member: dcid:sdg/SE_GCEDESD_TED +name: Extent to which global citizenship education and education for sustainable development are mainstreamed in teacher education +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_GPI_ICTS.001 +member: dcid:sdg/SE_GPI_ICTS.SKILL--DLDONLD, dcid:sdg/SE_GPI_ICTS.SKILL--FONLCRS, dcid:sdg/SE_GPI_ICTS.SKILL--GSINF, dcid:sdg/SE_GPI_ICTS.SKILL--GSPUR, dcid:sdg/SE_GPI_ICTS.SKILL--HLTHINF, dcid:sdg/SE_GPI_ICTS.SKILL--INTBNK, dcid:sdg/SE_GPI_ICTS.SKILL--ONLSFT, dcid:sdg/SE_GPI_ICTS.SKILL--SNTWK, dcid:sdg/SE_GPI_ICTS.SKILL--UPLD, dcid:sdg/SE_GPI_ICTS.SKILL--VOIP +name: Gender parity index for youth/adults with information and communications technology (ICT) skills by Type of skill +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_GPI_ICTS.002 +member: dcid:sdg/SE_GPI_ICTS.SKILL--ICT_ATCH, dcid:sdg/SE_GPI_ICTS.SKILL--ICT_CDV, dcid:sdg/SE_GPI_ICTS.SKILL--ICT_CMFL, dcid:sdg/SE_GPI_ICTS.SKILL--ICT_CPT, dcid:sdg/SE_GPI_ICTS.SKILL--ICT_PRGM, dcid:sdg/SE_GPI_ICTS.SKILL--ICT_PRVCY, dcid:sdg/SE_GPI_ICTS.SKILL--ICT_PST, dcid:sdg/SE_GPI_ICTS.SKILL--ICT_SCRTY, dcid:sdg/SE_GPI_ICTS.SKILL--ICT_SFWR, dcid:sdg/SE_GPI_ICTS.SKILL--ICT_SSHT, dcid:sdg/SE_GPI_ICTS.SKILL--ICT_TRFF, dcid:sdg/SE_GPI_ICTS.SKILL--ICT_VRFY +name: Gender parity index for youth/adults with information and communications technology (ICT) skills by Type of skill +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_GPI_PART.001 +member: dcid:sdg/SE_GPI_PART.AGE--Y15T24, dcid:sdg/SE_GPI_PART.AGE--Y15T64, dcid:sdg/SE_GPI_PART.AGE--Y25T54, dcid:sdg/SE_GPI_PART.AGE--Y55T64 +name: Adjusted gender parity index for participation rate in formal and non-formal education and training by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_GPI_PTNPRE.001 +member: dcid:sdg/SE_GPI_PTNPRE +name: Adjusted gender parity index for participation rate in organized learning (one year before the official primary entry age) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_GPI_TCAQ.001 +member: dcid:sdg/SE_GPI_TCAQ.EDUCATION_LEVEL--AGG_2T3 +name: Adjusted gender parity index for the proportion of teachers with the minimum required qualifications by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_GPI_TCAQ.002 +member: dcid:sdg/SE_GPI_TCAQ.EDUCATION_LEVEL--ISCED11_02, dcid:sdg/SE_GPI_TCAQ.EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_GPI_TCAQ.EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_GPI_TCAQ.EDUCATION_LEVEL--ISCED11_3 +name: Adjusted gender parity index for the proportion of teachers with the minimum required qualifications by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_IMP_FPOF.001 +member: dcid:sdg/SE_IMP_FPOF.AGE--Y16T65__SKILL--LTRCY, dcid:sdg/SE_IMP_FPOF.AGE--Y16T65__SKILL--NMRCY +name: Adjusted immigration status parity index for achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_INF_DSBL.001 +member: dcid:sdg/SE_INF_DSBL.EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_INF_DSBL.EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_INF_DSBL.EDUCATION_LEVEL--ISCED11_3 +name: Proportion of schools with access to adapted infrastructure and materials for students with disabilities by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_LGP_ACHI.001 +member: dcid:sdg/SE_LGP_ACHI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--MATH, dcid:sdg/SE_LGP_ACHI.EDUCATION_LEVEL--ISCED11_1__SKILL--MATH, dcid:sdg/SE_LGP_ACHI.EDUCATION_LEVEL--ISCED11_2__SKILL--MATH +name: Adjusted language test parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_LGP_ACHI.002 +member: dcid:sdg/SE_LGP_ACHI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--READ, dcid:sdg/SE_LGP_ACHI.EDUCATION_LEVEL--ISCED11_1__SKILL--READ, dcid:sdg/SE_LGP_ACHI.EDUCATION_LEVEL--ISCED11_2__SKILL--READ +name: Adjusted language test parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in reading) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_NAP_ACHI.001 +member: dcid:sdg/SE_NAP_ACHI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--MATH, dcid:sdg/SE_NAP_ACHI.EDUCATION_LEVEL--ISCED11_1__SKILL--MATH, dcid:sdg/SE_NAP_ACHI.EDUCATION_LEVEL--ISCED11_2__SKILL--MATH +name: Adjusted immigration status parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_NAP_ACHI.002 +member: dcid:sdg/SE_NAP_ACHI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--READ, dcid:sdg/SE_NAP_ACHI.EDUCATION_LEVEL--ISCED11_1__SKILL--READ, dcid:sdg/SE_NAP_ACHI.EDUCATION_LEVEL--ISCED11_2__SKILL--READ +name: Adjusted immigration status parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in reading) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_PRE_PARTN.001 +member: dcid:sdg/SE_PRE_PARTN +name: Participation rate in organized learning (one year before the official primary entry age) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_PRE_PARTN.002 +member: dcid:sdg/SE_PRE_PARTN.SEX--F, dcid:sdg/SE_PRE_PARTN.SEX--M +name: Participation rate in organized learning (one year before the official primary entry age) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.001 +member: dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_3 +name: School completion rate by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.002 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3 +name: School completion rate (Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.003 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3 +name: School completion rate (Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.004 +member: dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3 +name: School completion rate (Rural) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.005 +member: dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3 +name: School completion rate (Urban) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.006 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3 +name: School completion rate (Rural, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.007 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3 +name: School completion rate (Rural, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.008 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3 +name: School completion rate (Urban, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.009 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3 +name: School completion rate (Urban, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.010 +member: dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4 +name: School completion rate (Fourth quintile) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.011 +member: dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5 +name: School completion rate (Highest quintile) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.012 +member: dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1 +name: School completion rate (Lowest quintile) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.013 +member: dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3 +name: School completion rate (Middle quintile) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.014 +member: dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2 +name: School completion rate (Second quintile) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.015 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4 +name: School completion rate (Fourth quintile, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.016 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4 +name: School completion rate (Fourth quintile, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.017 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5 +name: School completion rate (Highest quintile, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.018 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5 +name: School completion rate (Highest quintile, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.019 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1 +name: School completion rate (Lowest quintile, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.020 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1 +name: School completion rate (Lowest quintile, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.021 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3 +name: School completion rate (Middle quintile, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.022 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3 +name: School completion rate (Middle quintile, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.023 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2 +name: School completion rate (Second quintile, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.024 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2 +name: School completion rate (Second quintile, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.025 +member: dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4 +name: School completion rate (Fourth quintile, Rural) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.026 +member: dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4 +name: School completion rate (Fourth quintile, Urban) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.027 +member: dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5 +name: School completion rate (Highest quintile, Rural) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.028 +member: dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5 +name: School completion rate (Highest quintile, Urban) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.029 +member: dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1 +name: School completion rate (Lowest quintile, Rural) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.030 +member: dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1 +name: School completion rate (Lowest quintile, Urban) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.031 +member: dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3 +name: School completion rate (Middle quintile, Rural) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.032 +member: dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3 +name: School completion rate (Middle quintile, Urban) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.033 +member: dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2 +name: School completion rate (Second quintile, Rural) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.034 +member: dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2 +name: School completion rate (Second quintile, Urban) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.035 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4 +name: School completion rate (Fourth quintile, Rural, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.036 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4 +name: School completion rate (Fourth quintile, Rural, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.037 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4 +name: School completion rate (Fourth quintile, Urban, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.038 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q4, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q4 +name: School completion rate (Fourth quintile, Urban, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.039 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5 +name: School completion rate (Highest quintile, Rural, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.040 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5 +name: School completion rate (Highest quintile, Rural, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.041 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5 +name: School completion rate (Highest quintile, Urban, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.042 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q5, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q5 +name: School completion rate (Highest quintile, Urban, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.043 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1 +name: School completion rate (Lowest quintile, Rural, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.044 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1 +name: School completion rate (Lowest quintile, Rural, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.045 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1 +name: School completion rate (Lowest quintile, Urban, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.046 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q1, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q1 +name: School completion rate (Lowest quintile, Urban, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.047 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3 +name: School completion rate (Middle quintile, Rural, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.048 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3 +name: School completion rate (Middle quintile, Rural, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.049 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3 +name: School completion rate (Middle quintile, Urban, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.050 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q3, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q3 +name: School completion rate (Middle quintile, Urban, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.051 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2 +name: School completion rate (Second quintile, Rural, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.052 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--R__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2 +name: School completion rate (Second quintile, Rural, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.053 +member: dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.SEX--F__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2 +name: School completion rate (Second quintile, Urban, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_CPLR.054 +member: dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_1__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_2__WEALTH_QUANTILE--Q2, dcid:sdg/SE_TOT_CPLR.SEX--M__URBANIZATION--U__EDUCATION_LEVEL--ISCED11_3__WEALTH_QUANTILE--Q2 +name: School completion rate (Second quintile, Urban, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_GPI.001 +member: dcid:sdg/SE_TOT_GPI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--MATH, dcid:sdg/SE_TOT_GPI.EDUCATION_LEVEL--ISCED11_1__SKILL--MATH, dcid:sdg/SE_TOT_GPI.EDUCATION_LEVEL--ISCED11_2__SKILL--MATH +name: Adjusted gender parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_GPI.002 +member: dcid:sdg/SE_TOT_GPI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--READ, dcid:sdg/SE_TOT_GPI.EDUCATION_LEVEL--ISCED11_1__SKILL--READ, dcid:sdg/SE_TOT_GPI.EDUCATION_LEVEL--ISCED11_2__SKILL--READ +name: Adjusted gender parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in reading) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_GPI_FS.001 +member: dcid:sdg/SE_TOT_GPI_FS.AGE--Y16T65__SKILL--LTRCY, dcid:sdg/SE_TOT_GPI_FS.AGE--Y16T65__SKILL--NMRCY +name: Adjusted gender parity index for achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_PRFL.001 +member: dcid:sdg/SE_TOT_PRFL.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--MATH, dcid:sdg/SE_TOT_PRFL.EDUCATION_LEVEL--ISCED11_1__SKILL--MATH, dcid:sdg/SE_TOT_PRFL.EDUCATION_LEVEL--ISCED11_2__SKILL--MATH +name: Proportion of children and young people achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_PRFL.002 +member: dcid:sdg/SE_TOT_PRFL.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--READ, dcid:sdg/SE_TOT_PRFL.EDUCATION_LEVEL--ISCED11_1__SKILL--READ, dcid:sdg/SE_TOT_PRFL.EDUCATION_LEVEL--ISCED11_2__SKILL--READ +name: Proportion of children and young people achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in reading) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_PRFL.003 +member: dcid:sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--MATH, dcid:sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEVEL--ISCED11_1__SKILL--MATH, dcid:sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEVEL--ISCED11_2__SKILL--MATH +name: Proportion of children and young people achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_PRFL.004 +member: dcid:sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--MATH, dcid:sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEVEL--ISCED11_1__SKILL--MATH, dcid:sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEVEL--ISCED11_2__SKILL--MATH +name: Proportion of children and young people achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_PRFL.005 +member: dcid:sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--READ, dcid:sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEVEL--ISCED11_1__SKILL--READ, dcid:sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEVEL--ISCED11_2__SKILL--READ +name: Proportion of children and young people achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in reading, Female) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_PRFL.006 +member: dcid:sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--READ, dcid:sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEVEL--ISCED11_1__SKILL--READ, dcid:sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEVEL--ISCED11_2__SKILL--READ +name: Proportion of children and young people achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in reading, Male) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_RUPI.001 +member: dcid:sdg/SE_TOT_RUPI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--MATH, dcid:sdg/SE_TOT_RUPI.EDUCATION_LEVEL--ISCED11_1__SKILL--MATH, dcid:sdg/SE_TOT_RUPI.EDUCATION_LEVEL--ISCED11_2__SKILL--MATH +name: Adjusted rural to urban parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_RUPI.002 +member: dcid:sdg/SE_TOT_RUPI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--READ, dcid:sdg/SE_TOT_RUPI.EDUCATION_LEVEL--ISCED11_1__SKILL--READ, dcid:sdg/SE_TOT_RUPI.EDUCATION_LEVEL--ISCED11_2__SKILL--READ +name: Adjusted rural to urban parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in reading) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_SESPI.001 +member: dcid:sdg/SE_TOT_SESPI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--MATH, dcid:sdg/SE_TOT_SESPI.EDUCATION_LEVEL--ISCED11_1__SKILL--MATH, dcid:sdg/SE_TOT_SESPI.EDUCATION_LEVEL--ISCED11_2__SKILL--MATH +name: Adjusted low to high socio-economic parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_SESPI.002 +member: dcid:sdg/SE_TOT_SESPI.EDUCATION_LEVEL--ISCED11A_0_G23__SKILL--READ, dcid:sdg/SE_TOT_SESPI.EDUCATION_LEVEL--ISCED11_1__SKILL--READ, dcid:sdg/SE_TOT_SESPI.EDUCATION_LEVEL--ISCED11_2__SKILL--READ +name: Adjusted low to high socio-economic parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in reading) by Education level +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TOT_SESPI_FS.001 +member: dcid:sdg/SE_TOT_SESPI_FS.AGE--Y16T65__SKILL--LTRCY, dcid:sdg/SE_TOT_SESPI_FS.AGE--Y16T65__SKILL--NMRCY +name: Adjusted low to high socio-economic parity status index for achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TRA_GRDL.001 +member: dcid:sdg/SE_TRA_GRDL.EDUCATION_LEVEL--ISCED11_02, dcid:sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEVEL--ISCED11_02, dcid:sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEVEL--ISCED11_02 +name: Proportion of teachers with the minimum required qualifications (Pre-primary education) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TRA_GRDL.002 +member: dcid:sdg/SE_TRA_GRDL.EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEVEL--ISCED11_1, dcid:sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEVEL--ISCED11_1 +name: Proportion of teachers with the minimum required qualifications (Primary education) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TRA_GRDL.003 +member: dcid:sdg/SE_TRA_GRDL.EDUCATION_LEVEL--AGG_2T3, dcid:sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEVEL--AGG_2T3, dcid:sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEVEL--AGG_2T3 +name: Proportion of teachers with the minimum required qualifications (Secondary education) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TRA_GRDL.004 +member: dcid:sdg/SE_TRA_GRDL.EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEVEL--ISCED11_2, dcid:sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEVEL--ISCED11_2 +name: Proportion of teachers with the minimum required qualifications (Lower secondary education) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSE_TRA_GRDL.005 +member: dcid:sdg/SE_TRA_GRDL.EDUCATION_LEVEL--ISCED11_3, dcid:sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEVEL--ISCED11_3, dcid:sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEVEL--ISCED11_3 +name: Proportion of teachers with the minimum required qualifications (Upper secondary education) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_CPA_MIGRP.001 +member: dcid:sdg/SG_CPA_MIGRP +name: Proportion of countries with migration policies to facilitate orderly, safe, regular and responsible migration and mobility of people +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_CPA_MIGRP.002 +member: dcid:sdg/SG_CPA_MIGRP.POLICY_DOMAINS--PD_1, dcid:sdg/SG_CPA_MIGRP.POLICY_DOMAINS--PD_2, dcid:sdg/SG_CPA_MIGRP.POLICY_DOMAINS--PD_3, dcid:sdg/SG_CPA_MIGRP.POLICY_DOMAINS--PD_4, dcid:sdg/SG_CPA_MIGRP.POLICY_DOMAINS--PD_5, dcid:sdg/SG_CPA_MIGRP.POLICY_DOMAINS--PD_6 +name: Proportion of countries with migration policies to facilitate orderly, safe, regular and responsible migration and mobility of people by Policy domain +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_CPA_MIGRS.001 +member: dcid:sdg/SG_CPA_MIGRS +name: Countries with migration policies to facilitate orderly, safe, regular and responsible migration and mobility of people +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_CPA_MIGRS.002 +member: dcid:sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_1, dcid:sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_2, dcid:sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_3, dcid:sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_4, dcid:sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_5, dcid:sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_6 +name: Countries with migration policies to facilitate orderly, safe, regular and responsible migration and mobility of people by Policy domain +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_CPA_OFDI.001 +member: dcid:sdg/SG_CPA_OFDI +name: Number of countries with an outward investment promotion scheme which can benefit developing countries, including LDCs +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_CPA_OFDI.002 +member: dcid:sdg/SG_CPA_OFDI.OFDI_SCHEME--DC_PARTICIPATION, dcid:sdg/SG_CPA_OFDI.OFDI_SCHEME--FIS_FIN_SUPPORT, dcid:sdg/SG_CPA_OFDI.OFDI_SCHEME--INV_FACILITATION, dcid:sdg/SG_CPA_OFDI.OFDI_SCHEME--INV_GUARANTEES +name: Number of countries with an outward investment promotion scheme which can benefit developing countries, including LDCs by OFDI Scheme +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_CPA_SDEVP.001 +member: dcid:sdg/SG_CPA_SDEVP +name: Mechanisms in place to enhance policy coherence for sustainable development +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC.001 +member: dcid:sdg/SG_DMK_JDC.AGE--Y0T44__OCCUPATION--ISCO08_2612, dcid:sdg/SG_DMK_JDC.AGE--Y0T44__OCCUPATION--ISCO08_2619R +name: Proportion of positions held by persons under 45 years of age in the judiciary, compared to national distributions +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC.002 +member: dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__DISABILITY_STATUS--PD, dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__DISABILITY_STATUS--PD +name: Proportion of positions held by persons with disability in the judiciary, compared to national distributions +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC.003 +member: dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__POPULATION_GROUP--URY_0, dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--URY_0 +name: Proportion of positions held by persons of Afro descent in the judiciary, compared to national distributions +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC.004 +member: dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__POPULATION_GROUP--ISR_0, dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--ISR_0 +name: Proportion of positions held by Arabs in the judiciary, compared to national distributions +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC.005 +member: dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__POPULATION_GROUP--NOR_3, dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--NOR_3 +name: Proportion of positions held by immigrants, persons with Norwegian-born to immigrant parents, and others in the judiciary, compared to national distributions +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC.006 +member: dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__POPULATION_GROUP--DNK_2, dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--DNK_2 +name: Proportion of positions held by immigrants and descendants from non-western countries in the judiciary, compared to national distributions +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC.007 +member: dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__POPULATION_GROUP--DNK_3, dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--DNK_3 +name: Proportion of positions held by immigrants and descendants from western countries in the judiciary, compared to national distributions +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC.008 +member: dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__POPULATION_GROUP--NOR_0, dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--NOR_0 +name: Proportion of positions held by Norweigians in the judiciary, compared to national distributions +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC.009 +member: dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__POPULATION_GROUP--DNK_1, dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--DNK_1 +name: Proportion of positions held by persons of Danish origin in the judiciary, compared to national distributions +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC.010 +member: dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2612__POPULATION_GROUP--LSO_0, dcid:sdg/SG_DMK_JDC.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--LSO_0 +name: Proportions of positions in the judiciary compared to national distributions (Unspecified) by Professionals (ISCO08 - 2) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC.011 +member: dcid:sdg/SG_DMK_JDC.SEX--F__OCCUPATION--ISCO08_2612, dcid:sdg/SG_DMK_JDC.SEX--F__OCCUPATION--ISCO08_2619R +name: Proportion of positions held by women in the judiciary, compared to national distributions +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC_CNS.001 +member: dcid:sdg/SG_DMK_JDC_CNS.AGE--Y0T44__OCCUPATION--ISCO08_2612, dcid:sdg/SG_DMK_JDC_CNS.AGE--Y0T44__OCCUPATION--ISCO08_2619R +name: Proportions of positions held by persons under 45 years of age in the Constitutional Court +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC_CNS.002 +member: dcid:sdg/SG_DMK_JDC_CNS.OCCUPATION--ISCO08_2612__DISABILITY_STATUS--PD, dcid:sdg/SG_DMK_JDC_CNS.OCCUPATION--ISCO08_2619R__DISABILITY_STATUS--PD +name: Proportions of positions held by persons with disability in the Constitutional Court +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC_CNS.003 +member: dcid:sdg/SG_DMK_JDC_CNS.OCCUPATION--ISCO08_2612__POPULATION_GROUP--ISR_0 +name: Proportions of positions held by Arabs in the Constitutional Court +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC_CNS.004 +member: dcid:sdg/SG_DMK_JDC_CNS.SEX--F__OCCUPATION--ISCO08_2612, dcid:sdg/SG_DMK_JDC_CNS.SEX--F__OCCUPATION--ISCO08_2619R +name: Proportions of positions held by women in the Constitutional Court +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC_HGR.001 +member: dcid:sdg/SG_DMK_JDC_HGR.AGE--Y0T44__OCCUPATION--ISCO08_2612, dcid:sdg/SG_DMK_JDC_HGR.AGE--Y0T44__OCCUPATION--ISCO08_2619R +name: Proportions of positions held by persons under 45 years of age in the Higher Courts +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC_HGR.002 +member: dcid:sdg/SG_DMK_JDC_HGR.OCCUPATION--ISCO08_2612__DISABILITY_STATUS--PD, dcid:sdg/SG_DMK_JDC_HGR.OCCUPATION--ISCO08_2619R__DISABILITY_STATUS--PD +name: Proportions of positions held by persons with disability in the Higher Courts +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC_HGR.003 +member: dcid:sdg/SG_DMK_JDC_HGR.OCCUPATION--ISCO08_2612__POPULATION_GROUP--ISR_0 +name: Proportions of positions held by Arabs in the Higher Courts +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC_HGR.004 +member: dcid:sdg/SG_DMK_JDC_HGR.OCCUPATION--ISCO08_2612__POPULATION_GROUP--LSO_0, dcid:sdg/SG_DMK_JDC_HGR.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--LSO_0 +name: Proportions of positions held by unspecified minority groups in the Higher Courts +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC_HGR.005 +member: dcid:sdg/SG_DMK_JDC_HGR.SEX--F__OCCUPATION--ISCO08_2612, dcid:sdg/SG_DMK_JDC_HGR.SEX--F__OCCUPATION--ISCO08_2619R +name: Proportions of positions held by women in the Higher Courts +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC_LWR.001 +member: dcid:sdg/SG_DMK_JDC_LWR.AGE--Y0T44__OCCUPATION--ISCO08_2612, dcid:sdg/SG_DMK_JDC_LWR.AGE--Y0T44__OCCUPATION--ISCO08_2619R +name: Proportions of positions held by persons under 45 years of age in the Lower Courts +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC_LWR.002 +member: dcid:sdg/SG_DMK_JDC_LWR.OCCUPATION--ISCO08_2612__DISABILITY_STATUS--PD, dcid:sdg/SG_DMK_JDC_LWR.OCCUPATION--ISCO08_2619R__DISABILITY_STATUS--PD +name: Proportions of positions held by persons with disability in the Lower Courts +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC_LWR.003 +member: dcid:sdg/SG_DMK_JDC_LWR.OCCUPATION--ISCO08_2612__POPULATION_GROUP--ISR_0, dcid:sdg/SG_DMK_JDC_LWR.OCCUPATION--ISCO08_2619R__POPULATION_GROUP--ISR_0 +name: Proportions of positions held by Arabs in the Lower Courts +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC_LWR.004 +member: dcid:sdg/SG_DMK_JDC_LWR.OCCUPATION--ISCO08_2612__POPULATION_GROUP--LSO_0 +name: Proportions of positions held by unspecified minority groups in the Lower Courts +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_JDC_LWR.005 +member: dcid:sdg/SG_DMK_JDC_LWR.SEX--F__OCCUPATION--ISCO08_2612, dcid:sdg/SG_DMK_JDC_LWR.SEX--F__OCCUPATION--ISCO08_2619R +name: Proportions of positions held by women in the Lower Courts +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_JC.001 +member: dcid:sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--HR, dcid:sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--HR_GEQ +name: Number of chairs of permanent parliamentary committees held by women 46 years old and over: Joint Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_JC.002 +member: dcid:sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--DEF, dcid:sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF, dcid:sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_JC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--HR +name: Number of chairs of permanent parliamentary committees held by men 46 years old and over: Joint Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_JC.003 +member: dcid:sdg/SG_DMK_PARLCC_JC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_JC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_JC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_JC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--HR_GEQ +name: Number of chairs of permanent parliamentary committees held by women of unknown age: Joint Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_JC.004 +member: dcid:sdg/SG_DMK_PARLCC_JC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--DEF, dcid:sdg/SG_DMK_PARLCC_JC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--HR +name: Number of chairs of permanent parliamentary committees held by men of unknown age: Joint Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_JC.005 +member: dcid:sdg/SG_DMK_PARLCC_JC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_JC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--HR_GEQ +name: Number of chairs of permanent parliamentary committees held by women 46 years old and over: Joint Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_JC.006 +member: dcid:sdg/SG_DMK_PARLCC_JC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_JC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--HR +name: Number of chairs of permanent parliamentary committees held by men 46 years old and over: Joint Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_LC.001 +member: dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--DEF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_DEF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--HR, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--HR_GEQ +name: Number of chairs of permanent parliamentary committees held by women 46 years old and over: Lower Chamber or Unicameral Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_LC.002 +member: dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--DEF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--HR, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--HR_GEQ +name: Number of chairs of permanent parliamentary committees held by men 46 years old and over: Lower Chamber or Unicameral Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_LC.003 +member: dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--_U__PARLIAMENTARY_COMMITTEES--GEQ +name: Number of chairs of permanent parliamentary committees held by persons 46 yeras old and whose sex information is unknown: Lower Chamber or Unicameral Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_LC.004 +member: dcid:sdg/SG_DMK_PARLCC_LC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--DEF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--HR +name: Number of chairs of permanent parliamentary committees held by persons whose age and sex information is not available: Lower Chamber or Unicameral Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_LC.005 +member: dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--DEF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_DEF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--HR +name: Number of chairs of permanent parliamentary committees held by women whose age information is unknown: Lower Chamber or Unicameral Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_LC.006 +member: dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--DEF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF_HR, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--HR +name: Number of chairs of permanent parliamentary committees held by men whose age information is unknown: Lower Chamber or Unicameral Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_LC.007 +member: dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--DEF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--HR +name: Number of chairs of permanent parliamentary committees held by persons whose age and sex information is not available: Lower Chamber or Unicameral Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_LC.008 +member: dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--DEF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_DEF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--HR, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--HR_GEQ +name: Number of chairs of permanent parliamentary committees held by women under 46 years old: Lower Chamber or Unicameral Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_LC.009 +member: dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--DEF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF_FIN, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--HR, dcid:sdg/SG_DMK_PARLCC_LC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--HR_GEQ +name: Number of chairs of permanent parliamentary committees held by men under 46 years old: Lower Chamber or Unicameral Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_UC.001 +member: dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--DEF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_DEF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_DEF_FIN, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_DEF_HR, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_HR, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--HR +name: Number of chairs of permanent parliamentary committees held by women years old and over: Upper Chamber Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_UC.002 +member: dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--DEF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--HR, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--HR_GEQ +name: Number of chairs of permanent parliamentary committees held by men 46 years old and over: Upper Chamber Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_UC.003 +member: dcid:sdg/SG_DMK_PARLCC_UC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--DEF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_UC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_UC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--HR +name: Number of chairs of permanent parliamentary committees held by persons whose age and sex information is not available: Upper Chamber Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_UC.004 +member: dcid:sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_DEF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ +name: Number of chairs of permanent parliamentary committees held by women whose age information is unknown: Upper Chamber Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_UC.005 +member: dcid:sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--DEF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--HR +name: Number of chairs of permanent parliamentary committees held by men whose age information is unknown: Upper Chamber Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_UC.006 +member: dcid:sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--DEF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_UC.AGE--_U__SEX--_U__PARLIAMENTARY_COMMITTEES--HR +name: Number of chairs of permanent parliamentary committees held by persons whose age and sex information is unknown: Upper Chamber Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_UC.007 +member: dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_DEF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--FAFF_HR, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--HR, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--F__PARLIAMENTARY_COMMITTEES--HR_GEQ +name: Number of chairs of permanent parliamentary committees held by women under 46 years old: Upper Chamber Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLCC_UC.008 +member: dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--DEF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--FAFF_DEF, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--FIN, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--GEQ, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--HR, dcid:sdg/SG_DMK_PARLCC_UC.AGE--Y0T45__SEX--M__PARLIAMENTARY_COMMITTEES--HR_GEQ +name: Number of chairs of permanent parliamentary committees held by male under 46 years old: Upper Chamber Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLMP_LC.001 +member: dcid:sdg/SG_DMK_PARLMP_LC +name: Female representation ratio in parliament (proportion of women in parliament divided by the proportion of women in the national population eligible by age): Lower chamber or unicameral +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLMP_UC.001 +member: dcid:sdg/SG_DMK_PARLMP_UC +name: Female representation ratio in parliament (proportion of women in parliament divided by the proportion of women in the national population eligible by age): Upper chamber +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLSP_LC.001 +member: dcid:sdg/SG_DMK_PARLSP_LC.AGE--Y_GE46__SEX--F, dcid:sdg/SG_DMK_PARLSP_LC.AGE--Y_GE46__SEX--M +name: Number of persons 46 years and over who are speakers in parliement, by sex: Lower Chamber or Unicameral Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLSP_LC.002 +member: dcid:sdg/SG_DMK_PARLSP_LC.AGE--_U__SEX--F, dcid:sdg/SG_DMK_PARLSP_LC.AGE--_U__SEX--M, dcid:sdg/SG_DMK_PARLSP_LC.AGE--_X__SEX--_X +name: Number of persons whose age information is unknown or not available who are speakers in parliement, by sex: Lower Chamber or Unicameral Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLSP_LC.004 +member: dcid:sdg/SG_DMK_PARLSP_LC.AGE--Y0T45__SEX--F, dcid:sdg/SG_DMK_PARLSP_LC.AGE--Y0T45__SEX--M +name: Number of persons under 46 years old who are speakers in parliement, by sex: Lower Chamber or Unicameral Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLSP_LC.005 +member: dcid:sdg/SG_DMK_PARLSP_LC.SEX--F, dcid:sdg/SG_DMK_PARLSP_LC.SEX--M +name: Number of speakers in parliamen: Lower Chamber or Unicameral by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLSP_UC.001 +member: dcid:sdg/SG_DMK_PARLSP_UC.AGE--Y_GE46__SEX--F, dcid:sdg/SG_DMK_PARLSP_UC.AGE--Y_GE46__SEX--M +name: Number of persons 46 years old and over who are speakers in parliement, by sex: Upper Chamber Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLSP_UC.002 +member: dcid:sdg/SG_DMK_PARLSP_UC.AGE--_U__SEX--F, dcid:sdg/SG_DMK_PARLSP_UC.AGE--_U__SEX--M, dcid:sdg/SG_DMK_PARLSP_UC.AGE--_X__SEX--_X +name: Number of persons whose age information is unknown or not available who are speakers in parliement, by sex: Upper Chamber Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLSP_UC.004 +member: dcid:sdg/SG_DMK_PARLSP_UC.AGE--Y0T45__SEX--F, dcid:sdg/SG_DMK_PARLSP_UC.AGE--Y0T45__SEX--M +name: Number of persons under 46 years old who are speakers in parliement, by sex: Upper Chamber Committees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLSP_UC.005 +member: dcid:sdg/SG_DMK_PARLSP_UC.SEX--F, dcid:sdg/SG_DMK_PARLSP_UC.SEX--M, dcid:sdg/SG_DMK_PARLSP_UC.SEX--_X +name: Number of speakers in parliament: Upper Chamber by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLYN_LC.001 +member: dcid:sdg/SG_DMK_PARLYN_LC.AGE--Y0T45 +name: Number of youth in parliament (age 45 or below): Lower Chamber or Unicameral by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLYN_UC.001 +member: dcid:sdg/SG_DMK_PARLYN_UC.AGE--Y0T45 +name: Number of youth in parliament (age 45 or below): Upper Chamber by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLYP_LC.001 +member: dcid:sdg/SG_DMK_PARLYP_LC.AGE--Y0T45 +name: Proportion of youth in parliament (age 45 or below): Lower Chamber or Unicameral by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLYP_UC.001 +member: dcid:sdg/SG_DMK_PARLYP_UC.AGE--Y0T45 +name: Proportion of youth in parliament (age 45 or below): Upper Chamber by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLYR_LC.001 +member: dcid:sdg/SG_DMK_PARLYR_LC.AGE--Y0T45 +name: Youth representation ratio in parliament (proportion of members in parliament aged 45 or below divided by the share of individuals aged 45 or below in the national population eligible by age): Lower Chamber or Unicameral by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PARLYR_UC.001 +member: dcid:sdg/SG_DMK_PARLYR_UC.AGE--Y0T45 +name: Youth representation ratio in parliament (proportion of members in parliament aged 45 or below divided by the share of individuals aged 45 or below in the national population eligible by age): Upper Chamber or Unicameral by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PSRVC.001 +member: dcid:sdg/SG_DMK_PSRVC.AGE--Y0T34__OCCUPATION--AGG_PSP, dcid:sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP, dcid:sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__DISABILITY_STATUS--PD, dcid:sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--DNK_1, dcid:sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--DNK_2, dcid:sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--DNK_3, dcid:sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--ISR_0, dcid:sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--ISR_2, dcid:sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--LSO_1, dcid:sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--NOR_0, dcid:sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--NOR_1, dcid:sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--NOR_2, dcid:sdg/SG_DMK_PSRVC.OCCUPATION--AGG_PSP__POPULATION_GROUP--URY_0 +name: Proportion of positions in the public service held by specific groups compared to national distributions +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DMK_PSRVC.005 +member: dcid:sdg/SG_DMK_PSRVC.SEX--F__OCCUPATION--AGG_PSP, dcid:sdg/SG_DMK_PSRVC.SEX--F__OCCUPATION--ISCO08_1112, dcid:sdg/SG_DMK_PSRVC.SEX--F__OCCUPATION--ISCO08_112_121, dcid:sdg/SG_DMK_PSRVC.SEX--F__OCCUPATION--ISCO08_21_242_25_26, dcid:sdg/SG_DMK_PSRVC.SEX--F__OCCUPATION--ISCO08_31T35X32, dcid:sdg/SG_DMK_PSRVC.SEX--F__OCCUPATION--ISCO08_41 +name: Proportion of positions in the public service held by women compared to national distributions, by occupation group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DSR_LGRGSR.001 +member: dcid:sdg/SG_DSR_LGRGSR +name: Score of adoption and implementation of national disaster-risk reduction strategies in line with the Sendai Framework +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DSR_SFDRR.001 +member: dcid:sdg/SG_DSR_SFDRR +name: Number of countries that reported having a national disaster-risk reduction strategy which is aligned to the Sendai Framework +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DSR_SILN.001 +member: dcid:sdg/SG_DSR_SILN +name: Number of local governments that adopt and implement local disaster-risk reduction strategies in line with national strategies +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_DSR_SILS.001 +member: dcid:sdg/SG_DSR_SILS +name: Proportion of local governments that adopt and implement local disaster-risk reduction strategies in line with national disaster-risk reduction strategies +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_GEN_EQPWN.001 +member: dcid:sdg/SG_GEN_EQPWN +name: Proportion of countries with systems to track and make public allocations for gender equality and women's empowerment +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_GEN_EQPWNN.001 +member: dcid:sdg/SG_GEN_EQPWNN +name: Countries with systems to track and make public allocations for gender equality and women's empowerment +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_GEN_LOCGELS.001 +member: dcid:sdg/SG_GEN_LOCGELS.SEX--F +name: Proportion of elected seats in deliberative bodies of local government held by women by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_GEN_PARL.001 +member: dcid:sdg/SG_GEN_PARL.SEX--F +name: Proportion of seats in national parliaments held by women by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_GEN_PARLN.001 +member: dcid:sdg/SG_GEN_PARLN.SEX--F +name: Number of seats in national parliaments held by women by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_GEN_PARLNT.001 +member: dcid:sdg/SG_GEN_PARLNT +name: Current number of seats in national parliaments +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_GOV_LOGV.001 +member: dcid:sdg/SG_GOV_LOGV +name: Number of local governments +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_HAZ_CMRBASEL.001 +member: dcid:sdg/SG_HAZ_CMRBASEL +name: Parties meeting their commitments and obligations in transmitting information as required by Basel Convention on hazardous waste, and other chemicals +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_HAZ_CMRMNMT.001 +member: dcid:sdg/SG_HAZ_CMRMNMT +name: Parties meeting their commitments and obligations in transmitting information as required by Minamata Convention on hazardous waste, and other chemicals +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_HAZ_CMRMNTRL.001 +member: dcid:sdg/SG_HAZ_CMRMNTRL +name: Parties meeting their commitments and obligations in transmitting information as required by Montreal Protocol on hazardous waste, and other chemicals +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_HAZ_CMRROTDAM.001 +member: dcid:sdg/SG_HAZ_CMRROTDAM +name: Parties meeting their commitments and obligations in transmitting information as required by Rotterdam Convention on hazardous waste, and other chemicals +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_HAZ_CMRSTHOLM.001 +member: dcid:sdg/SG_HAZ_CMRSTHOLM +name: Parties meeting their commitments and obligations in transmitting information as required by Stockholm Convention on hazardous waste, and other chemicals +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_INF_ACCSS.001 +member: dcid:sdg/SG_INF_ACCSS +name: Countries that adopt and implement constitutional, statutory and/or policy guarantees for public access to information +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_INT_MBRDEV.001 +member: dcid:sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200010, dcid:sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200021, dcid:sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200023, dcid:sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200050, dcid:sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200060, dcid:sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200070, dcid:sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG400220, dcid:sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG600070, dcid:sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG700010, dcid:sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG700020, dcid:sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG700030 +name: Proportion of members of developing countries in international organizations by International organization +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_INT_VRTDEV.001 +member: dcid:sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200010, dcid:sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200021, dcid:sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200023, dcid:sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200050, dcid:sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200060, dcid:sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200070, dcid:sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG400220, dcid:sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG600070, dcid:sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG700010, dcid:sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG700020, dcid:sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG700030 +name: Proportion of voting rights of developing countries in international organizations by International organization +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_LGL_GENEQEMP.001 +member: dcid:sdg/SG_LGL_GENEQEMP +name: Level of achievement regarding legal frameworks that promote, enforce and monitor gender equality with respect to employment and economic benefits (Area 3) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_LGL_GENEQLFP.001 +member: dcid:sdg/SG_LGL_GENEQLFP +name: Level of achievement regarding legal frameworks that promote, enforce and monitor gender equality with respect to overarching legal frameworks and public life (Area 1) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_LGL_GENEQMAR.001 +member: dcid:sdg/SG_LGL_GENEQMAR +name: Level of achievement regarding legal frameworks that promote, enforce and monitor gender equality with respect to marriage and family (Area 4) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_LGL_GENEQVAW.001 +member: dcid:sdg/SG_LGL_GENEQVAW +name: Level of achievement regarding legal frameworks that promote, enforce and monitor gender equality with respect to violence against women (Area 2) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_LGL_LNDFEMOD.001 +member: dcid:sdg/SG_LGL_LNDFEMOD +name: Degree to which the legal framework (including customary law) guarantees women’s equal rights to land ownership and/or control +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_NHR_CMPLNC.001 +member: dcid:sdg/SG_NHR_CMPLNC +name: Countries with National Human Rights Institutions in compliance with the Paris Principles +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_NHR_IMPL.001 +member: dcid:sdg/SG_NHR_IMPL +name: Proportion of countries with independent National Human Rights Institutions in compliance with the Paris Principles +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_NHR_INTEXST.001 +member: dcid:sdg/SG_NHR_INTEXST +name: Proportion of countries that applied for accreditation as independent National Human Rights Institutions in compliance with the Paris Principles +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_PLN_MSTKSDG_P.001 +member: dcid:sdg/SG_PLN_MSTKSDG_P +name: Number of provider countries reporting progress in multi-stakeholder development effectiveness monitoring frameworks that support the achievement of the sustainable development goals +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_PLN_MSTKSDG_R.001 +member: dcid:sdg/SG_PLN_MSTKSDG_R +name: Number of recipient countries reporting progress in multi-stakeholder development effectiveness monitoring frameworks that support the achievement of the sustainable development goals +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_PLN_PRPOLRES.001 +member: dcid:sdg/SG_PLN_PRPOLRES +name: Extent of use of country-owned results frameworks and planning tools by providers of development cooperation - data by provider +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_PLN_PRVNDI.001 +member: dcid:sdg/SG_PLN_PRVNDI +name: Proportion of project objectives of new development interventions drawn from country-led result frameworks - data by provider +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_PLN_PRVRICTRY.001 +member: dcid:sdg/SG_PLN_PRVRICTRY +name: Proportion of results indicators drawn from country-led results frameworks - data by provider +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_PLN_PRVRIMON.001 +member: dcid:sdg/SG_PLN_PRVRIMON +name: Proportion of results indicators which will be monitored using government sources and monitoring systems - data by provider +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_PLN_RECNDI.001 +member: dcid:sdg/SG_PLN_RECNDI +name: Proportion of project objectives in new development interventions drawn from country-led result frameworks - data by recipient +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_PLN_RECRICTRY.001 +member: dcid:sdg/SG_PLN_RECRICTRY +name: Proportion of results indicators drawn from country-led results frameworks - data by recipient +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_PLN_RECRIMON.001 +member: dcid:sdg/SG_PLN_RECRIMON +name: Proportion of results indicators which will be monitored using government sources and monitoring systems - data by recipient +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_PLN_REPOLRES.001 +member: dcid:sdg/SG_PLN_REPOLRES +name: Extent of use of country-owned results frameworks and planning tools by providers of development cooperation - data by recipient +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_REG_BRTH.001 +member: dcid:sdg/SG_REG_BRTH.AGE--M12T23, dcid:sdg/SG_REG_BRTH.AGE--M24T35, dcid:sdg/SG_REG_BRTH.AGE--M36T47, dcid:sdg/SG_REG_BRTH.AGE--M48T59, dcid:sdg/SG_REG_BRTH.AGE--Y0, dcid:sdg/SG_REG_BRTH.AGE--Y0T4, dcid:sdg/SG_REG_BRTH.AGE--Y0T7 +name: Proportion of children under 5 years of age whose births have been registered with a civil authority by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_REG_BRTH90.001 +member: dcid:sdg/SG_REG_BRTH90 +name: Proportion of countries with birth registration data that are at least 90 percent complete +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_REG_BRTH90N.001 +member: dcid:sdg/SG_REG_BRTH90N +name: Countries with birth registration data that are at least 90 percent complete +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_REG_CENSUS.001 +member: dcid:sdg/SG_REG_CENSUS +name: Proportion of countries that have conducted at least one population and housing census in the last 10 years +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_REG_CENSUSN.001 +member: dcid:sdg/SG_REG_CENSUSN +name: Countries that have conducted at least one population and housing census in the last 10 years +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_REG_DETH75.001 +member: dcid:sdg/SG_REG_DETH75 +name: Proportion of countries with death registration data that are at least 75 percent complete +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_REG_DETH75N.001 +member: dcid:sdg/SG_REG_DETH75N +name: Countries with death registration data that are at least 75 percent complete +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_CNTRY.001 +member: dcid:sdg/SG_SCP_CNTRY +name: Countries with sustainable consumption and production (SCP) national action plans or SCP mainstreamed as a priority or target into national policies +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_POLINS.001 +member: dcid:sdg/SG_SCP_POLINS.POLICY_INSTRUMENT--POL_ECONFIS, dcid:sdg/SG_SCP_POLINS.POLICY_INSTRUMENT--POL_MACRO, dcid:sdg/SG_SCP_POLINS.POLICY_INSTRUMENT--POL_REGLEG, dcid:sdg/SG_SCP_POLINS.POLICY_INSTRUMENT--POL_VOLSRG +name: Countries with policy instrument for sustainable consumption and production by Policy instrument +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN.001 +member: dcid:sdg/SG_SCP_PROCN.LEVEL_STATUS--HIGIMP, dcid:sdg/SG_SCP_PROCN.LEVEL_STATUS--LOWIMP, dcid:sdg/SG_SCP_PROCN.LEVEL_STATUS--MHIGIMP, dcid:sdg/SG_SCP_PROCN.LEVEL_STATUS--MLOWIMP +name: Number of countries implementing sustainable public procurement policies and action plans by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.001 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--ARTIGAS +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Artigas) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.002 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--CANELONES +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Canelones) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.003 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--CERRO_LARGO +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Cerro Largo) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.004 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--COLONIA +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Colonia) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.005 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MHIGIMP__GOVERNMENT_NAME--COMUNIDAD_AUTONOMA_DEL_PAIS_VASCO +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Comunidad Autónoma del País Vasco) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.006 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--FLORES +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Flores) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.007 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--FLORIDA +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Florida) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.008 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--GREATER_POLAND_VOIVODESHIP +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Greater Poland Voivodeship) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.009 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--LAVALLEJA +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Lavalleja) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.010 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--LESSER_POLAND_VOIVODESHIP +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Lesser Poland Voivodeship) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.011 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--LOWER_SILESIAN_VOIVODESHIP +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Lower Silesian Voivodeship) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.012 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--LODZ_VOIVODESHIP +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Lódz Voivodeship) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.013 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--MALDONADO +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Maldonado) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.014 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--MASOVIAN_VOIVODESHIP +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Masovian Voivodeship) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.015 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--MONTEVIDEO +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Montevideo) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.016 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--PAYSANDU +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Paysandú) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.017 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--PODKARPACKIE_VOIVODESHIP +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Podkarpackie Voivodeship) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.018 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--POMERANIAN_VOIVODESHIP +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Pomeranian Voivodeship) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.019 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--RIVERA +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Rivera) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.020 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--RIO_NEGRO +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Río Negro) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.021 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--SALTO +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Salto) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.022 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--SAN_JOSE +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (San José) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.023 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--SILESIAN_VOIVODESHIP +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Silesian Voivodeship) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.024 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--STATE_OF_MINNESOTA +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (State of Minnesota) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.025 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--SWIETOKRZYSKIE_VOIVODESHIP +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Swietokrzyskie Voivodeship) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.026 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--TACUAREMBO +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Tacuarembó) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.027 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--TREINTA_Y_TRES +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Treinta Y Tres) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.028 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MHIGIMP__GOVERNMENT_NAME--VLAAMSE_OVERHEID +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Vlaamse overheid (Government of Flanders)) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.029 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--WALLOON_REGION +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Walloon region) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_HS.030 +member: dcid:sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--WEST_POMERANIAN_VOIVODESHIP +name: Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (West Pomeranian Voivodeship) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_LS.001 +member: dcid:sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--HIGIMP__GOVERNMENT_NAME--AYUNTAMIENTO_DE_BARCELONA +name: Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (Ayuntamiento de Barcelona) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_LS.002 +member: dcid:sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--CITY_COUNTY_OF_SAN_FRANCISCO +name: Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (City & county of San Francisco) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_LS.003 +member: dcid:sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--CITY_OF_PORTLAND_OREGON +name: Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (City of Portland, Oregon) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_LS.004 +member: dcid:sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--CITY_OF_POZNAN +name: Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (City of Poznan) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_LS.005 +member: dcid:sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--CITY_OF_STAVANGER +name: Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (City of Stavanger) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_LS.006 +member: dcid:sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--LOWIMP__GOVERNMENT_NAME--CITY_OF_TRONDHEIM +name: Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (City of Trondheim) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_LS.007 +member: dcid:sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--MLOWIMP__GOVERNMENT_NAME--CITY_OF_WARSAW +name: Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (City of Warsaw) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_LS.008 +member: dcid:sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--MHIGIMP__GOVERNMENT_NAME--KING_COUNTY_WASHINGTON +name: Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (King County, Washington) by Level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_PROCN_LS.009 +member: dcid:sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--MLOWIMP +name: Number of countries implementing sustainable public procurement policies and action plans at lower subnational level, with medium-low level of implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_SCP_TOTLN.001 +member: dcid:sdg/SG_SCP_TOTLN +name: Number of policies, instruments and mechanism in place for sustainable consumption and production +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_STT_CAPTY.001 +member: dcid:sdg/SG_STT_CAPTY +name: Dollar value of all resources made available to strengthen statistical capacity in developing countries +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_STT_FPOS.001 +member: dcid:sdg/SG_STT_FPOS +name: Countries with national statistical legislation that complies with the Fundamental Principles of Official Statistics +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_STT_NSDSFDDNR.001 +member: dcid:sdg/SG_STT_NSDSFDDNR +name: Countries with national statistical plans with funding from donors +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_STT_NSDSFDGVT.001 +member: dcid:sdg/SG_STT_NSDSFDGVT +name: Countries with national statistical plans with funding from government +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_STT_NSDSFDOTHR.001 +member: dcid:sdg/SG_STT_NSDSFDOTHR +name: Countries with national statistical plans with funding from others +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_STT_NSDSFND.001 +member: dcid:sdg/SG_STT_NSDSFND +name: Countries with national statistical plans that are fully funded +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_STT_NSDSIMPL.001 +member: dcid:sdg/SG_STT_NSDSIMPL +name: Countries with national statistical plans that are under implementation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_STT_ODIN.001 +member: dcid:sdg/SG_STT_ODIN +name: Open Data Inventory (ODIN) Coverage Index +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_XPD_EDUC.001 +member: dcid:sdg/SG_XPD_EDUC +name: Proportion of total government spending on essential services: education +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_XPD_ESSRV.001 +member: dcid:sdg/SG_XPD_ESSRV +name: Proportion of total government spending on essential services +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_XPD_HLTH.001 +member: dcid:sdg/SG_XPD_HLTH +name: Proportion of total government spending on essential services: health +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSG_XPD_PROT.001 +member: dcid:sdg/SG_XPD_PROT +name: Proportion of total government spending on essential services: social protection +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_AAP_ASMORT.001 +member: dcid:sdg/SH_AAP_ASMORT +name: Age-standardized mortality rate attributed to ambient air pollution +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_ACS_DTP3.001 +member: dcid:sdg/SH_ACS_DTP3 +name: Proportion of the target population who received 3 doses of diphtheria-tetanus-pertussis (DTP3) vaccine +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_ACS_HPV.001 +member: dcid:sdg/SH_ACS_HPV +name: Proportion of the target population who received the final dose of human papillomavirus (HPV) vaccine +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_ACS_MCV2.001 +member: dcid:sdg/SH_ACS_MCV2 +name: Proportion of the target population who received measles-containing-vaccine second-dose (MCV2) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_ACS_PCV3.001 +member: dcid:sdg/SH_ACS_PCV3 +name: Proportion of the target population who received a 3rd dose of pneumococcal conjugate (PCV3) vaccine +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_ACS_UNHC.001 +member: dcid:sdg/SH_ACS_UNHC +name: Universal health coverage (UHC) service coverage index +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_ALC_CONSPT.001 +member: dcid:sdg/SH_ALC_CONSPT.AGE--Y_GE15 +name: Alcohol consumption per capita among individuals aged 15 years and older within a calendar year +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_ALC_CONSPT.002 +member: dcid:sdg/SH_ALC_CONSPT.AGE--Y_GE15__SEX--F, dcid:sdg/SH_ALC_CONSPT.AGE--Y_GE15__SEX--M +name: Alcohol consumption per capita among individuals aged 15 years and older within a calendar year by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_BLD_ECOLI.001 +member: dcid:sdg/SH_BLD_ECOLI +name: Percentage of bloodstream infection due to Escherichia coli resistant to 3rd-generation cephalosporin (e.g., ESBL- E. coli) among patients seeking care and whose blood sample is taken and tested +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_BLD_MRSA.001 +member: dcid:sdg/SH_BLD_MRSA +name: Percentage of bloodstream infection due to methicillin-resistant Staphylococcus aureus (MRSA) among patients seeking care and whose blood sample is taken and tested +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_DTH_NCD.001 +member: dcid:sdg/SH_DTH_NCD.GHE_CAUSE--GHE2019_II_A, dcid:sdg/SH_DTH_NCD.GHE_CAUSE--GHE2019_II_C, dcid:sdg/SH_DTH_NCD.GHE_CAUSE--GHE2019_II_H, dcid:sdg/SH_DTH_NCD.GHE_CAUSE--GHE2019_II_I_CHRONIC +name: Number of deaths attributed to non-communicable diseases by Disease +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_DTH_NCD.002 +member: dcid:sdg/SH_DTH_NCD.SEX--F__GHE_CAUSE--GHE2019_II_A, dcid:sdg/SH_DTH_NCD.SEX--F__GHE_CAUSE--GHE2019_II_C, dcid:sdg/SH_DTH_NCD.SEX--F__GHE_CAUSE--GHE2019_II_H, dcid:sdg/SH_DTH_NCD.SEX--F__GHE_CAUSE--GHE2019_II_I_CHRONIC +name: Number of deaths attributed to non-communicable diseases (Female) by Disease +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_DTH_NCD.003 +member: dcid:sdg/SH_DTH_NCD.SEX--M__GHE_CAUSE--GHE2019_II_A, dcid:sdg/SH_DTH_NCD.SEX--M__GHE_CAUSE--GHE2019_II_C, dcid:sdg/SH_DTH_NCD.SEX--M__GHE_CAUSE--GHE2019_II_H, dcid:sdg/SH_DTH_NCD.SEX--M__GHE_CAUSE--GHE2019_II_I_CHRONIC +name: Number of deaths attributed to non-communicable diseases (Male) by Disease +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_DTH_NCOM.002 +member: dcid:sdg/SH_DTH_NCOM.AGE--Y30T70, dcid:sdg/SH_DTH_NCOM.AGE--Y30T70__SEX--F, dcid:sdg/SH_DTH_NCOM.AGE--Y30T70__SEX--M +name: Mortality rate attributed to cardiovascular disease, cancer, diabetes or chronic respiratory disease (probability) (30 to 70 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_DYN_IMRT.002 +member: dcid:sdg/SH_DYN_IMRT.AGE--Y0, dcid:sdg/SH_DYN_IMRT.AGE--Y0__SEX--F, dcid:sdg/SH_DYN_IMRT.AGE--Y0__SEX--M +name: Infant mortality rate (under 1 year old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_DYN_IMRTN.002 +member: dcid:sdg/SH_DYN_IMRTN.AGE--Y0, dcid:sdg/SH_DYN_IMRTN.AGE--Y0__SEX--F, dcid:sdg/SH_DYN_IMRTN.AGE--Y0__SEX--M +name: Infant deaths (under 1 year old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_DYN_MORT.002 +member: dcid:sdg/SH_DYN_MORT.AGE--Y0T4, dcid:sdg/SH_DYN_MORT.AGE--Y0T4__SEX--F, dcid:sdg/SH_DYN_MORT.AGE--Y0T4__SEX--M +name: Under-five mortality rate (under 5 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_DYN_MORTN.002 +member: dcid:sdg/SH_DYN_MORTN.AGE--Y0T4, dcid:sdg/SH_DYN_MORTN.AGE--Y0T4__SEX--F, dcid:sdg/SH_DYN_MORTN.AGE--Y0T4__SEX--M +name: Under-five deaths (under 5 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_DYN_NMRT.001 +member: dcid:sdg/SH_DYN_NMRT.AGE--M0 +name: Neonatal mortality rate +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_DYN_NMRTN.001 +member: dcid:sdg/SH_DYN_NMRTN.AGE--M0 +name: Neonatal deaths +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_FPL_INFM.001 +member: dcid:sdg/SH_FPL_INFM.AGE--Y15T49__SEX--F +name: Proportion of women who make their own informed decisions regarding sexual relations, contraceptive use and reproductive health care (15 to 49 years old) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_FPL_INFMCU.001 +member: dcid:sdg/SH_FPL_INFMCU.AGE--Y15T49__SEX--F +name: Proportion of women who make their own informed decisions regarding contraceptive use (15 to 49 years old) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_FPL_INFMRH.001 +member: dcid:sdg/SH_FPL_INFMRH.AGE--Y15T49__SEX--F +name: Proportion of women who make their own informed decisions regarding reproductive health care (15 to 49 years old) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_FPL_INFMSR.001 +member: dcid:sdg/SH_FPL_INFMSR.AGE--Y15T49__SEX--F +name: Proportion of women who make their own informed decisions regarding sexual relations (15 to 49 years old) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_FPL_MTMM.001 +member: dcid:sdg/SH_FPL_MTMM.AGE--Y15T49__SEX--F +name: Proportion of women of reproductive age (aged 15-49 years) who have their need for family planning satisfied with modern methods +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_H2O_SAFE.001 +member: dcid:sdg/SH_H2O_SAFE +name: Proportion of population using safely managed drinking water services +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_H2O_SAFE.002 +member: dcid:sdg/SH_H2O_SAFE.URBANIZATION--R, dcid:sdg/SH_H2O_SAFE.URBANIZATION--U +name: Proportion of population using safely managed drinking water services by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_HAP_ASMORT.001 +member: dcid:sdg/SH_HAP_ASMORT +name: Age-standardized mortality rate attributed to household air pollution +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_HAP_HBSAG.001 +member: dcid:sdg/SH_HAP_HBSAG.AGE--Y0T4 +name: Prevalence of hepatitis B surface antigen (HBsAg) (under 5 years old) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_HIV_INCD.001 +member: dcid:sdg/SH_HIV_INCD +name: Number of new HIV infections per 1, 000 uninfected population +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_HIV_INCD.002 +member: dcid:sdg/SH_HIV_INCD.AGE--Y0T14, dcid:sdg/SH_HIV_INCD.AGE--Y15T24, dcid:sdg/SH_HIV_INCD.AGE--Y15T49, dcid:sdg/SH_HIV_INCD.AGE--Y_GE50 +name: Number of new HIV infections per 1, 000 uninfected population by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_HIV_INCD.003 +member: dcid:sdg/SH_HIV_INCD.AGE--Y15T24__SEX--F, dcid:sdg/SH_HIV_INCD.AGE--Y15T24__SEX--M +name: Number of new HIV infections per 1, 000 uninfected population (15 to 24 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_HIV_INCD.004 +member: dcid:sdg/SH_HIV_INCD.AGE--Y15T49__SEX--F, dcid:sdg/SH_HIV_INCD.AGE--Y15T49__SEX--M +name: Number of new HIV infections per 1, 000 uninfected population (15 to 49 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_HIV_INCD.005 +member: dcid:sdg/SH_HIV_INCD.AGE--Y_GE50__SEX--F, dcid:sdg/SH_HIV_INCD.AGE--Y_GE50__SEX--M +name: Number of new HIV infections per 1, 000 uninfected population (50 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_HIV_INCD.006 +member: dcid:sdg/SH_HIV_INCD.SEX--F, dcid:sdg/SH_HIV_INCD.SEX--M +name: Number of new HIV infections per 1, 000 uninfected population by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_HLF_EMED.001 +member: dcid:sdg/SH_HLF_EMED +name: Proportion of health facilities that have a core set of relevant essential medicines available and affordable on a sustainable basis +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_IHR_CAPS.001 +member: dcid:sdg/SH_IHR_CAPS +name: International Health Regulations (IHR) capacity +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_IHR_CAPS.002 +member: dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_01, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_02, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_03, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_04, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_05, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_06, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_07, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_08, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_09, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_10, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_11, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_12, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_13 +name: International Health Regulations (IHR) capacity by IHR core capacities +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_IHR_CAPS.003 +member: dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_01, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_02, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_03, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_04, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_05, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_06, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_07, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_08, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_09, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_10, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_11, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_12, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_13 +name: International Health Regulations (IHR) capacity by IHR core capacities (SPAR) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_IHR_CAPS.004 +member: dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C01, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C02, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C03, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C04, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C05, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C06, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C07, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C08, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C09, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C10, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C11, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C12, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C13, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C14, dcid:sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C15 +name: International Health Regulations (IHR) capacity by IHR core capacities (SPAR2) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHE.001 +member: dcid:sdg/SH_LGR_ACSRHE +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHEC1.001 +member: dcid:sdg/SH_LGR_ACSRHEC1 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (maternity care component) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHEC10.001 +member: dcid:sdg/SH_LGR_ACSRHEC10 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HIV testing and counsellilng component) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHEC11.001 +member: dcid:sdg/SH_LGR_ACSRHEC11 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HIV treatment and care component) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHEC12.001 +member: dcid:sdg/SH_LGR_ACSRHEC12 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HIV Confidentiality component) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHEC13.001 +member: dcid:sdg/SH_LGR_ACSRHEC13 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HPV Vaccine component) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHEC2.001 +member: dcid:sdg/SH_LGR_ACSRHEC2 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (life-saving commodities component) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHEC3.001 +member: dcid:sdg/SH_LGR_ACSRHEC3 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (abortion component) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHEC4.001 +member: dcid:sdg/SH_LGR_ACSRHEC4 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (post-abortion care component) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHEC5.001 +member: dcid:sdg/SH_LGR_ACSRHEC5 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (contraceptive services component) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHEC6.001 +member: dcid:sdg/SH_LGR_ACSRHEC6 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (consent for contraceptive services component) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHEC7.001 +member: dcid:sdg/SH_LGR_ACSRHEC7 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (emergency contraception component) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHEC8.001 +member: dcid:sdg/SH_LGR_ACSRHEC8 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (comprehensive sexuality education curriculum laws component) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHEC9.001 +member: dcid:sdg/SH_LGR_ACSRHEC9 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (comprehensive sexuality education curriculum topics component) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHES1.001 +member: dcid:sdg/SH_LGR_ACSRHES1 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (maternity care section) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHES2.001 +member: dcid:sdg/SH_LGR_ACSRHES2 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (contraception and family planning section) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHES3.001 +member: dcid:sdg/SH_LGR_ACSRHES3 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (comprehensive sexuality education and information section) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_LGR_ACSRHES4.001 +member: dcid:sdg/SH_LGR_ACSRHES4 +name: Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HIV and HPV) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_MED_DEN.001 +member: dcid:sdg/SH_MED_DEN.OCCUPATION--ISCO08_221, dcid:sdg/SH_MED_DEN.OCCUPATION--ISCO08_222_322, dcid:sdg/SH_MED_DEN.OCCUPATION--ISCO08_2261, dcid:sdg/SH_MED_DEN.OCCUPATION--ISCO08_2262 +name: Health worker density by Professionals (ISCO08 - 2) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_MED_HWRKDIS.001 +member: dcid:sdg/SH_MED_HWRKDIS.SEX--F__OCCUPATION--ISCO08_221, dcid:sdg/SH_MED_HWRKDIS.SEX--F__OCCUPATION--ISCO08_2221_3221 +name: Health worker distribution (Female) by Professionals (ISCO08 - 2) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_MED_HWRKDIS.002 +member: dcid:sdg/SH_MED_HWRKDIS.SEX--M__OCCUPATION--ISCO08_221, dcid:sdg/SH_MED_HWRKDIS.SEX--M__OCCUPATION--ISCO08_2221_3221 +name: Health worker distribution (Male) by Professionals (ISCO08 - 2) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_PRV_SMOK.001 +member: dcid:sdg/SH_PRV_SMOK.AGE--Y_GE15 +name: Age-standardized prevalence of current tobacco use among persons aged 15 years and older +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_PRV_SMOK.002 +member: dcid:sdg/SH_PRV_SMOK.AGE--Y_GE15__SEX--F, dcid:sdg/SH_PRV_SMOK.AGE--Y_GE15__SEX--M +name: Age-standardized prevalence of current tobacco use among persons aged 15 years and older by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_SAN_DEFECT.001 +member: dcid:sdg/SH_SAN_DEFECT +name: Proportion of population practicing open defecation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_SAN_DEFECT.002 +member: dcid:sdg/SH_SAN_DEFECT.URBANIZATION--R, dcid:sdg/SH_SAN_DEFECT.URBANIZATION--U +name: Proportion of population practicing open defecation by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_SAN_HNDWSH.001 +member: dcid:sdg/SH_SAN_HNDWSH +name: Proportion of population with basic handwashing facilities on premises +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_SAN_HNDWSH.002 +member: dcid:sdg/SH_SAN_HNDWSH.URBANIZATION--R, dcid:sdg/SH_SAN_HNDWSH.URBANIZATION--U +name: Proportion of population with basic handwashing facilities on premises by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_SAN_SAFE.001 +member: dcid:sdg/SH_SAN_SAFE +name: Proportion of population using safely managed sanitation services +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_SAN_SAFE.002 +member: dcid:sdg/SH_SAN_SAFE.URBANIZATION--R, dcid:sdg/SH_SAN_SAFE.URBANIZATION--U +name: Proportion of population using safely managed sanitation services by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_ANEM.001 +member: dcid:sdg/SH_STA_ANEM.AGE--Y15T49__SEX--F +name: Proportion of women aged 15-49 years with anaemia +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_ANEM_NPRG.001 +member: dcid:sdg/SH_STA_ANEM_NPRG.AGE--Y15T49__SEX--F +name: Proportion of non-pregnant women aged 15-49 years with anaemia +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_ANEM_PREG.001 +member: dcid:sdg/SH_STA_ANEM_PREG.AGE--Y15T49__SEX--F +name: Proportion of women aged 15-49 years with anaemia, pregnant +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_ASAIRP.001 +member: dcid:sdg/SH_STA_ASAIRP +name: Age-standardized mortality rate attributed to household and ambient air pollution +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_BRTC.001 +member: dcid:sdg/SH_STA_BRTC +name: Proportion of births attended by skilled health personnel +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_FGMS.001 +member: dcid:sdg/SH_STA_FGMS.AGE--Y15T19__SEX--F, dcid:sdg/SH_STA_FGMS.AGE--Y15T49__SEX--F +name: Proportion of girls and women aged 15-49 years who have undergone female genital mutilation by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_MALR.001 +member: dcid:sdg/SH_STA_MALR +name: Malaria incidence per 1, 000 population at risk +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_MORT.001 +member: dcid:sdg/SH_STA_MORT.SEX--F +name: Maternal mortality ratio +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_POISN.001 +member: dcid:sdg/SH_STA_POISN +name: Mortality rate attributed to unintentional poisonings +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_POISN.002 +member: dcid:sdg/SH_STA_POISN.SEX--F, dcid:sdg/SH_STA_POISN.SEX--M +name: Mortality rate attributed to unintentional poisonings by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_SCIDE.001 +member: dcid:sdg/SH_STA_SCIDE +name: Suicide mortality rate +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_SCIDE.002 +member: dcid:sdg/SH_STA_SCIDE.SEX--F, dcid:sdg/SH_STA_SCIDE.SEX--M +name: Suicide mortality rate by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_SCIDEN.001 +member: dcid:sdg/SH_STA_SCIDEN +name: Number of deaths attributed to suicide +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_SCIDEN.002 +member: dcid:sdg/SH_STA_SCIDEN.SEX--F, dcid:sdg/SH_STA_SCIDEN.SEX--M +name: Number of deaths attributed to suicide by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_STNT.001 +member: dcid:sdg/SH_STA_STNT.AGE--Y0T4 +name: Proportion of children moderately or severely stunted +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_STNTN.001 +member: dcid:sdg/SH_STA_STNTN.AGE--Y0T4 +name: Children moderately or severely stunted +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_TRAF.001 +member: dcid:sdg/SH_STA_TRAF +name: Death rate due to road traffic injuries +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_TRAFN.001 +member: dcid:sdg/SH_STA_TRAFN +name: Number of deaths rate due to road traffic injuries +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_WASHARI.001 +member: dcid:sdg/SH_STA_WASHARI +name: Mortality rate attributed to unsafe water, unsafe sanitation and lack of hygiene from diarrhoea, intestinal nematode infections, malnutrition and acute respiratory infections +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_WAST.001 +member: dcid:sdg/SH_STA_WAST.AGE--Y0T4 +name: Proportion of children moderately or severely wasted +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_STA_WASTN.001 +member: dcid:sdg/SH_STA_WASTN.AGE--Y0T4 +name: Children moderately or severely wasted +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_SUD_ALCOL.002 +member: dcid:sdg/SH_SUD_ALCOL.AGE--Y_GE15, dcid:sdg/SH_SUD_ALCOL.AGE--Y_GE15__SEX--F, dcid:sdg/SH_SUD_ALCOL.AGE--Y_GE15__SEX--M +name: Alcohol use disorders, 12-month prevalence (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_SUD_TREAT.001 +member: dcid:sdg/SH_SUD_TREAT.SUBSTANCE--AMPHETAMINE_TYPE, dcid:sdg/SH_SUD_TREAT.SUBSTANCE--COCAINE, dcid:sdg/SH_SUD_TREAT.SUBSTANCE--DRUGS, dcid:sdg/SH_SUD_TREAT.SUBSTANCE--OPIOIDS +name: Coverage of treatment interventions (pharmacological, psychosocial and rehabilitation and aftercare services) for substance use disorders by Type of substance +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_SUD_TREAT.002 +member: dcid:sdg/SH_SUD_TREAT.SEX--F__SUBSTANCE--AMPHETAMINE_TYPE, dcid:sdg/SH_SUD_TREAT.SEX--M__SUBSTANCE--AMPHETAMINE_TYPE +name: Coverage of treatment interventions (pharmacological, psychosocial and rehabilitation and aftercare services) for substance use disorders (Amphetamine type stimulants) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_SUD_TREAT.003 +member: dcid:sdg/SH_SUD_TREAT.SEX--F__SUBSTANCE--COCAINE, dcid:sdg/SH_SUD_TREAT.SEX--M__SUBSTANCE--COCAINE +name: Coverage of treatment interventions (pharmacological, psychosocial and rehabilitation and aftercare services) for substance use disorders (Cocaine) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_SUD_TREAT.004 +member: dcid:sdg/SH_SUD_TREAT.SEX--F__SUBSTANCE--DRUGS, dcid:sdg/SH_SUD_TREAT.SEX--M__SUBSTANCE--DRUGS +name: Coverage of treatment interventions (pharmacological, psychosocial and rehabilitation and aftercare services) for substance use disorders (Drugs) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_SUD_TREAT.005 +member: dcid:sdg/SH_SUD_TREAT.SEX--F__SUBSTANCE--OPIOIDS, dcid:sdg/SH_SUD_TREAT.SEX--M__SUBSTANCE--OPIOIDS +name: Coverage of treatment interventions (pharmacological, psychosocial and rehabilitation and aftercare services) for substance use disorders (Opioids) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_TBS_INCD.001 +member: dcid:sdg/SH_TBS_INCD +name: Tuberculosis incidence +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_TRP_INTVN.001 +member: dcid:sdg/SH_TRP_INTVN +name: Number of people requiring interventions against neglected tropical diseases +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_XPD_EARN10.001 +member: dcid:sdg/SH_XPD_EARN10 +name: Proportion of population with large household expenditures on health (greater than 10%) as a share of total household expenditure or income +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSH_XPD_EARN25.001 +member: dcid:sdg/SH_XPD_EARN25 +name: Proportion of population with large household expenditures on health (greater than 25%) as a share of total household expenditure or income +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_AGR_LSFP.001 +member: dcid:sdg/SI_AGR_LSFP +name: Average income of large-scale food producers, at purchasing-power parity rates +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_AGR_LSFP.002 +member: dcid:sdg/SI_AGR_LSFP.SEX--F, dcid:sdg/SI_AGR_LSFP.SEX--M +name: Average income of large-scale food producers, at purchasing-power parity rates by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_AGR_SSFP.001 +member: dcid:sdg/SI_AGR_SSFP +name: Average income of small-scale food producers, at purchasing-power parity rates +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_AGR_SSFP.002 +member: dcid:sdg/SI_AGR_SSFP.SEX--F, dcid:sdg/SI_AGR_SSFP.SEX--M +name: Average income of small-scale food producers, at purchasing-power parity rates by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_BENFTS.001 +member: dcid:sdg/SI_COV_BENFTS +name: ILO Proportion of population covered by at least one social protection benefit +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_BENFTS.002 +member: dcid:sdg/SI_COV_BENFTS.SEX--F, dcid:sdg/SI_COV_BENFTS.SEX--M +name: ILO Proportion of population covered by at least one social protection benefit by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_CHLD.001 +member: dcid:sdg/SI_COV_CHLD, dcid:sdg/SI_COV_CHLD.SEX--F, dcid:sdg/SI_COV_CHLD.SEX--M +name: ILO Proportion of children/households receiving child/family cash benefit by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_CHLD.003 +member: dcid:sdg/SI_COV_CHLD.AGE--Y0T14, dcid:sdg/SI_COV_CHLD.AGE--Y0T14__SEX--F, dcid:sdg/SI_COV_CHLD.AGE--Y0T14__SEX--M +name: ILO Proportion of children/households receiving child/family cash benefit (under 15 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_DISAB.001 +member: dcid:sdg/SI_COV_DISAB +name: ILO Proportion of population with severe disabilities receiving disability cash benefit +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_DISAB.002 +member: dcid:sdg/SI_COV_DISAB.SEX--F, dcid:sdg/SI_COV_DISAB.SEX--M +name: ILO Proportion of population with severe disabilities receiving disability cash benefit by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_LMKT.001 +member: dcid:sdg/SI_COV_LMKT +name: World Bank Proportion of population covered by labour market programs +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_LMKT.002 +member: dcid:sdg/SI_COV_LMKT.WEALTH_QUANTILE--Q1 +name: World Bank Proportion of population covered by labour market programs (lowest quintile) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_MATNL.002 +member: dcid:sdg/SI_COV_MATNL.AGE--Y15T49__SEX--F, dcid:sdg/SI_COV_MATNL.SEX--F +name: ILO Proportion of mothers with newborns receiving maternity cash benefit by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_PENSN.001 +member: dcid:sdg/SI_COV_PENSN, dcid:sdg/SI_COV_PENSN.AGE--Y_GE65 +name: ILO Proportion of population above statutory pensionable age receiving a pension, by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_PENSN.003 +member: dcid:sdg/SI_COV_PENSN.AGE--Y_GE65__SEX--F, dcid:sdg/SI_COV_PENSN.AGE--Y_GE65__SEX--M +name: ILO Proportion of population above statutory pensionable age (65 years old and over) receiving a pension by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_PENSN.004 +member: dcid:sdg/SI_COV_PENSN.SEX--F, dcid:sdg/SI_COV_PENSN.SEX--M +name: ILO Proportion of population above statutory pensionable ageby Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_POOR.001 +member: dcid:sdg/SI_COV_POOR +name: ILO Proportion of poor population receiving social assistance cash benefit +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_POOR.002 +member: dcid:sdg/SI_COV_POOR.SEX--F, dcid:sdg/SI_COV_POOR.SEX--M +name: ILO Proportion of poor population receiving social assistance cash benefit by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_SOCAST.001 +member: dcid:sdg/SI_COV_SOCAST +name: World Bank Proportion of population covered by social assistance programs +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_SOCAST.002 +member: dcid:sdg/SI_COV_SOCAST.WEALTH_QUANTILE--Q1 +name: World Bank Proportion of population covered by social assistance programs (lowest quintile) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_SOCINS.001 +member: dcid:sdg/SI_COV_SOCINS +name: World Bank Proportion of population covered by social insurance programs +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_SOCINS.002 +member: dcid:sdg/SI_COV_SOCINS.WEALTH_QUANTILE--Q1 +name: World Bank Proportion of population covered by social insurance programs (lowest quintile) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_UEMP.002 +member: dcid:sdg/SI_COV_UEMP, dcid:sdg/SI_COV_UEMP.AGE--Y_GE15 +name: ILO Proportion of unemployed persons receiving unemployment cash benefit by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_UEMP.003 +member: dcid:sdg/SI_COV_UEMP.AGE--Y_GE15__SEX--F, dcid:sdg/SI_COV_UEMP.AGE--Y_GE15__SEX--M +name: ILO Proportion of unemployed persons receiving unemployment cash benefit (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_UEMP.004 +member: dcid:sdg/SI_COV_UEMP.SEX--F, dcid:sdg/SI_COV_UEMP.SEX--M +name: ILO Proportion of unemployed persons receiving unemployment cash benefit by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_VULN.002 +member: dcid:sdg/SI_COV_VULN, dcid:sdg/SI_COV_VULN.SEX--F, dcid:sdg/SI_COV_VULN.SEX--M +name: ILO Proportion of vulnerable population receiving social assistance cash benefit by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_WKINJRY.001 +member: dcid:sdg/SI_COV_WKINJRY, dcid:sdg/SI_COV_WKINJRY.SEX--F, dcid:sdg/SI_COV_WKINJRY.SEX--M +name: ILO Proportion of employed population covered in the event of work injury by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_COV_WKINJRY.002 +member: dcid:sdg/SI_COV_WKINJRY.AGE--Y_GE15, dcid:sdg/SI_COV_WKINJRY.AGE--Y_GE15__SEX--F, dcid:sdg/SI_COV_WKINJRY.AGE--Y_GE15__SEX--M +name: ILO Proportion of employed population covered in the event of work injury (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_DST_FISP.001 +member: dcid:sdg/SI_DST_FISP.FISCAL_INTERVENTION_STAGE--POST_CON_INC, dcid:sdg/SI_DST_FISP.FISCAL_INTERVENTION_STAGE--POST_DIS_INC, dcid:sdg/SI_DST_FISP.FISCAL_INTERVENTION_STAGE--PRE_INC +name: Redistributive impact of fiscal policy, Gini index by Fiscal intervention stage +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_HEI_TOTL.001 +member: dcid:sdg/SI_HEI_TOTL +name: Growth rates of household expenditure or income per capita +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_HEI_TOTL.002 +member: dcid:sdg/SI_HEI_TOTL.WEALTH_QUANTILE--BOTTOM40 +name: Growth rates of household expenditure or income per capita by Quantile +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_POV_50MI.001 +member: dcid:sdg/SI_POV_50MI.WEALTH_QUANTILE--BOTTOM50 +name: Proportion of people living below 50 percent of median income by Quantile +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_POV_DAY1.001 +member: dcid:sdg/SI_POV_DAY1 +name: Proportion of population below international poverty line +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_POV_DAY1.002 +member: dcid:sdg/SI_POV_DAY1.AGE--Y0T14, dcid:sdg/SI_POV_DAY1.AGE--Y15T64, dcid:sdg/SI_POV_DAY1.AGE--Y_GE65 +name: Proportion of population below international poverty line by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_POV_DAY1.003 +member: dcid:sdg/SI_POV_DAY1.SEX--F, dcid:sdg/SI_POV_DAY1.SEX--M +name: Proportion of population below international poverty line by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_POV_DAY1.004 +member: dcid:sdg/SI_POV_DAY1.URBANIZATION--R, dcid:sdg/SI_POV_DAY1.URBANIZATION--U +name: Proportion of population below international poverty line by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_POV_EMP1.001 +member: dcid:sdg/SI_POV_EMP1.AGE--Y15T24, dcid:sdg/SI_POV_EMP1.AGE--Y_GE15, dcid:sdg/SI_POV_EMP1.AGE--Y_GE25 +name: Employed population below international poverty line by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_POV_EMP1.002 +member: dcid:sdg/SI_POV_EMP1.AGE--Y15T24__SEX--F, dcid:sdg/SI_POV_EMP1.AGE--Y15T24__SEX--M +name: Employed population below international poverty line (15 to 24 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_POV_EMP1.003 +member: dcid:sdg/SI_POV_EMP1.AGE--Y_GE15__SEX--F, dcid:sdg/SI_POV_EMP1.AGE--Y_GE15__SEX--M +name: Employed population below international poverty line (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_POV_EMP1.004 +member: dcid:sdg/SI_POV_EMP1.AGE--Y_GE25__SEX--F, dcid:sdg/SI_POV_EMP1.AGE--Y_GE25__SEX--M +name: Employed population below international poverty line (25 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_POV_NAHC.001 +member: dcid:sdg/SI_POV_NAHC +name: Proportion of population living below the national poverty line +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_POV_NAHC.002 +member: dcid:sdg/SI_POV_NAHC.URBANIZATION--U +name: Proportion of population living below the national poverty line by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_RMT_COST.001 +member: dcid:sdg/SI_RMT_COST +name: Average remittance costs of sending $200 to a receiving country as a proportion of the amount remitted +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_RMT_COST_BC.001 +member: dcid:sdg/SI_RMT_COST_BC +name: Average remittance costs of sending $200 in a corridor as a proportion of the amount remitted +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_RMT_COST_BC.002 +member: dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000020, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000050, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000060, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000090, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000140, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000190, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000230, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000260, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000290, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000320, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000350, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000360, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000380, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000430, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000460, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000470, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000480, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000610, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000660, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000670, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000700, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000710, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000720, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000730, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000790, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000840, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000890, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000900, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000910, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000950, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000960, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000970, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00000980, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001040, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001150, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001170, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001200, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001270, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001310, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001320, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001350, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001360, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001380, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001400, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001480, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001540, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001560, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001570, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001610, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001630, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001640, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001650, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001660, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001680, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001690, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001720, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001750, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001760, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001770, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001830, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00001930, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002020, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002040, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002050, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002080, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002170, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002190, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002220, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002290, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002310, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002360, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002370, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002380, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002400, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002460, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002500, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002540, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002690, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002750, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002760, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002800, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002890, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002910, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002930, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002960, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002980, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00002990, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003020, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003060, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003080, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003090, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003110, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003130, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003160, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003170, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003210, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003220, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003270, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003370, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003380, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003400, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003480, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003490, dcid:sdg/SI_RMT_COST_BC.COUNTERPART--G00003500 +name: Average remittance costs of sending $200 in a corridor as a proportion of the amount remitted by Counterpart +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_RMT_COST_SC.001 +member: dcid:sdg/SI_RMT_COST_SC +name: SmaRT average remittance costs of sending $200 in a corridor as a proportion of the amount remitted +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_RMT_COST_SC.002 +member: dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000020, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000050, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000060, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000090, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000140, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000190, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000230, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000260, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000290, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000320, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000350, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000360, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000380, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000430, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000460, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000470, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000480, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000610, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000660, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000670, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000700, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000710, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000720, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000730, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000790, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000840, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000890, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000900, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000910, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000950, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000960, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000970, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00000980, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001040, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001150, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001170, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001200, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001270, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001310, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001320, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001350, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001360, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001380, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001400, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001480, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001540, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001560, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001570, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001610, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001630, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001640, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001650, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001660, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001680, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001690, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001720, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001750, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001760, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001770, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001830, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00001930, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002020, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002040, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002050, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002080, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002170, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002190, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002220, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002290, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002310, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002360, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002370, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002380, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002400, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002460, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002500, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002540, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002690, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002750, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002760, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002800, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002890, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002910, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002930, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002960, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002980, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00002990, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003020, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003060, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003080, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003090, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003110, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003130, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003160, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003170, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003210, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003220, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003270, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003370, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003380, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003400, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003480, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003490, dcid:sdg/SI_RMT_COST_SC.COUNTERPART--G00003500 +name: SmaRT average remittance costs of sending $200 in a corridor as a proportion of the amount remitted by Counterpart +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSI_RMT_COST_SND.001 +member: dcid:sdg/SI_RMT_COST_SND +name: Average remittance costs of sending $200 for a sending country as a proportion of the amount remitted +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_CPA_YEMP.001 +member: dcid:sdg/SL_CPA_YEMP +name: Existence of a developed and operationalized national strategy for youth employment, as a distinct strategy or as part of a national employment strategy +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.001 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y10T14__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y10T14__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (10 to 14 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.002 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE10__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE10__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (10 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.003 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y12T14__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y12T14__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (12 to 14 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.004 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y12T19__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y12T19__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (12 to 19 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.005 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE12__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE12__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (12 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.006 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE14__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE14__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (14 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.007 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y15T24__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y15T24__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (15 to 24 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.008 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y15T64__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y15T64__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (15 to 64 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.009 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE15__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE15__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.010 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE16__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE16__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (16 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.011 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE18__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE18__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (18 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.012 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y20T24__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y20T24__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (20 to 24 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.013 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y20T35__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y20T35__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (20 to 35 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.014 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y20T64__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y20T64__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (20 to 64 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.015 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y20T74__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y20T74__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (20 to 74 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.016 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE20__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE20__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (20 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.017 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y25T34__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y25T34__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (25 to 34 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.018 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y25T44__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y25T44__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (25 to 44 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.019 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE3__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE3__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (3 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.020 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y35T44__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y35T44__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (35 to 44 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.021 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y36T54__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y36T54__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (36 to 54 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.022 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (45 to 54 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.023 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y45T64__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y45T64__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (45 to 64 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.024 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE5__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE5__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (5 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.025 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (55 to 64 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.026 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE55__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE55__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (55 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.027 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE6__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE6__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (6 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.028 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y65T74__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y65T74__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (65 to 74 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.029 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE65__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE65__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (65 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.030 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y75T84__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y75T84__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (75 to 84 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.031 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE85__SEX--F, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE85__SEX--M +name: Proportion of time spent on unpaid domestic chores and care work (85 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.032 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE10__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE10__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores and care work (10 years old and over, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.033 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE10__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE10__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores and care work (10 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.034 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y12T14__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPD.AGE--Y12T14__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores and care work (12 to 14 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.035 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y12T14__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPD.AGE--Y12T14__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores and care work (12 to 14 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.036 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE12__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE12__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores and care work (12 years old and over, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.037 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE12__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE12__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores and care work (12 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.038 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE14__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE14__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores and care work (14 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.039 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y15T24__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPD.AGE--Y15T24__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores and care work (15 to 24 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.040 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y15T24__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPD.AGE--Y15T24__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores and care work (15 to 24 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.041 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y15T49__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPD.AGE--Y15T49__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores and care work (15 to 49 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.042 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y15T49__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPD.AGE--Y15T49__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores and care work (15 to 49 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.043 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE15__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE15__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores and care work (15 years old and over, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.044 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE15__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE15__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores and care work (15 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.045 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y18T24__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPD.AGE--Y18T24__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores and care work (18 to 24 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.046 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE18__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE18__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores and care work (18 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.047 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y25T44__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPD.AGE--Y25T44__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores and care work (25 to 44 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.048 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y25T44__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPD.AGE--Y25T44__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores and care work (25 to 44 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.049 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE3__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE3__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores and care work (3 years old and over, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.050 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE3__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE3__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores and care work (3 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.051 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores and care work (45 to 54 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.052 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores and care work (45 to 54 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.053 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y45T64__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPD.AGE--Y45T64__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores and care work (45 to 64 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.054 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y45T64__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPD.AGE--Y45T64__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores and care work (45 to 64 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.055 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores and care work (55 to 64 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.056 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores and care work (55 to 64 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.057 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y6T65__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPD.AGE--Y6T65__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores and care work (6 to 65 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.058 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y6T65__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPD.AGE--Y6T65__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores and care work (6 to 65 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.059 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE65__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE65__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores and care work (65 years old and over, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.060 +member: dcid:sdg/SL_DOM_TSPD.AGE--Y_GE65__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPD.AGE--Y_GE65__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores and care work (65 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPD.061 +member: dcid:sdg/SL_DOM_TSPD.SEX--F, dcid:sdg/SL_DOM_TSPD.SEX--M +name: Proportion of time spent on unpaid domestic chores and care work by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.001 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y10T14__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y10T14__SEX--M +name: Proportion of time spent on unpaid care work (10 to 14 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.002 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE10__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE10__SEX--M +name: Proportion of time spent on unpaid care work (10 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.003 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y12T14__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y12T14__SEX--M +name: Proportion of time spent on unpaid care work (12 to 14 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.004 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y12T19__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y12T19__SEX--M +name: Proportion of time spent on unpaid care work (12 to 19 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.005 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE12__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE12__SEX--M +name: Proportion of time spent on unpaid care work (12 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.006 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE14__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE14__SEX--M +name: Proportion of time spent on unpaid care work (14 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.007 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--M +name: Proportion of time spent on unpaid care work (15 to 24 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.008 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y15T64__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y15T64__SEX--M +name: Proportion of time spent on unpaid care work (15 to 64 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.009 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--M +name: Proportion of time spent on unpaid care work (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.010 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE16__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE16__SEX--M +name: Proportion of time spent on unpaid care work (16 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.011 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y20T24__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y20T24__SEX--M +name: Proportion of time spent on unpaid care work (20 to 24 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.012 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y20T35__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y20T35__SEX--M +name: Proportion of time spent on unpaid care work (20 to 35 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.013 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y20T64__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y20T64__SEX--M +name: Proportion of time spent on unpaid care work (20 to 64 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.014 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y20T74__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y20T74__SEX--M +name: Proportion of time spent on unpaid care work (20 to 74 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.015 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE20__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE20__SEX--M +name: Proportion of time spent on unpaid care work (20 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.016 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y25T34__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y25T34__SEX--M +name: Proportion of time spent on unpaid care work (25 to 34 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.017 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y25T44__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y25T44__SEX--M +name: Proportion of time spent on unpaid care work (25 to 44 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.018 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE3__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE3__SEX--M +name: Proportion of time spent on unpaid care work (3 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.019 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y35T44__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y35T44__SEX--M +name: Proportion of time spent on unpaid care work (35 to 44 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.020 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y36T54__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y36T54__SEX--M +name: Proportion of time spent on unpaid care work (36 to 54 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.021 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--M +name: Proportion of time spent on unpaid care work (45 to 54 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.022 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y45T64__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y45T64__SEX--M +name: Proportion of time spent on unpaid care work (45 to 64 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.023 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE5__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE5__SEX--M +name: Proportion of time spent on unpaid care work (5 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.024 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--M +name: Proportion of time spent on unpaid care work (55 to 64 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.025 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE55__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE55__SEX--M +name: Proportion of time spent on unpaid care work (55 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.026 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE6__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE6__SEX--M +name: Proportion of time spent on unpaid care work (6 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.027 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y65T74__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y65T74__SEX--M +name: Proportion of time spent on unpaid care work (65 to 74 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.028 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--M +name: Proportion of time spent on unpaid care work (65 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.029 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y75T84__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y75T84__SEX--M +name: Proportion of time spent on unpaid care work (75 to 84 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.030 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE85__SEX--F, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE85__SEX--M +name: Proportion of time spent on unpaid care work (85 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.031 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE10__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE10__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid care work (10 years old and over, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.032 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE10__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE10__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid care work (10 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.033 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y12T14__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDCW.AGE--Y12T14__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid care work (12 to 14 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.034 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y12T14__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDCW.AGE--Y12T14__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid care work (12 to 14 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.035 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE12__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE12__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid care work (12 years old and over, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.036 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE12__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE12__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid care work (12 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.037 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE14__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE14__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid care work (14 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.038 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid care work (15 to 24 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.039 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid care work (15 to 24 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.040 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid care work (15 years old and over, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.041 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid care work (15 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.042 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y18T24__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDCW.AGE--Y18T24__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid care work (18 to 24 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.043 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE18__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE18__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid care work (18 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.044 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y25T44__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDCW.AGE--Y25T44__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid care work (25 to 44 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.045 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y25T44__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDCW.AGE--Y25T44__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid care work (25 to 44 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.046 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE3__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE3__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid care work (3 years old and over, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.047 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE3__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE3__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid care work (3 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.048 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid care work (45 to 54 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.049 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid care work (45 to 54 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.050 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y45T64__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDCW.AGE--Y45T64__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid care work (45 to 64 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.051 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y45T64__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDCW.AGE--Y45T64__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid care work (45 to 64 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.052 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid care work (55 to 64 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.053 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid care work (55 to 64 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.054 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid care work (65 years old and over, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.055 +member: dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid care work (65 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDCW.056 +member: dcid:sdg/SL_DOM_TSPDCW.SEX--F, dcid:sdg/SL_DOM_TSPDCW.SEX--M +name: Proportion of time spent on unpaid care work by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.001 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y10T14__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y10T14__SEX--M +name: Proportion of time spent on unpaid domestic chores (10 to 14 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.002 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE10__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE10__SEX--M +name: Proportion of time spent on unpaid domestic chores (10 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.003 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y12T14__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y12T14__SEX--M +name: Proportion of time spent on unpaid domestic chores (12 to 14 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.004 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y12T19__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y12T19__SEX--M +name: Proportion of time spent on unpaid domestic chores (12 to 19 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.005 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE12__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE12__SEX--M +name: Proportion of time spent on unpaid domestic chores (12 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.006 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE14__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE14__SEX--M +name: Proportion of time spent on unpaid domestic chores (14 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.007 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y15T24__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y15T24__SEX--M +name: Proportion of time spent on unpaid domestic chores (15 to 24 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.008 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y15T64__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y15T64__SEX--M +name: Proportion of time spent on unpaid domestic chores (15 to 64 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.009 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--M +name: Proportion of time spent on unpaid domestic chores (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.010 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE16__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE16__SEX--M +name: Proportion of time spent on unpaid domestic chores (16 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.011 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y20T24__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y20T24__SEX--M +name: Proportion of time spent on unpaid domestic chores (20 to 24 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.012 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y20T35__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y20T35__SEX--M +name: Proportion of time spent on unpaid domestic chores (20 to 35 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.013 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y20T64__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y20T64__SEX--M +name: Proportion of time spent on unpaid domestic chores (20 to 64 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.014 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y20T74__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y20T74__SEX--M +name: Proportion of time spent on unpaid domestic chores (20 to 74 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.015 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE20__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE20__SEX--M +name: Proportion of time spent on unpaid domestic chores (20 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.016 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y25T34__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y25T34__SEX--M +name: Proportion of time spent on unpaid domestic chores (25 to 34 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.017 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y25T44__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y25T44__SEX--M +name: Proportion of time spent on unpaid domestic chores (25 to 44 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.018 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE3__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE3__SEX--M +name: Proportion of time spent on unpaid domestic chores (3 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.019 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y35T44__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y35T44__SEX--M +name: Proportion of time spent on unpaid domestic chores (35 to 44 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.020 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y36T54__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y36T54__SEX--M +name: Proportion of time spent on unpaid domestic chores (36 to 54 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.021 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--M +name: Proportion of time spent on unpaid domestic chores (45 to 54 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.022 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y45T64__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y45T64__SEX--M +name: Proportion of time spent on unpaid domestic chores (45 to 64 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.023 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE5__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE5__SEX--M +name: Proportion of time spent on unpaid domestic chores (5 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.024 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y55T64__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y55T64__SEX--M +name: Proportion of time spent on unpaid domestic chores (55 to 64 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.025 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE55__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE55__SEX--M +name: Proportion of time spent on unpaid domestic chores (55 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.026 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE6__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE6__SEX--M +name: Proportion of time spent on unpaid domestic chores (6 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.027 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y65T74__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y65T74__SEX--M +name: Proportion of time spent on unpaid domestic chores (65 to 74 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.028 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--M +name: Proportion of time spent on unpaid domestic chores (65 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.029 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y75T84__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y75T84__SEX--M +name: Proportion of time spent on unpaid domestic chores (75 to 84 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.030 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE85__SEX--F, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE85__SEX--M +name: Proportion of time spent on unpaid domestic chores (85 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.031 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE10__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE10__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores (10 years old and over, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.032 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE10__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE10__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores (10 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.033 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y12T14__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDDC.AGE--Y12T14__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores (12 to 14 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.034 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y12T14__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDDC.AGE--Y12T14__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores (12 to 14 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.035 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE12__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE12__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores (12 years old and over, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.036 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE12__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE12__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores (12 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.037 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE14__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE14__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores (14 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.038 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y15T24__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDDC.AGE--Y15T24__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores (15 to 24 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.039 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y15T24__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDDC.AGE--Y15T24__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores (15 to 24 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.040 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores (15 years old and over, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.041 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores (15 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.042 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y18T24__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDDC.AGE--Y18T24__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores (18 to 24 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.043 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE18__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE18__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores (18 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.044 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y25T44__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDDC.AGE--Y25T44__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores (25 to 44 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.045 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y25T44__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDDC.AGE--Y25T44__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores (25 to 44 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.046 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE3__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE3__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores (3 years old and over, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.047 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE3__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE3__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores (3 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.048 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores (45 to 54 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.049 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores (45 to 54 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.050 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y45T64__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDDC.AGE--Y45T64__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores (45 to 64 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.051 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y45T64__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDDC.AGE--Y45T64__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores (45 to 64 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.052 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y55T64__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDDC.AGE--Y55T64__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores (55 to 64 years old, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.053 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y55T64__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDDC.AGE--Y55T64__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores (55 to 64 years old, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.054 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--F__URBANIZATION--R, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--M__URBANIZATION--R +name: Proportion of time spent on unpaid domestic chores (65 years old and over, Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.055 +member: dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--F__URBANIZATION--U, dcid:sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--M__URBANIZATION--U +name: Proportion of time spent on unpaid domestic chores (65 years old and over, Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_DOM_TSPDDC.056 +member: dcid:sdg/SL_DOM_TSPDDC.SEX--F, dcid:sdg/SL_DOM_TSPDDC.SEX--M +name: Proportion of time spent on unpaid domestic chores by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_EARN.001 +member: dcid:sdg/SL_EMP_EARN.AGE--Y_GE15 +name: Average hourly earnings of employees in local currency by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_EARN.002 +member: dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_0, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_1, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_2, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_3, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_4, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_5, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_6, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_7, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_8, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_9, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_X +name: Average hourly earnings of employees in local currency (15 years old and over) by Major groups of ISCO-08 +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_EARN.003 +member: dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_0, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_1, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_2, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_3, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_4, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_5, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_6, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_7, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_8, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_9, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO88_X +name: Average hourly earnings of employees in local currency (15 years old and over) by Major groups of ISCO-88 +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_EARN.004 +member: dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--_O +name: Average hourly earnings of employees in local currency (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_EARN.005 +member: dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_0, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_1, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_2, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_3, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_4, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_5, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_6, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_7, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_8, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_9, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_X +name: Average hourly earnings of employees in local currency (15 years old and over, Female) by Major groups of ISCO-08 +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_EARN.006 +member: dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_0, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_1, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_2, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_3, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_4, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_5, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_6, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_7, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_8, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_9, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_X +name: Average hourly earnings of employees in local currency (15 years old and over, Male) by Major groups of ISCO-08 +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_EARN.007 +member: dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_0, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_1, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_2, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_3, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_4, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_5, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_6, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_7, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_8, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_9, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO88_X +name: Average hourly earnings of employees in local currency (15 years old and over, Female) by Major groups of ISCO-88 +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_EARN.008 +member: dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_0, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_1, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_2, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_3, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_4, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_5, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_6, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_7, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_8, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_9, dcid:sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO88_X +name: Average hourly earnings of employees in local currency (15 years old and over, Male) by Major groups of ISCO-88 +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_FTLINJUR.001 +member: dcid:sdg/SL_EMP_FTLINJUR +name: Fatal occupational injuries among employees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_FTLINJUR.002 +member: dcid:sdg/SL_EMP_FTLINJUR.MIGRATORY_STATUS--EUMIGRANT, dcid:sdg/SL_EMP_FTLINJUR.MIGRATORY_STATUS--MIGRANT, dcid:sdg/SL_EMP_FTLINJUR.MIGRATORY_STATUS--NOMIGRANT, dcid:sdg/SL_EMP_FTLINJUR.MIGRATORY_STATUS--NONEUMIGRANT +name: Fatal occupational injuries among employees by Migratory status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_FTLINJUR.003 +member: dcid:sdg/SL_EMP_FTLINJUR.SEX--F, dcid:sdg/SL_EMP_FTLINJUR.SEX--M +name: Fatal occupational injuries among employees by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_FTLINJUR.004 +member: dcid:sdg/SL_EMP_FTLINJUR.SEX--F__MIGRATORY_STATUS--EUMIGRANT, dcid:sdg/SL_EMP_FTLINJUR.SEX--F__MIGRATORY_STATUS--MIGRANT, dcid:sdg/SL_EMP_FTLINJUR.SEX--F__MIGRATORY_STATUS--NOMIGRANT, dcid:sdg/SL_EMP_FTLINJUR.SEX--F__MIGRATORY_STATUS--NONEUMIGRANT +name: Fatal occupational injuries among employees (Female) by Migratory status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_FTLINJUR.005 +member: dcid:sdg/SL_EMP_FTLINJUR.SEX--M__MIGRATORY_STATUS--EUMIGRANT, dcid:sdg/SL_EMP_FTLINJUR.SEX--M__MIGRATORY_STATUS--MIGRANT, dcid:sdg/SL_EMP_FTLINJUR.SEX--M__MIGRATORY_STATUS--NOMIGRANT, dcid:sdg/SL_EMP_FTLINJUR.SEX--M__MIGRATORY_STATUS--NONEUMIGRANT +name: Fatal occupational injuries among employees (Male) by Migratory status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_GTOTL.001 +member: dcid:sdg/SL_EMP_GTOTL.AGE--Y_GE15 +name: Labour share of GDP by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_INJUR.001 +member: dcid:sdg/SL_EMP_INJUR +name: Non-fatal occupational injuries among employees +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_INJUR.002 +member: dcid:sdg/SL_EMP_INJUR.MIGRATORY_STATUS--EUMIGRANT, dcid:sdg/SL_EMP_INJUR.MIGRATORY_STATUS--MIGRANT, dcid:sdg/SL_EMP_INJUR.MIGRATORY_STATUS--NOMIGRANT, dcid:sdg/SL_EMP_INJUR.MIGRATORY_STATUS--NONEUMIGRANT +name: Non-fatal occupational injuries among employees by Migratory status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_INJUR.003 +member: dcid:sdg/SL_EMP_INJUR.SEX--F, dcid:sdg/SL_EMP_INJUR.SEX--M +name: Non-fatal occupational injuries among employees by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_INJUR.004 +member: dcid:sdg/SL_EMP_INJUR.SEX--F__MIGRATORY_STATUS--EUMIGRANT, dcid:sdg/SL_EMP_INJUR.SEX--F__MIGRATORY_STATUS--MIGRANT, dcid:sdg/SL_EMP_INJUR.SEX--F__MIGRATORY_STATUS--NOMIGRANT, dcid:sdg/SL_EMP_INJUR.SEX--F__MIGRATORY_STATUS--NONEUMIGRANT +name: Non-fatal occupational injuries among employees (Female) by Migratory status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_INJUR.005 +member: dcid:sdg/SL_EMP_INJUR.SEX--M__MIGRATORY_STATUS--EUMIGRANT, dcid:sdg/SL_EMP_INJUR.SEX--M__MIGRATORY_STATUS--MIGRANT, dcid:sdg/SL_EMP_INJUR.SEX--M__MIGRATORY_STATUS--NOMIGRANT, dcid:sdg/SL_EMP_INJUR.SEX--M__MIGRATORY_STATUS--NONEUMIGRANT +name: Non-fatal occupational injuries among employees (Male) by Migratory status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_PCAP.001 +member: dcid:sdg/SL_EMP_PCAP.AGE--Y_GE15 +name: Annual growth rate of real GDP per employed person (15 years old and over) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_RCOST_MO.001 +member: dcid:sdg/SL_EMP_RCOST_MO.MIGRATORY_STATUS--MIGRANT +name: Migrant recruitment costs (number of months of earnings) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_RCOST_MO.002 +member: dcid:sdg/SL_EMP_RCOST_MO.SEX--F__MIGRATORY_STATUS--MIGRANT +name: Migrant recruitment costs (number of months of earnings) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_EMP_RCOST_MO.003 +member: dcid:sdg/SL_EMP_RCOST_MO.SEX--M__MIGRATORY_STATUS--MIGRANT +name: Migrant recruitment costs (number of months of earnings) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_ISV_IFEM.001 +member: dcid:sdg/SL_ISV_IFEM.AGE--Y_GE15 +name: Proportion of informal employment, previous definition (15 years old and over) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_ISV_IFEM.002 +member: dcid:sdg/SL_ISV_IFEM.AGE--Y_GE15__ECONOMIC_ACTIVITY--ISIC4_A, dcid:sdg/SL_ISV_IFEM.AGE--Y_GE15__ECONOMIC_ACTIVITY--ISIC4_BTU +name: Proportion of informal employment, previous definition (15 years old and over) by sector +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_ISV_IFEM.004 +member: dcid:sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--F, dcid:sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--M, dcid:sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--_O +name: Proportion of informal employment, previous definition (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_ISV_IFEM.005 +member: dcid:sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--F__ECONOMIC_ACTIVITY--ISIC4_A, dcid:sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--M__ECONOMIC_ACTIVITY--ISIC4_A, dcid:sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--_O__ECONOMIC_ACTIVITY--ISIC4_A +name: Proportion of informal employment, previous definition (15 years old and over) in agriculture, forestry and fishing (ISIC4 - A), by sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_ISV_IFEM.008 +member: dcid:sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--F__ECONOMIC_ACTIVITY--ISIC4_BTU, dcid:sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--M__ECONOMIC_ACTIVITY--ISIC4_BTU, dcid:sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--_O__ECONOMIC_ACTIVITY--ISIC4_BTU +name: Proportion of informal employment, previous definition (15 years old and over) in non - agriculture (ISIC4 - B through U), by sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_ISV_IFEM_19ICLS.001 +member: dcid:sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15 +name: Proportion of informal employment, current definition (15 years old and over) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_ISV_IFEM_19ICLS.002 +member: dcid:sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15__ECONOMIC_ACTIVITY--ISIC4_A, dcid:sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15__ECONOMIC_ACTIVITY--ISIC4_BTU +name: Proportion of informal employment, current definition (15 years old and over) by sector +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_ISV_IFEM_19ICLS.004 +member: dcid:sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15__SEX--F, dcid:sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15__SEX--M +name: Proportion of informal employment, current definition (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_ISV_IFEM_19ICLS.005 +member: dcid:sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15__SEX--F__ECONOMIC_ACTIVITY--ISIC4_A, dcid:sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15__SEX--M__ECONOMIC_ACTIVITY--ISIC4_A +name: Proportion of informal employment, current definition (15 years old and over) in agriculture, forestry and fishing (ISIC4 - A), by sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_ISV_IFEM_19ICLS.007 +member: dcid:sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15__SEX--F__ECONOMIC_ACTIVITY--ISIC4_BTU, dcid:sdg/SL_ISV_IFEM_19ICLS.AGE--Y_GE15__SEX--M__ECONOMIC_ACTIVITY--ISIC4_BTU +name: Proportion of informal employment, current definition (15 years old and over) in non - agriculture (ISIC4 - B through U), by sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_LBR_NTLCPL.001 +member: dcid:sdg/SL_LBR_NTLCPL +name: Level of national compliance with labour rights (freedom of association and collective bargaining) based on International Labour Organization (ILO) textual sources and national legislation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_CHLDEA.001 +member: dcid:sdg/SL_TLF_CHLDEA.AGE--Y10T17, dcid:sdg/SL_TLF_CHLDEA.AGE--Y5T14, dcid:sdg/SL_TLF_CHLDEA.AGE--Y5T17, dcid:sdg/SL_TLF_CHLDEA.AGE--Y6T17, dcid:sdg/SL_TLF_CHLDEA.AGE--Y7T17 +name: Proportion of children engaged in economic activity by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_CHLDEA.002 +member: dcid:sdg/SL_TLF_CHLDEA.AGE--Y10T17__SEX--F, dcid:sdg/SL_TLF_CHLDEA.AGE--Y10T17__SEX--M +name: Proportion of children engaged in economic activity (10 to 17 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_CHLDEA.003 +member: dcid:sdg/SL_TLF_CHLDEA.AGE--Y5T14__SEX--F, dcid:sdg/SL_TLF_CHLDEA.AGE--Y5T14__SEX--M +name: Proportion of children engaged in economic activity (5 to 14 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_CHLDEA.004 +member: dcid:sdg/SL_TLF_CHLDEA.AGE--Y5T17__SEX--F, dcid:sdg/SL_TLF_CHLDEA.AGE--Y5T17__SEX--M +name: Proportion of children engaged in economic activity (5 to 17 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_CHLDEA.005 +member: dcid:sdg/SL_TLF_CHLDEA.AGE--Y6T17__SEX--F, dcid:sdg/SL_TLF_CHLDEA.AGE--Y6T17__SEX--M +name: Proportion of children engaged in economic activity (6 to 17 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_CHLDEA.006 +member: dcid:sdg/SL_TLF_CHLDEA.AGE--Y7T17__SEX--F, dcid:sdg/SL_TLF_CHLDEA.AGE--Y7T17__SEX--M +name: Proportion of children engaged in economic activity (7 to 17 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_CHLDEC.001 +member: dcid:sdg/SL_TLF_CHLDEC.AGE--Y10T17, dcid:sdg/SL_TLF_CHLDEC.AGE--Y5T14, dcid:sdg/SL_TLF_CHLDEC.AGE--Y5T17, dcid:sdg/SL_TLF_CHLDEC.AGE--Y6T17, dcid:sdg/SL_TLF_CHLDEC.AGE--Y7T17 +name: Proportion of children engaged in economic activity and household chores by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_CHLDEC.002 +member: dcid:sdg/SL_TLF_CHLDEC.AGE--Y10T17__SEX--F, dcid:sdg/SL_TLF_CHLDEC.AGE--Y10T17__SEX--M +name: Proportion of children engaged in economic activity and household chores (10 to 17 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_CHLDEC.003 +member: dcid:sdg/SL_TLF_CHLDEC.AGE--Y5T14__SEX--F, dcid:sdg/SL_TLF_CHLDEC.AGE--Y5T14__SEX--M +name: Proportion of children engaged in economic activity and household chores (5 to 14 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_CHLDEC.004 +member: dcid:sdg/SL_TLF_CHLDEC.AGE--Y5T17__SEX--F, dcid:sdg/SL_TLF_CHLDEC.AGE--Y5T17__SEX--M +name: Proportion of children engaged in economic activity and household chores (5 to 17 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_CHLDEC.005 +member: dcid:sdg/SL_TLF_CHLDEC.AGE--Y6T17__SEX--F, dcid:sdg/SL_TLF_CHLDEC.AGE--Y6T17__SEX--M +name: Proportion of children engaged in economic activity and household chores (6 to 17 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_CHLDEC.006 +member: dcid:sdg/SL_TLF_CHLDEC.AGE--Y7T17__SEX--F, dcid:sdg/SL_TLF_CHLDEC.AGE--Y7T17__SEX--M +name: Proportion of children engaged in economic activity and household chores (7 to 17 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_MANF.001 +member: dcid:sdg/SL_TLF_MANF.ECONOMIC_ACTIVITY--ISIC4_C +name: Manufacturing employment as a proportion of total employment - previous definition +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_MANF_19ICLS.001 +member: dcid:sdg/SL_TLF_MANF_19ICLS.ECONOMIC_ACTIVITY--ISIC4_C +name: Manufacturing employment as a proportion of total employment - current definition +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_NEET.001 +member: dcid:sdg/SL_TLF_NEET.AGE--Y15T24 +name: Proportion of youth not in education, employment or training - previous definition by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_NEET.002 +member: dcid:sdg/SL_TLF_NEET.AGE--Y15T24__SEX--F, dcid:sdg/SL_TLF_NEET.AGE--Y15T24__SEX--M, dcid:sdg/SL_TLF_NEET.AGE--Y15T24__SEX--_O +name: Proportion of youth not in education, employment or training - previous definition (15 to 24 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_NEET_19ICLS.001 +member: dcid:sdg/SL_TLF_NEET_19ICLS.AGE--Y15T24 +name: Proportion of youth not in education, employment or training - current definition by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_NEET_19ICLS.002 +member: dcid:sdg/SL_TLF_NEET_19ICLS.AGE--Y15T24__SEX--F, dcid:sdg/SL_TLF_NEET_19ICLS.AGE--Y15T24__SEX--M +name: Proportion of youth not in education, employment or training - current definition (15 to 24 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEM.001 +member: dcid:sdg/SL_TLF_UEM.AGE--Y15T24, dcid:sdg/SL_TLF_UEM.AGE--Y_GE15, dcid:sdg/SL_TLF_UEM.AGE--Y_GE25 +name: Unemployment rate by sex and age - previous definition by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEM.002 +member: dcid:sdg/SL_TLF_UEM.AGE--Y15T24__SEX--F, dcid:sdg/SL_TLF_UEM.AGE--Y15T24__SEX--M +name: Unemployment rate by sex and age - previous definition (15 to 24 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEM.003 +member: dcid:sdg/SL_TLF_UEM.AGE--Y_GE15__SEX--F, dcid:sdg/SL_TLF_UEM.AGE--Y_GE15__SEX--M, dcid:sdg/SL_TLF_UEM.AGE--Y_GE15__SEX--_O +name: Unemployment rate by sex and age - previous definition (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEM.004 +member: dcid:sdg/SL_TLF_UEM.AGE--Y_GE25__SEX--F, dcid:sdg/SL_TLF_UEM.AGE--Y_GE25__SEX--M, dcid:sdg/SL_TLF_UEM.AGE--Y_GE25__SEX--_O +name: Unemployment rate by sex and age - previous definition (25 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEMDIS.001 +member: dcid:sdg/SL_TLF_UEMDIS.AGE--Y_GE15 +name: Unemployment rate by sex and disability - previous definition (15 years old and over) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEMDIS.002 +member: dcid:sdg/SL_TLF_UEMDIS.AGE--Y_GE15__DISABILITY_STATUS--PD, dcid:sdg/SL_TLF_UEMDIS.AGE--Y_GE15__DISABILITY_STATUS--PWD +name: Unemployment rate by sex and disability - previous definition (15 years old and over) by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEMDIS.003 +member: dcid:sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--F, dcid:sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--M +name: Unemployment rate by sex and disability - previous definition (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEMDIS.004 +member: dcid:sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PD, dcid:sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PWD +name: Unemployment rate by sex and disability - previous definition (15 years old and over, Female) by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEMDIS.005 +member: dcid:sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--M__DISABILITY_STATUS--PD, dcid:sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--M__DISABILITY_STATUS--PWD +name: Unemployment rate by sex and disability - previous definition (15 years old and over, Male) by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEMDIS_19ICLS.001 +member: dcid:sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15 +name: Unemployment rate by sex and disability - current definition (15 years old and over) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEMDIS_19ICLS.002 +member: dcid:sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__DISABILITY_STATUS--PD, dcid:sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__DISABILITY_STATUS--PWD +name: Unemployment rate by sex and disability - current definition (15 years old and over) by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEMDIS_19ICLS.003 +member: dcid:sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--F, dcid:sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--M +name: Unemployment rate by sex and disability - current definition (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEMDIS_19ICLS.004 +member: dcid:sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PD, dcid:sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PWD +name: Unemployment rate by sex and disability - current definition (15 years old and over, Female) by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEMDIS_19ICLS.005 +member: dcid:sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--M__DISABILITY_STATUS--PD, dcid:sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--M__DISABILITY_STATUS--PWD +name: Unemployment rate by sex and disability - current definition (15 years old and over, Male) by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEM_19ICLS.001 +member: dcid:sdg/SL_TLF_UEM_19ICLS.AGE--Y15T24, dcid:sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE15, dcid:sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE25 +name: Unemployment rate by sex and age - current definition by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEM_19ICLS.002 +member: dcid:sdg/SL_TLF_UEM_19ICLS.AGE--Y15T24__SEX--F, dcid:sdg/SL_TLF_UEM_19ICLS.AGE--Y15T24__SEX--M +name: Unemployment rate by sex and age - current definition (15 to 24 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEM_19ICLS.003 +member: dcid:sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE15__SEX--F, dcid:sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE15__SEX--M +name: Unemployment rate by sex and age - current definition (15 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSL_TLF_UEM_19ICLS.004 +member: dcid:sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE25__SEX--F, dcid:sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE25__SEX--M +name: Unemployment rate by sex and age - current definition (25 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSM_DTH_MIGR.001 +member: dcid:sdg/SM_DTH_MIGR +name: Total deaths and disappearances recorded during migration +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSM_POP_REFG_OR.001 +member: dcid:sdg/SM_POP_REFG_OR +name: Number of refugees per 100, 000 population +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSN_ITK_DEFC.001 +member: dcid:sdg/SN_ITK_DEFC +name: Prevalence of undernourishment +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSN_ITK_DEFCN.001 +member: dcid:sdg/SN_ITK_DEFCN +name: Number of undernourished people +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSN_STA_OVWGT.001 +member: dcid:sdg/SN_STA_OVWGT.AGE--Y0T4 +name: Proportion of children under 5 years old moderately or severely overweight +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSN_STA_OVWGTN.001 +member: dcid:sdg/SN_STA_OVWGTN.AGE--Y0T4 +name: Children under 5 years old moderately or severely overweight +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_ACS_BSRVH2O.001 +member: dcid:sdg/SP_ACS_BSRVH2O +name: Proportion of population using basic drinking water services +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_ACS_BSRVH2O.002 +member: dcid:sdg/SP_ACS_BSRVH2O.URBANIZATION--R, dcid:sdg/SP_ACS_BSRVH2O.URBANIZATION--U +name: Proportion of population using basic drinking water services by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_ACS_BSRVSAN.001 +member: dcid:sdg/SP_ACS_BSRVSAN +name: Proportion of population using basic sanitation services +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_ACS_BSRVSAN.002 +member: dcid:sdg/SP_ACS_BSRVSAN.URBANIZATION--R, dcid:sdg/SP_ACS_BSRVSAN.URBANIZATION--U +name: Proportion of population using basic sanitation services by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_DISP_RESOL.001 +member: dcid:sdg/SP_DISP_RESOL +name: Proportion of the population who have experienced a dispute in the past two years who accessed a formal or informal dispute resolution mechanism +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_DISP_RESOL.002 +member: dcid:sdg/SP_DISP_RESOL.DISABILITY_STATUS--PD, dcid:sdg/SP_DISP_RESOL.DISABILITY_STATUS--PWD +name: Proportion of the population who have experienced a dispute in the past two years who accessed a formal or informal dispute resolution mechanism by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_DISP_RESOL.003 +member: dcid:sdg/SP_DISP_RESOL.SEX--F, dcid:sdg/SP_DISP_RESOL.SEX--M +name: Proportion of the population who have experienced a dispute in the past two years who accessed a formal or informal dispute resolution mechanism by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_DYN_ADKL.001 +member: dcid:sdg/SP_DYN_ADKL.AGE--Y10T14__SEX--F, dcid:sdg/SP_DYN_ADKL.AGE--Y15T19__SEX--F +name: Adolescent birth rate +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_DYN_MRBF15.001 +member: dcid:sdg/SP_DYN_MRBF15.AGE--Y20T24__SEX--F +name: Proportion of women aged 20-24 years who were married or in a union before age 15 +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_DYN_MRBF18.001 +member: dcid:sdg/SP_DYN_MRBF18.AGE--Y20T24__SEX--F +name: Proportion of women aged 20-24 years who were married or in a union before age 18 +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_GNP_WNOWNS.001 +member: dcid:sdg/SP_GNP_WNOWNS +name: Share of women among owners or rights-bearers of agricultural land +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_LGL_LNDAGSEC.001 +member: dcid:sdg/SP_LGL_LNDAGSEC +name: Proportion of total agricultural population with ownership or secure rights over agricultural land +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_LGL_LNDAGSEC.002 +member: dcid:sdg/SP_LGL_LNDAGSEC.SEX--F, dcid:sdg/SP_LGL_LNDAGSEC.SEX--M +name: Proportion of total agricultural population with ownership or secure rights over agricultural land by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_LGL_LNDDOC.002 +member: dcid:sdg/SP_LGL_LNDDOC, dcid:sdg/SP_LGL_LNDDOC.SEX--F +name: Proportion of people with legally recognized documentation of their rights to land out of total adult population by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_LGL_LNDSEC.001 +member: dcid:sdg/SP_LGL_LNDSEC +name: Proportion of people who perceive their rights to land as secure out of total adult population +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_LGL_LNDSTR.002 +member: dcid:sdg/SP_LGL_LNDSTR, dcid:sdg/SP_LGL_LNDSTR.SEX--F +name: Proportion of people with secure tenure rights to land out of total adult population by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_GOV.001 +member: dcid:sdg/SP_PSR_OSATIS_GOV +name: Proportion of population who say that overall they are satisfied with the quality of government services +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_GOV.002 +member: dcid:sdg/SP_PSR_OSATIS_GOV.AGE--Y0T24, dcid:sdg/SP_PSR_OSATIS_GOV.AGE--Y25T34, dcid:sdg/SP_PSR_OSATIS_GOV.AGE--Y35T44, dcid:sdg/SP_PSR_OSATIS_GOV.AGE--Y45T54, dcid:sdg/SP_PSR_OSATIS_GOV.AGE--Y55T64, dcid:sdg/SP_PSR_OSATIS_GOV.AGE--Y_GE65 +name: Proportion of population who say that overall they are satisfied with the quality of government services by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_GOV.003 +member: dcid:sdg/SP_PSR_OSATIS_GOV.DISABILITY_STATUS--PD, dcid:sdg/SP_PSR_OSATIS_GOV.DISABILITY_STATUS--PWD +name: Proportion of population who say that overall they are satisfied with the quality of government services by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_GOV.004 +member: dcid:sdg/SP_PSR_OSATIS_GOV.POPULATION_GROUP--CYP_0, dcid:sdg/SP_PSR_OSATIS_GOV.POPULATION_GROUP--CYP_1, dcid:sdg/SP_PSR_OSATIS_GOV.POPULATION_GROUP--ISR_0 +name: Proportion of population who say that overall they are satisfied with the quality of government services by Population group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_GOV.005 +member: dcid:sdg/SP_PSR_OSATIS_GOV.SEX--F, dcid:sdg/SP_PSR_OSATIS_GOV.SEX--M +name: Proportion of population who say that overall they are satisfied with the quality of government services by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_GOV.006 +member: dcid:sdg/SP_PSR_OSATIS_GOV.URBANIZATION--R, dcid:sdg/SP_PSR_OSATIS_GOV.URBANIZATION--U +name: Proportion of population who say that overall they are satisfied with the quality of government services by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_HLTH.001 +member: dcid:sdg/SP_PSR_OSATIS_HLTH +name: Proportion of population who say that overall they are satisfied with the quality of healthcare services +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_HLTH.002 +member: dcid:sdg/SP_PSR_OSATIS_HLTH.AGE--Y0T24, dcid:sdg/SP_PSR_OSATIS_HLTH.AGE--Y25T34, dcid:sdg/SP_PSR_OSATIS_HLTH.AGE--Y35T44, dcid:sdg/SP_PSR_OSATIS_HLTH.AGE--Y45T54, dcid:sdg/SP_PSR_OSATIS_HLTH.AGE--Y55T64, dcid:sdg/SP_PSR_OSATIS_HLTH.AGE--Y_GE65 +name: Proportion of population who say that overall they are satisfied with the quality of healthcare services by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_HLTH.003 +member: dcid:sdg/SP_PSR_OSATIS_HLTH.DISABILITY_STATUS--PD, dcid:sdg/SP_PSR_OSATIS_HLTH.DISABILITY_STATUS--PWD +name: Proportion of population who say that overall they are satisfied with the quality of healthcare services by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_HLTH.004 +member: dcid:sdg/SP_PSR_OSATIS_HLTH.POPULATION_GROUP--JPN_0, dcid:sdg/SP_PSR_OSATIS_HLTH.POPULATION_GROUP--JPN_1 +name: Proportion of population who say that overall they are satisfied with the quality of healthcare services by Population group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_HLTH.005 +member: dcid:sdg/SP_PSR_OSATIS_HLTH.SEX--F, dcid:sdg/SP_PSR_OSATIS_HLTH.SEX--M +name: Proportion of population who say that overall they are satisfied with the quality of healthcare services by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_HLTH.006 +member: dcid:sdg/SP_PSR_OSATIS_HLTH.URBANIZATION--R, dcid:sdg/SP_PSR_OSATIS_HLTH.URBANIZATION--U +name: Proportion of population who say that overall they are satisfied with the quality of healthcare services by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_PRM.001 +member: dcid:sdg/SP_PSR_OSATIS_PRM +name: Proportion of population who say that overall they are satisfied with the quality of primary education services +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_PRM.002 +member: dcid:sdg/SP_PSR_OSATIS_PRM.AGE--Y0T24, dcid:sdg/SP_PSR_OSATIS_PRM.AGE--Y25T34, dcid:sdg/SP_PSR_OSATIS_PRM.AGE--Y35T44, dcid:sdg/SP_PSR_OSATIS_PRM.AGE--Y45T54, dcid:sdg/SP_PSR_OSATIS_PRM.AGE--Y55T64, dcid:sdg/SP_PSR_OSATIS_PRM.AGE--Y_GE65 +name: Proportion of population who say that overall they are satisfied with the quality of primary education services by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_PRM.003 +member: dcid:sdg/SP_PSR_OSATIS_PRM.DISABILITY_STATUS--PD, dcid:sdg/SP_PSR_OSATIS_PRM.DISABILITY_STATUS--PWD +name: Proportion of population who say that overall they are satisfied with the quality of primary education services by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_PRM.004 +member: dcid:sdg/SP_PSR_OSATIS_PRM.POPULATION_GROUP--ISR_0 +name: Proportion of population who say that overall they are satisfied with the quality of primary education services by Population group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_PRM.005 +member: dcid:sdg/SP_PSR_OSATIS_PRM.SEX--F, dcid:sdg/SP_PSR_OSATIS_PRM.SEX--M +name: Proportion of population who say that overall they are satisfied with the quality of primary education services by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_PRM.006 +member: dcid:sdg/SP_PSR_OSATIS_PRM.URBANIZATION--R, dcid:sdg/SP_PSR_OSATIS_PRM.URBANIZATION--U +name: Proportion of population who say that overall they are satisfied with the quality of primary education services by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_SEC.001 +member: dcid:sdg/SP_PSR_OSATIS_SEC +name: Proportion of population who say that overall they are satisfied with the quality of secondary education services +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_SEC.002 +member: dcid:sdg/SP_PSR_OSATIS_SEC.AGE--Y0T24, dcid:sdg/SP_PSR_OSATIS_SEC.AGE--Y25T34, dcid:sdg/SP_PSR_OSATIS_SEC.AGE--Y35T44, dcid:sdg/SP_PSR_OSATIS_SEC.AGE--Y45T54, dcid:sdg/SP_PSR_OSATIS_SEC.AGE--Y55T64, dcid:sdg/SP_PSR_OSATIS_SEC.AGE--Y_GE65 +name: Proportion of population who say that overall they are satisfied with the quality of secondary education services by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_SEC.003 +member: dcid:sdg/SP_PSR_OSATIS_SEC.DISABILITY_STATUS--PD, dcid:sdg/SP_PSR_OSATIS_SEC.DISABILITY_STATUS--PWD +name: Proportion of population who say that overall they are satisfied with the quality of secondary education services by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_SEC.004 +member: dcid:sdg/SP_PSR_OSATIS_SEC.POPULATION_GROUP--ISR_0 +name: Proportion of population who say that overall they are satisfied with the quality of secondary education services by Population group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_SEC.005 +member: dcid:sdg/SP_PSR_OSATIS_SEC.SEX--F, dcid:sdg/SP_PSR_OSATIS_SEC.SEX--M +name: Proportion of population who say that overall they are satisfied with the quality of secondary education services by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_OSATIS_SEC.006 +member: dcid:sdg/SP_PSR_OSATIS_SEC.URBANIZATION--R, dcid:sdg/SP_PSR_OSATIS_SEC.URBANIZATION--U +name: Proportion of population who say that overall they are satisfied with the quality of secondary education services by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_GOV.001 +member: dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y25T34__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y25T34__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y25T34__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y25T34__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y25T34__SERVICE_ATTRIBUTE--QUALITY, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y25T34__SERVICE_ATTRIBUTE--TIMELINESS +name: Proportion of population satisfied with their last experience of government services (25 to 34 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_GOV.002 +member: dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y35T44__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y35T44__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y35T44__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y35T44__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y35T44__SERVICE_ATTRIBUTE--QUALITY, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y35T44__SERVICE_ATTRIBUTE--TIMELINESS +name: Proportion of population satisfied with their last experience of government services (35 to 44 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_GOV.003 +member: dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y45T54__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y45T54__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y45T54__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y45T54__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y45T54__SERVICE_ATTRIBUTE--QUALITY, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y45T54__SERVICE_ATTRIBUTE--TIMELINESS +name: Proportion of population satisfied with their last experience of government services (45 to 54 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_GOV.004 +member: dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y55T64__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y55T64__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y55T64__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y55T64__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y55T64__SERVICE_ATTRIBUTE--QUALITY, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y55T64__SERVICE_ATTRIBUTE--TIMELINESS +name: Proportion of population satisfied with their last experience of government services (55 to 64 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_GOV.005 +member: dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y_GE65__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y_GE65__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y_GE65__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y_GE65__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y_GE65__SERVICE_ATTRIBUTE--QUALITY, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y_GE65__SERVICE_ATTRIBUTE--TIMELINESS +name: Proportion of population satisfied with their last experience of government services (65 years old and over) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_GOV.006 +member: dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y0T24__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y0T24__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y0T24__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y0T24__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y0T24__SERVICE_ATTRIBUTE--QUALITY, dcid:sdg/SP_PSR_SATIS_GOV.AGE--Y0T24__SERVICE_ATTRIBUTE--TIMELINESS +name: Proportion of population satisfied with their last experience of government services (under 25 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_GOV.007 +member: dcid:sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--QUALITY, dcid:sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--TIMELINESS +name: Proportion of population satisfied with their last experience of government services (Persons with disability) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_GOV.008 +member: dcid:sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--QUALITY, dcid:sdg/SP_PSR_SATIS_GOV.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--TIMELINESS +name: Proportion of population satisfied with their last experience of government services (Persons without disability) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_GOV.009 +member: dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--ISR_0, dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--EQUALITY__POPULATION_GROUP--ISR_0, dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--QUALITY__POPULATION_GROUP--ISR_0, dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--TIMELINESS__POPULATION_GROUP--ISR_0 +name: Proportion of population satisfied with their last experience of government services (Arabs) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_GOV.010 +member: dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--CYP_0, dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--AVERAGE__POPULATION_GROUP--CYP_0, dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--EQUALITY__POPULATION_GROUP--CYP_0, dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--QUALITY__POPULATION_GROUP--CYP_0, dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--TIMELINESS__POPULATION_GROUP--CYP_0 +name: Proportion of population satisfied with their last experience of government services (Cypriot Nationality) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_GOV.011 +member: dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--CYP_1, dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--AVERAGE__POPULATION_GROUP--CYP_1, dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--EQUALITY__POPULATION_GROUP--CYP_1, dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--QUALITY__POPULATION_GROUP--CYP_1, dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--TIMELINESS__POPULATION_GROUP--CYP_1 +name: Proportion of population satisfied with their last experience of government services (Non-Cypriot Nationality) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_GOV.012 +member: dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--QUALITY, dcid:sdg/SP_PSR_SATIS_GOV.SERVICE_ATTRIBUTE--TIMELINESS +name: Proportion of population satisfied with their last experience of government services by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_GOV.013 +member: dcid:sdg/SP_PSR_SATIS_GOV.SEX--F__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_GOV.SEX--F__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_GOV.SEX--F__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_GOV.SEX--F__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_GOV.SEX--F__SERVICE_ATTRIBUTE--QUALITY, dcid:sdg/SP_PSR_SATIS_GOV.SEX--F__SERVICE_ATTRIBUTE--TIMELINESS +name: Proportion of population satisfied with their last experience of government services (Female) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_GOV.014 +member: dcid:sdg/SP_PSR_SATIS_GOV.SEX--M__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_GOV.SEX--M__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_GOV.SEX--M__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_GOV.SEX--M__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_GOV.SEX--M__SERVICE_ATTRIBUTE--QUALITY, dcid:sdg/SP_PSR_SATIS_GOV.SEX--M__SERVICE_ATTRIBUTE--TIMELINESS +name: Proportion of population satisfied with their last experience of government services (Male) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_GOV.015 +member: dcid:sdg/SP_PSR_SATIS_GOV.URBANIZATION--R__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_GOV.URBANIZATION--R__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_GOV.URBANIZATION--R__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_GOV.URBANIZATION--R__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_GOV.URBANIZATION--R__SERVICE_ATTRIBUTE--QUALITY, dcid:sdg/SP_PSR_SATIS_GOV.URBANIZATION--R__SERVICE_ATTRIBUTE--TIMELINESS +name: Proportion of population satisfied with their last experience of government services (Rural) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_GOV.016 +member: dcid:sdg/SP_PSR_SATIS_GOV.URBANIZATION--U__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_GOV.URBANIZATION--U__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_GOV.URBANIZATION--U__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_GOV.URBANIZATION--U__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_GOV.URBANIZATION--U__SERVICE_ATTRIBUTE--QUALITY, dcid:sdg/SP_PSR_SATIS_GOV.URBANIZATION--U__SERVICE_ATTRIBUTE--TIMELINESS +name: Proportion of population satisfied with their last experience of government services (Urban) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.001 +member: dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y25T34__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y25T34__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y25T34__SERVICE_ATTRIBUTE--ATTITUDE, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y25T34__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y25T34__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y25T34__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public healthcare services (25 to 34 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.002 +member: dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y35T44__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y35T44__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y35T44__SERVICE_ATTRIBUTE--ATTITUDE, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y35T44__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y35T44__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y35T44__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public healthcare services (35 to 44 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.003 +member: dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y45T54__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y45T54__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y45T54__SERVICE_ATTRIBUTE--ATTITUDE, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y45T54__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y45T54__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y45T54__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public healthcare services (45 to 54 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.004 +member: dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y55T64__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y55T64__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y55T64__SERVICE_ATTRIBUTE--ATTITUDE, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y55T64__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y55T64__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y55T64__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public healthcare services (55 to 64 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.005 +member: dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y_GE65__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y_GE65__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y_GE65__SERVICE_ATTRIBUTE--ATTITUDE, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y_GE65__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y_GE65__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y_GE65__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public healthcare services (65 years old and over) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.006 +member: dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y0T24__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y0T24__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y0T24__SERVICE_ATTRIBUTE--ATTITUDE, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y0T24__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y0T24__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_HLTH.AGE--Y0T24__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public healthcare services (under 25 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.007 +member: dcid:sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--ATTITUDE, dcid:sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public healthcare services (Persons with disability) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.008 +member: dcid:sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--ATTITUDE, dcid:sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_HLTH.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public healthcare services (Persons without disability) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.009 +member: dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--ISR_0, dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ATTITUDE__POPULATION_GROUP--ISR_0, dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--QUALITY__POPULATION_GROUP--ISR_0 +name: Proportion of population satisfied with their last experience of public healthcare services (Arabs) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.010 +member: dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--NZL_4, dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--AFFORD__POPULATION_GROUP--NZL_4, dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ATTITUDE__POPULATION_GROUP--NZL_4 +name: Proportion of population satisfied with their last experience of public healthcare services (Asia) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.011 +member: dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--NZL_3, dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--AFFORD__POPULATION_GROUP--NZL_3, dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ATTITUDE__POPULATION_GROUP--NZL_3 +name: Proportion of population satisfied with their last experience of public healthcare services (European/Other) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.012 +member: dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--NZL_0, dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--AFFORD__POPULATION_GROUP--NZL_0, dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ATTITUDE__POPULATION_GROUP--NZL_0 +name: Proportion of population satisfied with their last experience of public healthcare services (Maori) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.013 +member: dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--NZL_1, dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--AFFORD__POPULATION_GROUP--NZL_1, dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ATTITUDE__POPULATION_GROUP--NZL_1 +name: Proportion of population satisfied with their last experience of public healthcare services (Pacific People) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.014 +member: dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--ATTITUDE, dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_HLTH.SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public healthcare services by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.015 +member: dcid:sdg/SP_PSR_SATIS_HLTH.SEX--F__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.SEX--F__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_HLTH.SEX--F__SERVICE_ATTRIBUTE--ATTITUDE, dcid:sdg/SP_PSR_SATIS_HLTH.SEX--F__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_HLTH.SEX--F__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_HLTH.SEX--F__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public healthcare services (Female) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.016 +member: dcid:sdg/SP_PSR_SATIS_HLTH.SEX--M__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.SEX--M__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_HLTH.SEX--M__SERVICE_ATTRIBUTE--ATTITUDE, dcid:sdg/SP_PSR_SATIS_HLTH.SEX--M__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_HLTH.SEX--M__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_HLTH.SEX--M__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public healthcare services (Male) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.017 +member: dcid:sdg/SP_PSR_SATIS_HLTH.URBANIZATION--R__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.URBANIZATION--R__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_HLTH.URBANIZATION--R__SERVICE_ATTRIBUTE--ATTITUDE, dcid:sdg/SP_PSR_SATIS_HLTH.URBANIZATION--R__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_HLTH.URBANIZATION--R__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_HLTH.URBANIZATION--R__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public healthcare services (Rural) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.018 +member: dcid:sdg/SP_PSR_SATIS_HLTH.URBANIZATION--U__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.URBANIZATION--U__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_HLTH.URBANIZATION--U__SERVICE_ATTRIBUTE--ATTITUDE, dcid:sdg/SP_PSR_SATIS_HLTH.URBANIZATION--U__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_HLTH.URBANIZATION--U__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_HLTH.URBANIZATION--U__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public healthcare services (Urban) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.019 +member: dcid:sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q4__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q4__SERVICE_ATTRIBUTE--AFFORD +name: Proportion of population satisfied with their last experience of public healthcare services (Fourth quintile) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.020 +member: dcid:sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q5__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q5__SERVICE_ATTRIBUTE--AFFORD +name: Proportion of population satisfied with their last experience of public healthcare services (Highest quintile) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.021 +member: dcid:sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q1__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q1__SERVICE_ATTRIBUTE--AFFORD +name: Proportion of population satisfied with their last experience of public healthcare services (Lowest quintile) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.022 +member: dcid:sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q3__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q3__SERVICE_ATTRIBUTE--AFFORD +name: Proportion of population satisfied with their last experience of public healthcare services (Middle quintile) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_HLTH.023 +member: dcid:sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q2__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_HLTH.WEALTH_QUANTILE--Q2__SERVICE_ATTRIBUTE--AFFORD +name: Proportion of population satisfied with their last experience of public healthcare services (Second quintile) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_PRM.001 +member: dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y25T34__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y25T34__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y25T34__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y25T34__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y25T34__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y25T34__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public primary education services (25 to 34 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_PRM.002 +member: dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y35T44__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y35T44__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y35T44__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y35T44__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y35T44__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y35T44__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public primary education services (35 to 44 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_PRM.003 +member: dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y45T54__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y45T54__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y45T54__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y45T54__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y45T54__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y45T54__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public primary education services (45 to 54 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_PRM.004 +member: dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y55T64__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y55T64__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y55T64__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y55T64__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y55T64__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y55T64__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public primary education services (55 to 64 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_PRM.005 +member: dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y_GE65__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y_GE65__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y_GE65__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y_GE65__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y_GE65__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y_GE65__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public primary education services (65 years old and over) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_PRM.006 +member: dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y0T24__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y0T24__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y0T24__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y0T24__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y0T24__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_PRM.AGE--Y0T24__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public primary education services (under 25 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_PRM.007 +member: dcid:sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public primary education services (Persons with disability) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_PRM.008 +member: dcid:sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_PRM.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public primary education services (Persons without disability) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_PRM.009 +member: dcid:sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--ISR_0, dcid:sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--EFFECTIVE__POPULATION_GROUP--ISR_0, dcid:sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--QUALITY__POPULATION_GROUP--ISR_0 +name: Proportion of population satisfied with their last experience of public primary education services (Arabs) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_PRM.010 +member: dcid:sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_PRM.SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public primary education services by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_PRM.011 +member: dcid:sdg/SP_PSR_SATIS_PRM.SEX--F__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_PRM.SEX--F__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_PRM.SEX--F__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_PRM.SEX--F__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_PRM.SEX--F__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_PRM.SEX--F__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public primary education services (Female) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_PRM.012 +member: dcid:sdg/SP_PSR_SATIS_PRM.SEX--M__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_PRM.SEX--M__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_PRM.SEX--M__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_PRM.SEX--M__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_PRM.SEX--M__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_PRM.SEX--M__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public primary education services (Male) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_PRM.013 +member: dcid:sdg/SP_PSR_SATIS_PRM.URBANIZATION--R__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_PRM.URBANIZATION--R__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_PRM.URBANIZATION--R__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_PRM.URBANIZATION--R__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_PRM.URBANIZATION--R__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_PRM.URBANIZATION--R__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public primary education services (Rural) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_PRM.014 +member: dcid:sdg/SP_PSR_SATIS_PRM.URBANIZATION--U__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_PRM.URBANIZATION--U__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_PRM.URBANIZATION--U__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_PRM.URBANIZATION--U__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_PRM.URBANIZATION--U__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_PRM.URBANIZATION--U__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public primary education services (Urban) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_PRM.015 +member: dcid:sdg/SP_PSR_SATIS_PRM.SEX--M__URBANIZATION--U__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public primary education services (Urban, Male) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_SEC.001 +member: dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y25T34__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y25T34__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y25T34__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y25T34__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y25T34__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y25T34__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public secondary education services (25 to 34 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_SEC.002 +member: dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y35T44__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y35T44__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y35T44__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y35T44__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y35T44__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y35T44__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public secondary education services (35 to 44 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_SEC.003 +member: dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y45T54__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y45T54__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y45T54__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y45T54__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y45T54__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y45T54__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public secondary education services (45 to 54 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_SEC.004 +member: dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y55T64__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y55T64__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y55T64__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y55T64__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y55T64__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y55T64__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public secondary education services (55 to 64 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_SEC.005 +member: dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y_GE65__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y_GE65__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y_GE65__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y_GE65__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y_GE65__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y_GE65__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public secondary education services (65 years old and over) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_SEC.006 +member: dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y0T24__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y0T24__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y0T24__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y0T24__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y0T24__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_SEC.AGE--Y0T24__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public secondary education services (under 25 years old) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_SEC.007 +member: dcid:sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PD__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public secondary education services (Persons with disability) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_SEC.008 +member: dcid:sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_SEC.DISABILITY_STATUS--PWD__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public secondary education services (Persons without disability) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_SEC.009 +member: dcid:sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--ACCESS__POPULATION_GROUP--ISR_1, dcid:sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--EFFECTIVE__POPULATION_GROUP--ISR_1, dcid:sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--QUALITY__POPULATION_GROUP--ISR_1 +name: Proportion of population satisfied with their last experience of public secondary education services (West Bank) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_SEC.010 +member: dcid:sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_SEC.SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public secondary education services by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_SEC.011 +member: dcid:sdg/SP_PSR_SATIS_SEC.SEX--F__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_SEC.SEX--F__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_SEC.SEX--F__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_SEC.SEX--F__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_SEC.SEX--F__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_SEC.SEX--F__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public secondary education services (Female) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_SEC.012 +member: dcid:sdg/SP_PSR_SATIS_SEC.SEX--M__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_SEC.SEX--M__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_SEC.SEX--M__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_SEC.SEX--M__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_SEC.SEX--M__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_SEC.SEX--M__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public secondary education services (Male) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_SEC.013 +member: dcid:sdg/SP_PSR_SATIS_SEC.URBANIZATION--R__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_SEC.URBANIZATION--R__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_SEC.URBANIZATION--R__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_SEC.URBANIZATION--R__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_SEC.URBANIZATION--R__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_SEC.URBANIZATION--R__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public secondary education services (Rural) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_PSR_SATIS_SEC.014 +member: dcid:sdg/SP_PSR_SATIS_SEC.URBANIZATION--U__SERVICE_ATTRIBUTE--ACCESS, dcid:sdg/SP_PSR_SATIS_SEC.URBANIZATION--U__SERVICE_ATTRIBUTE--AFFORD, dcid:sdg/SP_PSR_SATIS_SEC.URBANIZATION--U__SERVICE_ATTRIBUTE--AVERAGE, dcid:sdg/SP_PSR_SATIS_SEC.URBANIZATION--U__SERVICE_ATTRIBUTE--EFFECTIVE, dcid:sdg/SP_PSR_SATIS_SEC.URBANIZATION--U__SERVICE_ATTRIBUTE--EQUALITY, dcid:sdg/SP_PSR_SATIS_SEC.URBANIZATION--U__SERVICE_ATTRIBUTE--QUALITY +name: Proportion of population satisfied with their last experience of public secondary education services (Urban) by Service attribute +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_ROD_R2KM.001 +member: dcid:sdg/SP_ROD_R2KM.URBANIZATION--R +name: Proportion of the rural population who live within 2 km of an all-season road +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGSP_TRN_PUBL.001 +member: dcid:sdg/SP_TRN_PUBL +name: Proportion of population that has convenient access to public transport +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGST_EEV_ACCSEEA.001 +member: dcid:sdg/ST_EEV_ACCSEEA +name: Implementation of standard accounting tools to monitor the economic and environmental aspects of tourism (SEEA tables) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGST_EEV_ACCTSA.001 +member: dcid:sdg/ST_EEV_ACCTSA +name: Implementation of standard accounting tools to monitor the economic and environmental aspects of tourism (Tourism Satellite Account tables) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGST_EEV_STDACCT.001 +member: dcid:sdg/ST_EEV_STDACCT +name: Implementation of standard accounting tools to monitor the economic and environmental aspects of tourism (number of tables) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGST_GDP_ZS.001 +member: dcid:sdg/ST_GDP_ZS +name: Tourism direct GDP as a proportion of total GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGTG_VAL_TOTL_GD_ZS.001 +member: dcid:sdg/TG_VAL_TOTL_GD_ZS +name: Merchandise trade as a proportion of GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGTM_TAX_DMFN.001 +member: dcid:sdg/TM_TAX_DMFN +name: Average tariff applied by developed countries, most-favored nation status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGTM_TAX_DMFN.002 +member: dcid:sdg/TM_TAX_DMFN.PRODUCT--AGG_AGR, dcid:sdg/TM_TAX_DMFN.PRODUCT--AGG_ARMS, dcid:sdg/TM_TAX_DMFN.PRODUCT--AGG_CLTH, dcid:sdg/TM_TAX_DMFN.PRODUCT--AGG_IND, dcid:sdg/TM_TAX_DMFN.PRODUCT--AGG_OIL, dcid:sdg/TM_TAX_DMFN.PRODUCT--AGG_TXT +name: Average tariff applied by developed countries, most-favored nation status by Product +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGTM_TAX_DPRF.001 +member: dcid:sdg/TM_TAX_DPRF +name: Average tariff applied by developed countries, preferential status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGTM_TAX_DPRF.002 +member: dcid:sdg/TM_TAX_DPRF.PRODUCT--AGG_AGR, dcid:sdg/TM_TAX_DPRF.PRODUCT--AGG_ARMS, dcid:sdg/TM_TAX_DPRF.PRODUCT--AGG_CLTH, dcid:sdg/TM_TAX_DPRF.PRODUCT--AGG_IND, dcid:sdg/TM_TAX_DPRF.PRODUCT--AGG_OIL, dcid:sdg/TM_TAX_DPRF.PRODUCT--AGG_TXT +name: Average tariff applied by developed countries, preferential status by Product +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGTM_TAX_WMFN.001 +member: dcid:sdg/TM_TAX_WMFN +name: Worldwide weighted tariff-average, most-favoured-nation status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGTM_TAX_WMFN.002 +member: dcid:sdg/TM_TAX_WMFN.PRODUCT--AGG_AGR, dcid:sdg/TM_TAX_WMFN.PRODUCT--AGG_ARMS, dcid:sdg/TM_TAX_WMFN.PRODUCT--AGG_CLTH, dcid:sdg/TM_TAX_WMFN.PRODUCT--AGG_IND, dcid:sdg/TM_TAX_WMFN.PRODUCT--AGG_OIL, dcid:sdg/TM_TAX_WMFN.PRODUCT--AGG_TXT +name: Worldwide weighted tariff-average, most-favoured-nation status by Product +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGTM_TAX_WMPS.001 +member: dcid:sdg/TM_TAX_WMPS +name: Worldwide weighted tariff-average, preferential status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGTM_TAX_WMPS.002 +member: dcid:sdg/TM_TAX_WMPS.PRODUCT--AGG_AGR, dcid:sdg/TM_TAX_WMPS.PRODUCT--AGG_ARMS, dcid:sdg/TM_TAX_WMPS.PRODUCT--AGG_CLTH, dcid:sdg/TM_TAX_WMPS.PRODUCT--AGG_IND, dcid:sdg/TM_TAX_WMPS.PRODUCT--AGG_OIL, dcid:sdg/TM_TAX_WMPS.PRODUCT--AGG_TXT +name: Worldwide weighted tariff-average, preferential status by Product +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGTM_TRF_ZERO.001 +member: dcid:sdg/TM_TRF_ZERO +name: Proportion of tariff lines applied to imports with zero-tariff +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGTM_TRF_ZERO.002 +member: dcid:sdg/TM_TRF_ZERO.PRODUCT--AGG_AGR, dcid:sdg/TM_TRF_ZERO.PRODUCT--AGG_ARMS, dcid:sdg/TM_TRF_ZERO.PRODUCT--AGG_CLTH, dcid:sdg/TM_TRF_ZERO.PRODUCT--AGG_IND, dcid:sdg/TM_TRF_ZERO.PRODUCT--AGG_OIL, dcid:sdg/TM_TRF_ZERO.PRODUCT--AGG_TXT +name: Proportion of tariff lines applied to imports with zero-tariff by Product +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGTX_EXP_GBMRCH.001 +member: dcid:sdg/TX_EXP_GBMRCH +name: Developing countries’ and least developed countries’ share of global merchandise exports +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGTX_EXP_GBSVR.001 +member: dcid:sdg/TX_EXP_GBSVR +name: Developing countries’ and least developed countries’ share of global services exports +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGTX_IMP_GBMRCH.001 +member: dcid:sdg/TX_IMP_GBMRCH +name: Developing countries’ and least developed countries’ share of global merchandise imports +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGTX_IMP_GBSVR.001 +member: dcid:sdg/TX_IMP_GBSVR +name: Developing countries’ and least developed countries’ share of global services imports +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_ARM_SZTRACE.001 +member: dcid:sdg/VC_ARM_SZTRACE +name: Proportion of seized, found or surrendered arms whose illicit origin or context has been traced or established by a competent authority in line with international instruments +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_AFFCT.001 +member: dcid:sdg/VC_DSR_AFFCT +name: Number of people affected by disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_AGLH.001 +member: dcid:sdg/VC_DSR_AGLH +name: Direct agriculture loss attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_BSDN.001 +member: dcid:sdg/VC_DSR_BSDN +name: Number of disruptions to basic services attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_CDAN.001 +member: dcid:sdg/VC_DSR_CDAN +name: Number of damaged critical infrastructure attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_CDYN.001 +member: dcid:sdg/VC_DSR_CDYN +name: Number of other destroyed or damaged critical infrastructure units and facilities attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_CHLN.001 +member: dcid:sdg/VC_DSR_CHLN +name: Direct economic loss to cultural heritage damaged or destroyed attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_CILN.001 +member: dcid:sdg/VC_DSR_CILN +name: Direct economic loss resulting from damaged or destroyed critical infrastructure attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_DAFF.001 +member: dcid:sdg/VC_DSR_DAFF +name: Number of directly affected persons attributed to disasters per 100, 000 population +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_DDPA.001 +member: dcid:sdg/VC_DSR_DDPA +name: Direct economic loss to other damaged or destroyed productive assets attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_EFDN.001 +member: dcid:sdg/VC_DSR_EFDN +name: Number of destroyed or damaged educational facilities attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_ESDN.001 +member: dcid:sdg/VC_DSR_ESDN +name: Number of disruptions to educational services attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_GDPLS.001 +member: dcid:sdg/VC_DSR_GDPLS +name: Direct economic loss attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_HFDN.001 +member: dcid:sdg/VC_DSR_HFDN +name: Number of destroyed or damaged health facilities attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_HOLH.001 +member: dcid:sdg/VC_DSR_HOLH +name: Direct economic loss in the housing sector attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_HSDN.001 +member: dcid:sdg/VC_DSR_HSDN +name: Number of disruptions to health services attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_IJILN.001 +member: dcid:sdg/VC_DSR_IJILN +name: Number of injured or ill people attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_LSGP.001 +member: dcid:sdg/VC_DSR_LSGP +name: Direct economic loss attributed to disasters relative to GDP +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_MISS.001 +member: dcid:sdg/VC_DSR_MISS +name: Number of missing persons due to disaster +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_MMHN.001 +member: dcid:sdg/VC_DSR_MMHN +name: Number of deaths and missing persons attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_MORT.001 +member: dcid:sdg/VC_DSR_MORT +name: Number of deaths due to disaster +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_MTMP.001 +member: dcid:sdg/VC_DSR_MTMP +name: Number of deaths and missing persons attributed to disasters per 100, 000 population +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_OBDN.001 +member: dcid:sdg/VC_DSR_OBDN +name: Number of disruptions to other basic services attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_PDAN.001 +member: dcid:sdg/VC_DSR_PDAN +name: Number of people whose damaged dwellings were attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_PDLN.001 +member: dcid:sdg/VC_DSR_PDLN +name: Number of people whose livelihoods were disrupted or destroyed, attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DSR_PDYN.001 +member: dcid:sdg/VC_DSR_PDYN +name: Number of people whose destroyed dwellings were attributed to disasters +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DTH_TOCVN.001 +member: dcid:sdg/VC_DTH_TOCVN +name: Number of conflict-related deaths (civilians) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DTH_TONCVN.001 +member: dcid:sdg/VC_DTH_TONCVN +name: Number of conflict-related deaths (non-civilians) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DTH_TOTN.001 +member: dcid:sdg/VC_DTH_TOTN +name: Number of total conflict-related deaths +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DTH_TOTN.002 +member: dcid:sdg/VC_DTH_TOTN.AGE--Y0T17, dcid:sdg/VC_DTH_TOTN.AGE--Y_GE18, dcid:sdg/VC_DTH_TOTN.AGE--_U +name: Number of total conflict-related deaths by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DTH_TOTN.003 +member: dcid:sdg/VC_DTH_TOTN.LETHAL_INSTRUMENT--EXPLOSIVES, dcid:sdg/VC_DTH_TOTN.LETHAL_INSTRUMENT--WEAPON_HEAVY, dcid:sdg/VC_DTH_TOTN.LETHAL_INSTRUMENT--WEAPON_LIGHT, dcid:sdg/VC_DTH_TOTN.LETHAL_INSTRUMENT--WEAPON_OTHER, dcid:sdg/VC_DTH_TOTN.LETHAL_INSTRUMENT--_U +name: Number of total conflict-related deaths by Lethal instrument +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DTH_TOTN.004 +member: dcid:sdg/VC_DTH_TOTN.SEX--F, dcid:sdg/VC_DTH_TOTN.SEX--M, dcid:sdg/VC_DTH_TOTN.SEX--_U +name: Number of total conflict-related deaths by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DTH_TOTPT.001 +member: dcid:sdg/VC_DTH_TOTPT +name: Conflict-related total death rate +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DTH_TOTPT.002 +member: dcid:sdg/VC_DTH_TOTPT.AGE--Y0T17, dcid:sdg/VC_DTH_TOTPT.AGE--Y_GE18, dcid:sdg/VC_DTH_TOTPT.AGE--_U +name: Conflict-related total death rate by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DTH_TOTPT.003 +member: dcid:sdg/VC_DTH_TOTPT.LETHAL_INSTRUMENT--EXPLOSIVES, dcid:sdg/VC_DTH_TOTPT.LETHAL_INSTRUMENT--WEAPON_HEAVY, dcid:sdg/VC_DTH_TOTPT.LETHAL_INSTRUMENT--WEAPON_LIGHT, dcid:sdg/VC_DTH_TOTPT.LETHAL_INSTRUMENT--WEAPON_OTHER, dcid:sdg/VC_DTH_TOTPT.LETHAL_INSTRUMENT--_U +name: Conflict-related total death rate by Lethal instrument +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DTH_TOTPT.004 +member: dcid:sdg/VC_DTH_TOTPT.SEX--F, dcid:sdg/VC_DTH_TOTPT.SEX--M, dcid:sdg/VC_DTH_TOTPT.SEX--_U +name: Conflict-related total death rate by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DTH_TOTR.001 +member: dcid:sdg/VC_DTH_TOTR +name: Number of total conflict-related deaths per 100, 000 population +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_DTH_TOUNN.001 +member: dcid:sdg/VC_DTH_TOUNN +name: Number of conflict-related deaths (unknown) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETV.001 +member: dcid:sdg/VC_HTF_DETV +name: Detected victims of human trafficking +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETV.002 +member: dcid:sdg/VC_HTF_DETV.AGE--Y0T17, dcid:sdg/VC_HTF_DETV.AGE--Y_GE18 +name: Detected victims of human trafficking by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETV.003 +member: dcid:sdg/VC_HTF_DETV.AGE--Y_GE18__SEX--F, dcid:sdg/VC_HTF_DETV.AGE--Y_GE18__SEX--M, dcid:sdg/VC_HTF_DETV.AGE--Y_GE18__SEX--_O +name: Detected victims of human trafficking (18 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETV.004 +member: dcid:sdg/VC_HTF_DETV.AGE--_U__SEX--_U +name: Detected victims of human trafficking (age and sex unknown) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETV.005 +member: dcid:sdg/VC_HTF_DETV.AGE--Y0T17__SEX--F, dcid:sdg/VC_HTF_DETV.AGE--Y0T17__SEX--M, dcid:sdg/VC_HTF_DETV.AGE--Y0T17__SEX--_O +name: Detected victims of human trafficking (under 18 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETV.006 +member: dcid:sdg/VC_HTF_DETV.SEX--F, dcid:sdg/VC_HTF_DETV.SEX--M, dcid:sdg/VC_HTF_DETV.SEX--_O +name: Detected victims of human trafficking by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVFL.001 +member: dcid:sdg/VC_HTF_DETVFL +name: Detected victims of human trafficking for forced labour, servitude and slavery +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVFL.002 +member: dcid:sdg/VC_HTF_DETVFL.AGE--Y0T17, dcid:sdg/VC_HTF_DETVFL.AGE--Y_GE18 +name: Detected victims of human trafficking for forced labour, servitude and slavery by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVFL.003 +member: dcid:sdg/VC_HTF_DETVFL.AGE--Y_GE18__SEX--F, dcid:sdg/VC_HTF_DETVFL.AGE--Y_GE18__SEX--M, dcid:sdg/VC_HTF_DETVFL.AGE--Y_GE18__SEX--_O +name: Detected victims of human trafficking for forced labour, servitude and slavery (18 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVFL.004 +member: dcid:sdg/VC_HTF_DETVFL.AGE--_U__SEX--_U +name: Detected victims of human trafficking for forced labour, servitude and slavery (Unknown) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVFL.005 +member: dcid:sdg/VC_HTF_DETVFL.AGE--Y0T17__SEX--F, dcid:sdg/VC_HTF_DETVFL.AGE--Y0T17__SEX--M, dcid:sdg/VC_HTF_DETVFL.AGE--Y0T17__SEX--_O +name: Detected victims of human trafficking for forced labour, servitude and slavery (under 18 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVFLR.001 +member: dcid:sdg/VC_HTF_DETVFLR +name: Detected victims of human trafficking for forced labour, servitude and slavery +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVFLR.002 +member: dcid:sdg/VC_HTF_DETVFLR.AGE--Y0T17, dcid:sdg/VC_HTF_DETVFLR.AGE--Y_GE18 +name: Detected victims of human trafficking for forced labour, servitude and slavery by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVFLR.003 +member: dcid:sdg/VC_HTF_DETVFLR.AGE--Y_GE18__SEX--F, dcid:sdg/VC_HTF_DETVFLR.AGE--Y_GE18__SEX--M +name: Detected victims of human trafficking for forced labour, servitude and slavery (18 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVFLR.004 +member: dcid:sdg/VC_HTF_DETVFLR.AGE--Y0T17__SEX--F, dcid:sdg/VC_HTF_DETVFLR.AGE--Y0T17__SEX--M +name: Detected victims of human trafficking for forced labour, servitude and slavery (under 18 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVOG.001 +member: dcid:sdg/VC_HTF_DETVOG +name: Detected victims of human trafficking for removal of organ +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVOG.003 +member: dcid:sdg/VC_HTF_DETVOG.AGE--Y_GE18, dcid:sdg/VC_HTF_DETVOG.AGE--Y_GE18__SEX--F, dcid:sdg/VC_HTF_DETVOG.AGE--Y_GE18__SEX--M +name: Detected victims of human trafficking for removal of organ (18 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVOGR.001 +member: dcid:sdg/VC_HTF_DETVOGR +name: Detected victims of human trafficking for removal of organ +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVOGR.003 +member: dcid:sdg/VC_HTF_DETVOGR.AGE--Y_GE18, dcid:sdg/VC_HTF_DETVOGR.AGE--Y_GE18__SEX--F, dcid:sdg/VC_HTF_DETVOGR.AGE--Y_GE18__SEX--M +name: Detected victims of human trafficking for removal of organ (18 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVOP.001 +member: dcid:sdg/VC_HTF_DETVOP +name: Detected victims of human trafficking for other purposes +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVOP.002 +member: dcid:sdg/VC_HTF_DETVOP.AGE--Y0T17, dcid:sdg/VC_HTF_DETVOP.AGE--Y_GE18 +name: Detected victims of human trafficking for other purposes by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVOP.003 +member: dcid:sdg/VC_HTF_DETVOP.AGE--Y_GE18__SEX--F, dcid:sdg/VC_HTF_DETVOP.AGE--Y_GE18__SEX--M, dcid:sdg/VC_HTF_DETVOP.AGE--Y_GE18__SEX--_O +name: Detected victims of human trafficking for other purposes (18 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVOP.004 +member: dcid:sdg/VC_HTF_DETVOP.AGE--_U__SEX--_U +name: Detected victims of human trafficking for other purposes (age and sex unknown) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVOP.005 +member: dcid:sdg/VC_HTF_DETVOP.AGE--Y0T17__SEX--F, dcid:sdg/VC_HTF_DETVOP.AGE--Y0T17__SEX--M, dcid:sdg/VC_HTF_DETVOP.AGE--Y0T17__SEX--_O +name: Detected victims of human trafficking for other purposes (under 18 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVOPR.001 +member: dcid:sdg/VC_HTF_DETVOPR +name: Detected victims of human trafficking for other purposes +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVOPR.002 +member: dcid:sdg/VC_HTF_DETVOPR.AGE--Y0T17, dcid:sdg/VC_HTF_DETVOPR.AGE--Y_GE18 +name: Detected victims of human trafficking for other purposes by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVOPR.003 +member: dcid:sdg/VC_HTF_DETVOPR.AGE--Y_GE18__SEX--F, dcid:sdg/VC_HTF_DETVOPR.AGE--Y_GE18__SEX--M +name: Detected victims of human trafficking for other purposes (18 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVOPR.004 +member: dcid:sdg/VC_HTF_DETVOPR.AGE--Y0T17__SEX--F, dcid:sdg/VC_HTF_DETVOPR.AGE--Y0T17__SEX--M +name: Detected victims of human trafficking for other purposes (under 18 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVR.001 +member: dcid:sdg/VC_HTF_DETVR +name: Detected victims of human trafficking +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVR.002 +member: dcid:sdg/VC_HTF_DETVR.AGE--Y0T17, dcid:sdg/VC_HTF_DETVR.AGE--Y_GE18 +name: Detected victims of human trafficking by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVR.003 +member: dcid:sdg/VC_HTF_DETVR.AGE--Y_GE18__SEX--F, dcid:sdg/VC_HTF_DETVR.AGE--Y_GE18__SEX--M +name: Detected victims of human trafficking (18 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVR.004 +member: dcid:sdg/VC_HTF_DETVR.AGE--Y0T17__SEX--F, dcid:sdg/VC_HTF_DETVR.AGE--Y0T17__SEX--M +name: Detected victims of human trafficking (under 18 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVR.005 +member: dcid:sdg/VC_HTF_DETVR.SEX--F, dcid:sdg/VC_HTF_DETVR.SEX--M +name: Detected victims of human trafficking by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVSX.001 +member: dcid:sdg/VC_HTF_DETVSX +name: Detected victims of human trafficking for sexual exploitation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVSX.002 +member: dcid:sdg/VC_HTF_DETVSX.AGE--Y0T17, dcid:sdg/VC_HTF_DETVSX.AGE--Y_GE18 +name: Detected victims of human trafficking for sexual exploitation by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVSX.003 +member: dcid:sdg/VC_HTF_DETVSX.AGE--Y_GE18__SEX--F, dcid:sdg/VC_HTF_DETVSX.AGE--Y_GE18__SEX--M, dcid:sdg/VC_HTF_DETVSX.AGE--Y_GE18__SEX--_O +name: Detected victims of human trafficking for sexual exploitation (18 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVSX.004 +member: dcid:sdg/VC_HTF_DETVSX.AGE--_U__SEX--_U +name: Detected victims of human trafficking for sexual exploitation (age and sex unknown) +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVSX.005 +member: dcid:sdg/VC_HTF_DETVSX.AGE--Y0T17__SEX--F, dcid:sdg/VC_HTF_DETVSX.AGE--Y0T17__SEX--M, dcid:sdg/VC_HTF_DETVSX.AGE--Y0T17__SEX--_O +name: Detected victims of human trafficking for sexual exploitation (under 18 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVSXR.001 +member: dcid:sdg/VC_HTF_DETVSXR +name: Detected victims of human trafficking for sexual exploitation +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVSXR.002 +member: dcid:sdg/VC_HTF_DETVSXR.AGE--Y0T17, dcid:sdg/VC_HTF_DETVSXR.AGE--Y_GE18 +name: Detected victims of human trafficking for sexual exploitation by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVSXR.003 +member: dcid:sdg/VC_HTF_DETVSXR.AGE--Y_GE18__SEX--F, dcid:sdg/VC_HTF_DETVSXR.AGE--Y_GE18__SEX--M +name: Detected victims of human trafficking for sexual exploitation (18 years old and over) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_HTF_DETVSXR.004 +member: dcid:sdg/VC_HTF_DETVSXR.AGE--Y0T17__SEX--F, dcid:sdg/VC_HTF_DETVSXR.AGE--Y0T17__SEX--M +name: Detected victims of human trafficking for sexual exploitation (under 18 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_IHR_PSRC.001 +member: dcid:sdg/VC_IHR_PSRC +name: Number of victims of intentional homicide per 100, 000 population +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_IHR_PSRC.002 +member: dcid:sdg/VC_IHR_PSRC.SEX--F, dcid:sdg/VC_IHR_PSRC.SEX--M +name: Number of victims of intentional homicide per 100, 000 population by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_IHR_PSRCN.001 +member: dcid:sdg/VC_IHR_PSRCN +name: Number of victims of intentional homicide +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_IHR_PSRCN.002 +member: dcid:sdg/VC_IHR_PSRCN.SEX--F, dcid:sdg/VC_IHR_PSRCN.SEX--M +name: Number of victims of intentional homicide by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_PRR_PHYV.001 +member: dcid:sdg/VC_PRR_PHYV +name: Police reporting rate for physical assault in the previous 12 months +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_PRR_PHYV.002 +member: dcid:sdg/VC_PRR_PHYV.SEX--F, dcid:sdg/VC_PRR_PHYV.SEX--M +name: Police reporting rate for physical assault in the previous 12 months by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_PRR_PHY_VIO.001 +member: dcid:sdg/VC_PRR_PHY_VIO +name: Police reporting rate for physical violence in the previous 12 months +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_PRR_PHY_VIO.002 +member: dcid:sdg/VC_PRR_PHY_VIO.SEX--F, dcid:sdg/VC_PRR_PHY_VIO.SEX--M +name: Police reporting rate for physical violence in the previous 12 months by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_PRR_PSYCHV.001 +member: dcid:sdg/VC_PRR_PSYCHV +name: Police reporting rate for psychological violence in the previous 12 months +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_PRR_PSYCHV.002 +member: dcid:sdg/VC_PRR_PSYCHV.SEX--F, dcid:sdg/VC_PRR_PSYCHV.SEX--M +name: Police reporting rate for psychological violence in the previous 12 months by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_PRR_ROBB.001 +member: dcid:sdg/VC_PRR_ROBB +name: Police reporting rate for robbery in the previous 12 months +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_PRR_ROBB.002 +member: dcid:sdg/VC_PRR_ROBB.SEX--F, dcid:sdg/VC_PRR_ROBB.SEX--M +name: Police reporting rate for robbery in the previous 12 months by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_PRR_SEXV.001 +member: dcid:sdg/VC_PRR_SEXV +name: Police reporting rate for sexual assault in the previous 12 months +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_PRR_SEXV.002 +member: dcid:sdg/VC_PRR_SEXV.SEX--F, dcid:sdg/VC_PRR_SEXV.SEX--M +name: Police reporting rate for sexual assault in the previous 12 months by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_PRR_SEX_VIO.001 +member: dcid:sdg/VC_PRR_SEX_VIO +name: Police reporting rate for sexual violence in the previous 12 months +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_PRR_SEX_VIO.002 +member: dcid:sdg/VC_PRR_SEX_VIO.SEX--F, dcid:sdg/VC_PRR_SEX_VIO.SEX--M +name: Police reporting rate for sexual violence in the previous 12 months by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_PRS_UNSNT.001 +member: dcid:sdg/VC_PRS_UNSNT +name: Unsentenced detainees as a proportion of overall prison population +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_PRS_UNSNT.002 +member: dcid:sdg/VC_PRS_UNSNT.SEX--F, dcid:sdg/VC_PRS_UNSNT.SEX--M +name: Unsentenced detainees as a proportion of overall prison population by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_SNS_WALN_DRK.001 +member: dcid:sdg/VC_SNS_WALN_DRK +name: Proportion of population that feel safe walking alone around the area they live after dark +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_SNS_WALN_DRK.002 +member: dcid:sdg/VC_SNS_WALN_DRK.SEX--F, dcid:sdg/VC_SNS_WALN_DRK.SEX--M +name: Proportion of population that feel safe walking alone around the area they live after dark by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VAW_MARR.001 +member: dcid:sdg/VC_VAW_MARR.AGE--Y15T49__SEX--F, dcid:sdg/VC_VAW_MARR.AGE--Y_GE15__SEX--F +name: Proportion of ever-partnered women and girls subjected to physical and/or sexual violence by a current or former intimate partner in the previous 12 months by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VAW_MTUHRA.001 +member: dcid:sdg/VC_VAW_MTUHRA +name: Number of cases of killings of human rights defenders, journalists and trade unionists +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VAW_MTUHRA.002 +member: dcid:sdg/VC_VAW_MTUHRA.SEX--F, dcid:sdg/VC_VAW_MTUHRA.SEX--M +name: Number of cases of killings of human rights defenders, journalists and trade unionists by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VAW_MTUHRAN.001 +member: dcid:sdg/VC_VAW_MTUHRAN +name: Countries with at least one verified case of killings of human rights defenders, journalists, and trade unionists +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VAW_PHYPYV.001 +member: dcid:sdg/VC_VAW_PHYPYV.AGE--Y1T14, dcid:sdg/VC_VAW_PHYPYV.AGE--Y1T4, dcid:sdg/VC_VAW_PHYPYV.AGE--Y2T14, dcid:sdg/VC_VAW_PHYPYV.AGE--Y5T12 +name: Proportion of children aged 1-14 years who experienced physical punishment and/or psychological aggression by caregivers in last month by Age group +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VAW_SXVLN.001 +member: dcid:sdg/VC_VAW_SXVLN.AGE--Y18T29__SEX--F, dcid:sdg/VC_VAW_SXVLN.AGE--Y18T29__SEX--M +name: Proportion of population aged 18-29 years who experienced sexual violence by age\xa018 (18 to 29 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VAW_SXVLN.002 +member: dcid:sdg/VC_VAW_SXVLN.AGE--Y18T74__SEX--F, dcid:sdg/VC_VAW_SXVLN.AGE--Y18T74__SEX--M +name: Proportion of population aged 18-29 years who experienced sexual violence by age\xa018 (18 to 74 years old) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOC_ENFDIS.001 +member: dcid:sdg/VC_VOC_ENFDIS +name: Number of cases of enforced disappearance of human rights defenders, journalists and trade unionists +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOC_ENFDIS.002 +member: dcid:sdg/VC_VOC_ENFDIS.SEX--F, dcid:sdg/VC_VOC_ENFDIS.SEX--M +name: Number of cases of enforced disappearance of human rights defenders, journalists and trade unionists by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOH_SXPH.001 +member: dcid:sdg/VC_VOH_SXPH +name: Proportion of persons victim of non-sexual or sexual harassment, in the previous 12 months +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOH_SXPH.002 +member: dcid:sdg/VC_VOH_SXPH.SEX--F, dcid:sdg/VC_VOH_SXPH.SEX--M +name: Proportion of persons victim of non-sexual or sexual harassment, in the previous 12 months by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.001 +member: dcid:sdg/VC_VOV_GDSD +name: Proportion of population reporting having felt discriminated against +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.002 +member: dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD +name: Proportion of population reporting having felt discriminated against by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.003 +member: dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--AGE, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--COLR, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--DIS, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--DISHEA, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETH, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETHCOLLAN, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETHI, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETHIO, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETHRACECOLLAN, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--GENID, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--GEO, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--HEAILLINJ, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--LANDIA, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--MARFAM, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--MIG, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--NETW, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ORIGIN, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--OTHER, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--POLVIEW, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--RACECOLR, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--RELIGION, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SEX, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SEXGENID, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SEXO, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SEXOGENID, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SOCIOECON, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--TRAD, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--WEDLOCK +name: Proportion of population reporting having felt discriminated against (Persons with disability) by Grounds of discrimination +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.004 +member: dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--AGE, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--COLR, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--DIS, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--DISHEA, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETH, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETHCOLLAN, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETHI, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETHIO, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETHRACECOLLAN, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--GENID, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--GEO, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--HEAILLINJ, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--LANDIA, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--MARFAM, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--MIG, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--NETW, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ORIGIN, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--OTHER, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--POLVIEW, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--RACECOLR, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--RELIGION, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SEX, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SEXGENID, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SEXO, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SEXOGENID, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SOCIOECON, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--TRAD, dcid:sdg/VC_VOV_GDSD.DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--WEDLOCK +name: Proportion of population reporting having felt discriminated against (Persons without disability) by Grounds of discrimination +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.005 +member: dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--AGE, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--CLOTH, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--COLR, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--DIS, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--DISHEA, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--EDU, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ETH, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ETHCOLLAN, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ETHCOLLANMIG, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ETHCOLLANNAL, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ETHCUL, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ETHI, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ETHIO, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ETHRACECOLLAN, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--FAM, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--FNAM, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--GENID, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--GEO, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--HEAILLINJ, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--HEALTH, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--INTERS, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--LANDIA, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--MAR, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--MARFAM, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--MHEALTH, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--MIG, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--NETW, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--ORIGIN, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--OTHER, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--PHEALTH, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--PHYSCOND, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--POLVIEW, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--RACE, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--RACECOLR, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--RELIGION, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--RES, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--SEX, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--SEXGENID, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--SEXO, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--SEXOGENID, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--SOCIOECON, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--TRAD, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--TRANSG, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--VIEW, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--WEDLOCK, dcid:sdg/VC_VOV_GDSD.GROUNDS_OF_DISCRIMINATION--WORK +name: Proportion of population reporting having felt discriminated against by Grounds of discrimination +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.006 +member: dcid:sdg/VC_VOV_GDSD.SEX--F, dcid:sdg/VC_VOV_GDSD.SEX--M +name: Proportion of population reporting having felt discriminated against by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.007 +member: dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD +name: Proportion of population reporting having felt discriminated against (Female) by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.008 +member: dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD +name: Proportion of population reporting having felt discriminated against (Male) by Disability status +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.009 +member: dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--AGE, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--COLR, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--DIS, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETH, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETHI, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETHIO, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--MARFAM, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--MIG, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--NATION, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--OTHER, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--POLVIEW, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--PREGY, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--RELIGION, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--RES, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SEX, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SEXO, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SOCIOECON, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--WEDLOCK +name: Proportion of population reporting having felt discriminated against (Female, Persons with disability) by Grounds of discrimination +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.010 +member: dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--AGE, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--COLR, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--DIS, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETH, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETHI, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETHIO, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--MARFAM, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--MIG, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--NATION, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--OTHER, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--POLVIEW, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--PREGY, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--RELIGION, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--RES, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SEX, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SEXO, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SOCIOECON, dcid:sdg/VC_VOV_GDSD.SEX--F__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--WEDLOCK +name: Proportion of population reporting having felt discriminated against (Female, Persons without disability) by Grounds of discrimination +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.011 +member: dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--AGE, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--DIS, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETH, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETHI, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--ETHIO, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--MARFAM, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--MIG, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--OTHER, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--POLVIEW, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--RELIGION, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SEX, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--SEXO, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PD__GROUNDS_OF_DISCRIMINATION--WEDLOCK +name: Proportion of population reporting having felt discriminated against (Male, Persons with disability) by Grounds of discrimination +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.012 +member: dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--AGE, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--COLR, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--DIS, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETH, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETHI, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--ETHIO, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--MARFAM, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--MIG, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--OTHER, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--POLVIEW, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--RELIGION, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SEX, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--SEXO, dcid:sdg/VC_VOV_GDSD.SEX--M__DISABILITY_STATUS--PWD__GROUNDS_OF_DISCRIMINATION--WEDLOCK +name: Proportion of population reporting having felt discriminated against (Male, Persons without disability) by Grounds of discrimination +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.013 +member: dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--AGE, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--CLOTH, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--COLR, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--DIS, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--DISHEA, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--EDU, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ETH, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ETHCOLLAN, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ETHCOLLANMIG, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ETHCOLLANNAL, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ETHCUL, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ETHI, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ETHIO, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ETHRACECOLLAN, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--FAM, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--GENID, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--GEO, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--HEAILLINJ, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--HEALTH, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--INTERS, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--LANDIA, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--MAR, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--MARFAM, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--MIG, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--NATION, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--NETW, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--ORIGIN, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--OTHER, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--PHYSCOND, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--POLVIEW, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--PREGY, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--RACE, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--RACECOLR, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--RELIGION, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--RES, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--SEX, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--SEXGENID, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--SEXO, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--SEXOGENID, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--SOCIOECON, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--TRAD, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--TRANSG, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--WEDLOCK, dcid:sdg/VC_VOV_GDSD.SEX--F__GROUNDS_OF_DISCRIMINATION--WORK +name: Proportion of population reporting having felt discriminated against (Female) by Grounds of discrimination +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.014 +member: dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--AGE, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--CLOTH, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--COLR, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--DIS, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--DISHEA, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--EDU, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ETH, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ETHCOLLAN, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ETHCOLLANMIG, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ETHCOLLANNAL, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ETHCUL, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ETHI, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ETHIO, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ETHRACECOLLAN, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--FAM, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--GENID, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--GEO, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--HEAILLINJ, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--HEALTH, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--INTERS, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--LANDIA, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--MAR, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--MARFAM, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--MIG, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--NETW, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--ORIGIN, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--OTHER, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--PHYSCOND, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--POLVIEW, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--RACE, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--RACECOLR, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--RELIGION, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--RES, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--SEX, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--SEXGENID, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--SEXO, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--SEXOGENID, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--SOCIOECON, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--TRAD, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--TRANSG, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--WEDLOCK, dcid:sdg/VC_VOV_GDSD.SEX--M__GROUNDS_OF_DISCRIMINATION--WORK +name: Proportion of population reporting having felt discriminated against (Male) by Grounds of discrimination +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.015 +member: dcid:sdg/VC_VOV_GDSD.URBANIZATION--R, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U +name: Proportion of population reporting having felt discriminated against by Type of location +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.016 +member: dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--AGE, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--CLOTH, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--COLR, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--DIS, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--DISHEA, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETH, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETHCOLLAN, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETHCOLLANMIG, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETHI, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETHIO, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--GEO, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--HEALTH, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--INTERS, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--LANDIA, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--MAR, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--MARFAM, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--MIG, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ORIGIN, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--OTHER, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--PHYSCOND, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--POLVIEW, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--RACECOLR, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--RELIGION, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--RES, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SEX, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SEXO, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SEXOGENID, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SOCIOECON, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--TRANSG, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--WEDLOCK, dcid:sdg/VC_VOV_GDSD.URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--WORK +name: Proportion of population reporting having felt discriminated against (Rural) by Grounds of discrimination +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.017 +member: dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--AGE, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--CLOTH, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--COLR, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--DIS, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--DISHEA, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETH, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETHCOLLAN, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETHCOLLANMIG, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETHI, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETHIO, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--GEO, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--HEALTH, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--INTERS, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--LANDIA, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--MAR, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--MARFAM, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--MIG, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ORIGIN, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--OTHER, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--PHYSCOND, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--POLVIEW, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--RACECOLR, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--RELIGION, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--RES, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SEX, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SEXO, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SEXOGENID, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SOCIOECON, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--TRANSG, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--WEDLOCK, dcid:sdg/VC_VOV_GDSD.URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--WORK +name: Proportion of population reporting having felt discriminated against (Urban) by Grounds of discrimination +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.018 +member: dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R +name: Proportion of population reporting having felt discriminated against (Rural) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.019 +member: dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U +name: Proportion of population reporting having felt discriminated against (Urban) by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.020 +member: dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--AGE, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--COLR, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--DIS, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETH, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETHI, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETHIO, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--MARFAM, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--MIG, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--NATION, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--OTHER, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--POLVIEW, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--PREGY, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--RELIGION, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--RES, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SEX, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SEXO, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SOCIOECON, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--WEDLOCK, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--WORK +name: Proportion of population reporting having felt discriminated against (Rural, Female) by Grounds of discrimination +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.021 +member: dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--AGE, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--COLR, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--DIS, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETHI, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--ETHIO, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--MARFAM, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--MIG, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--OTHER, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--POLVIEW, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--RELIGION, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SEX, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SEXO, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--SOCIOECON, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--WEDLOCK, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--R__GROUNDS_OF_DISCRIMINATION--WORK +name: Proportion of population reporting having felt discriminated against (Rural, Male) by Grounds of discrimination +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.022 +member: dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--AGE, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--COLR, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--DIS, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETH, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETHI, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETHIO, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--MARFAM, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--MIG, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--NATION, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--OTHER, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--POLVIEW, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--PREGY, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--RELIGION, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--RES, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SEX, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SEXO, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SOCIOECON, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--WEDLOCK, dcid:sdg/VC_VOV_GDSD.SEX--F__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--WORK +name: Proportion of population reporting having felt discriminated against (Urban, Female) by Grounds of discrimination +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_GDSD.023 +member: dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--AGE, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--COLR, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--DIS, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETH, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETHI, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--ETHIO, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--MARFAM, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--MIG, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--OTHER, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--POLVIEW, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--RELIGION, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SEX, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SEXO, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--SOCIOECON, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--WEDLOCK, dcid:sdg/VC_VOV_GDSD.SEX--M__URBANIZATION--U__GROUNDS_OF_DISCRIMINATION--WORK +name: Proportion of population reporting having felt discriminated against (Urban, Male) by Grounds of discrimination +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_PHYL.001 +member: dcid:sdg/VC_VOV_PHYL +name: Proportion of population subjected to physical violence in the previous 12 months +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_PHYL.002 +member: dcid:sdg/VC_VOV_PHYL.SEX--F, dcid:sdg/VC_VOV_PHYL.SEX--M +name: Proportion of population subjected to physical violence in the previous 12 months by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_PHY_ASLT.001 +member: dcid:sdg/VC_VOV_PHY_ASLT +name: Proportion of population subjected to physical assault in the previous 12 months +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_PHY_ASLT.002 +member: dcid:sdg/VC_VOV_PHY_ASLT.SEX--F, dcid:sdg/VC_VOV_PHY_ASLT.SEX--M +name: Proportion of population subjected to physical assault in the previous 12 months by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_PSYCHL.001 +member: dcid:sdg/VC_VOV_PSYCHL +name: Proportion of population subjected to psychological violence in the previous 12 months +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_PSYCHL.002 +member: dcid:sdg/VC_VOV_PSYCHL.SEX--F, dcid:sdg/VC_VOV_PSYCHL.SEX--M +name: Proportion of population subjected to psychological violence in the previous 12 months by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_ROBB.001 +member: dcid:sdg/VC_VOV_ROBB +name: Proportion of population subjected to robbery in the previous 12 months +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_ROBB.002 +member: dcid:sdg/VC_VOV_ROBB.SEX--F, dcid:sdg/VC_VOV_ROBB.SEX--M +name: Proportion of population subjected to robbery in the previous 12 months by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_SEXL.001 +member: dcid:sdg/VC_VOV_SEXL +name: Proportion of population subjected to sexual violence in the previous 12 months +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_SEXL.002 +member: dcid:sdg/VC_VOV_SEXL.SEX--F, dcid:sdg/VC_VOV_SEXL.SEX--M +name: Proportion of population subjected to sexual violence in the previous 12 months by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_SEX_ASLT.001 +member: dcid:sdg/VC_VOV_SEX_ASLT +name: Proportion of population subjected to sexual assault in the previous 12 months +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/svpg/SDGVC_VOV_SEX_ASLT.002 +member: dcid:sdg/VC_VOV_SEX_ASLT.SEX--F, dcid:sdg/VC_VOV_SEX_ASLT.SEX--M +name: Proportion of population subjected to sexual assault in the previous 12 months by Sex +typeOf: dcid:StatVarPeerGroup + +Node: dcid:dc/topic/SDGAGFLSINDEX +relevantVariable: dcid:dc/svpg/sdg/AG_FLS_INDEX.001 +name: "Global food loss index" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGFLSPCT +relevantVariable: dcid:dc/svpg/sdg/AG_FLS_PCT.001 +name: "Food loss percentage" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGFOODWST +relevantVariable: dcid:dc/svpg/sdg/AG_FOOD_WST.001, dcid:dc/svpg/sdg/AG_FOOD_WST.002 +name: "Food waste" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGFOODWSTPC +relevantVariable: dcid:dc/svpg/sdg/AG_FOOD_WST_PC.001, dcid:dc/svpg/sdg/AG_FOOD_WST_PC.002 +name: "Food waste per capita" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGFPACFPI +relevantVariable: dcid:dc/svpg/sdg/AG_FPA_CFPI.001 +name: "Indicator of Food Price Anomalies (IFPA) by Consumer Price Index of Food" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGFPACOMM +relevantVariable: dcid:dc/svpg/sdg/AG_FPA_COMM.001 +name: "Indicator of Food Price Anomalies (IFPA) by Product" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGFPAHMFP +relevantVariable: dcid:dc/svpg/sdg/AG_FPA_HMFP.001, dcid:dc/svpg/sdg/AG_FPA_HMFP.002 +name: "Proportion of countries recording abnormally high or moderately high food prices, according to the Indicator of Food Price Anomalies" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDAGRBIO +relevantVariable: dcid:dc/svpg/sdg/AG_LND_AGRBIO.001 +name: "Proportion of agricultural land area that has achieved an acceptable or desirable level of use of agro-biodiversity supportive practices" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDAGRWAG +relevantVariable: dcid:dc/svpg/sdg/AG_LND_AGRWAG.001 +name: "Proportion of agricultural land area that has achieved an acceptable or desirable level of wage rate in agriculture" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDDGRD +relevantVariable: dcid:dc/svpg/sdg/AG_LND_DGRD.001 +name: "Proportion of land that is degraded over total land area" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDFERTMG +relevantVariable: dcid:dc/svpg/sdg/AG_LND_FERTMG.001 +name: "Proportion of agricultural land area that has achieved an acceptable or desirable level of management of fertilizers" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDFIES +relevantVariable: dcid:dc/svpg/sdg/AG_LND_FIES.001 +name: "Proportion of agricultural land area that has achieved an acceptable or desirable level of food security" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDFOVH +relevantVariable: dcid:dc/svpg/sdg/AG_LND_FOVH.001 +name: "Proportion of agricultural land area that has achieved an acceptable or desirable level of farm output value per hectare" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDFRST +relevantVariable: dcid:dc/svpg/sdg/AG_LND_FRST.001 +name: "Forest area as a proportion of total land area" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDFRSTBIOPHA +relevantVariable: dcid:dc/svpg/sdg/AG_LND_FRSTBIOPHA.001 +name: "Above-ground biomass in forest" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDFRSTCERT +relevantVariable: dcid:dc/svpg/sdg/AG_LND_FRSTCERT.001 +name: "Forest area certified under an independently verified certification scheme" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDFRSTCHG +relevantVariable: dcid:dc/svpg/sdg/AG_LND_FRSTCHG.001 +name: "Annual forest area change rate" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDFRSTMGT +relevantVariable: dcid:dc/svpg/sdg/AG_LND_FRSTMGT.001 +name: "Proportion of forest area with a long-term management plan" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDFRSTN +relevantVariable: dcid:dc/svpg/sdg/AG_LND_FRSTN.001 +name: "Forest area" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDFRSTPRCT +relevantVariable: dcid:dc/svpg/sdg/AG_LND_FRSTPRCT.001 +name: "Proportion of forest area within legally established protected areas" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDH2OAVAIL +relevantVariable: dcid:dc/svpg/sdg/AG_LND_H2OAVAIL.001 +name: "Proportion of agricultural land area that has achieved an acceptable or desirable level of variation in water availability" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDLNDSTR +relevantVariable: dcid:dc/svpg/sdg/AG_LND_LNDSTR.001 +name: "Proportion of agricultural land area that has achieved an acceptable or desirable level of secure tenure rights to agricultural land" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDNFI +relevantVariable: dcid:dc/svpg/sdg/AG_LND_NFI.001 +name: "Proportion of agricultural land area that has achieved an acceptable or desirable level of net farm income" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDPSTCDSMG +relevantVariable: dcid:dc/svpg/sdg/AG_LND_PSTCDSMG.001 +name: "Proportion of agricultural land area that has achieved an acceptable or desirable level of management of pesticides" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDRMM +relevantVariable: dcid:dc/svpg/sdg/AG_LND_RMM.001 +name: "Proportion of agricultural land area that has achieved an acceptable or desirable level of risk mitigation mechanisms" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDSDGRD +relevantVariable: dcid:dc/svpg/sdg/AG_LND_SDGRD.001 +name: "Proportion of agricultural land area that has achieved an acceptable or desirable level of soil degradation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDSUST +relevantVariable: dcid:dc/svpg/sdg/AG_LND_SUST.001 +name: "Proportion of agricultural area under productive and sustainable agriculture" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDSUSTPRXCSS +relevantVariable: dcid:dc/svpg/sdg/AG_LND_SUST_PRXCSS.001 +name: "Progress toward productive and sustainable agriculture, current status score (proxy)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDSUSTPRXTS +relevantVariable: dcid:dc/svpg/sdg/AG_LND_SUST_PRXTS.001 +name: "Progress toward productive and sustainable agriculture, trend score (proxy)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGLNDTOTL +relevantVariable: dcid:dc/svpg/sdg/AG_LND_TOTL.001 +name: "Land area" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGPRDAGVAS +relevantVariable: dcid:dc/svpg/sdg/AG_PRD_AGVAS.001 +name: "Agriculture value added share of GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGPRDFIESMS +relevantVariable: dcid:dc/svpg/sdg/AG_PRD_FIESMS.001, dcid:dc/svpg/sdg/AG_PRD_FIESMS.002, dcid:dc/svpg/sdg/AG_PRD_FIESMS.003 +name: "Prevalence of moderate or severe food insecurity in the population" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGPRDFIESMSN +relevantVariable: dcid:dc/svpg/sdg/AG_PRD_FIESMSN.001, dcid:dc/svpg/sdg/AG_PRD_FIESMSN.002 +name: "Population in moderate or severe food insecurity" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGPRDFIESS +relevantVariable: dcid:dc/svpg/sdg/AG_PRD_FIESS.001, dcid:dc/svpg/sdg/AG_PRD_FIESS.002, dcid:dc/svpg/sdg/AG_PRD_FIESS.003 +name: "Prevalence of severe food insecurity in the population" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGPRDFIESSN +relevantVariable: dcid:dc/svpg/sdg/AG_PRD_FIESSN.001, dcid:dc/svpg/sdg/AG_PRD_FIESSN.002 +name: "Population in severe food insecurity" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGPRDORTIND +relevantVariable: dcid:dc/svpg/sdg/AG_PRD_ORTIND.001 +name: "Agriculture orientation index for government expenditures" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGPRDXSUBDY +relevantVariable: dcid:dc/svpg/sdg/AG_PRD_XSUBDY.001 +name: "Agricultural export subsidies" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGAGXPDAGSGB +relevantVariable: dcid:dc/svpg/sdg/AG_XPD_AGSGB.001 +name: "Agriculture share of Government Expenditure" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGBNCABXOKAGDZS +relevantVariable: dcid:dc/svpg/sdg/BN_CAB_XOKA_GD_ZS.001 +name: "Current account balance as a proportion of GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGBNKLTPTXLCD +relevantVariable: dcid:dc/svpg/sdg/BN_KLT_PTXL_CD.001 +name: "Portfolio investment, net (Balance of Payments)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGBXKLTDINVWDGDZS +relevantVariable: dcid:dc/svpg/sdg/BX_KLT_DINV_WD_GD_ZS.001 +name: "Foreign direct investment, net inflows, as a proportion of GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGBXTRFPWKR +relevantVariable: dcid:dc/svpg/sdg/BX_TRF_PWKR.001 +name: "Volume of remittances as a proportion of total GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCENVTECHEXP +relevantVariable: dcid:dc/svpg/sdg/DC_ENVTECH_EXP.001 +name: "Amount of tracked exported Environmentally Sound Technologies" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCENVTECHIMP +relevantVariable: dcid:dc/svpg/sdg/DC_ENVTECH_IMP.001 +name: "Amount of tracked imported Environmentally Sound Technologies" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCENVTECHINV +relevantVariable: dcid:dc/svpg/sdg/DC_ENVTECH_INV.001, dcid:dc/svpg/sdg/DC_ENVTECH_INV.002 +name: "Total investment in Environment Sound Technologies" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCENVTECHREXP +relevantVariable: dcid:dc/svpg/sdg/DC_ENVTECH_REXP.001 +name: "Amount of tracked re-exported Environmentally Sound Technologies" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCENVTECHRIMP +relevantVariable: dcid:dc/svpg/sdg/DC_ENVTECH_RIMP.001 +name: "Amount of tracked re-imported Environmentally Sound Technologies" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCENVTECHTT +relevantVariable: dcid:dc/svpg/sdg/DC_ENVTECH_TT.001 +name: "Total trade of tracked Environmentally Sound Technologies" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCFINCLIMB +relevantVariable: dcid:dc/svpg/sdg/DC_FIN_CLIMB.001, dcid:dc/svpg/sdg/DC_FIN_CLIMB.002 +name: "Climate-specific financial support provided via bilateral, regional and other channels" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCFINCLIMM +relevantVariable: dcid:dc/svpg/sdg/DC_FIN_CLIMM.001, dcid:dc/svpg/sdg/DC_FIN_CLIMM.002 +name: "Climate-specific financial support provided via multilateral channels" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCFINCLIMT +relevantVariable: dcid:dc/svpg/sdg/DC_FIN_CLIMT.001 +name: "Total climate-specific financial support provided" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCFINGEN +relevantVariable: dcid:dc/svpg/sdg/DC_FIN_GEN.001 +name: "Core/general contributions provided to multilateral institutions" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCFINTOT +relevantVariable: dcid:dc/svpg/sdg/DC_FIN_TOT.001 +name: "Total financial support provided" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCFTATOTAL +relevantVariable: dcid:dc/svpg/sdg/DC_FTA_TOTAL.001 +name: "Total official development assistance (gross disbursement) for technical cooperation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCODABDVDL +relevantVariable: dcid:dc/svpg/sdg/DC_ODA_BDVDL.001 +name: "Total outbound official development assistance for biodiversity" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCODABDVL +relevantVariable: dcid:dc/svpg/sdg/DC_ODA_BDVL.001 +name: "Total inbound official development assistance for biodiversity" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCODALDCG +relevantVariable: dcid:dc/svpg/sdg/DC_ODA_LDCG.001 +name: "Net outbound official development assistance (ODA) to LDCs as a percentage of OECD-DAC donors' GNI" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCODALDCS +relevantVariable: dcid:dc/svpg/sdg/DC_ODA_LDCS.001 +name: "Net inbound official development assistance (ODA) to LDCs from OECD-DAC countries" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCODALLDC +relevantVariable: dcid:dc/svpg/sdg/DC_ODA_LLDC.001 +name: "Net outbound official development assistance (ODA) to landlocked developing countries from OECD-DAC countries" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCODALLDCG +relevantVariable: dcid:dc/svpg/sdg/DC_ODA_LLDCG.001 +name: "Net outbound official development assistance (ODA) to landlocked developing countries as a percentage of OECD-DAC donors' GNI" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCODAPOVDLG +relevantVariable: dcid:dc/svpg/sdg/DC_ODA_POVDLG.001 +name: "Outbound official development assistance grants for poverty reduction, as percentage of GNI" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCODAPOVG +relevantVariable: dcid:dc/svpg/sdg/DC_ODA_POVG.001 +name: "Official development assistance grants for poverty reduction (percentage of GNI)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCODAPOVLG +relevantVariable: dcid:dc/svpg/sdg/DC_ODA_POVLG.001 +name: "Inbound official development assistance grants for poverty reduction, as a percentage of GNI" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCODASIDS +relevantVariable: dcid:dc/svpg/sdg/DC_ODA_SIDS.001 +name: "Net outbound official development assistance (ODA) to small island states (SIDS) from OECD-DAC countries" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCODASIDSG +relevantVariable: dcid:dc/svpg/sdg/DC_ODA_SIDSG.001 +name: "Net outbound official development assistance (ODA) to small island states (SIDS) as a percentage of OECD-DAC donors' GNI" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCODATOTG +relevantVariable: dcid:dc/svpg/sdg/DC_ODA_TOTG.001 +name: "Net outbound official development assistance (ODA) as a percentage of OECD-DAC donors' GNI" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCODATOTGGE +relevantVariable: dcid:dc/svpg/sdg/DC_ODA_TOTGGE.001 +name: "Outbound official development assistance (ODA) as a percentage of OECD-DAC donors' GNI on grant equivalent basis" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCODATOTL +relevantVariable: dcid:dc/svpg/sdg/DC_ODA_TOTL.001 +name: "Net outbound official development assistance (ODA) from OECD-DAC countries" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCODATOTLGE +relevantVariable: dcid:dc/svpg/sdg/DC_ODA_TOTLGE.001 +name: "Outbound official development assistance (ODA) from OECD-DAC countries on grant equivalent basis" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCOSSDGRT +relevantVariable: dcid:dc/svpg/sdg/DC_OSSD_GRT.001 +name: "Gross receipts by developing countries of official sustainable development grants" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCOSSDMPF +relevantVariable: dcid:dc/svpg/sdg/DC_OSSD_MPF.001 +name: "Gross receipts by developing countries of mobilised private finance (MPF) - on an experimental basis" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCOSSDOFFCL +relevantVariable: dcid:dc/svpg/sdg/DC_OSSD_OFFCL.001 +name: "Gross receipts by developing countries of official concessional sustainable development loans" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCOSSDOFFNL +relevantVariable: dcid:dc/svpg/sdg/DC_OSSD_OFFNL.001 +name: "Gross receipts by developing countries of official non-concessional sustainable development loans" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCOSSDPRVGRT +relevantVariable: dcid:dc/svpg/sdg/DC_OSSD_PRVGRT.001 +name: "Gross receipts by developing countries of private grants" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCTOFAGRL +relevantVariable: dcid:dc/svpg/sdg/DC_TOF_AGRL.001 +name: "Total inbound official flows (disbursements) for agriculture" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCTOFHLTHL +relevantVariable: dcid:dc/svpg/sdg/DC_TOF_HLTHL.001 +name: "Total inbound official development assistance to medical research and basic health sectors, gross disbursement" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCTOFHLTHNT +relevantVariable: dcid:dc/svpg/sdg/DC_TOF_HLTHNT.001 +name: "Total inbound official development assistance to medical research and basic health sectors, net disbursement" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCTOFINFRAL +relevantVariable: dcid:dc/svpg/sdg/DC_TOF_INFRAL.001 +name: "Total inbound official flows for infrastructure" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCTOFSCHIPSL +relevantVariable: dcid:dc/svpg/sdg/DC_TOF_SCHIPSL.001 +name: "Total inbound official flows for scholarships" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCTOFTRDCMDL +relevantVariable: dcid:dc/svpg/sdg/DC_TOF_TRDCMDL.001 +name: "Total outbound official flows (commitments) for Aid for Trade" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCTOFTRDCML +relevantVariable: dcid:dc/svpg/sdg/DC_TOF_TRDCML.001 +name: "Total inbound official flows (commitments) for Aid for Trade" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCTOFTRDDBMDL +relevantVariable: dcid:dc/svpg/sdg/DC_TOF_TRDDBMDL.001 +name: "Total outbound official flows (disbursement) for Aid for Trade" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCTOFTRDDBML +relevantVariable: dcid:dc/svpg/sdg/DC_TOF_TRDDBML.001 +name: "Total inbound official flows (disbursement) for Aid for Trade" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCTOFWASHL +relevantVariable: dcid:dc/svpg/sdg/DC_TOF_WASHL.001 +name: "Total inbound official development assistance (gross disbursement) for water supply and sanitation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCTRFTFDV +relevantVariable: dcid:dc/svpg/sdg/DC_TRF_TFDV.001 +name: "Total inbound resource flows for development" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCTRFTOTDL +relevantVariable: dcid:dc/svpg/sdg/DC_TRF_TOTDL.001 +name: "Total outbound assistance for development" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDCTRFTOTL +relevantVariable: dcid:dc/svpg/sdg/DC_TRF_TOTL.001 +name: "Total inbound assistance for development" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDIILLIN +relevantVariable: dcid:dc/svpg/sdg/DI_ILL_IN.001 +name: "Total value of inward illicit financial flows by Type of flow" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDIILLOUT +relevantVariable: dcid:dc/svpg/sdg/DI_ILL_OUT.001 +name: "Total value of outward illicit financial flows by Type of flow" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDPDODDLD2CRCGZ1 +relevantVariable: dcid:dc/svpg/sdg/DP_DOD_DLD2_CR_CG_Z1.001 +name: "Gross public sector debt, Central Government, as a proportion of GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDTDODDECTGNZS +relevantVariable: dcid:dc/svpg/sdg/DT_DOD_DECT_GN_ZS.001 +name: "External debt stocks as a proportion of GNI" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGDTTDSDECT +relevantVariable: dcid:dc/svpg/sdg/DT_TDS_DECT.001 +name: "Debt service as a proportion of exports of goods and services" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGEGACSELEC +relevantVariable: dcid:dc/svpg/sdg/EG_ACS_ELEC.001, dcid:dc/svpg/sdg/EG_ACS_ELEC.002 +name: "Proportion of population with access to electricity" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGEGEGYCLEAN +relevantVariable: dcid:dc/svpg/sdg/EG_EGY_CLEAN.001, dcid:dc/svpg/sdg/EG_EGY_CLEAN.002 +name: "Proportion of population with primary reliance on clean fuels and technology" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGEGEGYPRIM +relevantVariable: dcid:dc/svpg/sdg/EG_EGY_PRIM.001 +name: "Energy intensity level of primary energy" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGEGEGYRNEW +relevantVariable: dcid:dc/svpg/sdg/EG_EGY_RNEW.001, dcid:dc/svpg/sdg/EG_EGY_RNEW.002 +name: "Installed renewable electricity-generating capacity" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGEGFECRNEW +relevantVariable: dcid:dc/svpg/sdg/EG_FEC_RNEW.001 +name: "Share of renewable energy in the total final energy consumption" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGEGIFFRANDN +relevantVariable: dcid:dc/svpg/sdg/EG_IFF_RANDN.001, dcid:dc/svpg/sdg/EG_IFF_RANDN.002 +name: "International financial flows to developing countries in support of clean energy research and development and renewable energy production, including in hybrid systems" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGEGTBAH2CO +relevantVariable: dcid:dc/svpg/sdg/EG_TBA_H2CO.001 +name: "Proportion of transboundary basins (river and lake basins and aquifers) with an operational arrangement for water cooperation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGEGTBAH2COAQ +relevantVariable: dcid:dc/svpg/sdg/EG_TBA_H2COAQ.001 +name: "Proportion of transboundary aquifers with an operational arrangement for water cooperation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGEGTBAH2CORL +relevantVariable: dcid:dc/svpg/sdg/EG_TBA_H2CORL.001 +name: "Proportion of transboundary river and lake basins with an operational arrangement for water cooperation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENACSURBOPENSP +relevantVariable: dcid:dc/svpg/sdg/EN_ACS_URB_OPENSP.001 +name: "Average share of urban population with convenient access to open public spaces" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENADAPCOM +relevantVariable: dcid:dc/svpg/sdg/EN_ADAP_COM.001 +name: "Number of countries with adaptation communications by Report" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENADAPCOMDV +relevantVariable: dcid:dc/svpg/sdg/EN_ADAP_COM_DV.001 +name: "Number of least developed countries and small island developing States with adaptation communications by Report" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENATMCO2 +relevantVariable: dcid:dc/svpg/sdg/EN_ATM_CO2.001, dcid:dc/svpg/sdg/EN_ATM_CO2.002 +name: "Carbon dioxide emissions from fuel combustion" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENATMCO2GDP +relevantVariable: dcid:dc/svpg/sdg/EN_ATM_CO2GDP.001 +name: "Carbon dioxide emissions per unit of GDP at purchaning power parity rates" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENATMCO2MVA +relevantVariable: dcid:dc/svpg/sdg/EN_ATM_CO2MVA.001 +name: "Carbon dioxide emissions from manufacturing industries per unit of manufacturing value added by Major division of ISIC Rev. 4" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENATMGHGTAIP +relevantVariable: dcid:dc/svpg/sdg/EN_ATM_GHGT_AIP.001 +name: "Total greenhouse gas emissions (excluding land use, land-use changes and forestry) for Annex I Parties to the United Nations Framework Convention on Climate Change" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENATMGHGTNAIP +relevantVariable: dcid:dc/svpg/sdg/EN_ATM_GHGT_NAIP.001 +name: "Total greenhouse gas emissions (excluding land use, land-use changes and forestry) for non-Annex I Parties to the United Nations Framework Convention on Climate Change" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENATMPM25 +relevantVariable: dcid:dc/svpg/sdg/EN_ATM_PM25.001, dcid:dc/svpg/sdg/EN_ATM_PM25.002 +name: "Annual mean levels of fine particulate matter (population-weighted)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENBIUREPAIP +relevantVariable: dcid:dc/svpg/sdg/EN_BIUREP_AIP.001 +name: "Countries with biennial reports, Annex I Parties to the United Nations Framework Convention on Climate Change by Report" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENBIUREPNAIP +relevantVariable: dcid:dc/svpg/sdg/EN_BIUREP_NAIP.001 +name: "Countries with biennial update reports, non-Annex I Parties to the United Nations Framework Convention on Climate Change by Report" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENBIUREPNAIPDV +relevantVariable: dcid:dc/svpg/sdg/EN_BIUREP_NAIP_DV.001 +name: "Least developed countries and small island developing States with biennial update reports, non-Annex I Parties to the United Nations Framework Convention on Climate Change by Report" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENEWTCOLLPCAP +relevantVariable: dcid:dc/svpg/sdg/EN_EWT_COLLPCAP.001 +name: "Electronic waste collected per capita" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENEWTCOLLR +relevantVariable: dcid:dc/svpg/sdg/EN_EWT_COLLR.001 +name: "Proportion of electronic waste that is collected" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENEWTCOLLV +relevantVariable: dcid:dc/svpg/sdg/EN_EWT_COLLV.001 +name: "Total electronic waste collected" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENEWTGENPCAP +relevantVariable: dcid:dc/svpg/sdg/EN_EWT_GENPCAP.001 +name: "Electronic waste generated per capita" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENEWTGENV +relevantVariable: dcid:dc/svpg/sdg/EN_EWT_GENV.001 +name: "Total electronic waste generated" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENEWTRCYPCAP +relevantVariable: dcid:dc/svpg/sdg/EN_EWT_RCYPCAP.001 +name: "Electronic waste recycled per capita" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENEWTRCYR +relevantVariable: dcid:dc/svpg/sdg/EN_EWT_RCYR.001 +name: "Proportion of electronic waste that is recycled" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENEWTRCYV +relevantVariable: dcid:dc/svpg/sdg/EN_EWT_RCYV.001 +name: "Total electronic waste recycled" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENH2OGRAMBQ +relevantVariable: dcid:dc/svpg/sdg/EN_H2O_GRAMBQ.001 +name: "Proportion of groundwater bodies with good ambient water quality" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENH2OOPAMBQ +relevantVariable: dcid:dc/svpg/sdg/EN_H2O_OPAMBQ.001 +name: "Proportion of open water bodies with good ambient water quality" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENH2ORVAMBQ +relevantVariable: dcid:dc/svpg/sdg/EN_H2O_RVAMBQ.001 +name: "Proportion of river water bodies with good ambient water quality" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENH2OWBAMBQ +relevantVariable: dcid:dc/svpg/sdg/EN_H2O_WBAMBQ.001 +name: "Proportion of bodies of water with good ambient water quality" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENHAZEXP +relevantVariable: dcid:dc/svpg/sdg/EN_HAZ_EXP.001 +name: "Hazardous waste exported" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENHAZGENGDP +relevantVariable: dcid:dc/svpg/sdg/EN_HAZ_GENGDP.001 +name: "Hazardous waste generated per unit of GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENHAZGENV +relevantVariable: dcid:dc/svpg/sdg/EN_HAZ_GENV.001 +name: "Hazardous waste generated" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENHAZIMP +relevantVariable: dcid:dc/svpg/sdg/EN_HAZ_IMP.001 +name: "Hazardous waste imported" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENHAZPCAP +relevantVariable: dcid:dc/svpg/sdg/EN_HAZ_PCAP.001 +name: "Hazardous waste generated, per capita" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENHAZTREATV +relevantVariable: dcid:dc/svpg/sdg/EN_HAZ_TREATV.001 +name: "Hazardous waste treated by Type of waste treatment" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENHAZTRTDISR +relevantVariable: dcid:dc/svpg/sdg/EN_HAZ_TRTDISR.001 +name: "Proportion of hazardous waste that is treated or disposed" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENHAZTRTDISV +relevantVariable: dcid:dc/svpg/sdg/EN_HAZ_TRTDISV.001 +name: "Hazardous waste treated or disposed" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENLKRVPWAC +relevantVariable: dcid:dc/svpg/sdg/EN_LKRV_PWAC.001 +name: "Change in permanent water area of lakes and rivers" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENLKRVPWAN +relevantVariable: dcid:dc/svpg/sdg/EN_LKRV_PWAN.001 +name: "Permanent water area of lakes and rivers" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENLKRVPWAP +relevantVariable: dcid:dc/svpg/sdg/EN_LKRV_PWAP.001 +name: "Permanent water area of lakes and rivers as a proportion of total land area" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENLKRVSWAC +relevantVariable: dcid:dc/svpg/sdg/EN_LKRV_SWAC.001 +name: "Change in seasonal water area of lakes and rivers" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENLKRVSWAN +relevantVariable: dcid:dc/svpg/sdg/EN_LKRV_SWAN.001 +name: "Seasonal water area of lakes and rivers" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENLKRVSWAP +relevantVariable: dcid:dc/svpg/sdg/EN_LKRV_SWAP.001 +name: "Seasonal water area of lakes and rivers as a proportion of total land area" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENLKWQLTRB +relevantVariable: dcid:dc/svpg/sdg/EN_LKW_QLTRB.001 +name: "Lake water quality: turbidity by Deviation level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENLKWQLTRST +relevantVariable: dcid:dc/svpg/sdg/EN_LKW_QLTRST.001 +name: "Lake water quality: trophic state by Deviation level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENLNDCNSPOP +relevantVariable: dcid:dc/svpg/sdg/EN_LND_CNSPOP.001 +name: "Ratio of land consumption rate to population growth rate" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENLNDINDQTHSNG +relevantVariable: dcid:dc/svpg/sdg/EN_LND_INDQTHSNG.001, dcid:dc/svpg/sdg/EN_LND_INDQTHSNG.002 +name: "Proportion of urban population living in inadequate housing" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENLNDSLUM +relevantVariable: dcid:dc/svpg/sdg/EN_LND_SLUM.001 +name: "Proportion of urban population living in slums by Type of location" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMARBEALITSQ +relevantVariable: dcid:dc/svpg/sdg/EN_MAR_BEALITSQ.001 +name: "Beach litter per square kilometer" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMARBEALITBP +relevantVariable: dcid:dc/svpg/sdg/EN_MAR_BEALIT_BP.001 +name: "Proportion of beach litter originating from national land-based sources that ends in the beach" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMARBEALITBV +relevantVariable: dcid:dc/svpg/sdg/EN_MAR_BEALIT_BV.001, dcid:dc/svpg/sdg/EN_MAR_BEALIT_BV.002 +name: "Total beach litter originating from national land-based sources that ends in the beach" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMARBEALITEXP +relevantVariable: dcid:dc/svpg/sdg/EN_MAR_BEALIT_EXP.001 +name: "Total beach litter originating from national land-based sources that is exported" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMARBEALITOP +relevantVariable: dcid:dc/svpg/sdg/EN_MAR_BEALIT_OP.001 +name: "Proportion of beach litter originating from national land-based sources that ends in the ocean" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMARBEALITOV +relevantVariable: dcid:dc/svpg/sdg/EN_MAR_BEALIT_OV.001 +name: "Total beach litter originating from national land-based sources that ends in the ocean" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMARCHLANM +relevantVariable: dcid:dc/svpg/sdg/EN_MAR_CHLANM.001 +name: "Chlorophyll-a anomaly, remote sensing by Chlorophyll-a Concentration Frequency" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMARCHLDEV +relevantVariable: dcid:dc/svpg/sdg/EN_MAR_CHLDEV.001 +name: "Chlorophyll-a deviations, remote sensing" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMARPLASDD +relevantVariable: dcid:dc/svpg/sdg/EN_MAR_PLASDD.001 +name: "Floating plastic debris density" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMATDOMCMPC +relevantVariable: dcid:dc/svpg/sdg/EN_MAT_DOMCMPC.001, dcid:dc/svpg/sdg/EN_MAT_DOMCMPC.002 +name: "Domestic material consumption per capita" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMATDOMCMPG +relevantVariable: dcid:dc/svpg/sdg/EN_MAT_DOMCMPG.001, dcid:dc/svpg/sdg/EN_MAT_DOMCMPG.002 +name: "Domestic material consumption per unit of GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMATDOMCMPT +relevantVariable: dcid:dc/svpg/sdg/EN_MAT_DOMCMPT.001, dcid:dc/svpg/sdg/EN_MAT_DOMCMPT.002 +name: "Domestic material consumption" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMATFTPRPC +relevantVariable: dcid:dc/svpg/sdg/EN_MAT_FTPRPC.001 +name: "Material footprint per capita" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMATFTPRPG +relevantVariable: dcid:dc/svpg/sdg/EN_MAT_FTPRPG.001 +name: "Material footprint per unit of GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMATFTPRTN +relevantVariable: dcid:dc/svpg/sdg/EN_MAT_FTPRTN.001 +name: "Material footprint" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMWTCOLLV +relevantVariable: dcid:dc/svpg/sdg/EN_MWT_COLLV.001 +name: "Municipal waste collected" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMWTEXP +relevantVariable: dcid:dc/svpg/sdg/EN_MWT_EXP.001 +name: "Municipal waste exported" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMWTGENV +relevantVariable: dcid:dc/svpg/sdg/EN_MWT_GENV.001 +name: "Municipal waste generated" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMWTIMP +relevantVariable: dcid:dc/svpg/sdg/EN_MWT_IMP.001 +name: "Municipal waste imported" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMWTRCYR +relevantVariable: dcid:dc/svpg/sdg/EN_MWT_RCYR.001 +name: "Proportion of municipal waste recycled" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMWTRCYV +relevantVariable: dcid:dc/svpg/sdg/EN_MWT_RCYV.001 +name: "Municipal waste recycled" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMWTTREATR +relevantVariable: dcid:dc/svpg/sdg/EN_MWT_TREATR.001 +name: "Proportion of municipal waste treated by Type of waste treatment" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENMWTTREATV +relevantVariable: dcid:dc/svpg/sdg/EN_MWT_TREATV.001 +name: "Municipal waste treated by type of treatment by Type of waste treatment" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENNAAPLAN +relevantVariable: dcid:dc/svpg/sdg/EN_NAA_PLAN.001 +name: "Countries with national adaptation plans" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENNAAPLANDV +relevantVariable: dcid:dc/svpg/sdg/EN_NAA_PLAN_DV.001 +name: "Least developed countries and small island developing States with national adaptation plans" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENNACOMAIP +relevantVariable: dcid:dc/svpg/sdg/EN_NACOM_AIP.001 +name: "Countries with national communications, Annex I Parties to the United Nations Framework Convention on Climate Change by Report" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENNACOMNAIP +relevantVariable: dcid:dc/svpg/sdg/EN_NACOM_NAIP.001 +name: "Countries with national communications, non-Annex I Parties by Report" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENNACOMNAIPDV +relevantVariable: dcid:dc/svpg/sdg/EN_NACOM_NAIP_DV.001 +name: "Least developed countries and small island developing States with national communications, non-Annex I Parties to the United Nations Framework Convention on Climate Change by Report" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENNADCONTR +relevantVariable: dcid:dc/svpg/sdg/EN_NAD_CONTR.001 +name: "Countries with nationally determined contributions by Report" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENNADCONTRDV +relevantVariable: dcid:dc/svpg/sdg/EN_NAD_CONTR_DV.001 +name: "Least developed countries and small island developing States with nationally determined contributions by Report" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENREFWASCOL +relevantVariable: dcid:dc/svpg/sdg/EN_REF_WASCOL.001 +name: "Municipal Solid Waste collection coverage" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENRSRVMNWAC +relevantVariable: dcid:dc/svpg/sdg/EN_RSRV_MNWAC.001 +name: "Change in minimum reservoir water area" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENRSRVMNWAN +relevantVariable: dcid:dc/svpg/sdg/EN_RSRV_MNWAN.001 +name: "Minimum reservoir water area" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENRSRVMNWAP +relevantVariable: dcid:dc/svpg/sdg/EN_RSRV_MNWAP.001 +name: "Minimum reservoir water area as a proportion of total land area" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENRSRVMXWAN +relevantVariable: dcid:dc/svpg/sdg/EN_RSRV_MXWAN.001 +name: "Maxiumum reservoir water area" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENRSRVMXWAP +relevantVariable: dcid:dc/svpg/sdg/EN_RSRV_MXWAP.001 +name: "Maximum reservoir water area as a proportion of total land area" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENSCPECSYBA +relevantVariable: dcid:dc/svpg/sdg/EN_SCP_ECSYBA.001, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.002, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.003, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.004, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.005, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.006, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.007, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.008, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.009, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.010, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.011, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.012, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.013, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.014, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.015, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.016, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.017, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.018, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.019, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.020, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.021, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.022, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.023, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.024, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.025, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.026, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.027, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.028, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.029, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.030, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.031, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.032, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.033, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.034, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.035, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.036, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.037, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.038, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.039, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.040, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.041, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.042, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.043, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.044, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.045, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.046, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.047, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.048, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.049, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.050, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.051, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.052, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.053, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.054, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.055, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.056, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.057, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.058, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.059, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.060, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.061, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.062, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.063, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.064, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.065, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.066, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.067, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.068, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.069, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.070, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.071, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.072, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.073, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.074, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.075, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.076, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.077, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.078, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.079, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.080, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.081, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.082, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.083, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.084, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.085, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.086, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.087, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.088, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.089, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.090, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.091, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.092, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.093, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.094, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.095, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.096, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.097, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.098, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.099, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.100, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.101, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.102, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.103, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.104, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.105, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.106, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.107, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.108, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.109, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.110, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.111, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.112, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.113, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.114, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.115, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.116, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.117, dcid:dc/svpg/sdg/EN_SCP_ECSYBA.118 +name: "Countries using ecosystem-based approaches to managing marine areas" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENSCPFRMN +relevantVariable: dcid:dc/svpg/sdg/EN_SCP_FRMN.001, dcid:dc/svpg/sdg/EN_SCP_FRMN.002 +name: "Number of companies publishing sustainability reports with disclosure by dimension" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENSCPFSHGDP +relevantVariable: dcid:dc/svpg/sdg/EN_SCP_FSHGDP.001 +name: "Sustainable fisheries as a proportion of GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENTWTGENV +relevantVariable: dcid:dc/svpg/sdg/EN_TWT_GENV.001, dcid:dc/svpg/sdg/EN_TWT_GENV.002 +name: "Total waste generation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENURBOPENSP +relevantVariable: dcid:dc/svpg/sdg/EN_URB_OPENSP.001 +name: "Average share of the built-up area of cities that is open space for public use for all" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENWBEHMWTL +relevantVariable: dcid:dc/svpg/sdg/EN_WBE_HMWTL.001 +name: "Extent of human made wetlands" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENWBEINWTL +relevantVariable: dcid:dc/svpg/sdg/EN_WBE_INWTL.001 +name: "Extent of inland wetlands" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENWBEMANGC +relevantVariable: dcid:dc/svpg/sdg/EN_WBE_MANGC.001 +name: "Mangrove total area change" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENWBEMANGN +relevantVariable: dcid:dc/svpg/sdg/EN_WBE_MANGN.001 +name: "Mangrove area" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENWBENDQTGRW +relevantVariable: dcid:dc/svpg/sdg/EN_WBE_NDQTGRW.001 +name: "Quantity of nationally derived groundwater" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENWBENDQTRVR +relevantVariable: dcid:dc/svpg/sdg/EN_WBE_NDQTRVR.001 +name: "Quantity of nationally derived water fromrivers" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENWBEWTLN +relevantVariable: dcid:dc/svpg/sdg/EN_WBE_WTLN.001 +name: "Wetlands area" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENWBEWTLP +relevantVariable: dcid:dc/svpg/sdg/EN_WBE_WTLP.001 +name: "Wetlands area as a proportion of total land area" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENWWTGEN +relevantVariable: dcid:dc/svpg/sdg/EN_WWT_GEN.001, dcid:dc/svpg/sdg/EN_WWT_GEN.002, dcid:dc/svpg/sdg/EN_WWT_GEN.003, dcid:dc/svpg/sdg/EN_WWT_GEN.004 +name: "Total wastewater generated" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENWWTTREAT +relevantVariable: dcid:dc/svpg/sdg/EN_WWT_TREAT.001 +name: "Total wastewater treated" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENWWTTREATR +relevantVariable: dcid:dc/svpg/sdg/EN_WWT_TREATR.001 +name: "Proportion of wastewater treated" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENWWTTREATRSF +relevantVariable: dcid:dc/svpg/sdg/EN_WWT_TREATR_SF.001 +name: "Proportion of wastewater safely treated" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENWWTTREATSF +relevantVariable: dcid:dc/svpg/sdg/EN_WWT_TREAT_SF.001 +name: "Total wastewater safely treated" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGENWWTWWDS +relevantVariable: dcid:dc/svpg/sdg/EN_WWT_WWDS.001 +name: "Proportion of safely treated domestic wastewater flows" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERBDYABT2NP +relevantVariable: dcid:dc/svpg/sdg/ER_BDY_ABT2NP.001, dcid:dc/svpg/sdg/ER_BDY_ABT2NP.002 +name: "Countries that established national targets in accordance with Aichi Biodiversity Target 2 of the Strategic Plan for Biodiversity 2011-2020 in their National Biodiversity Strategy and Action Plans" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERBDYSEEA +relevantVariable: dcid:dc/svpg/sdg/ER_BDY_SEEA.001, dcid:dc/svpg/sdg/ER_BDY_SEEA.002 +name: "Countries with integrated biodiversity values into national accounting and reporting systems, defined as implementation of the System of Environmental-Economic Accounting" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERCBDABSCLRHS +relevantVariable: dcid:dc/svpg/sdg/ER_CBD_ABSCLRHS.001 +name: "Countries that have legislative, administrative and policy framework or measures reported to the Access and Benefit-Sharing Clearing-House" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERCBDNAGOYA +relevantVariable: dcid:dc/svpg/sdg/ER_CBD_NAGOYA.001 +name: "Countries that are parties to the Nagoya Protocol" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERCBDORSPGRFA +relevantVariable: dcid:dc/svpg/sdg/ER_CBD_ORSPGRFA.001 +name: "Countries that have legislative, administrative and policy framework or measures reported through the Online Reporting System on Compliance of the International Treaty on Plant Genetic Resources for Food and Agriculture (PGRFA)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERCBDPTYPGRFA +relevantVariable: dcid:dc/svpg/sdg/ER_CBD_PTYPGRFA.001 +name: "Countries that are contracting Parties to the International Treaty on Plant Genetic Resources for Food and Agriculture (PGRFA)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERCBDSMTA +relevantVariable: dcid:dc/svpg/sdg/ER_CBD_SMTA.001 +name: "Total reported number of Standard Material Transfer Agreements (SMTAs) transferring plant genetic resources for food and agriculture to the country" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERFFSCMPTCD +relevantVariable: dcid:dc/svpg/sdg/ER_FFS_CMPT_CD.001 +name: "Fossil-fuel subsidies (consumption and production)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERFFSCMPTGDP +relevantVariable: dcid:dc/svpg/sdg/ER_FFS_CMPT_GDP.001 +name: "Fossil-fuel subsidies (consumption and production) as a proportion of total GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERFFSCMPTPCCD +relevantVariable: dcid:dc/svpg/sdg/ER_FFS_CMPT_PC_CD.001 +name: "Fossil-fuel subsidies (consumption and production) per capita" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERGRFANIMKPT +relevantVariable: dcid:dc/svpg/sdg/ER_GRF_ANIMKPT.001 +name: "Number of local breeds kept in the country" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERGRFANIMKPTTRB +relevantVariable: dcid:dc/svpg/sdg/ER_GRF_ANIMKPT_TRB.001 +name: "Number of transboundary breeds (including extinct ones)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERGRFANIMRCNTN +relevantVariable: dcid:dc/svpg/sdg/ER_GRF_ANIMRCNTN.001 +name: "Number of local breeds for which sufficient genetic resources are stored for reconstitution" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERGRFANIMRCNTNTRB +relevantVariable: dcid:dc/svpg/sdg/ER_GRF_ANIMRCNTN_TRB.001 +name: "Number of transboundary breeds for which sufficient genetic resources are stored for reconstitution" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERGRFPLNTSTOR +relevantVariable: dcid:dc/svpg/sdg/ER_GRF_PLNTSTOR.001 +name: "Plant genetic resources accessions stored ex situ" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERH2OFWTL +relevantVariable: dcid:dc/svpg/sdg/ER_H2O_FWTL.001 +name: "Proportion of fish stocks within biologically sustainable levels (not overexploited)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERH2OIWRMD +relevantVariable: dcid:dc/svpg/sdg/ER_H2O_IWRMD.001 +name: "Degree of implementation of integrated water resources management" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERH2OIWRMDEE +relevantVariable: dcid:dc/svpg/sdg/ER_H2O_IWRMD_EE.001 +name: "Degree of implementation of integrated water resources management: enabling environment" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERH2OIWRMDFI +relevantVariable: dcid:dc/svpg/sdg/ER_H2O_IWRMD_FI.001 +name: "Degree of implementation of integrated water resources management: financing" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERH2OIWRMDIP +relevantVariable: dcid:dc/svpg/sdg/ER_H2O_IWRMD_IP.001 +name: "Degree of implementation of integrated water resources management: institutions and participation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERH2OIWRMDMI +relevantVariable: dcid:dc/svpg/sdg/ER_H2O_IWRMD_MI.001 +name: "Degree of implementation of integrated water resources management: management instruments" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERH2OIWRMP +relevantVariable: dcid:dc/svpg/sdg/ER_H2O_IWRMP.001 +name: "Proportion of countries by category of implementation of integrated water resources management (IWRM) by Level of implementation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERH2OPARTIC +relevantVariable: dcid:dc/svpg/sdg/ER_H2O_PARTIC.001 +name: "Proportion of countries with high level of users/communities participating in planning programs in rural drinking-water supply by Type of location" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERH2OPRDU +relevantVariable: dcid:dc/svpg/sdg/ER_H2O_PRDU.001 +name: "Countries with procedures in law or policy for participation by service users/communities in planning program in rural drinking-water supply by Type of location" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERH2OPROCED +relevantVariable: dcid:dc/svpg/sdg/ER_H2O_PROCED.001 +name: "Proportion of countries with clearly defined procedures in law or policy for participation by service users/communities in planning program in rural drinking-water supply by Type of location" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERH2ORURP +relevantVariable: dcid:dc/svpg/sdg/ER_H2O_RURP.001 +name: "Countries with users/communities participating in planning programs in rural drinking-water supply, by level of participation by Type of location" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERH2OSTRESS +relevantVariable: dcid:dc/svpg/sdg/ER_H2O_STRESS.001, dcid:dc/svpg/sdg/ER_H2O_STRESS.002 +name: "Level of water stress: freshwater withdrawal as a proportion of available freshwater resources" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERH2OWUEYST +relevantVariable: dcid:dc/svpg/sdg/ER_H2O_WUEYST.001, dcid:dc/svpg/sdg/ER_H2O_WUEYST.002 +name: "Water use efficiency" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERIASGLOFUN +relevantVariable: dcid:dc/svpg/sdg/ER_IAS_GLOFUN.001 +name: "Recipient countries of global funding with access to any funding from global financial mechanisms for projects related to invasive alien species  management" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERIASGLOFUNP +relevantVariable: dcid:dc/svpg/sdg/ER_IAS_GLOFUNP.001 +name: "Proportion of recipient countries of global funding with access to any funding from global financial mechanisms for projects related to invasive alien species  management" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERIASLEGIS +relevantVariable: dcid:dc/svpg/sdg/ER_IAS_LEGIS.001 +name: "Countriees with a legislation, regulation, or act related to the prevention of introduction and management of Invasive Alien Species" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERIASNATBUD +relevantVariable: dcid:dc/svpg/sdg/ER_IAS_NATBUD.001 +name: "Countries with an allocation from the national budget to manage the threat of invasive alien species" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERIASNATBUDP +relevantVariable: dcid:dc/svpg/sdg/ER_IAS_NATBUDP.001 +name: "Proportion of countries with allocation from the national budget to manage the threat of invasive alien species" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERIASNBSAP +relevantVariable: dcid:dc/svpg/sdg/ER_IAS_NBSAP.001 +name: "Countries with alignment of National Biodiversity Strategy and Action Plan (NBSAP) targets to target 9 of the Aichi Biodiversity set out in the Strategic Plan for Biodiversity 2011-2020" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERIASNBSAPP +relevantVariable: dcid:dc/svpg/sdg/ER_IAS_NBSAPP.001 +name: "Proportion of countries with alignment of National Biodiversity Strategy and Action Plan (NBSAP) targets to target 9 of the Aichi Biodiversity target 9 set out in the Strategic Plan for Biodiversity 2011-2020" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERMRNMPA +relevantVariable: dcid:dc/svpg/sdg/ER_MRN_MPA.001 +name: "Average proportion of Marine Key Biodiversity Areas (KBAs) covered by protected areas" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERMTNDGRDA +relevantVariable: dcid:dc/svpg/sdg/ER_MTN_DGRDA.001, dcid:dc/svpg/sdg/ER_MTN_DGRDA.002 +name: "Area of degraded mountain land" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERMTNDGRDP +relevantVariable: dcid:dc/svpg/sdg/ER_MTN_DGRDP.001, dcid:dc/svpg/sdg/ER_MTN_DGRDP.002 +name: "Proportion of degraded mountain land" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERMTNGRNCOV +relevantVariable: dcid:dc/svpg/sdg/ER_MTN_GRNCOV.001, dcid:dc/svpg/sdg/ER_MTN_GRNCOV.002, dcid:dc/svpg/sdg/ER_MTN_GRNCOV.003, dcid:dc/svpg/sdg/ER_MTN_GRNCOV.004, dcid:dc/svpg/sdg/ER_MTN_GRNCOV.005, dcid:dc/svpg/sdg/ER_MTN_GRNCOV.006 +name: "Area of mountain green cover by Type of land cover" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERMTNGRNCVI +relevantVariable: dcid:dc/svpg/sdg/ER_MTN_GRNCVI.001, dcid:dc/svpg/sdg/ER_MTN_GRNCVI.002, dcid:dc/svpg/sdg/ER_MTN_GRNCVI.003, dcid:dc/svpg/sdg/ER_MTN_GRNCVI.004, dcid:dc/svpg/sdg/ER_MTN_GRNCVI.005, dcid:dc/svpg/sdg/ER_MTN_GRNCVI.006 +name: "Mountain Green Cover Index by Type of land cover" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERMTNTOTL +relevantVariable: dcid:dc/svpg/sdg/ER_MTN_TOTL.001, dcid:dc/svpg/sdg/ER_MTN_TOTL.002 +name: "Mountain area" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERNOEXLBREDN +relevantVariable: dcid:dc/svpg/sdg/ER_NOEX_LBREDN.001 +name: "Number of local breeds (not extinct)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERPTDFRHWTR +relevantVariable: dcid:dc/svpg/sdg/ER_PTD_FRHWTR.001 +name: "Average proportion of Freshwater Key Biodiversity Areas (KBAs) covered by protected areas" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERPTDMTN +relevantVariable: dcid:dc/svpg/sdg/ER_PTD_MTN.001 +name: "Average proportion of Mountain Key Biodiversity Areas (KBAs) covered by protected areas" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERPTDTERR +relevantVariable: dcid:dc/svpg/sdg/ER_PTD_TERR.001 +name: "Average proportion of Terrestrial Key Biodiversity Areas (KBAs) covered by protected areas" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERRDEOSEX +relevantVariable: dcid:dc/svpg/sdg/ER_RDE_OSEX.001 +name: "National ocean science expenditure as a share of total research and development funding" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERREGSSFRAR +relevantVariable: dcid:dc/svpg/sdg/ER_REG_SSFRAR.001 +name: "Degree of application of a legal/regulatory/policy/institutional framework which recognizes and protects access rights for small-scale fisheries" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERREGUNFCIM +relevantVariable: dcid:dc/svpg/sdg/ER_REG_UNFCIM.001 +name: "Degree of implementation of international instruments aiming to combat illegal, unreported and unregulated fishing" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERRSKLBREDS +relevantVariable: dcid:dc/svpg/sdg/ER_RSK_LBREDS.001 +name: "Proportion of local breeds classified as being at risk of extinction as a share of local breeds with known level of extinction risk" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERRSKLST +relevantVariable: dcid:dc/svpg/sdg/ER_RSK_LST.001 +name: "Red List Index" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERUNCLOSIMPLE +relevantVariable: dcid:dc/svpg/sdg/ER_UNCLOS_IMPLE.001 +name: "Score for the implementation of UNCLOS and its two implementing agreements" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERUNCLOSRATACC +relevantVariable: dcid:dc/svpg/sdg/ER_UNCLOS_RATACC.001 +name: "Score for the ratification of and accession to UNCLOS and its two implementing agreements" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERUNKLBREDN +relevantVariable: dcid:dc/svpg/sdg/ER_UNK_LBREDN.001 +name: "Number of local breeds with unknown risk status" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERWATPART +relevantVariable: dcid:dc/svpg/sdg/ER_WAT_PART.001 +name: "Countries with users/communities participating in planning programs in water resources planning and management" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERWATPARTIC +relevantVariable: dcid:dc/svpg/sdg/ER_WAT_PARTIC.001 +name: "Proportion of countries with high level of users/communities participating in planning programs in water resources planning and management" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERWATPRDU +relevantVariable: dcid:dc/svpg/sdg/ER_WAT_PRDU.001 +name: "Countries with procedures in law or policy for participation by service users/communities in planning program in water resources planning and management" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERWATPROCED +relevantVariable: dcid:dc/svpg/sdg/ER_WAT_PROCED.001 +name: "Proportion of countries with clearly defined procedures in law or policy for participation by service users/communities in planning program in water resources planning and management" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGERWLDTRPOACH +relevantVariable: dcid:dc/svpg/sdg/ER_WLD_TRPOACH.001 +name: "Proportion of traded wildlife that was poached or illicitly trafficked by Plants, animals and derived products " +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFBATMTOTL +relevantVariable: dcid:dc/svpg/sdg/FB_ATM_TOTL.001 +name: "Number of automated teller machines (ATMs) per 100, 000 adults (15 years old and over)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFBBNKACCSS +relevantVariable: dcid:dc/svpg/sdg/FB_BNK_ACCSS.001, dcid:dc/svpg/sdg/FB_BNK_ACCSS.002, dcid:dc/svpg/sdg/FB_BNK_ACCSS.003, dcid:dc/svpg/sdg/FB_BNK_ACCSS.004, dcid:dc/svpg/sdg/FB_BNK_ACCSS.005 +name: "Proportion of adults (15 years and older) with an account at a financial institution or mobile-money-service provider by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFBBNKACCSSILF +relevantVariable: dcid:dc/svpg/sdg/FB_BNK_ACCSS_ILF.001 +name: "Proportion of adults (15 years and older) active in labor force with an account at a financial institution or mobile-money-service provider by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFBBNKACCSSOLF +relevantVariable: dcid:dc/svpg/sdg/FB_BNK_ACCSS_OLF.001 +name: "Proportion of adults (15 years and older) out of labor force with an account at a financial institution or mobile-money-service provider" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFBBNKCAPAZS +relevantVariable: dcid:dc/svpg/sdg/FB_BNK_CAPA_ZS.001 +name: "Bank capital to assets ratio" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFBCBKBRCH +relevantVariable: dcid:dc/svpg/sdg/FB_CBK_BRCH.001 +name: "Number of commercial bank branches per 100, 000 adults (15 years old and over)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFCACCSSID +relevantVariable: dcid:dc/svpg/sdg/FC_ACC_SSID.001 +name: "Proportion of small-scale manufacturing industries with a loan or line of credit" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFIFSIFSANL +relevantVariable: dcid:dc/svpg/sdg/FI_FSI_FSANL.001 +name: "Non-performing loans to total gross loans" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFIFSIFSERA +relevantVariable: dcid:dc/svpg/sdg/FI_FSI_FSERA.001 +name: "Rate of return on assets" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFIFSIFSKA +relevantVariable: dcid:dc/svpg/sdg/FI_FSI_FSKA.001 +name: "Ratio of regulatory capital to assets" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFIFSIFSKNL +relevantVariable: dcid:dc/svpg/sdg/FI_FSI_FSKNL.001 +name: "Ratio of non-performing loans (net of provisions) to capital" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFIFSIFSKRTC +relevantVariable: dcid:dc/svpg/sdg/FI_FSI_FSKRTC.001 +name: "Ratio of regulatory tier-1 capital to risk-weighted assets" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFIFSIFSLS +relevantVariable: dcid:dc/svpg/sdg/FI_FSI_FSLS.001 +name: "Ratio of liquid assets to short term liabilities" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFIFSIFSSNO +relevantVariable: dcid:dc/svpg/sdg/FI_FSI_FSSNO.001 +name: "Ratio of net open position in foreign exchange to capital" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFIRESTOTLMO +relevantVariable: dcid:dc/svpg/sdg/FI_RES_TOTL_MO.001 +name: "Total reserves in months of imports" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFMLBLBMNYIRZS +relevantVariable: dcid:dc/svpg/sdg/FM_LBL_BMNY_IR_ZS.001 +name: "Ratio of broad money to total reserves" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFMLBLBMNYZG +relevantVariable: dcid:dc/svpg/sdg/FM_LBL_BMNY_ZG.001 +name: "Annual growth of broad money" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGFPCPITOTLZG +relevantVariable: dcid:dc/svpg/sdg/FP_CPI_TOTL_ZG.001 +name: "Annual inflation (consumer prices)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGGBPOPSCIERD +relevantVariable: dcid:dc/svpg/sdg/GB_POP_SCIERD.001 +name: "Number of full-time-equivalent researchers per million inhabitants" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGGBXPDCULNATPB +relevantVariable: dcid:dc/svpg/sdg/GB_XPD_CULNAT_PB.001, dcid:dc/svpg/sdg/GB_XPD_CULNAT_PB.002 +name: "Total public expenditure per capita on cultural and natural heritage at purchansing-power parity rates" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGGBXPDCULNATPBPV +relevantVariable: dcid:dc/svpg/sdg/GB_XPD_CULNAT_PBPV.001 +name: "Total public and private expenditure per capita on cultural and natural heritage at purchasing-power parity rates" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGGBXPDCULNATPV +relevantVariable: dcid:dc/svpg/sdg/GB_XPD_CULNAT_PV.001 +name: "Total private expenditure per capita spent on cultural and natural heritage at purchasing-power parity rates" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGGBXPDCULPBPV +relevantVariable: dcid:dc/svpg/sdg/GB_XPD_CUL_PBPV.001 +name: "Total public and private expenditure per capita on cultural heritage at purchasing-power parity rates" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGGBXPDNATPBPV +relevantVariable: dcid:dc/svpg/sdg/GB_XPD_NAT_PBPV.001 +name: "Total public and private expenditure per capita on natural heritage at purchasing-power parity rates" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGGBXPDRSDV +relevantVariable: dcid:dc/svpg/sdg/GB_XPD_RSDV.001 +name: "Research and development expenditure as a proportion of GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGGCBALCASHGDZS +relevantVariable: dcid:dc/svpg/sdg/GC_BAL_CASH_GD_ZS.001 +name: "Cash surplus/deficit as a proportion of GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGGCGOBTAXD +relevantVariable: dcid:dc/svpg/sdg/GC_GOB_TAXD.001 +name: "Proportion of domestic budget funded by domestic taxes" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGGCTAXTOTLGDZS +relevantVariable: dcid:dc/svpg/sdg/GC_TAX_TOTL_GD_ZS.001 +name: "Tax revenue as a proportion of GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGGFCOMPPPI +relevantVariable: dcid:dc/svpg/sdg/GF_COM_PPPI.001 +name: "Monetary amount committed to public-private partnerships for infrastructure in nominal terms" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGGFCOMPPPIKD +relevantVariable: dcid:dc/svpg/sdg/GF_COM_PPPI_KD.001 +name: "Monetary amount committed to public-private partnerships for infrastructure in real terms" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGGFFRNFDI +relevantVariable: dcid:dc/svpg/sdg/GF_FRN_FDI.001 +name: "Foreign direct investment (FDI) inflows" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGGFXPDGBPC +relevantVariable: dcid:dc/svpg/sdg/GF_XPD_GBPC.001 +name: "Primary government expenditures as a proportion of original approved budget" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGGRG14GDP +relevantVariable: dcid:dc/svpg/sdg/GR_G14_GDP.001 +name: "Total bugetary revenue of the central government as a proportion of GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGGRG14XDC +relevantVariable: dcid:dc/svpg/sdg/GR_G14_XDC.001 +name: "Total government revenue, in local currency" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGICFRMBRIB +relevantVariable: dcid:dc/svpg/sdg/IC_FRM_BRIB.001 +name: "Incidence of bribery (proportion of firms experiencing at least one bribe payment request)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGICGENMGTL +relevantVariable: dcid:dc/svpg/sdg/IC_GEN_MGTL.001 +name: "Proportion of women in managerial positions - previous definition (15 years old and over)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGICGENMGTL19ICLS +relevantVariable: dcid:dc/svpg/sdg/IC_GEN_MGTL_19ICLS.001 +name: "Proportion of women in managerial positions - current definition (15 years old and over)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGICGENMGTN +relevantVariable: dcid:dc/svpg/sdg/IC_GEN_MGTN.001 +name: "Proportion of women in senior and middle management positions - previous definition (15 years old and over)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGICGENMGTN19ICLS +relevantVariable: dcid:dc/svpg/sdg/IC_GEN_MGTN_19ICLS.001 +name: "Proportion of women in senior and middle management positions - current definition (15 years old and over)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGIQSPIPIL4 +relevantVariable: dcid:dc/svpg/sdg/IQ_SPI_PIL4.001 +name: "Performance index of data sources (Pillar 4 of Statistical Performance Indicators)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGIQSPIPIL5 +relevantVariable: dcid:dc/svpg/sdg/IQ_SPI_PIL5.001 +name: "Performance index of data Infrastructure (Pillar 5 of Statistical Performance Indicators)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGISRDPFRGVOL +relevantVariable: dcid:dc/svpg/sdg/IS_RDP_FRGVOL.001 +name: "Freight volume by Mode of transport" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGISRDPLULFRG +relevantVariable: dcid:dc/svpg/sdg/IS_RDP_LULFRG.001 +name: "Freight loaded and unloaded, maritime transport" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGISRDPPFVOL +relevantVariable: dcid:dc/svpg/sdg/IS_RDP_PFVOL.001 +name: "Passenger volume by Mode of transport" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGISRDPPORFVOL +relevantVariable: dcid:dc/svpg/sdg/IS_RDP_PORFVOL.001 +name: "Container port traffic, maritime transport" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGITMOB2GNTWK +relevantVariable: dcid:dc/svpg/sdg/IT_MOB_2GNTWK.001 +name: "Proportion of population covered by at least a 2G mobile network" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGITMOB3GNTWK +relevantVariable: dcid:dc/svpg/sdg/IT_MOB_3GNTWK.001 +name: "Proportion of population covered by at least a 3G mobile network" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGITMOB4GNTWK +relevantVariable: dcid:dc/svpg/sdg/IT_MOB_4GNTWK.001 +name: "Proportion of population covered by at least a 4G mobile network" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGITMOBOWN +relevantVariable: dcid:dc/svpg/sdg/IT_MOB_OWN.001, dcid:dc/svpg/sdg/IT_MOB_OWN.002 +name: "Proportion of individuals who own a mobile telephone" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGITNETBBND +relevantVariable: dcid:dc/svpg/sdg/IT_NET_BBND.001, dcid:dc/svpg/sdg/IT_NET_BBND.002 +name: "Fixed broadband subscriptions per 100 inhabitants" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGITNETBBNDN +relevantVariable: dcid:dc/svpg/sdg/IT_NET_BBNDN.001, dcid:dc/svpg/sdg/IT_NET_BBNDN.002 +name: "Number of fixed broadband subscriptions" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGITUSEii99 +relevantVariable: dcid:dc/svpg/sdg/IT_USE_ii99.001, dcid:dc/svpg/sdg/IT_USE_ii99.002 +name: "Proportion of individuals using the Internet" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGIUCORBRIB +relevantVariable: dcid:dc/svpg/sdg/IU_COR_BRIB.001, dcid:dc/svpg/sdg/IU_COR_BRIB.002 +name: "Prevalence rate of bribery" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGIUDMKICRS +relevantVariable: dcid:dc/svpg/sdg/IU_DMK_ICRS.001, dcid:dc/svpg/sdg/IU_DMK_ICRS.002, dcid:dc/svpg/sdg/IU_DMK_ICRS.003, dcid:dc/svpg/sdg/IU_DMK_ICRS.004, dcid:dc/svpg/sdg/IU_DMK_ICRS.005, dcid:dc/svpg/sdg/IU_DMK_ICRS.006, dcid:dc/svpg/sdg/IU_DMK_ICRS.007, dcid:dc/svpg/sdg/IU_DMK_ICRS.008 +name: "Proportion of population who believe decision-making is inclusive and responsive" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGIUDMKINCL +relevantVariable: dcid:dc/svpg/sdg/IU_DMK_INCL.001, dcid:dc/svpg/sdg/IU_DMK_INCL.002, dcid:dc/svpg/sdg/IU_DMK_INCL.003, dcid:dc/svpg/sdg/IU_DMK_INCL.004, dcid:dc/svpg/sdg/IU_DMK_INCL.005, dcid:dc/svpg/sdg/IU_DMK_INCL.006, dcid:dc/svpg/sdg/IU_DMK_INCL.007, dcid:dc/svpg/sdg/IU_DMK_INCL.008 +name: "Proportion of population who believe decision-making is inclusive" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGIUDMKRESP +relevantVariable: dcid:dc/svpg/sdg/IU_DMK_RESP.001, dcid:dc/svpg/sdg/IU_DMK_RESP.002, dcid:dc/svpg/sdg/IU_DMK_RESP.003, dcid:dc/svpg/sdg/IU_DMK_RESP.004, dcid:dc/svpg/sdg/IU_DMK_RESP.005, dcid:dc/svpg/sdg/IU_DMK_RESP.006, dcid:dc/svpg/sdg/IU_DMK_RESP.007, dcid:dc/svpg/sdg/IU_DMK_RESP.008, dcid:dc/svpg/sdg/IU_DMK_RESP.009 +name: "Proportion of population who believe decision-making is responsive" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGNECONGOVTKDZG +relevantVariable: dcid:dc/svpg/sdg/NE_CON_GOVT_KD_ZG.001 +name: "Annual growth of final consumption expenditure of the general government" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGNECONPRVTKDZG +relevantVariable: dcid:dc/svpg/sdg/NE_CON_PRVT_KD_ZG.001 +name: "Annual growth of final consumption expenditure of households and non-profit institutions serving households (NPISHs)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGNEEXPGNFSKDZG +relevantVariable: dcid:dc/svpg/sdg/NE_EXP_GNFS_KD_ZG.001 +name: "Annual growth of exports of goods and services" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGNEGDITOTLKDZG +relevantVariable: dcid:dc/svpg/sdg/NE_GDI_TOTL_KD_ZG.001 +name: "Annual growth of the gross capital formation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGNEIMPGNFSKDZG +relevantVariable: dcid:dc/svpg/sdg/NE_IMP_GNFS_KD_ZG.001 +name: "Annual growth of imports of goods and services" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGNVINDSSIS +relevantVariable: dcid:dc/svpg/sdg/NV_IND_SSIS.001 +name: "Proportion of small-scale manufacturing industries in total manufacturing value added" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGNVINDTECH +relevantVariable: dcid:dc/svpg/sdg/NV_IND_TECH.001 +name: "Proportion of medium and high-tech manufacturing value added in total value added" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGNYGDPMKTPKDZG +relevantVariable: dcid:dc/svpg/sdg/NY_GDP_MKTP_KD_ZG.001 +name: "Annual GDP growth" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGNYGDPPCAP +relevantVariable: dcid:dc/svpg/sdg/NY_GDP_PCAP.001 +name: "Annual growth rate of real GDP per capita" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGPANUSATLS +relevantVariable: dcid:dc/svpg/sdg/PA_NUS_ATLS.001 +name: "Alternative conversion factor used by the Development Economics Group (DEC)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGPDAGRLSFP +relevantVariable: dcid:dc/svpg/sdg/PD_AGR_LSFP.001, dcid:dc/svpg/sdg/PD_AGR_LSFP.002 +name: "Productivity of large-scale food producers (agricultural output per labour day at purchasing-power parity rates)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGPDAGRSSFP +relevantVariable: dcid:dc/svpg/sdg/PD_AGR_SSFP.001, dcid:dc/svpg/sdg/PD_AGR_SSFP.002 +name: "Productivity of small-scale food producers (agricultural output per labour day at purchasing-power parity rates)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSDCPAUPRDP +relevantVariable: dcid:dc/svpg/sdg/SD_CPA_UPRDP.001 +name: "Countries that have national urban policies or regional development plans that respond to population dynamics, ensure balanced territorial development, and increase local fiscal space" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSDMDPANDI +relevantVariable: dcid:dc/svpg/sdg/SD_MDP_ANDI.001, dcid:dc/svpg/sdg/SD_MDP_ANDI.002 +name: "Average proportion of deprivations experienced by multidimensionally poor people" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSDMDPANDIHH +relevantVariable: dcid:dc/svpg/sdg/SD_MDP_ANDIHH.001, dcid:dc/svpg/sdg/SD_MDP_ANDIHH.002 +name: "Average share of weighted deprivations experienced by total households (intensity)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSDMDPCSMP +relevantVariable: dcid:dc/svpg/sdg/SD_MDP_CSMP.001, dcid:dc/svpg/sdg/SD_MDP_CSMP.002 +name: "Proportion of children living in child-specific multidimensional poverty (under 18 years old)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSDMDPMUHHC +relevantVariable: dcid:dc/svpg/sdg/SD_MDP_MUHHC.001, dcid:dc/svpg/sdg/SD_MDP_MUHHC.002 +name: "Proportion of households living in multidimensional poverty" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSDXPDESED +relevantVariable: dcid:dc/svpg/sdg/SD_XPD_ESED.001 +name: "Proportion of total government spending on essential services, education" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSDXPDMNPO +relevantVariable: dcid:dc/svpg/sdg/SD_XPD_MNPO.001 +name: "Proportion of government spending in health, direct social transfers and education which benefit the monetary poor" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEACCHNDWSH +relevantVariable: dcid:dc/svpg/sdg/SE_ACC_HNDWSH.001 +name: "Proportion of schools with basic handwashing facilities by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEACSCMPTR +relevantVariable: dcid:dc/svpg/sdg/SE_ACS_CMPTR.001, dcid:dc/svpg/sdg/SE_ACS_CMPTR.002 +name: "Proportion of schools with access to computers for pedagogical purposes by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEACSELECT +relevantVariable: dcid:dc/svpg/sdg/SE_ACS_ELECT.001 +name: "Proportion of schools with access to electricity by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEACSH2O +relevantVariable: dcid:dc/svpg/sdg/SE_ACS_H2O.001 +name: "Proportion of schools with access to basic drinking water by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEACSINTNT +relevantVariable: dcid:dc/svpg/sdg/SE_ACS_INTNT.001, dcid:dc/svpg/sdg/SE_ACS_INTNT.002 +name: "Proportion of schools with access to the internet for pedagogical purposes by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEACSSANIT +relevantVariable: dcid:dc/svpg/sdg/SE_ACS_SANIT.001 +name: "Proportion of schools with access to single-sex basic sanitation by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEADTACTS +relevantVariable: dcid:dc/svpg/sdg/SE_ADT_ACTS.001, dcid:dc/svpg/sdg/SE_ADT_ACTS.002, dcid:dc/svpg/sdg/SE_ADT_ACTS.003, dcid:dc/svpg/sdg/SE_ADT_ACTS.004, dcid:dc/svpg/sdg/SE_ADT_ACTS.005, dcid:dc/svpg/sdg/SE_ADT_ACTS.006, dcid:dc/svpg/sdg/SE_ADT_ACTS.007, dcid:dc/svpg/sdg/SE_ADT_ACTS.008, dcid:dc/svpg/sdg/SE_ADT_ACTS.009, dcid:dc/svpg/sdg/SE_ADT_ACTS.010, dcid:dc/svpg/sdg/SE_ADT_ACTS.011, dcid:dc/svpg/sdg/SE_ADT_ACTS.012, dcid:dc/svpg/sdg/SE_ADT_ACTS.013, dcid:dc/svpg/sdg/SE_ADT_ACTS.014, dcid:dc/svpg/sdg/SE_ADT_ACTS.015, dcid:dc/svpg/sdg/SE_ADT_ACTS.016, dcid:dc/svpg/sdg/SE_ADT_ACTS.017, dcid:dc/svpg/sdg/SE_ADT_ACTS.018, dcid:dc/svpg/sdg/SE_ADT_ACTS.019, dcid:dc/svpg/sdg/SE_ADT_ACTS.020, dcid:dc/svpg/sdg/SE_ADT_ACTS.021, dcid:dc/svpg/sdg/SE_ADT_ACTS.022, dcid:dc/svpg/sdg/SE_ADT_ACTS.023, dcid:dc/svpg/sdg/SE_ADT_ACTS.024, dcid:dc/svpg/sdg/SE_ADT_ACTS.025, dcid:dc/svpg/sdg/SE_ADT_ACTS.026, dcid:dc/svpg/sdg/SE_ADT_ACTS.027, dcid:dc/svpg/sdg/SE_ADT_ACTS.028, dcid:dc/svpg/sdg/SE_ADT_ACTS.029, dcid:dc/svpg/sdg/SE_ADT_ACTS.030, dcid:dc/svpg/sdg/SE_ADT_ACTS.031, dcid:dc/svpg/sdg/SE_ADT_ACTS.032, dcid:dc/svpg/sdg/SE_ADT_ACTS.033, dcid:dc/svpg/sdg/SE_ADT_ACTS.034, dcid:dc/svpg/sdg/SE_ADT_ACTS.035, dcid:dc/svpg/sdg/SE_ADT_ACTS.036, dcid:dc/svpg/sdg/SE_ADT_ACTS.037, dcid:dc/svpg/sdg/SE_ADT_ACTS.038, dcid:dc/svpg/sdg/SE_ADT_ACTS.039, dcid:dc/svpg/sdg/SE_ADT_ACTS.040, dcid:dc/svpg/sdg/SE_ADT_ACTS.041, dcid:dc/svpg/sdg/SE_ADT_ACTS.042, dcid:dc/svpg/sdg/SE_ADT_ACTS.043, dcid:dc/svpg/sdg/SE_ADT_ACTS.044, dcid:dc/svpg/sdg/SE_ADT_ACTS.045, dcid:dc/svpg/sdg/SE_ADT_ACTS.046, dcid:dc/svpg/sdg/SE_ADT_ACTS.047, dcid:dc/svpg/sdg/SE_ADT_ACTS.048, dcid:dc/svpg/sdg/SE_ADT_ACTS.049, dcid:dc/svpg/sdg/SE_ADT_ACTS.050, dcid:dc/svpg/sdg/SE_ADT_ACTS.051, dcid:dc/svpg/sdg/SE_ADT_ACTS.052, dcid:dc/svpg/sdg/SE_ADT_ACTS.053, dcid:dc/svpg/sdg/SE_ADT_ACTS.054, dcid:dc/svpg/sdg/SE_ADT_ACTS.055, dcid:dc/svpg/sdg/SE_ADT_ACTS.056, dcid:dc/svpg/sdg/SE_ADT_ACTS.057, dcid:dc/svpg/sdg/SE_ADT_ACTS.058, dcid:dc/svpg/sdg/SE_ADT_ACTS.059, dcid:dc/svpg/sdg/SE_ADT_ACTS.060, dcid:dc/svpg/sdg/SE_ADT_ACTS.061, dcid:dc/svpg/sdg/SE_ADT_ACTS.062, dcid:dc/svpg/sdg/SE_ADT_ACTS.063, dcid:dc/svpg/sdg/SE_ADT_ACTS.064, dcid:dc/svpg/sdg/SE_ADT_ACTS.065, dcid:dc/svpg/sdg/SE_ADT_ACTS.066, dcid:dc/svpg/sdg/SE_ADT_ACTS.067, dcid:dc/svpg/sdg/SE_ADT_ACTS.068, dcid:dc/svpg/sdg/SE_ADT_ACTS.069, dcid:dc/svpg/sdg/SE_ADT_ACTS.070, dcid:dc/svpg/sdg/SE_ADT_ACTS.071, dcid:dc/svpg/sdg/SE_ADT_ACTS.072, dcid:dc/svpg/sdg/SE_ADT_ACTS.073, dcid:dc/svpg/sdg/SE_ADT_ACTS.074, dcid:dc/svpg/sdg/SE_ADT_ACTS.075, dcid:dc/svpg/sdg/SE_ADT_ACTS.076, dcid:dc/svpg/sdg/SE_ADT_ACTS.077, dcid:dc/svpg/sdg/SE_ADT_ACTS.078, dcid:dc/svpg/sdg/SE_ADT_ACTS.079, dcid:dc/svpg/sdg/SE_ADT_ACTS.080, dcid:dc/svpg/sdg/SE_ADT_ACTS.081, dcid:dc/svpg/sdg/SE_ADT_ACTS.082, dcid:dc/svpg/sdg/SE_ADT_ACTS.083, dcid:dc/svpg/sdg/SE_ADT_ACTS.084, dcid:dc/svpg/sdg/SE_ADT_ACTS.085, dcid:dc/svpg/sdg/SE_ADT_ACTS.086, dcid:dc/svpg/sdg/SE_ADT_ACTS.087, dcid:dc/svpg/sdg/SE_ADT_ACTS.088, dcid:dc/svpg/sdg/SE_ADT_ACTS.089, dcid:dc/svpg/sdg/SE_ADT_ACTS.090, dcid:dc/svpg/sdg/SE_ADT_ACTS.091, dcid:dc/svpg/sdg/SE_ADT_ACTS.092, dcid:dc/svpg/sdg/SE_ADT_ACTS.093, dcid:dc/svpg/sdg/SE_ADT_ACTS.094, dcid:dc/svpg/sdg/SE_ADT_ACTS.095, dcid:dc/svpg/sdg/SE_ADT_ACTS.096, dcid:dc/svpg/sdg/SE_ADT_ACTS.097, dcid:dc/svpg/sdg/SE_ADT_ACTS.098, dcid:dc/svpg/sdg/SE_ADT_ACTS.099, dcid:dc/svpg/sdg/SE_ADT_ACTS.100, dcid:dc/svpg/sdg/SE_ADT_ACTS.101, dcid:dc/svpg/sdg/SE_ADT_ACTS.102, dcid:dc/svpg/sdg/SE_ADT_ACTS.103, dcid:dc/svpg/sdg/SE_ADT_ACTS.104, dcid:dc/svpg/sdg/SE_ADT_ACTS.105, dcid:dc/svpg/sdg/SE_ADT_ACTS.106, dcid:dc/svpg/sdg/SE_ADT_ACTS.107, dcid:dc/svpg/sdg/SE_ADT_ACTS.108, dcid:dc/svpg/sdg/SE_ADT_ACTS.109, dcid:dc/svpg/sdg/SE_ADT_ACTS.110, dcid:dc/svpg/sdg/SE_ADT_ACTS.111, dcid:dc/svpg/sdg/SE_ADT_ACTS.112, dcid:dc/svpg/sdg/SE_ADT_ACTS.113, dcid:dc/svpg/sdg/SE_ADT_ACTS.114, dcid:dc/svpg/sdg/SE_ADT_ACTS.115, dcid:dc/svpg/sdg/SE_ADT_ACTS.116, dcid:dc/svpg/sdg/SE_ADT_ACTS.117, dcid:dc/svpg/sdg/SE_ADT_ACTS.118, dcid:dc/svpg/sdg/SE_ADT_ACTS.119, dcid:dc/svpg/sdg/SE_ADT_ACTS.120, dcid:dc/svpg/sdg/SE_ADT_ACTS.121, dcid:dc/svpg/sdg/SE_ADT_ACTS.122, dcid:dc/svpg/sdg/SE_ADT_ACTS.123, dcid:dc/svpg/sdg/SE_ADT_ACTS.124, dcid:dc/svpg/sdg/SE_ADT_ACTS.125, dcid:dc/svpg/sdg/SE_ADT_ACTS.126, dcid:dc/svpg/sdg/SE_ADT_ACTS.127, dcid:dc/svpg/sdg/SE_ADT_ACTS.128, dcid:dc/svpg/sdg/SE_ADT_ACTS.129, dcid:dc/svpg/sdg/SE_ADT_ACTS.130, dcid:dc/svpg/sdg/SE_ADT_ACTS.131, dcid:dc/svpg/sdg/SE_ADT_ACTS.132, dcid:dc/svpg/sdg/SE_ADT_ACTS.133, dcid:dc/svpg/sdg/SE_ADT_ACTS.134, dcid:dc/svpg/sdg/SE_ADT_ACTS.135, dcid:dc/svpg/sdg/SE_ADT_ACTS.136, dcid:dc/svpg/sdg/SE_ADT_ACTS.137, dcid:dc/svpg/sdg/SE_ADT_ACTS.138, dcid:dc/svpg/sdg/SE_ADT_ACTS.139, dcid:dc/svpg/sdg/SE_ADT_ACTS.140, dcid:dc/svpg/sdg/SE_ADT_ACTS.141, dcid:dc/svpg/sdg/SE_ADT_ACTS.142, dcid:dc/svpg/sdg/SE_ADT_ACTS.143, dcid:dc/svpg/sdg/SE_ADT_ACTS.144, dcid:dc/svpg/sdg/SE_ADT_ACTS.145, dcid:dc/svpg/sdg/SE_ADT_ACTS.146, dcid:dc/svpg/sdg/SE_ADT_ACTS.147, dcid:dc/svpg/sdg/SE_ADT_ACTS.148, dcid:dc/svpg/sdg/SE_ADT_ACTS.149, dcid:dc/svpg/sdg/SE_ADT_ACTS.150, dcid:dc/svpg/sdg/SE_ADT_ACTS.151, dcid:dc/svpg/sdg/SE_ADT_ACTS.152, dcid:dc/svpg/sdg/SE_ADT_ACTS.153, dcid:dc/svpg/sdg/SE_ADT_ACTS.154, dcid:dc/svpg/sdg/SE_ADT_ACTS.155, dcid:dc/svpg/sdg/SE_ADT_ACTS.156, dcid:dc/svpg/sdg/SE_ADT_ACTS.157, dcid:dc/svpg/sdg/SE_ADT_ACTS.158, dcid:dc/svpg/sdg/SE_ADT_ACTS.159, dcid:dc/svpg/sdg/SE_ADT_ACTS.160, dcid:dc/svpg/sdg/SE_ADT_ACTS.161, dcid:dc/svpg/sdg/SE_ADT_ACTS.162, dcid:dc/svpg/sdg/SE_ADT_ACTS.163, dcid:dc/svpg/sdg/SE_ADT_ACTS.164, dcid:dc/svpg/sdg/SE_ADT_ACTS.165, dcid:dc/svpg/sdg/SE_ADT_ACTS.166, dcid:dc/svpg/sdg/SE_ADT_ACTS.167, dcid:dc/svpg/sdg/SE_ADT_ACTS.168, dcid:dc/svpg/sdg/SE_ADT_ACTS.169, dcid:dc/svpg/sdg/SE_ADT_ACTS.170, dcid:dc/svpg/sdg/SE_ADT_ACTS.171, dcid:dc/svpg/sdg/SE_ADT_ACTS.172, dcid:dc/svpg/sdg/SE_ADT_ACTS.173, dcid:dc/svpg/sdg/SE_ADT_ACTS.174, dcid:dc/svpg/sdg/SE_ADT_ACTS.175, dcid:dc/svpg/sdg/SE_ADT_ACTS.176, dcid:dc/svpg/sdg/SE_ADT_ACTS.177, dcid:dc/svpg/sdg/SE_ADT_ACTS.178, dcid:dc/svpg/sdg/SE_ADT_ACTS.179, dcid:dc/svpg/sdg/SE_ADT_ACTS.180, dcid:dc/svpg/sdg/SE_ADT_ACTS.181, dcid:dc/svpg/sdg/SE_ADT_ACTS.182, dcid:dc/svpg/sdg/SE_ADT_ACTS.183, dcid:dc/svpg/sdg/SE_ADT_ACTS.184, dcid:dc/svpg/sdg/SE_ADT_ACTS.185, dcid:dc/svpg/sdg/SE_ADT_ACTS.186 +name: "Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old) by Type of skill" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEADTEDUCTRN +relevantVariable: dcid:dc/svpg/sdg/SE_ADT_EDUCTRN.001, dcid:dc/svpg/sdg/SE_ADT_EDUCTRN.002, dcid:dc/svpg/sdg/SE_ADT_EDUCTRN.003, dcid:dc/svpg/sdg/SE_ADT_EDUCTRN.004, dcid:dc/svpg/sdg/SE_ADT_EDUCTRN.005 +name: "Participation rate in formal and non-formal education and training by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEADTFUNS +relevantVariable: dcid:dc/svpg/sdg/SE_ADT_FUNS.001, dcid:dc/svpg/sdg/SE_ADT_FUNS.002, dcid:dc/svpg/sdg/SE_ADT_FUNS.003 +name: "Proportion of population achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEAGPCPRA +relevantVariable: dcid:dc/svpg/sdg/SE_AGP_CPRA.001, dcid:dc/svpg/sdg/SE_AGP_CPRA.002, dcid:dc/svpg/sdg/SE_AGP_CPRA.003, dcid:dc/svpg/sdg/SE_AGP_CPRA.004, dcid:dc/svpg/sdg/SE_AGP_CPRA.005, dcid:dc/svpg/sdg/SE_AGP_CPRA.006, dcid:dc/svpg/sdg/SE_AGP_CPRA.007, dcid:dc/svpg/sdg/SE_AGP_CPRA.008, dcid:dc/svpg/sdg/SE_AGP_CPRA.009, dcid:dc/svpg/sdg/SE_AGP_CPRA.010, dcid:dc/svpg/sdg/SE_AGP_CPRA.011, dcid:dc/svpg/sdg/SE_AGP_CPRA.012, dcid:dc/svpg/sdg/SE_AGP_CPRA.013, dcid:dc/svpg/sdg/SE_AGP_CPRA.014, dcid:dc/svpg/sdg/SE_AGP_CPRA.015, dcid:dc/svpg/sdg/SE_AGP_CPRA.016, dcid:dc/svpg/sdg/SE_AGP_CPRA.017, dcid:dc/svpg/sdg/SE_AGP_CPRA.018 +name: "Adjusted gender parity index for completion rate by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEALPCPLR +relevantVariable: dcid:dc/svpg/sdg/SE_ALP_CPLR.001, dcid:dc/svpg/sdg/SE_ALP_CPLR.002, dcid:dc/svpg/sdg/SE_ALP_CPLR.003, dcid:dc/svpg/sdg/SE_ALP_CPLR.004, dcid:dc/svpg/sdg/SE_ALP_CPLR.005, dcid:dc/svpg/sdg/SE_ALP_CPLR.006, dcid:dc/svpg/sdg/SE_ALP_CPLR.007, dcid:dc/svpg/sdg/SE_ALP_CPLR.008, dcid:dc/svpg/sdg/SE_ALP_CPLR.009, dcid:dc/svpg/sdg/SE_ALP_CPLR.010, dcid:dc/svpg/sdg/SE_ALP_CPLR.011, dcid:dc/svpg/sdg/SE_ALP_CPLR.012, dcid:dc/svpg/sdg/SE_ALP_CPLR.013, dcid:dc/svpg/sdg/SE_ALP_CPLR.014, dcid:dc/svpg/sdg/SE_ALP_CPLR.015, dcid:dc/svpg/sdg/SE_ALP_CPLR.016, dcid:dc/svpg/sdg/SE_ALP_CPLR.017, dcid:dc/svpg/sdg/SE_ALP_CPLR.018 +name: "Adjusted location parity index for completion rate by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEAWPCPRA +relevantVariable: dcid:dc/svpg/sdg/SE_AWP_CPRA.001, dcid:dc/svpg/sdg/SE_AWP_CPRA.002, dcid:dc/svpg/sdg/SE_AWP_CPRA.003, dcid:dc/svpg/sdg/SE_AWP_CPRA.004, dcid:dc/svpg/sdg/SE_AWP_CPRA.005, dcid:dc/svpg/sdg/SE_AWP_CPRA.006, dcid:dc/svpg/sdg/SE_AWP_CPRA.007, dcid:dc/svpg/sdg/SE_AWP_CPRA.008, dcid:dc/svpg/sdg/SE_AWP_CPRA.009 +name: "Adjusted wealth parity index for completion rate by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEDEVONTRK +relevantVariable: dcid:dc/svpg/sdg/SE_DEV_ONTRK.001, dcid:dc/svpg/sdg/SE_DEV_ONTRK.002, dcid:dc/svpg/sdg/SE_DEV_ONTRK.003, dcid:dc/svpg/sdg/SE_DEV_ONTRK.004 +name: "Proportion of children aged 24−59 months who are developmentally on track in at least three of the following domains: literacy-numeracy, physical development, social-emotional development, and learning by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEGCEDESDCUR +relevantVariable: dcid:dc/svpg/sdg/SE_GCEDESD_CUR.001 +name: "Extent to which global citizenship education and education for sustainable development are mainstreamed in curricula" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEGCEDESDNEP +relevantVariable: dcid:dc/svpg/sdg/SE_GCEDESD_NEP.001 +name: "Extent to which global citizenship education and education for sustainable development are mainstreamed in national education policies" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEGCEDESDSAS +relevantVariable: dcid:dc/svpg/sdg/SE_GCEDESD_SAS.001 +name: "Extent to which global citizenship education and education for sustainable development are mainstreamed in student assessment" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEGCEDESDTED +relevantVariable: dcid:dc/svpg/sdg/SE_GCEDESD_TED.001 +name: "Extent to which global citizenship education and education for sustainable development are mainstreamed in teacher education" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEGPIICTS +relevantVariable: dcid:dc/svpg/sdg/SE_GPI_ICTS.001, dcid:dc/svpg/sdg/SE_GPI_ICTS.002 +name: "Gender parity index for youth/adults with information and communications technology (ICT) skills by Type of skill" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEGPIPART +relevantVariable: dcid:dc/svpg/sdg/SE_GPI_PART.001 +name: "Adjusted gender parity index for participation rate in formal and non-formal education and training by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEGPIPTNPRE +relevantVariable: dcid:dc/svpg/sdg/SE_GPI_PTNPRE.001 +name: "Adjusted gender parity index for participation rate in organized learning (one year before the official primary entry age)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEGPITCAQ +relevantVariable: dcid:dc/svpg/sdg/SE_GPI_TCAQ.001, dcid:dc/svpg/sdg/SE_GPI_TCAQ.002 +name: "Adjusted gender parity index for the proportion of teachers with the minimum required qualifications by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEIMPFPOF +relevantVariable: dcid:dc/svpg/sdg/SE_IMP_FPOF.001 +name: "Adjusted immigration status parity index for achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEINFDSBL +relevantVariable: dcid:dc/svpg/sdg/SE_INF_DSBL.001 +name: "Proportion of schools with access to adapted infrastructure and materials for students with disabilities by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSELGPACHI +relevantVariable: dcid:dc/svpg/sdg/SE_LGP_ACHI.001, dcid:dc/svpg/sdg/SE_LGP_ACHI.002 +name: "Adjusted language test parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSENAPACHI +relevantVariable: dcid:dc/svpg/sdg/SE_NAP_ACHI.001, dcid:dc/svpg/sdg/SE_NAP_ACHI.002 +name: "Adjusted immigration status parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSEPREPARTN +relevantVariable: dcid:dc/svpg/sdg/SE_PRE_PARTN.001, dcid:dc/svpg/sdg/SE_PRE_PARTN.002 +name: "Participation rate in organized learning (one year before the official primary entry age)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSETOTCPLR +relevantVariable: dcid:dc/svpg/sdg/SE_TOT_CPLR.001, dcid:dc/svpg/sdg/SE_TOT_CPLR.002, dcid:dc/svpg/sdg/SE_TOT_CPLR.003, dcid:dc/svpg/sdg/SE_TOT_CPLR.004, dcid:dc/svpg/sdg/SE_TOT_CPLR.005, dcid:dc/svpg/sdg/SE_TOT_CPLR.006, dcid:dc/svpg/sdg/SE_TOT_CPLR.007, dcid:dc/svpg/sdg/SE_TOT_CPLR.008, dcid:dc/svpg/sdg/SE_TOT_CPLR.009, dcid:dc/svpg/sdg/SE_TOT_CPLR.010, dcid:dc/svpg/sdg/SE_TOT_CPLR.011, dcid:dc/svpg/sdg/SE_TOT_CPLR.012, dcid:dc/svpg/sdg/SE_TOT_CPLR.013, dcid:dc/svpg/sdg/SE_TOT_CPLR.014, dcid:dc/svpg/sdg/SE_TOT_CPLR.015, dcid:dc/svpg/sdg/SE_TOT_CPLR.016, dcid:dc/svpg/sdg/SE_TOT_CPLR.017, dcid:dc/svpg/sdg/SE_TOT_CPLR.018, dcid:dc/svpg/sdg/SE_TOT_CPLR.019, dcid:dc/svpg/sdg/SE_TOT_CPLR.020, dcid:dc/svpg/sdg/SE_TOT_CPLR.021, dcid:dc/svpg/sdg/SE_TOT_CPLR.022, dcid:dc/svpg/sdg/SE_TOT_CPLR.023, dcid:dc/svpg/sdg/SE_TOT_CPLR.024, dcid:dc/svpg/sdg/SE_TOT_CPLR.025, dcid:dc/svpg/sdg/SE_TOT_CPLR.026, dcid:dc/svpg/sdg/SE_TOT_CPLR.027, dcid:dc/svpg/sdg/SE_TOT_CPLR.028, dcid:dc/svpg/sdg/SE_TOT_CPLR.029, dcid:dc/svpg/sdg/SE_TOT_CPLR.030, dcid:dc/svpg/sdg/SE_TOT_CPLR.031, dcid:dc/svpg/sdg/SE_TOT_CPLR.032, dcid:dc/svpg/sdg/SE_TOT_CPLR.033, dcid:dc/svpg/sdg/SE_TOT_CPLR.034, dcid:dc/svpg/sdg/SE_TOT_CPLR.035, dcid:dc/svpg/sdg/SE_TOT_CPLR.036, dcid:dc/svpg/sdg/SE_TOT_CPLR.037, dcid:dc/svpg/sdg/SE_TOT_CPLR.038, dcid:dc/svpg/sdg/SE_TOT_CPLR.039, dcid:dc/svpg/sdg/SE_TOT_CPLR.040, dcid:dc/svpg/sdg/SE_TOT_CPLR.041, dcid:dc/svpg/sdg/SE_TOT_CPLR.042, dcid:dc/svpg/sdg/SE_TOT_CPLR.043, dcid:dc/svpg/sdg/SE_TOT_CPLR.044, dcid:dc/svpg/sdg/SE_TOT_CPLR.045, dcid:dc/svpg/sdg/SE_TOT_CPLR.046, dcid:dc/svpg/sdg/SE_TOT_CPLR.047, dcid:dc/svpg/sdg/SE_TOT_CPLR.048, dcid:dc/svpg/sdg/SE_TOT_CPLR.049, dcid:dc/svpg/sdg/SE_TOT_CPLR.050, dcid:dc/svpg/sdg/SE_TOT_CPLR.051, dcid:dc/svpg/sdg/SE_TOT_CPLR.052, dcid:dc/svpg/sdg/SE_TOT_CPLR.053, dcid:dc/svpg/sdg/SE_TOT_CPLR.054 +name: "School completion rate by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSETOTGPI +relevantVariable: dcid:dc/svpg/sdg/SE_TOT_GPI.001, dcid:dc/svpg/sdg/SE_TOT_GPI.002 +name: "Adjusted gender parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSETOTGPIFS +relevantVariable: dcid:dc/svpg/sdg/SE_TOT_GPI_FS.001 +name: "Adjusted gender parity index for achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSETOTPRFL +relevantVariable: dcid:dc/svpg/sdg/SE_TOT_PRFL.001, dcid:dc/svpg/sdg/SE_TOT_PRFL.002, dcid:dc/svpg/sdg/SE_TOT_PRFL.003, dcid:dc/svpg/sdg/SE_TOT_PRFL.004, dcid:dc/svpg/sdg/SE_TOT_PRFL.005, dcid:dc/svpg/sdg/SE_TOT_PRFL.006 +name: "Proportion of children and young people achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSETOTRUPI +relevantVariable: dcid:dc/svpg/sdg/SE_TOT_RUPI.001, dcid:dc/svpg/sdg/SE_TOT_RUPI.002 +name: "Adjusted rural to urban parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSETOTSESPI +relevantVariable: dcid:dc/svpg/sdg/SE_TOT_SESPI.001, dcid:dc/svpg/sdg/SE_TOT_SESPI.002 +name: "Adjusted low to high socio-economic parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSETOTSESPIFS +relevantVariable: dcid:dc/svpg/sdg/SE_TOT_SESPI_FS.001 +name: "Adjusted low to high socio-economic parity status index for achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSETRAGRDL +relevantVariable: dcid:dc/svpg/sdg/SE_TRA_GRDL.001, dcid:dc/svpg/sdg/SE_TRA_GRDL.002, dcid:dc/svpg/sdg/SE_TRA_GRDL.003, dcid:dc/svpg/sdg/SE_TRA_GRDL.004, dcid:dc/svpg/sdg/SE_TRA_GRDL.005 +name: "Proportion of teachers with the minimum required qualifications (Pre-primary education) by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGCPAMIGRP +relevantVariable: dcid:dc/svpg/sdg/SG_CPA_MIGRP.001, dcid:dc/svpg/sdg/SG_CPA_MIGRP.002 +name: "Proportion of countries with migration policies to facilitate orderly, safe, regular and responsible migration and mobility of people" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGCPAMIGRS +relevantVariable: dcid:dc/svpg/sdg/SG_CPA_MIGRS.001, dcid:dc/svpg/sdg/SG_CPA_MIGRS.002 +name: "Countries with migration policies to facilitate orderly, safe, regular and responsible migration and mobility of people" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGCPAOFDI +relevantVariable: dcid:dc/svpg/sdg/SG_CPA_OFDI.001, dcid:dc/svpg/sdg/SG_CPA_OFDI.002 +name: "Number of countries with an outward investment promotion scheme which can benefit developing countries, including LDCs" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGCPASDEVP +relevantVariable: dcid:dc/svpg/sdg/SG_CPA_SDEVP.001 +name: "Mechanisms in place to enhance policy coherence for sustainable development" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKJDC +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_JDC.001, dcid:dc/svpg/sdg/SG_DMK_JDC.002, dcid:dc/svpg/sdg/SG_DMK_JDC.003, dcid:dc/svpg/sdg/SG_DMK_JDC.004, dcid:dc/svpg/sdg/SG_DMK_JDC.005, dcid:dc/svpg/sdg/SG_DMK_JDC.006, dcid:dc/svpg/sdg/SG_DMK_JDC.007, dcid:dc/svpg/sdg/SG_DMK_JDC.008, dcid:dc/svpg/sdg/SG_DMK_JDC.009, dcid:dc/svpg/sdg/SG_DMK_JDC.010, dcid:dc/svpg/sdg/SG_DMK_JDC.011 +name: "Proportion of positions held by persons under 45 years of age in the judiciary, compared to national distributions" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKJDCCNS +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_JDC_CNS.001, dcid:dc/svpg/sdg/SG_DMK_JDC_CNS.002, dcid:dc/svpg/sdg/SG_DMK_JDC_CNS.003, dcid:dc/svpg/sdg/SG_DMK_JDC_CNS.004 +name: "Proportions of positions held by persons under 45 years of age in the Constitutional Court" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKJDCHGR +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_JDC_HGR.001, dcid:dc/svpg/sdg/SG_DMK_JDC_HGR.002, dcid:dc/svpg/sdg/SG_DMK_JDC_HGR.003, dcid:dc/svpg/sdg/SG_DMK_JDC_HGR.004, dcid:dc/svpg/sdg/SG_DMK_JDC_HGR.005 +name: "Proportions of positions held by persons under 45 years of age in the Higher Courts" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKJDCLWR +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_JDC_LWR.001, dcid:dc/svpg/sdg/SG_DMK_JDC_LWR.002, dcid:dc/svpg/sdg/SG_DMK_JDC_LWR.003, dcid:dc/svpg/sdg/SG_DMK_JDC_LWR.004, dcid:dc/svpg/sdg/SG_DMK_JDC_LWR.005 +name: "Proportions of positions held by persons under 45 years of age in the Lower Courts" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKPARLCCJC +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_PARLCC_JC.001, dcid:dc/svpg/sdg/SG_DMK_PARLCC_JC.002, dcid:dc/svpg/sdg/SG_DMK_PARLCC_JC.003, dcid:dc/svpg/sdg/SG_DMK_PARLCC_JC.004, dcid:dc/svpg/sdg/SG_DMK_PARLCC_JC.005, dcid:dc/svpg/sdg/SG_DMK_PARLCC_JC.006 +name: "Number of chairs of permanent parliamentary committees held by women 46 years old and over: Joint Committees" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKPARLCCLC +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_PARLCC_LC.001, dcid:dc/svpg/sdg/SG_DMK_PARLCC_LC.002, dcid:dc/svpg/sdg/SG_DMK_PARLCC_LC.003, dcid:dc/svpg/sdg/SG_DMK_PARLCC_LC.004, dcid:dc/svpg/sdg/SG_DMK_PARLCC_LC.005, dcid:dc/svpg/sdg/SG_DMK_PARLCC_LC.006, dcid:dc/svpg/sdg/SG_DMK_PARLCC_LC.007, dcid:dc/svpg/sdg/SG_DMK_PARLCC_LC.008, dcid:dc/svpg/sdg/SG_DMK_PARLCC_LC.009 +name: "Number of chairs of permanent parliamentary committees held by women 46 years old and over: Lower Chamber or Unicameral Committees" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKPARLCCUC +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_PARLCC_UC.001, dcid:dc/svpg/sdg/SG_DMK_PARLCC_UC.002, dcid:dc/svpg/sdg/SG_DMK_PARLCC_UC.003, dcid:dc/svpg/sdg/SG_DMK_PARLCC_UC.004, dcid:dc/svpg/sdg/SG_DMK_PARLCC_UC.005, dcid:dc/svpg/sdg/SG_DMK_PARLCC_UC.006, dcid:dc/svpg/sdg/SG_DMK_PARLCC_UC.007, dcid:dc/svpg/sdg/SG_DMK_PARLCC_UC.008 +name: "Number of chairs of permanent parliamentary committees held by women years old and over: Upper Chamber Committees" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKPARLMPLC +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_PARLMP_LC.001 +name: "Female representation ratio in parliament (proportion of women in parliament divided by the proportion of women in the national population eligible by age): Lower chamber or unicameral" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKPARLMPUC +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_PARLMP_UC.001 +name: "Female representation ratio in parliament (proportion of women in parliament divided by the proportion of women in the national population eligible by age): Upper chamber" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKPARLSPLC +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_PARLSP_LC.001, dcid:dc/svpg/sdg/SG_DMK_PARLSP_LC.002, dcid:dc/svpg/sdg/SG_DMK_PARLSP_LC.004, dcid:dc/svpg/sdg/SG_DMK_PARLSP_LC.005 +name: "Number of persons 46 years and over who are speakers in parliement, by sex: Lower Chamber or Unicameral Committees" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKPARLSPUC +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_PARLSP_UC.001, dcid:dc/svpg/sdg/SG_DMK_PARLSP_UC.002, dcid:dc/svpg/sdg/SG_DMK_PARLSP_UC.004, dcid:dc/svpg/sdg/SG_DMK_PARLSP_UC.005 +name: "Number of persons 46 years old and over who are speakers in parliement, by sex: Upper Chamber Committees" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKPARLYNLC +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_PARLYN_LC.001 +name: "Number of youth in parliament (age 45 or below): Lower Chamber or Unicameral by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKPARLYNUC +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_PARLYN_UC.001 +name: "Number of youth in parliament (age 45 or below): Upper Chamber by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKPARLYPLC +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_PARLYP_LC.001 +name: "Proportion of youth in parliament (age 45 or below): Lower Chamber or Unicameral by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKPARLYPUC +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_PARLYP_UC.001 +name: "Proportion of youth in parliament (age 45 or below): Upper Chamber by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKPARLYRLC +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_PARLYR_LC.001 +name: "Youth representation ratio in parliament (proportion of members in parliament aged 45 or below divided by the share of individuals aged 45 or below in the national population eligible by age): Lower Chamber or Unicameral by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKPARLYRUC +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_PARLYR_UC.001 +name: "Youth representation ratio in parliament (proportion of members in parliament aged 45 or below divided by the share of individuals aged 45 or below in the national population eligible by age): Upper Chamber or Unicameral by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDMKPSRVC +relevantVariable: dcid:dc/svpg/sdg/SG_DMK_PSRVC.001, dcid:dc/svpg/sdg/SG_DMK_PSRVC.005 +name: "Proportion of positions in the public service held by specific groups compared to national distributions" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDSRLGRGSR +relevantVariable: dcid:dc/svpg/sdg/SG_DSR_LGRGSR.001 +name: "Score of adoption and implementation of national disaster-risk reduction strategies in line with the Sendai Framework" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDSRSFDRR +relevantVariable: dcid:dc/svpg/sdg/SG_DSR_SFDRR.001 +name: "Number of countries that reported having a national disaster-risk reduction strategy which is aligned to the Sendai Framework" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDSRSILN +relevantVariable: dcid:dc/svpg/sdg/SG_DSR_SILN.001 +name: "Number of local governments that adopt and implement local disaster-risk reduction strategies in line with national strategies" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGDSRSILS +relevantVariable: dcid:dc/svpg/sdg/SG_DSR_SILS.001 +name: "Proportion of local governments that adopt and implement local disaster-risk reduction strategies in line with national disaster-risk reduction strategies" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGGENEQPWN +relevantVariable: dcid:dc/svpg/sdg/SG_GEN_EQPWN.001 +name: "Proportion of countries with systems to track and make public allocations for gender equality and women's empowerment" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGGENEQPWNN +relevantVariable: dcid:dc/svpg/sdg/SG_GEN_EQPWNN.001 +name: "Countries with systems to track and make public allocations for gender equality and women's empowerment" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGGENLOCGELS +relevantVariable: dcid:dc/svpg/sdg/SG_GEN_LOCGELS.001 +name: "Proportion of elected seats in deliberative bodies of local government held by women by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGGENPARL +relevantVariable: dcid:dc/svpg/sdg/SG_GEN_PARL.001 +name: "Proportion of seats in national parliaments held by women by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGGENPARLN +relevantVariable: dcid:dc/svpg/sdg/SG_GEN_PARLN.001 +name: "Number of seats in national parliaments held by women by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGGENPARLNT +relevantVariable: dcid:dc/svpg/sdg/SG_GEN_PARLNT.001 +name: "Current number of seats in national parliaments" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGGOVLOGV +relevantVariable: dcid:dc/svpg/sdg/SG_GOV_LOGV.001 +name: "Number of local governments" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGHAZCMRBASEL +relevantVariable: dcid:dc/svpg/sdg/SG_HAZ_CMRBASEL.001 +name: "Parties meeting their commitments and obligations in transmitting information as required by Basel Convention on hazardous waste, and other chemicals" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGHAZCMRMNMT +relevantVariable: dcid:dc/svpg/sdg/SG_HAZ_CMRMNMT.001 +name: "Parties meeting their commitments and obligations in transmitting information as required by Minamata Convention on hazardous waste, and other chemicals" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGHAZCMRMNTRL +relevantVariable: dcid:dc/svpg/sdg/SG_HAZ_CMRMNTRL.001 +name: "Parties meeting their commitments and obligations in transmitting information as required by Montreal Protocol on hazardous waste, and other chemicals" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGHAZCMRROTDAM +relevantVariable: dcid:dc/svpg/sdg/SG_HAZ_CMRROTDAM.001 +name: "Parties meeting their commitments and obligations in transmitting information as required by Rotterdam Convention on hazardous waste, and other chemicals" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGHAZCMRSTHOLM +relevantVariable: dcid:dc/svpg/sdg/SG_HAZ_CMRSTHOLM.001 +name: "Parties meeting their commitments and obligations in transmitting information as required by Stockholm Convention on hazardous waste, and other chemicals" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGINFACCSS +relevantVariable: dcid:dc/svpg/sdg/SG_INF_ACCSS.001 +name: "Countries that adopt and implement constitutional, statutory and/or policy guarantees for public access to information" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGINTMBRDEV +relevantVariable: dcid:dc/svpg/sdg/SG_INT_MBRDEV.001 +name: "Proportion of members of developing countries in international organizations by International organization" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGINTVRTDEV +relevantVariable: dcid:dc/svpg/sdg/SG_INT_VRTDEV.001 +name: "Proportion of voting rights of developing countries in international organizations by International organization" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGLGLGENEQEMP +relevantVariable: dcid:dc/svpg/sdg/SG_LGL_GENEQEMP.001 +name: "Level of achievement regarding legal frameworks that promote, enforce and monitor gender equality with respect to employment and economic benefits (Area 3)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGLGLGENEQLFP +relevantVariable: dcid:dc/svpg/sdg/SG_LGL_GENEQLFP.001 +name: "Level of achievement regarding legal frameworks that promote, enforce and monitor gender equality with respect to overarching legal frameworks and public life (Area 1)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGLGLGENEQMAR +relevantVariable: dcid:dc/svpg/sdg/SG_LGL_GENEQMAR.001 +name: "Level of achievement regarding legal frameworks that promote, enforce and monitor gender equality with respect to marriage and family (Area 4)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGLGLGENEQVAW +relevantVariable: dcid:dc/svpg/sdg/SG_LGL_GENEQVAW.001 +name: "Level of achievement regarding legal frameworks that promote, enforce and monitor gender equality with respect to violence against women (Area 2)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGLGLLNDFEMOD +relevantVariable: dcid:dc/svpg/sdg/SG_LGL_LNDFEMOD.001 +name: "Degree to which the legal framework (including customary law) guarantees women’s equal rights to land ownership and/or control" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGNHRCMPLNC +relevantVariable: dcid:dc/svpg/sdg/SG_NHR_CMPLNC.001 +name: "Countries with National Human Rights Institutions in compliance with the Paris Principles" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGNHRIMPL +relevantVariable: dcid:dc/svpg/sdg/SG_NHR_IMPL.001 +name: "Proportion of countries with independent National Human Rights Institutions in compliance with the Paris Principles" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGNHRINTEXST +relevantVariable: dcid:dc/svpg/sdg/SG_NHR_INTEXST.001 +name: "Proportion of countries that applied for accreditation as independent National Human Rights Institutions in compliance with the Paris Principles" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGPLNMSTKSDGP +relevantVariable: dcid:dc/svpg/sdg/SG_PLN_MSTKSDG_P.001 +name: "Number of provider countries reporting progress in multi-stakeholder development effectiveness monitoring frameworks that support the achievement of the sustainable development goals" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGPLNMSTKSDGR +relevantVariable: dcid:dc/svpg/sdg/SG_PLN_MSTKSDG_R.001 +name: "Number of recipient countries reporting progress in multi-stakeholder development effectiveness monitoring frameworks that support the achievement of the sustainable development goals" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGPLNPRPOLRES +relevantVariable: dcid:dc/svpg/sdg/SG_PLN_PRPOLRES.001 +name: "Extent of use of country-owned results frameworks and planning tools by providers of development cooperation - data by provider" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGPLNPRVNDI +relevantVariable: dcid:dc/svpg/sdg/SG_PLN_PRVNDI.001 +name: "Proportion of project objectives of new development interventions drawn from country-led result frameworks - data by provider" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGPLNPRVRICTRY +relevantVariable: dcid:dc/svpg/sdg/SG_PLN_PRVRICTRY.001 +name: "Proportion of results indicators drawn from country-led results frameworks - data by provider" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGPLNPRVRIMON +relevantVariable: dcid:dc/svpg/sdg/SG_PLN_PRVRIMON.001 +name: "Proportion of results indicators which will be monitored using government sources and monitoring systems - data by provider" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGPLNRECNDI +relevantVariable: dcid:dc/svpg/sdg/SG_PLN_RECNDI.001 +name: "Proportion of project objectives in new development interventions drawn from country-led result frameworks - data by recipient" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGPLNRECRICTRY +relevantVariable: dcid:dc/svpg/sdg/SG_PLN_RECRICTRY.001 +name: "Proportion of results indicators drawn from country-led results frameworks - data by recipient" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGPLNRECRIMON +relevantVariable: dcid:dc/svpg/sdg/SG_PLN_RECRIMON.001 +name: "Proportion of results indicators which will be monitored using government sources and monitoring systems - data by recipient" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGPLNREPOLRES +relevantVariable: dcid:dc/svpg/sdg/SG_PLN_REPOLRES.001 +name: "Extent of use of country-owned results frameworks and planning tools by providers of development cooperation - data by recipient" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGREGBRTH +relevantVariable: dcid:dc/svpg/sdg/SG_REG_BRTH.001 +name: "Proportion of children under 5 years of age whose births have been registered with a civil authority by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGREGBRTH90 +relevantVariable: dcid:dc/svpg/sdg/SG_REG_BRTH90.001 +name: "Proportion of countries with birth registration data that are at least 90 percent complete" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGREGBRTH90N +relevantVariable: dcid:dc/svpg/sdg/SG_REG_BRTH90N.001 +name: "Countries with birth registration data that are at least 90 percent complete" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGREGCENSUS +relevantVariable: dcid:dc/svpg/sdg/SG_REG_CENSUS.001 +name: "Proportion of countries that have conducted at least one population and housing census in the last 10 years" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGREGCENSUSN +relevantVariable: dcid:dc/svpg/sdg/SG_REG_CENSUSN.001 +name: "Countries that have conducted at least one population and housing census in the last 10 years" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGREGDETH75 +relevantVariable: dcid:dc/svpg/sdg/SG_REG_DETH75.001 +name: "Proportion of countries with death registration data that are at least 75 percent complete" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGREGDETH75N +relevantVariable: dcid:dc/svpg/sdg/SG_REG_DETH75N.001 +name: "Countries with death registration data that are at least 75 percent complete" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGSCPCNTRY +relevantVariable: dcid:dc/svpg/sdg/SG_SCP_CNTRY.001 +name: "Countries with sustainable consumption and production (SCP) national action plans or SCP mainstreamed as a priority or target into national policies" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGSCPPOLINS +relevantVariable: dcid:dc/svpg/sdg/SG_SCP_POLINS.001 +name: "Countries with policy instrument for sustainable consumption and production by Policy instrument" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGSCPPROCN +relevantVariable: dcid:dc/svpg/sdg/SG_SCP_PROCN.001 +name: "Number of countries implementing sustainable public procurement policies and action plans by Level of implementation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGSCPPROCNHS +relevantVariable: dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.001, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.002, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.003, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.004, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.005, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.006, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.007, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.008, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.009, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.010, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.011, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.012, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.013, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.014, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.015, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.016, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.017, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.018, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.019, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.020, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.021, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.022, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.023, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.024, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.025, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.026, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.027, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.028, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.029, dcid:dc/svpg/sdg/SG_SCP_PROCN_HS.030 +name: "Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Artigas) by Level of implementation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGSCPPROCNLS +relevantVariable: dcid:dc/svpg/sdg/SG_SCP_PROCN_LS.001, dcid:dc/svpg/sdg/SG_SCP_PROCN_LS.002, dcid:dc/svpg/sdg/SG_SCP_PROCN_LS.003, dcid:dc/svpg/sdg/SG_SCP_PROCN_LS.004, dcid:dc/svpg/sdg/SG_SCP_PROCN_LS.005, dcid:dc/svpg/sdg/SG_SCP_PROCN_LS.006, dcid:dc/svpg/sdg/SG_SCP_PROCN_LS.007, dcid:dc/svpg/sdg/SG_SCP_PROCN_LS.008, dcid:dc/svpg/sdg/SG_SCP_PROCN_LS.009 +name: "Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (Ayuntamiento de Barcelona) by Level of implementation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGSCPTOTLN +relevantVariable: dcid:dc/svpg/sdg/SG_SCP_TOTLN.001 +name: "Number of policies, instruments and mechanism in place for sustainable consumption and production" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGSTTCAPTY +relevantVariable: dcid:dc/svpg/sdg/SG_STT_CAPTY.001 +name: "Dollar value of all resources made available to strengthen statistical capacity in developing countries" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGSTTFPOS +relevantVariable: dcid:dc/svpg/sdg/SG_STT_FPOS.001 +name: "Countries with national statistical legislation that complies with the Fundamental Principles of Official Statistics" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGSTTNSDSFDDNR +relevantVariable: dcid:dc/svpg/sdg/SG_STT_NSDSFDDNR.001 +name: "Countries with national statistical plans with funding from donors" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGSTTNSDSFDGVT +relevantVariable: dcid:dc/svpg/sdg/SG_STT_NSDSFDGVT.001 +name: "Countries with national statistical plans with funding from government" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGSTTNSDSFDOTHR +relevantVariable: dcid:dc/svpg/sdg/SG_STT_NSDSFDOTHR.001 +name: "Countries with national statistical plans with funding from others" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGSTTNSDSFND +relevantVariable: dcid:dc/svpg/sdg/SG_STT_NSDSFND.001 +name: "Countries with national statistical plans that are fully funded" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGSTTNSDSIMPL +relevantVariable: dcid:dc/svpg/sdg/SG_STT_NSDSIMPL.001 +name: "Countries with national statistical plans that are under implementation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGSTTODIN +relevantVariable: dcid:dc/svpg/sdg/SG_STT_ODIN.001 +name: "Open Data Inventory (ODIN) Coverage Index" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGXPDEDUC +relevantVariable: dcid:dc/svpg/sdg/SG_XPD_EDUC.001 +name: "Proportion of total government spending on essential services: education" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGXPDESSRV +relevantVariable: dcid:dc/svpg/sdg/SG_XPD_ESSRV.001 +name: "Proportion of total government spending on essential services" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGXPDHLTH +relevantVariable: dcid:dc/svpg/sdg/SG_XPD_HLTH.001 +name: "Proportion of total government spending on essential services: health" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSGXPDPROT +relevantVariable: dcid:dc/svpg/sdg/SG_XPD_PROT.001 +name: "Proportion of total government spending on essential services: social protection" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHAAPASMORT +relevantVariable: dcid:dc/svpg/sdg/SH_AAP_ASMORT.001 +name: "Age-standardized mortality rate attributed to ambient air pollution" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHACSDTP3 +relevantVariable: dcid:dc/svpg/sdg/SH_ACS_DTP3.001 +name: "Proportion of the target population who received 3 doses of diphtheria-tetanus-pertussis (DTP3) vaccine" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHACSHPV +relevantVariable: dcid:dc/svpg/sdg/SH_ACS_HPV.001 +name: "Proportion of the target population who received the final dose of human papillomavirus (HPV) vaccine" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHACSMCV2 +relevantVariable: dcid:dc/svpg/sdg/SH_ACS_MCV2.001 +name: "Proportion of the target population who received measles-containing-vaccine second-dose (MCV2)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHACSPCV3 +relevantVariable: dcid:dc/svpg/sdg/SH_ACS_PCV3.001 +name: "Proportion of the target population who received a 3rd dose of pneumococcal conjugate (PCV3) vaccine" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHACSUNHC +relevantVariable: dcid:dc/svpg/sdg/SH_ACS_UNHC.001 +name: "Universal health coverage (UHC) service coverage index" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHALCCONSPT +relevantVariable: dcid:dc/svpg/sdg/SH_ALC_CONSPT.001, dcid:dc/svpg/sdg/SH_ALC_CONSPT.002 +name: "Alcohol consumption per capita among individuals aged 15 years and older within a calendar year" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHBLDECOLI +relevantVariable: dcid:dc/svpg/sdg/SH_BLD_ECOLI.001 +name: "Percentage of bloodstream infection due to Escherichia coli resistant to 3rd-generation cephalosporin (e.g., ESBL- E. coli) among patients seeking care and whose blood sample is taken and tested" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHBLDMRSA +relevantVariable: dcid:dc/svpg/sdg/SH_BLD_MRSA.001 +name: "Percentage of bloodstream infection due to methicillin-resistant Staphylococcus aureus (MRSA) among patients seeking care and whose blood sample is taken and tested" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHDTHNCD +relevantVariable: dcid:dc/svpg/sdg/SH_DTH_NCD.001, dcid:dc/svpg/sdg/SH_DTH_NCD.002, dcid:dc/svpg/sdg/SH_DTH_NCD.003 +name: "Number of deaths attributed to non-communicable diseases by Disease" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHDTHNCOM +relevantVariable: dcid:dc/svpg/sdg/SH_DTH_NCOM.002 +name: "Mortality rate attributed to cardiovascular disease, cancer, diabetes or chronic respiratory disease (probability) (30 to 70 years old) by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHDYNIMRT +relevantVariable: dcid:dc/svpg/sdg/SH_DYN_IMRT.002 +name: "Infant mortality rate (under 1 year old) by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHDYNIMRTN +relevantVariable: dcid:dc/svpg/sdg/SH_DYN_IMRTN.002 +name: "Infant deaths (under 1 year old) by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHDYNMORT +relevantVariable: dcid:dc/svpg/sdg/SH_DYN_MORT.002 +name: "Under-five mortality rate (under 5 years old) by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHDYNMORTN +relevantVariable: dcid:dc/svpg/sdg/SH_DYN_MORTN.002 +name: "Under-five deaths (under 5 years old) by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHDYNNMRT +relevantVariable: dcid:dc/svpg/sdg/SH_DYN_NMRT.001 +name: "Neonatal mortality rate" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHDYNNMRTN +relevantVariable: dcid:dc/svpg/sdg/SH_DYN_NMRTN.001 +name: "Neonatal deaths" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHFPLINFM +relevantVariable: dcid:dc/svpg/sdg/SH_FPL_INFM.001 +name: "Proportion of women who make their own informed decisions regarding sexual relations, contraceptive use and reproductive health care (15 to 49 years old)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHFPLINFMCU +relevantVariable: dcid:dc/svpg/sdg/SH_FPL_INFMCU.001 +name: "Proportion of women who make their own informed decisions regarding contraceptive use (15 to 49 years old)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHFPLINFMRH +relevantVariable: dcid:dc/svpg/sdg/SH_FPL_INFMRH.001 +name: "Proportion of women who make their own informed decisions regarding reproductive health care (15 to 49 years old)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHFPLINFMSR +relevantVariable: dcid:dc/svpg/sdg/SH_FPL_INFMSR.001 +name: "Proportion of women who make their own informed decisions regarding sexual relations (15 to 49 years old)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHFPLMTMM +relevantVariable: dcid:dc/svpg/sdg/SH_FPL_MTMM.001 +name: "Proportion of women of reproductive age (aged 15-49 years) who have their need for family planning satisfied with modern methods" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHH2OSAFE +relevantVariable: dcid:dc/svpg/sdg/SH_H2O_SAFE.001, dcid:dc/svpg/sdg/SH_H2O_SAFE.002 +name: "Proportion of population using safely managed drinking water services" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHHAPASMORT +relevantVariable: dcid:dc/svpg/sdg/SH_HAP_ASMORT.001 +name: "Age-standardized mortality rate attributed to household air pollution" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHHAPHBSAG +relevantVariable: dcid:dc/svpg/sdg/SH_HAP_HBSAG.001 +name: "Prevalence of hepatitis B surface antigen (HBsAg) (under 5 years old)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHHIVINCD +relevantVariable: dcid:dc/svpg/sdg/SH_HIV_INCD.001, dcid:dc/svpg/sdg/SH_HIV_INCD.002, dcid:dc/svpg/sdg/SH_HIV_INCD.003, dcid:dc/svpg/sdg/SH_HIV_INCD.004, dcid:dc/svpg/sdg/SH_HIV_INCD.005, dcid:dc/svpg/sdg/SH_HIV_INCD.006 +name: "Number of new HIV infections per 1, 000 uninfected population" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHHLFEMED +relevantVariable: dcid:dc/svpg/sdg/SH_HLF_EMED.001 +name: "Proportion of health facilities that have a core set of relevant essential medicines available and affordable on a sustainable basis" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHIHRCAPS +relevantVariable: dcid:dc/svpg/sdg/SH_IHR_CAPS.001, dcid:dc/svpg/sdg/SH_IHR_CAPS.002, dcid:dc/svpg/sdg/SH_IHR_CAPS.003, dcid:dc/svpg/sdg/SH_IHR_CAPS.004 +name: "International Health Regulations (IHR) capacity" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHE +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHE.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHEC1 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHEC1.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (maternity care component)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHEC10 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHEC10.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HIV testing and counsellilng component)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHEC11 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHEC11.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HIV treatment and care component)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHEC12 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHEC12.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HIV Confidentiality component)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHEC13 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHEC13.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HPV Vaccine component)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHEC2 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHEC2.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (life-saving commodities component)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHEC3 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHEC3.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (abortion component)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHEC4 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHEC4.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (post-abortion care component)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHEC5 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHEC5.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (contraceptive services component)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHEC6 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHEC6.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (consent for contraceptive services component)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHEC7 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHEC7.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (emergency contraception component)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHEC8 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHEC8.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (comprehensive sexuality education curriculum laws component)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHEC9 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHEC9.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (comprehensive sexuality education curriculum topics component)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHES1 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHES1.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (maternity care section)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHES2 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHES2.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (contraception and family planning section)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHES3 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHES3.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (comprehensive sexuality education and information section)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHLGRACSRHES4 +relevantVariable: dcid:dc/svpg/sdg/SH_LGR_ACSRHES4.001 +name: "Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HIV and HPV)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHMEDDEN +relevantVariable: dcid:dc/svpg/sdg/SH_MED_DEN.001 +name: "Health worker density by Professionals (ISCO08 - 2)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHMEDHWRKDIS +relevantVariable: dcid:dc/svpg/sdg/SH_MED_HWRKDIS.001, dcid:dc/svpg/sdg/SH_MED_HWRKDIS.002 +name: "Health worker distribution (Female) by Professionals (ISCO08 - 2)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHPRVSMOK +relevantVariable: dcid:dc/svpg/sdg/SH_PRV_SMOK.001, dcid:dc/svpg/sdg/SH_PRV_SMOK.002 +name: "Age-standardized prevalence of current tobacco use among persons aged 15 years and older" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSANDEFECT +relevantVariable: dcid:dc/svpg/sdg/SH_SAN_DEFECT.001, dcid:dc/svpg/sdg/SH_SAN_DEFECT.002 +name: "Proportion of population practicing open defecation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSANHNDWSH +relevantVariable: dcid:dc/svpg/sdg/SH_SAN_HNDWSH.001, dcid:dc/svpg/sdg/SH_SAN_HNDWSH.002 +name: "Proportion of population with basic handwashing facilities on premises" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSANSAFE +relevantVariable: dcid:dc/svpg/sdg/SH_SAN_SAFE.001, dcid:dc/svpg/sdg/SH_SAN_SAFE.002 +name: "Proportion of population using safely managed sanitation services" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTAANEM +relevantVariable: dcid:dc/svpg/sdg/SH_STA_ANEM.001 +name: "Proportion of women aged 15-49 years with anaemia" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTAANEMNPRG +relevantVariable: dcid:dc/svpg/sdg/SH_STA_ANEM_NPRG.001 +name: "Proportion of non-pregnant women aged 15-49 years with anaemia" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTAANEMPREG +relevantVariable: dcid:dc/svpg/sdg/SH_STA_ANEM_PREG.001 +name: "Proportion of women aged 15-49 years with anaemia, pregnant" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTAASAIRP +relevantVariable: dcid:dc/svpg/sdg/SH_STA_ASAIRP.001 +name: "Age-standardized mortality rate attributed to household and ambient air pollution" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTABRTC +relevantVariable: dcid:dc/svpg/sdg/SH_STA_BRTC.001 +name: "Proportion of births attended by skilled health personnel" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTAFGMS +relevantVariable: dcid:dc/svpg/sdg/SH_STA_FGMS.001 +name: "Proportion of girls and women aged 15-49 years who have undergone female genital mutilation by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTAMALR +relevantVariable: dcid:dc/svpg/sdg/SH_STA_MALR.001 +name: "Malaria incidence per 1, 000 population at risk" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTAMORT +relevantVariable: dcid:dc/svpg/sdg/SH_STA_MORT.001 +name: "Maternal mortality ratio" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTAPOISN +relevantVariable: dcid:dc/svpg/sdg/SH_STA_POISN.001, dcid:dc/svpg/sdg/SH_STA_POISN.002 +name: "Mortality rate attributed to unintentional poisonings" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTASCIDE +relevantVariable: dcid:dc/svpg/sdg/SH_STA_SCIDE.001, dcid:dc/svpg/sdg/SH_STA_SCIDE.002 +name: "Suicide mortality rate" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTASCIDEN +relevantVariable: dcid:dc/svpg/sdg/SH_STA_SCIDEN.001, dcid:dc/svpg/sdg/SH_STA_SCIDEN.002 +name: "Number of deaths attributed to suicide" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTASTNT +relevantVariable: dcid:dc/svpg/sdg/SH_STA_STNT.001 +name: "Proportion of children moderately or severely stunted" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTASTNTN +relevantVariable: dcid:dc/svpg/sdg/SH_STA_STNTN.001 +name: "Children moderately or severely stunted" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTATRAF +relevantVariable: dcid:dc/svpg/sdg/SH_STA_TRAF.001 +name: "Death rate due to road traffic injuries" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTATRAFN +relevantVariable: dcid:dc/svpg/sdg/SH_STA_TRAFN.001 +name: "Number of deaths rate due to road traffic injuries" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTAWASHARI +relevantVariable: dcid:dc/svpg/sdg/SH_STA_WASHARI.001 +name: "Mortality rate attributed to unsafe water, unsafe sanitation and lack of hygiene from diarrhoea, intestinal nematode infections, malnutrition and acute respiratory infections" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTAWAST +relevantVariable: dcid:dc/svpg/sdg/SH_STA_WAST.001 +name: "Proportion of children moderately or severely wasted" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSTAWASTN +relevantVariable: dcid:dc/svpg/sdg/SH_STA_WASTN.001 +name: "Children moderately or severely wasted" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSUDALCOL +relevantVariable: dcid:dc/svpg/sdg/SH_SUD_ALCOL.002 +name: "Alcohol use disorders, 12-month prevalence (15 years old and over) by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHSUDTREAT +relevantVariable: dcid:dc/svpg/sdg/SH_SUD_TREAT.001, dcid:dc/svpg/sdg/SH_SUD_TREAT.002, dcid:dc/svpg/sdg/SH_SUD_TREAT.003, dcid:dc/svpg/sdg/SH_SUD_TREAT.004, dcid:dc/svpg/sdg/SH_SUD_TREAT.005 +name: "Coverage of treatment interventions (pharmacological, psychosocial and rehabilitation and aftercare services) for substance use disorders by Type of substance" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHTBSINCD +relevantVariable: dcid:dc/svpg/sdg/SH_TBS_INCD.001 +name: "Tuberculosis incidence" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHTRPINTVN +relevantVariable: dcid:dc/svpg/sdg/SH_TRP_INTVN.001 +name: "Number of people requiring interventions against neglected tropical diseases" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHXPDEARN10 +relevantVariable: dcid:dc/svpg/sdg/SH_XPD_EARN10.001 +name: "Proportion of population with large household expenditures on health (greater than 10%) as a share of total household expenditure or income" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSHXPDEARN25 +relevantVariable: dcid:dc/svpg/sdg/SH_XPD_EARN25.001 +name: "Proportion of population with large household expenditures on health (greater than 25%) as a share of total household expenditure or income" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSIAGRLSFP +relevantVariable: dcid:dc/svpg/sdg/SI_AGR_LSFP.001, dcid:dc/svpg/sdg/SI_AGR_LSFP.002 +name: "Average income of large-scale food producers, at purchasing-power parity rates" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSIAGRSSFP +relevantVariable: dcid:dc/svpg/sdg/SI_AGR_SSFP.001, dcid:dc/svpg/sdg/SI_AGR_SSFP.002 +name: "Average income of small-scale food producers, at purchasing-power parity rates" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSICOVBENFTS +relevantVariable: dcid:dc/svpg/sdg/SI_COV_BENFTS.001, dcid:dc/svpg/sdg/SI_COV_BENFTS.002 +name: "ILO Proportion of population covered by at least one social protection benefit" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSICOVCHLD +relevantVariable: dcid:dc/svpg/sdg/SI_COV_CHLD.001, dcid:dc/svpg/sdg/SI_COV_CHLD.003 +name: "ILO Proportion of children/households receiving child/family cash benefit by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSICOVDISAB +relevantVariable: dcid:dc/svpg/sdg/SI_COV_DISAB.001, dcid:dc/svpg/sdg/SI_COV_DISAB.002 +name: "ILO Proportion of population with severe disabilities receiving disability cash benefit" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSICOVLMKT +relevantVariable: dcid:dc/svpg/sdg/SI_COV_LMKT.001, dcid:dc/svpg/sdg/SI_COV_LMKT.002 +name: "World Bank Proportion of population covered by labour market programs" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSICOVMATNL +relevantVariable: dcid:dc/svpg/sdg/SI_COV_MATNL.002 +name: "ILO Proportion of mothers with newborns receiving maternity cash benefit by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSICOVPENSN +relevantVariable: dcid:dc/svpg/sdg/SI_COV_PENSN.001, dcid:dc/svpg/sdg/SI_COV_PENSN.003, dcid:dc/svpg/sdg/SI_COV_PENSN.004 +name: "ILO Proportion of population above statutory pensionable age receiving a pension, by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSICOVPOOR +relevantVariable: dcid:dc/svpg/sdg/SI_COV_POOR.001, dcid:dc/svpg/sdg/SI_COV_POOR.002 +name: "ILO Proportion of poor population receiving social assistance cash benefit" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSICOVSOCAST +relevantVariable: dcid:dc/svpg/sdg/SI_COV_SOCAST.001, dcid:dc/svpg/sdg/SI_COV_SOCAST.002 +name: "World Bank Proportion of population covered by social assistance programs" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSICOVSOCINS +relevantVariable: dcid:dc/svpg/sdg/SI_COV_SOCINS.001, dcid:dc/svpg/sdg/SI_COV_SOCINS.002 +name: "World Bank Proportion of population covered by social insurance programs" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSICOVUEMP +relevantVariable: dcid:dc/svpg/sdg/SI_COV_UEMP.002, dcid:dc/svpg/sdg/SI_COV_UEMP.003, dcid:dc/svpg/sdg/SI_COV_UEMP.004 +name: "ILO Proportion of unemployed persons receiving unemployment cash benefit by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSICOVVULN +relevantVariable: dcid:dc/svpg/sdg/SI_COV_VULN.002 +name: "ILO Proportion of vulnerable population receiving social assistance cash benefit by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSICOVWKINJRY +relevantVariable: dcid:dc/svpg/sdg/SI_COV_WKINJRY.001, dcid:dc/svpg/sdg/SI_COV_WKINJRY.002 +name: "ILO Proportion of employed population covered in the event of work injury by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSIDSTFISP +relevantVariable: dcid:dc/svpg/sdg/SI_DST_FISP.001 +name: "Redistributive impact of fiscal policy, Gini index by Fiscal intervention stage" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSIHEITOTL +relevantVariable: dcid:dc/svpg/sdg/SI_HEI_TOTL.001, dcid:dc/svpg/sdg/SI_HEI_TOTL.002 +name: "Growth rates of household expenditure or income per capita" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSIPOV50MI +relevantVariable: dcid:dc/svpg/sdg/SI_POV_50MI.001 +name: "Proportion of people living below 50 percent of median income by Quantile" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSIPOVDAY1 +relevantVariable: dcid:dc/svpg/sdg/SI_POV_DAY1.001, dcid:dc/svpg/sdg/SI_POV_DAY1.002, dcid:dc/svpg/sdg/SI_POV_DAY1.003, dcid:dc/svpg/sdg/SI_POV_DAY1.004 +name: "Proportion of population below international poverty line" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSIPOVEMP1 +relevantVariable: dcid:dc/svpg/sdg/SI_POV_EMP1.001, dcid:dc/svpg/sdg/SI_POV_EMP1.002, dcid:dc/svpg/sdg/SI_POV_EMP1.003, dcid:dc/svpg/sdg/SI_POV_EMP1.004 +name: "Employed population below international poverty line by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSIPOVNAHC +relevantVariable: dcid:dc/svpg/sdg/SI_POV_NAHC.001, dcid:dc/svpg/sdg/SI_POV_NAHC.002 +name: "Proportion of population living below the national poverty line" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSIRMTCOST +relevantVariable: dcid:dc/svpg/sdg/SI_RMT_COST.001 +name: "Average remittance costs of sending $200 to a receiving country as a proportion of the amount remitted" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSIRMTCOSTBC +relevantVariable: dcid:dc/svpg/sdg/SI_RMT_COST_BC.001, dcid:dc/svpg/sdg/SI_RMT_COST_BC.002 +name: "Average remittance costs of sending $200 in a corridor as a proportion of the amount remitted" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSIRMTCOSTSC +relevantVariable: dcid:dc/svpg/sdg/SI_RMT_COST_SC.001, dcid:dc/svpg/sdg/SI_RMT_COST_SC.002 +name: "SmaRT average remittance costs of sending $200 in a corridor as a proportion of the amount remitted" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSIRMTCOSTSND +relevantVariable: dcid:dc/svpg/sdg/SI_RMT_COST_SND.001 +name: "Average remittance costs of sending $200 for a sending country as a proportion of the amount remitted" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLCPAYEMP +relevantVariable: dcid:dc/svpg/sdg/SL_CPA_YEMP.001 +name: "Existence of a developed and operationalized national strategy for youth employment, as a distinct strategy or as part of a national employment strategy" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLDOMTSPD +relevantVariable: dcid:dc/svpg/sdg/SL_DOM_TSPD.001, dcid:dc/svpg/sdg/SL_DOM_TSPD.002, dcid:dc/svpg/sdg/SL_DOM_TSPD.003, dcid:dc/svpg/sdg/SL_DOM_TSPD.004, dcid:dc/svpg/sdg/SL_DOM_TSPD.005, dcid:dc/svpg/sdg/SL_DOM_TSPD.006, dcid:dc/svpg/sdg/SL_DOM_TSPD.007, dcid:dc/svpg/sdg/SL_DOM_TSPD.008, dcid:dc/svpg/sdg/SL_DOM_TSPD.009, dcid:dc/svpg/sdg/SL_DOM_TSPD.010, dcid:dc/svpg/sdg/SL_DOM_TSPD.011, dcid:dc/svpg/sdg/SL_DOM_TSPD.012, dcid:dc/svpg/sdg/SL_DOM_TSPD.013, dcid:dc/svpg/sdg/SL_DOM_TSPD.014, dcid:dc/svpg/sdg/SL_DOM_TSPD.015, dcid:dc/svpg/sdg/SL_DOM_TSPD.016, dcid:dc/svpg/sdg/SL_DOM_TSPD.017, dcid:dc/svpg/sdg/SL_DOM_TSPD.018, dcid:dc/svpg/sdg/SL_DOM_TSPD.019, dcid:dc/svpg/sdg/SL_DOM_TSPD.020, dcid:dc/svpg/sdg/SL_DOM_TSPD.021, dcid:dc/svpg/sdg/SL_DOM_TSPD.022, dcid:dc/svpg/sdg/SL_DOM_TSPD.023, dcid:dc/svpg/sdg/SL_DOM_TSPD.024, dcid:dc/svpg/sdg/SL_DOM_TSPD.025, dcid:dc/svpg/sdg/SL_DOM_TSPD.026, dcid:dc/svpg/sdg/SL_DOM_TSPD.027, dcid:dc/svpg/sdg/SL_DOM_TSPD.028, dcid:dc/svpg/sdg/SL_DOM_TSPD.029, dcid:dc/svpg/sdg/SL_DOM_TSPD.030, dcid:dc/svpg/sdg/SL_DOM_TSPD.031, dcid:dc/svpg/sdg/SL_DOM_TSPD.032, dcid:dc/svpg/sdg/SL_DOM_TSPD.033, dcid:dc/svpg/sdg/SL_DOM_TSPD.034, dcid:dc/svpg/sdg/SL_DOM_TSPD.035, dcid:dc/svpg/sdg/SL_DOM_TSPD.036, dcid:dc/svpg/sdg/SL_DOM_TSPD.037, dcid:dc/svpg/sdg/SL_DOM_TSPD.038, dcid:dc/svpg/sdg/SL_DOM_TSPD.039, dcid:dc/svpg/sdg/SL_DOM_TSPD.040, dcid:dc/svpg/sdg/SL_DOM_TSPD.041, dcid:dc/svpg/sdg/SL_DOM_TSPD.042, dcid:dc/svpg/sdg/SL_DOM_TSPD.043, dcid:dc/svpg/sdg/SL_DOM_TSPD.044, dcid:dc/svpg/sdg/SL_DOM_TSPD.045, dcid:dc/svpg/sdg/SL_DOM_TSPD.046, dcid:dc/svpg/sdg/SL_DOM_TSPD.047, dcid:dc/svpg/sdg/SL_DOM_TSPD.048, dcid:dc/svpg/sdg/SL_DOM_TSPD.049, dcid:dc/svpg/sdg/SL_DOM_TSPD.050, dcid:dc/svpg/sdg/SL_DOM_TSPD.051, dcid:dc/svpg/sdg/SL_DOM_TSPD.052, dcid:dc/svpg/sdg/SL_DOM_TSPD.053, dcid:dc/svpg/sdg/SL_DOM_TSPD.054, dcid:dc/svpg/sdg/SL_DOM_TSPD.055, dcid:dc/svpg/sdg/SL_DOM_TSPD.056, dcid:dc/svpg/sdg/SL_DOM_TSPD.057, dcid:dc/svpg/sdg/SL_DOM_TSPD.058, dcid:dc/svpg/sdg/SL_DOM_TSPD.059, dcid:dc/svpg/sdg/SL_DOM_TSPD.060, dcid:dc/svpg/sdg/SL_DOM_TSPD.061 +name: "Proportion of time spent on unpaid domestic chores and care work (10 to 14 years old) by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLDOMTSPDCW +relevantVariable: dcid:dc/svpg/sdg/SL_DOM_TSPDCW.001, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.002, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.003, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.004, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.005, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.006, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.007, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.008, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.009, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.010, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.011, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.012, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.013, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.014, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.015, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.016, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.017, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.018, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.019, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.020, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.021, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.022, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.023, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.024, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.025, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.026, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.027, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.028, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.029, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.030, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.031, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.032, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.033, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.034, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.035, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.036, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.037, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.038, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.039, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.040, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.041, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.042, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.043, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.044, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.045, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.046, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.047, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.048, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.049, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.050, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.051, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.052, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.053, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.054, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.055, dcid:dc/svpg/sdg/SL_DOM_TSPDCW.056 +name: "Proportion of time spent on unpaid care work (10 to 14 years old) by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLDOMTSPDDC +relevantVariable: dcid:dc/svpg/sdg/SL_DOM_TSPDDC.001, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.002, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.003, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.004, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.005, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.006, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.007, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.008, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.009, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.010, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.011, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.012, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.013, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.014, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.015, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.016, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.017, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.018, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.019, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.020, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.021, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.022, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.023, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.024, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.025, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.026, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.027, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.028, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.029, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.030, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.031, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.032, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.033, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.034, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.035, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.036, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.037, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.038, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.039, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.040, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.041, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.042, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.043, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.044, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.045, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.046, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.047, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.048, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.049, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.050, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.051, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.052, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.053, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.054, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.055, dcid:dc/svpg/sdg/SL_DOM_TSPDDC.056 +name: "Proportion of time spent on unpaid domestic chores (10 to 14 years old) by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLEMPEARN +relevantVariable: dcid:dc/svpg/sdg/SL_EMP_EARN.001, dcid:dc/svpg/sdg/SL_EMP_EARN.002, dcid:dc/svpg/sdg/SL_EMP_EARN.003, dcid:dc/svpg/sdg/SL_EMP_EARN.004, dcid:dc/svpg/sdg/SL_EMP_EARN.005, dcid:dc/svpg/sdg/SL_EMP_EARN.006, dcid:dc/svpg/sdg/SL_EMP_EARN.007, dcid:dc/svpg/sdg/SL_EMP_EARN.008 +name: "Average hourly earnings of employees in local currency by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLEMPFTLINJUR +relevantVariable: dcid:dc/svpg/sdg/SL_EMP_FTLINJUR.001, dcid:dc/svpg/sdg/SL_EMP_FTLINJUR.002, dcid:dc/svpg/sdg/SL_EMP_FTLINJUR.003, dcid:dc/svpg/sdg/SL_EMP_FTLINJUR.004, dcid:dc/svpg/sdg/SL_EMP_FTLINJUR.005 +name: "Fatal occupational injuries among employees" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLEMPGTOTL +relevantVariable: dcid:dc/svpg/sdg/SL_EMP_GTOTL.001 +name: "Labour share of GDP by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLEMPINJUR +relevantVariable: dcid:dc/svpg/sdg/SL_EMP_INJUR.001, dcid:dc/svpg/sdg/SL_EMP_INJUR.002, dcid:dc/svpg/sdg/SL_EMP_INJUR.003, dcid:dc/svpg/sdg/SL_EMP_INJUR.004, dcid:dc/svpg/sdg/SL_EMP_INJUR.005 +name: "Non-fatal occupational injuries among employees" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLEMPPCAP +relevantVariable: dcid:dc/svpg/sdg/SL_EMP_PCAP.001 +name: "Annual growth rate of real GDP per employed person (15 years old and over)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLEMPRCOSTMO +relevantVariable: dcid:dc/svpg/sdg/SL_EMP_RCOST_MO.001, dcid:dc/svpg/sdg/SL_EMP_RCOST_MO.002, dcid:dc/svpg/sdg/SL_EMP_RCOST_MO.003 +name: "Migrant recruitment costs (number of months of earnings) by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLISVIFEM +relevantVariable: dcid:dc/svpg/sdg/SL_ISV_IFEM.001, dcid:dc/svpg/sdg/SL_ISV_IFEM.002, dcid:dc/svpg/sdg/SL_ISV_IFEM.004, dcid:dc/svpg/sdg/SL_ISV_IFEM.005, dcid:dc/svpg/sdg/SL_ISV_IFEM.008 +name: "Proportion of informal employment, previous definition (15 years old and over)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLISVIFEM19ICLS +relevantVariable: dcid:dc/svpg/sdg/SL_ISV_IFEM_19ICLS.001, dcid:dc/svpg/sdg/SL_ISV_IFEM_19ICLS.002, dcid:dc/svpg/sdg/SL_ISV_IFEM_19ICLS.004, dcid:dc/svpg/sdg/SL_ISV_IFEM_19ICLS.005, dcid:dc/svpg/sdg/SL_ISV_IFEM_19ICLS.007 +name: "Proportion of informal employment, current definition (15 years old and over)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLLBRNTLCPL +relevantVariable: dcid:dc/svpg/sdg/SL_LBR_NTLCPL.001 +name: "Level of national compliance with labour rights (freedom of association and collective bargaining) based on International Labour Organization (ILO) textual sources and national legislation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLTLFCHLDEA +relevantVariable: dcid:dc/svpg/sdg/SL_TLF_CHLDEA.001, dcid:dc/svpg/sdg/SL_TLF_CHLDEA.002, dcid:dc/svpg/sdg/SL_TLF_CHLDEA.003, dcid:dc/svpg/sdg/SL_TLF_CHLDEA.004, dcid:dc/svpg/sdg/SL_TLF_CHLDEA.005, dcid:dc/svpg/sdg/SL_TLF_CHLDEA.006 +name: "Proportion of children engaged in economic activity by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLTLFCHLDEC +relevantVariable: dcid:dc/svpg/sdg/SL_TLF_CHLDEC.001, dcid:dc/svpg/sdg/SL_TLF_CHLDEC.002, dcid:dc/svpg/sdg/SL_TLF_CHLDEC.003, dcid:dc/svpg/sdg/SL_TLF_CHLDEC.004, dcid:dc/svpg/sdg/SL_TLF_CHLDEC.005, dcid:dc/svpg/sdg/SL_TLF_CHLDEC.006 +name: "Proportion of children engaged in economic activity and household chores by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLTLFMANF +relevantVariable: dcid:dc/svpg/sdg/SL_TLF_MANF.001 +name: "Manufacturing employment as a proportion of total employment - previous definition" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLTLFMANF19ICLS +relevantVariable: dcid:dc/svpg/sdg/SL_TLF_MANF_19ICLS.001 +name: "Manufacturing employment as a proportion of total employment - current definition" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLTLFNEET +relevantVariable: dcid:dc/svpg/sdg/SL_TLF_NEET.001, dcid:dc/svpg/sdg/SL_TLF_NEET.002 +name: "Proportion of youth not in education, employment or training - previous definition by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLTLFNEET19ICLS +relevantVariable: dcid:dc/svpg/sdg/SL_TLF_NEET_19ICLS.001, dcid:dc/svpg/sdg/SL_TLF_NEET_19ICLS.002 +name: "Proportion of youth not in education, employment or training - current definition by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLTLFUEM +relevantVariable: dcid:dc/svpg/sdg/SL_TLF_UEM.001, dcid:dc/svpg/sdg/SL_TLF_UEM.002, dcid:dc/svpg/sdg/SL_TLF_UEM.003, dcid:dc/svpg/sdg/SL_TLF_UEM.004 +name: "Unemployment rate by sex and age - previous definition by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLTLFUEMDIS +relevantVariable: dcid:dc/svpg/sdg/SL_TLF_UEMDIS.001, dcid:dc/svpg/sdg/SL_TLF_UEMDIS.002, dcid:dc/svpg/sdg/SL_TLF_UEMDIS.003, dcid:dc/svpg/sdg/SL_TLF_UEMDIS.004, dcid:dc/svpg/sdg/SL_TLF_UEMDIS.005 +name: "Unemployment rate by sex and disability - previous definition (15 years old and over)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLTLFUEMDIS19ICLS +relevantVariable: dcid:dc/svpg/sdg/SL_TLF_UEMDIS_19ICLS.001, dcid:dc/svpg/sdg/SL_TLF_UEMDIS_19ICLS.002, dcid:dc/svpg/sdg/SL_TLF_UEMDIS_19ICLS.003, dcid:dc/svpg/sdg/SL_TLF_UEMDIS_19ICLS.004, dcid:dc/svpg/sdg/SL_TLF_UEMDIS_19ICLS.005 +name: "Unemployment rate by sex and disability - current definition (15 years old and over)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSLTLFUEM19ICLS +relevantVariable: dcid:dc/svpg/sdg/SL_TLF_UEM_19ICLS.001, dcid:dc/svpg/sdg/SL_TLF_UEM_19ICLS.002, dcid:dc/svpg/sdg/SL_TLF_UEM_19ICLS.003, dcid:dc/svpg/sdg/SL_TLF_UEM_19ICLS.004 +name: "Unemployment rate by sex and age - current definition by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSMDTHMIGR +relevantVariable: dcid:dc/svpg/sdg/SM_DTH_MIGR.001 +name: "Total deaths and disappearances recorded during migration" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSMPOPREFGOR +relevantVariable: dcid:dc/svpg/sdg/SM_POP_REFG_OR.001 +name: "Number of refugees per 100, 000 population" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSNITKDEFC +relevantVariable: dcid:dc/svpg/sdg/SN_ITK_DEFC.001 +name: "Prevalence of undernourishment" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSNITKDEFCN +relevantVariable: dcid:dc/svpg/sdg/SN_ITK_DEFCN.001 +name: "Number of undernourished people" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSNSTAOVWGT +relevantVariable: dcid:dc/svpg/sdg/SN_STA_OVWGT.001 +name: "Proportion of children under 5 years old moderately or severely overweight" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSNSTAOVWGTN +relevantVariable: dcid:dc/svpg/sdg/SN_STA_OVWGTN.001 +name: "Children under 5 years old moderately or severely overweight" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPACSBSRVH2O +relevantVariable: dcid:dc/svpg/sdg/SP_ACS_BSRVH2O.001, dcid:dc/svpg/sdg/SP_ACS_BSRVH2O.002 +name: "Proportion of population using basic drinking water services" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPACSBSRVSAN +relevantVariable: dcid:dc/svpg/sdg/SP_ACS_BSRVSAN.001, dcid:dc/svpg/sdg/SP_ACS_BSRVSAN.002 +name: "Proportion of population using basic sanitation services" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPDISPRESOL +relevantVariable: dcid:dc/svpg/sdg/SP_DISP_RESOL.001, dcid:dc/svpg/sdg/SP_DISP_RESOL.002, dcid:dc/svpg/sdg/SP_DISP_RESOL.003 +name: "Proportion of the population who have experienced a dispute in the past two years who accessed a formal or informal dispute resolution mechanism" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPDYNADKL +relevantVariable: dcid:dc/svpg/sdg/SP_DYN_ADKL.001 +name: "Adolescent birth rate" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPDYNMRBF15 +relevantVariable: dcid:dc/svpg/sdg/SP_DYN_MRBF15.001 +name: "Proportion of women aged 20-24 years who were married or in a union before age 15" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPDYNMRBF18 +relevantVariable: dcid:dc/svpg/sdg/SP_DYN_MRBF18.001 +name: "Proportion of women aged 20-24 years who were married or in a union before age 18" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPGNPWNOWNS +relevantVariable: dcid:dc/svpg/sdg/SP_GNP_WNOWNS.001 +name: "Share of women among owners or rights-bearers of agricultural land" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPLGLLNDAGSEC +relevantVariable: dcid:dc/svpg/sdg/SP_LGL_LNDAGSEC.001, dcid:dc/svpg/sdg/SP_LGL_LNDAGSEC.002 +name: "Proportion of total agricultural population with ownership or secure rights over agricultural land" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPLGLLNDDOC +relevantVariable: dcid:dc/svpg/sdg/SP_LGL_LNDDOC.002 +name: "Proportion of people with legally recognized documentation of their rights to land out of total adult population by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPLGLLNDSEC +relevantVariable: dcid:dc/svpg/sdg/SP_LGL_LNDSEC.001 +name: "Proportion of people who perceive their rights to land as secure out of total adult population" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPLGLLNDSTR +relevantVariable: dcid:dc/svpg/sdg/SP_LGL_LNDSTR.002 +name: "Proportion of people with secure tenure rights to land out of total adult population by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPPSROSATISGOV +relevantVariable: dcid:dc/svpg/sdg/SP_PSR_OSATIS_GOV.001, dcid:dc/svpg/sdg/SP_PSR_OSATIS_GOV.002, dcid:dc/svpg/sdg/SP_PSR_OSATIS_GOV.003, dcid:dc/svpg/sdg/SP_PSR_OSATIS_GOV.004, dcid:dc/svpg/sdg/SP_PSR_OSATIS_GOV.005, dcid:dc/svpg/sdg/SP_PSR_OSATIS_GOV.006 +name: "Proportion of population who say that overall they are satisfied with the quality of government services" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPPSROSATISHLTH +relevantVariable: dcid:dc/svpg/sdg/SP_PSR_OSATIS_HLTH.001, dcid:dc/svpg/sdg/SP_PSR_OSATIS_HLTH.002, dcid:dc/svpg/sdg/SP_PSR_OSATIS_HLTH.003, dcid:dc/svpg/sdg/SP_PSR_OSATIS_HLTH.004, dcid:dc/svpg/sdg/SP_PSR_OSATIS_HLTH.005, dcid:dc/svpg/sdg/SP_PSR_OSATIS_HLTH.006 +name: "Proportion of population who say that overall they are satisfied with the quality of healthcare services" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPPSROSATISPRM +relevantVariable: dcid:dc/svpg/sdg/SP_PSR_OSATIS_PRM.001, dcid:dc/svpg/sdg/SP_PSR_OSATIS_PRM.002, dcid:dc/svpg/sdg/SP_PSR_OSATIS_PRM.003, dcid:dc/svpg/sdg/SP_PSR_OSATIS_PRM.004, dcid:dc/svpg/sdg/SP_PSR_OSATIS_PRM.005, dcid:dc/svpg/sdg/SP_PSR_OSATIS_PRM.006 +name: "Proportion of population who say that overall they are satisfied with the quality of primary education services" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPPSROSATISSEC +relevantVariable: dcid:dc/svpg/sdg/SP_PSR_OSATIS_SEC.001, dcid:dc/svpg/sdg/SP_PSR_OSATIS_SEC.002, dcid:dc/svpg/sdg/SP_PSR_OSATIS_SEC.003, dcid:dc/svpg/sdg/SP_PSR_OSATIS_SEC.004, dcid:dc/svpg/sdg/SP_PSR_OSATIS_SEC.005, dcid:dc/svpg/sdg/SP_PSR_OSATIS_SEC.006 +name: "Proportion of population who say that overall they are satisfied with the quality of secondary education services" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPPSRSATISGOV +relevantVariable: dcid:dc/svpg/sdg/SP_PSR_SATIS_GOV.001, dcid:dc/svpg/sdg/SP_PSR_SATIS_GOV.002, dcid:dc/svpg/sdg/SP_PSR_SATIS_GOV.003, dcid:dc/svpg/sdg/SP_PSR_SATIS_GOV.004, dcid:dc/svpg/sdg/SP_PSR_SATIS_GOV.005, dcid:dc/svpg/sdg/SP_PSR_SATIS_GOV.006, dcid:dc/svpg/sdg/SP_PSR_SATIS_GOV.007, dcid:dc/svpg/sdg/SP_PSR_SATIS_GOV.008, dcid:dc/svpg/sdg/SP_PSR_SATIS_GOV.009, dcid:dc/svpg/sdg/SP_PSR_SATIS_GOV.010, dcid:dc/svpg/sdg/SP_PSR_SATIS_GOV.011, dcid:dc/svpg/sdg/SP_PSR_SATIS_GOV.012, dcid:dc/svpg/sdg/SP_PSR_SATIS_GOV.013, dcid:dc/svpg/sdg/SP_PSR_SATIS_GOV.014, dcid:dc/svpg/sdg/SP_PSR_SATIS_GOV.015, dcid:dc/svpg/sdg/SP_PSR_SATIS_GOV.016 +name: "Proportion of population satisfied with their last experience of government services (25 to 34 years old) by Service attribute" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPPSRSATISHLTH +relevantVariable: dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.001, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.002, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.003, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.004, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.005, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.006, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.007, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.008, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.009, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.010, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.011, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.012, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.013, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.014, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.015, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.016, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.017, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.018, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.019, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.020, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.021, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.022, dcid:dc/svpg/sdg/SP_PSR_SATIS_HLTH.023 +name: "Proportion of population satisfied with their last experience of public healthcare services (25 to 34 years old) by Service attribute" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPPSRSATISPRM +relevantVariable: dcid:dc/svpg/sdg/SP_PSR_SATIS_PRM.001, dcid:dc/svpg/sdg/SP_PSR_SATIS_PRM.002, dcid:dc/svpg/sdg/SP_PSR_SATIS_PRM.003, dcid:dc/svpg/sdg/SP_PSR_SATIS_PRM.004, dcid:dc/svpg/sdg/SP_PSR_SATIS_PRM.005, dcid:dc/svpg/sdg/SP_PSR_SATIS_PRM.006, dcid:dc/svpg/sdg/SP_PSR_SATIS_PRM.007, dcid:dc/svpg/sdg/SP_PSR_SATIS_PRM.008, dcid:dc/svpg/sdg/SP_PSR_SATIS_PRM.009, dcid:dc/svpg/sdg/SP_PSR_SATIS_PRM.010, dcid:dc/svpg/sdg/SP_PSR_SATIS_PRM.011, dcid:dc/svpg/sdg/SP_PSR_SATIS_PRM.012, dcid:dc/svpg/sdg/SP_PSR_SATIS_PRM.013, dcid:dc/svpg/sdg/SP_PSR_SATIS_PRM.014, dcid:dc/svpg/sdg/SP_PSR_SATIS_PRM.015 +name: "Proportion of population satisfied with their last experience of public primary education services (25 to 34 years old) by Service attribute" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPPSRSATISSEC +relevantVariable: dcid:dc/svpg/sdg/SP_PSR_SATIS_SEC.001, dcid:dc/svpg/sdg/SP_PSR_SATIS_SEC.002, dcid:dc/svpg/sdg/SP_PSR_SATIS_SEC.003, dcid:dc/svpg/sdg/SP_PSR_SATIS_SEC.004, dcid:dc/svpg/sdg/SP_PSR_SATIS_SEC.005, dcid:dc/svpg/sdg/SP_PSR_SATIS_SEC.006, dcid:dc/svpg/sdg/SP_PSR_SATIS_SEC.007, dcid:dc/svpg/sdg/SP_PSR_SATIS_SEC.008, dcid:dc/svpg/sdg/SP_PSR_SATIS_SEC.009, dcid:dc/svpg/sdg/SP_PSR_SATIS_SEC.010, dcid:dc/svpg/sdg/SP_PSR_SATIS_SEC.011, dcid:dc/svpg/sdg/SP_PSR_SATIS_SEC.012, dcid:dc/svpg/sdg/SP_PSR_SATIS_SEC.013, dcid:dc/svpg/sdg/SP_PSR_SATIS_SEC.014 +name: "Proportion of population satisfied with their last experience of public secondary education services (25 to 34 years old) by Service attribute" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPRODR2KM +relevantVariable: dcid:dc/svpg/sdg/SP_ROD_R2KM.001 +name: "Proportion of the rural population who live within 2 km of an all-season road" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSPTRNPUBL +relevantVariable: dcid:dc/svpg/sdg/SP_TRN_PUBL.001 +name: "Proportion of population that has convenient access to public transport" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSTEEVACCSEEA +relevantVariable: dcid:dc/svpg/sdg/ST_EEV_ACCSEEA.001 +name: "Implementation of standard accounting tools to monitor the economic and environmental aspects of tourism (SEEA tables)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSTEEVACCTSA +relevantVariable: dcid:dc/svpg/sdg/ST_EEV_ACCTSA.001 +name: "Implementation of standard accounting tools to monitor the economic and environmental aspects of tourism (Tourism Satellite Account tables)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSTEEVSTDACCT +relevantVariable: dcid:dc/svpg/sdg/ST_EEV_STDACCT.001 +name: "Implementation of standard accounting tools to monitor the economic and environmental aspects of tourism (number of tables)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGSTGDPZS +relevantVariable: dcid:dc/svpg/sdg/ST_GDP_ZS.001 +name: "Tourism direct GDP as a proportion of total GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGTGVALTOTLGDZS +relevantVariable: dcid:dc/svpg/sdg/TG_VAL_TOTL_GD_ZS.001 +name: "Merchandise trade as a proportion of GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGTMTAXDMFN +relevantVariable: dcid:dc/svpg/sdg/TM_TAX_DMFN.001, dcid:dc/svpg/sdg/TM_TAX_DMFN.002 +name: "Average tariff applied by developed countries, most-favored nation status" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGTMTAXDPRF +relevantVariable: dcid:dc/svpg/sdg/TM_TAX_DPRF.001, dcid:dc/svpg/sdg/TM_TAX_DPRF.002 +name: "Average tariff applied by developed countries, preferential status" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGTMTAXWMFN +relevantVariable: dcid:dc/svpg/sdg/TM_TAX_WMFN.001, dcid:dc/svpg/sdg/TM_TAX_WMFN.002 +name: "Worldwide weighted tariff-average, most-favoured-nation status" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGTMTAXWMPS +relevantVariable: dcid:dc/svpg/sdg/TM_TAX_WMPS.001, dcid:dc/svpg/sdg/TM_TAX_WMPS.002 +name: "Worldwide weighted tariff-average, preferential status" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGTMTRFZERO +relevantVariable: dcid:dc/svpg/sdg/TM_TRF_ZERO.001, dcid:dc/svpg/sdg/TM_TRF_ZERO.002 +name: "Proportion of tariff lines applied to imports with zero-tariff" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGTXEXPGBMRCH +relevantVariable: dcid:dc/svpg/sdg/TX_EXP_GBMRCH.001 +name: "Developing countries’ and least developed countries’ share of global merchandise exports" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGTXEXPGBSVR +relevantVariable: dcid:dc/svpg/sdg/TX_EXP_GBSVR.001 +name: "Developing countries’ and least developed countries’ share of global services exports" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGTXIMPGBMRCH +relevantVariable: dcid:dc/svpg/sdg/TX_IMP_GBMRCH.001 +name: "Developing countries’ and least developed countries’ share of global merchandise imports" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGTXIMPGBSVR +relevantVariable: dcid:dc/svpg/sdg/TX_IMP_GBSVR.001 +name: "Developing countries’ and least developed countries’ share of global services imports" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCARMSZTRACE +relevantVariable: dcid:dc/svpg/sdg/VC_ARM_SZTRACE.001 +name: "Proportion of seized, found or surrendered arms whose illicit origin or context has been traced or established by a competent authority in line with international instruments" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRAFFCT +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_AFFCT.001 +name: "Number of people affected by disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRAGLH +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_AGLH.001 +name: "Direct agriculture loss attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRBSDN +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_BSDN.001 +name: "Number of disruptions to basic services attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRCDAN +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_CDAN.001 +name: "Number of damaged critical infrastructure attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRCDYN +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_CDYN.001 +name: "Number of other destroyed or damaged critical infrastructure units and facilities attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRCHLN +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_CHLN.001 +name: "Direct economic loss to cultural heritage damaged or destroyed attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRCILN +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_CILN.001 +name: "Direct economic loss resulting from damaged or destroyed critical infrastructure attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRDAFF +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_DAFF.001 +name: "Number of directly affected persons attributed to disasters per 100, 000 population" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRDDPA +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_DDPA.001 +name: "Direct economic loss to other damaged or destroyed productive assets attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSREFDN +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_EFDN.001 +name: "Number of destroyed or damaged educational facilities attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRESDN +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_ESDN.001 +name: "Number of disruptions to educational services attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRGDPLS +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_GDPLS.001 +name: "Direct economic loss attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRHFDN +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_HFDN.001 +name: "Number of destroyed or damaged health facilities attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRHOLH +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_HOLH.001 +name: "Direct economic loss in the housing sector attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRHSDN +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_HSDN.001 +name: "Number of disruptions to health services attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRIJILN +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_IJILN.001 +name: "Number of injured or ill people attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRLSGP +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_LSGP.001 +name: "Direct economic loss attributed to disasters relative to GDP" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRMISS +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_MISS.001 +name: "Number of missing persons due to disaster" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRMMHN +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_MMHN.001 +name: "Number of deaths and missing persons attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRMORT +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_MORT.001 +name: "Number of deaths due to disaster" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRMTMP +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_MTMP.001 +name: "Number of deaths and missing persons attributed to disasters per 100, 000 population" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSROBDN +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_OBDN.001 +name: "Number of disruptions to other basic services attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRPDAN +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_PDAN.001 +name: "Number of people whose damaged dwellings were attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRPDLN +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_PDLN.001 +name: "Number of people whose livelihoods were disrupted or destroyed, attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDSRPDYN +relevantVariable: dcid:dc/svpg/sdg/VC_DSR_PDYN.001 +name: "Number of people whose destroyed dwellings were attributed to disasters" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDTHTOCVN +relevantVariable: dcid:dc/svpg/sdg/VC_DTH_TOCVN.001 +name: "Number of conflict-related deaths (civilians)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDTHTONCVN +relevantVariable: dcid:dc/svpg/sdg/VC_DTH_TONCVN.001 +name: "Number of conflict-related deaths (non-civilians)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDTHTOTN +relevantVariable: dcid:dc/svpg/sdg/VC_DTH_TOTN.001, dcid:dc/svpg/sdg/VC_DTH_TOTN.002, dcid:dc/svpg/sdg/VC_DTH_TOTN.003, dcid:dc/svpg/sdg/VC_DTH_TOTN.004 +name: "Number of total conflict-related deaths" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDTHTOTPT +relevantVariable: dcid:dc/svpg/sdg/VC_DTH_TOTPT.001, dcid:dc/svpg/sdg/VC_DTH_TOTPT.002, dcid:dc/svpg/sdg/VC_DTH_TOTPT.003, dcid:dc/svpg/sdg/VC_DTH_TOTPT.004 +name: "Conflict-related total death rate" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDTHTOTR +relevantVariable: dcid:dc/svpg/sdg/VC_DTH_TOTR.001 +name: "Number of total conflict-related deaths per 100, 000 population" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCDTHTOUNN +relevantVariable: dcid:dc/svpg/sdg/VC_DTH_TOUNN.001 +name: "Number of conflict-related deaths (unknown)" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCHTFDETV +relevantVariable: dcid:dc/svpg/sdg/VC_HTF_DETV.001, dcid:dc/svpg/sdg/VC_HTF_DETV.002, dcid:dc/svpg/sdg/VC_HTF_DETV.003, dcid:dc/svpg/sdg/VC_HTF_DETV.004, dcid:dc/svpg/sdg/VC_HTF_DETV.005, dcid:dc/svpg/sdg/VC_HTF_DETV.006 +name: "Detected victims of human trafficking" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCHTFDETVFL +relevantVariable: dcid:dc/svpg/sdg/VC_HTF_DETVFL.001, dcid:dc/svpg/sdg/VC_HTF_DETVFL.002, dcid:dc/svpg/sdg/VC_HTF_DETVFL.003, dcid:dc/svpg/sdg/VC_HTF_DETVFL.004, dcid:dc/svpg/sdg/VC_HTF_DETVFL.005 +name: "Detected victims of human trafficking for forced labour, servitude and slavery" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCHTFDETVFLR +relevantVariable: dcid:dc/svpg/sdg/VC_HTF_DETVFLR.001, dcid:dc/svpg/sdg/VC_HTF_DETVFLR.002, dcid:dc/svpg/sdg/VC_HTF_DETVFLR.003, dcid:dc/svpg/sdg/VC_HTF_DETVFLR.004 +name: "Detected victims of human trafficking for forced labour, servitude and slavery" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCHTFDETVOG +relevantVariable: dcid:dc/svpg/sdg/VC_HTF_DETVOG.001, dcid:dc/svpg/sdg/VC_HTF_DETVOG.003 +name: "Detected victims of human trafficking for removal of organ" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCHTFDETVOGR +relevantVariable: dcid:dc/svpg/sdg/VC_HTF_DETVOGR.001, dcid:dc/svpg/sdg/VC_HTF_DETVOGR.003 +name: "Detected victims of human trafficking for removal of organ" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCHTFDETVOP +relevantVariable: dcid:dc/svpg/sdg/VC_HTF_DETVOP.001, dcid:dc/svpg/sdg/VC_HTF_DETVOP.002, dcid:dc/svpg/sdg/VC_HTF_DETVOP.003, dcid:dc/svpg/sdg/VC_HTF_DETVOP.004, dcid:dc/svpg/sdg/VC_HTF_DETVOP.005 +name: "Detected victims of human trafficking for other purposes" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCHTFDETVOPR +relevantVariable: dcid:dc/svpg/sdg/VC_HTF_DETVOPR.001, dcid:dc/svpg/sdg/VC_HTF_DETVOPR.002, dcid:dc/svpg/sdg/VC_HTF_DETVOPR.003, dcid:dc/svpg/sdg/VC_HTF_DETVOPR.004 +name: "Detected victims of human trafficking for other purposes" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCHTFDETVR +relevantVariable: dcid:dc/svpg/sdg/VC_HTF_DETVR.001, dcid:dc/svpg/sdg/VC_HTF_DETVR.002, dcid:dc/svpg/sdg/VC_HTF_DETVR.003, dcid:dc/svpg/sdg/VC_HTF_DETVR.004, dcid:dc/svpg/sdg/VC_HTF_DETVR.005 +name: "Detected victims of human trafficking" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCHTFDETVSX +relevantVariable: dcid:dc/svpg/sdg/VC_HTF_DETVSX.001, dcid:dc/svpg/sdg/VC_HTF_DETVSX.002, dcid:dc/svpg/sdg/VC_HTF_DETVSX.003, dcid:dc/svpg/sdg/VC_HTF_DETVSX.004, dcid:dc/svpg/sdg/VC_HTF_DETVSX.005 +name: "Detected victims of human trafficking for sexual exploitation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCHTFDETVSXR +relevantVariable: dcid:dc/svpg/sdg/VC_HTF_DETVSXR.001, dcid:dc/svpg/sdg/VC_HTF_DETVSXR.002, dcid:dc/svpg/sdg/VC_HTF_DETVSXR.003, dcid:dc/svpg/sdg/VC_HTF_DETVSXR.004 +name: "Detected victims of human trafficking for sexual exploitation" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCIHRPSRC +relevantVariable: dcid:dc/svpg/sdg/VC_IHR_PSRC.001, dcid:dc/svpg/sdg/VC_IHR_PSRC.002 +name: "Number of victims of intentional homicide per 100, 000 population" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCIHRPSRCN +relevantVariable: dcid:dc/svpg/sdg/VC_IHR_PSRCN.001, dcid:dc/svpg/sdg/VC_IHR_PSRCN.002 +name: "Number of victims of intentional homicide" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCPRRPHYV +relevantVariable: dcid:dc/svpg/sdg/VC_PRR_PHYV.001, dcid:dc/svpg/sdg/VC_PRR_PHYV.002 +name: "Police reporting rate for physical assault in the previous 12 months" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCPRRPHYVIO +relevantVariable: dcid:dc/svpg/sdg/VC_PRR_PHY_VIO.001, dcid:dc/svpg/sdg/VC_PRR_PHY_VIO.002 +name: "Police reporting rate for physical violence in the previous 12 months" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCPRRPSYCHV +relevantVariable: dcid:dc/svpg/sdg/VC_PRR_PSYCHV.001, dcid:dc/svpg/sdg/VC_PRR_PSYCHV.002 +name: "Police reporting rate for psychological violence in the previous 12 months" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCPRRROBB +relevantVariable: dcid:dc/svpg/sdg/VC_PRR_ROBB.001, dcid:dc/svpg/sdg/VC_PRR_ROBB.002 +name: "Police reporting rate for robbery in the previous 12 months" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCPRRSEXV +relevantVariable: dcid:dc/svpg/sdg/VC_PRR_SEXV.001, dcid:dc/svpg/sdg/VC_PRR_SEXV.002 +name: "Police reporting rate for sexual assault in the previous 12 months" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCPRRSEXVIO +relevantVariable: dcid:dc/svpg/sdg/VC_PRR_SEX_VIO.001, dcid:dc/svpg/sdg/VC_PRR_SEX_VIO.002 +name: "Police reporting rate for sexual violence in the previous 12 months" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCPRSUNSNT +relevantVariable: dcid:dc/svpg/sdg/VC_PRS_UNSNT.001, dcid:dc/svpg/sdg/VC_PRS_UNSNT.002 +name: "Unsentenced detainees as a proportion of overall prison population" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCSNSWALNDRK +relevantVariable: dcid:dc/svpg/sdg/VC_SNS_WALN_DRK.001, dcid:dc/svpg/sdg/VC_SNS_WALN_DRK.002 +name: "Proportion of population that feel safe walking alone around the area they live after dark" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCVAWMARR +relevantVariable: dcid:dc/svpg/sdg/VC_VAW_MARR.001 +name: "Proportion of ever-partnered women and girls subjected to physical and/or sexual violence by a current or former intimate partner in the previous 12 months by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCVAWMTUHRA +relevantVariable: dcid:dc/svpg/sdg/VC_VAW_MTUHRA.001, dcid:dc/svpg/sdg/VC_VAW_MTUHRA.002 +name: "Number of cases of killings of human rights defenders, journalists and trade unionists" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCVAWMTUHRAN +relevantVariable: dcid:dc/svpg/sdg/VC_VAW_MTUHRAN.001 +name: "Countries with at least one verified case of killings of human rights defenders, journalists, and trade unionists" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCVAWPHYPYV +relevantVariable: dcid:dc/svpg/sdg/VC_VAW_PHYPYV.001 +name: "Proportion of children aged 1-14 years who experienced physical punishment and/or psychological aggression by caregivers in last month by Age group" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCVAWSXVLN +relevantVariable: dcid:dc/svpg/sdg/VC_VAW_SXVLN.001, dcid:dc/svpg/sdg/VC_VAW_SXVLN.002 +name: "Proportion of population aged 18-29 years who experienced sexual violence by age\xa018 (18 to 29 years old) by Sex" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCVOCENFDIS +relevantVariable: dcid:dc/svpg/sdg/VC_VOC_ENFDIS.001, dcid:dc/svpg/sdg/VC_VOC_ENFDIS.002 +name: "Number of cases of enforced disappearance of human rights defenders, journalists and trade unionists" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCVOHSXPH +relevantVariable: dcid:dc/svpg/sdg/VC_VOH_SXPH.001, dcid:dc/svpg/sdg/VC_VOH_SXPH.002 +name: "Proportion of persons victim of non-sexual or sexual harassment, in the previous 12 months" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCVOVGDSD +relevantVariable: dcid:dc/svpg/sdg/VC_VOV_GDSD.001, dcid:dc/svpg/sdg/VC_VOV_GDSD.002, dcid:dc/svpg/sdg/VC_VOV_GDSD.003, dcid:dc/svpg/sdg/VC_VOV_GDSD.004, dcid:dc/svpg/sdg/VC_VOV_GDSD.005, dcid:dc/svpg/sdg/VC_VOV_GDSD.006, dcid:dc/svpg/sdg/VC_VOV_GDSD.007, dcid:dc/svpg/sdg/VC_VOV_GDSD.008, dcid:dc/svpg/sdg/VC_VOV_GDSD.009, dcid:dc/svpg/sdg/VC_VOV_GDSD.010, dcid:dc/svpg/sdg/VC_VOV_GDSD.011, dcid:dc/svpg/sdg/VC_VOV_GDSD.012, dcid:dc/svpg/sdg/VC_VOV_GDSD.013, dcid:dc/svpg/sdg/VC_VOV_GDSD.014, dcid:dc/svpg/sdg/VC_VOV_GDSD.015, dcid:dc/svpg/sdg/VC_VOV_GDSD.016, dcid:dc/svpg/sdg/VC_VOV_GDSD.017, dcid:dc/svpg/sdg/VC_VOV_GDSD.018, dcid:dc/svpg/sdg/VC_VOV_GDSD.019, dcid:dc/svpg/sdg/VC_VOV_GDSD.020, dcid:dc/svpg/sdg/VC_VOV_GDSD.021, dcid:dc/svpg/sdg/VC_VOV_GDSD.022, dcid:dc/svpg/sdg/VC_VOV_GDSD.023 +name: "Proportion of population reporting having felt discriminated against" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCVOVPHYL +relevantVariable: dcid:dc/svpg/sdg/VC_VOV_PHYL.001, dcid:dc/svpg/sdg/VC_VOV_PHYL.002 +name: "Proportion of population subjected to physical violence in the previous 12 months" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCVOVPHYASLT +relevantVariable: dcid:dc/svpg/sdg/VC_VOV_PHY_ASLT.001, dcid:dc/svpg/sdg/VC_VOV_PHY_ASLT.002 +name: "Proportion of population subjected to physical assault in the previous 12 months" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCVOVPSYCHL +relevantVariable: dcid:dc/svpg/sdg/VC_VOV_PSYCHL.001, dcid:dc/svpg/sdg/VC_VOV_PSYCHL.002 +name: "Proportion of population subjected to psychological violence in the previous 12 months" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCVOVROBB +relevantVariable: dcid:dc/svpg/sdg/VC_VOV_ROBB.001, dcid:dc/svpg/sdg/VC_VOV_ROBB.002 +name: "Proportion of population subjected to robbery in the previous 12 months" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCVOVSEXL +relevantVariable: dcid:dc/svpg/sdg/VC_VOV_SEXL.001, dcid:dc/svpg/sdg/VC_VOV_SEXL.002 +name: "Proportion of population subjected to sexual violence in the previous 12 months" +typeOf: dcid:Topic + +Node: dcid:dc/topic/SDGVCVOVSEXASLT +relevantVariable: dcid:dc/svpg/sdg/VC_VOV_SEX_ASLT.001, dcid:dc/svpg/sdg/VC_VOV_SEX_ASLT.002 +name: "Proportion of population subjected to sexual assault in the previous 12 months" +typeOf: dcid:Topic diff --git a/tools/sdg/topics/sheets_svs.csv b/tools/sdg/topics/sheets_svs.csv new file mode 100644 index 0000000000..287d48ff24 --- /dev/null +++ b/tools/sdg/topics/sheets_svs.csv @@ -0,0 +1,681 @@ +dcid,sentence +dc/topic/SDGAGFLSINDEX,Global food loss index +dc/topic/SDGAGFLSPCT,Food loss percentage +dc/topic/SDGAGFOODWST,Food waste +dc/topic/SDGAGFOODWSTPC,Food waste per capita +dc/topic/SDGAGFPACFPI,Indicator of Food Price Anomalies (IFPA) by Consumer Price Index of Food +dc/topic/SDGAGFPACOMM,Indicator of Food Price Anomalies (IFPA) by Product +dc/topic/SDGAGFPAHMFP,"Proportion of countries recording abnormally high or moderately high food prices, according to the Indicator of Food Price Anomalies" +dc/topic/SDGAGLNDAGRBIO,Proportion of agricultural land area that has achieved an acceptable or desirable level of use of agro-biodiversity supportive practices +dc/topic/SDGAGLNDAGRWAG,Proportion of agricultural land area that has achieved an acceptable or desirable level of wage rate in agriculture +dc/topic/SDGAGLNDDGRD,Proportion of land that is degraded over total land area +dc/topic/SDGAGLNDFERTMG,Proportion of agricultural land area that has achieved an acceptable or desirable level of management of fertilizers +dc/topic/SDGAGLNDFIES,Proportion of agricultural land area that has achieved an acceptable or desirable level of food security +dc/topic/SDGAGLNDFOVH,Proportion of agricultural land area that has achieved an acceptable or desirable level of farm output value per hectare +dc/topic/SDGAGLNDFRST,Forest area as a proportion of total land area +dc/topic/SDGAGLNDFRSTBIOPHA,Above-ground biomass in forest +dc/topic/SDGAGLNDFRSTCERT,Forest area certified under an independently verified certification scheme +dc/topic/SDGAGLNDFRSTCHG,Annual forest area change rate +dc/topic/SDGAGLNDFRSTMGT,Proportion of forest area with a long-term management plan +dc/topic/SDGAGLNDFRSTN,Forest area +dc/topic/SDGAGLNDFRSTPRCT,Proportion of forest area within legally established protected areas +dc/topic/SDGAGLNDH2OAVAIL,Proportion of agricultural land area that has achieved an acceptable or desirable level of variation in water availability +dc/topic/SDGAGLNDLNDSTR,Proportion of agricultural land area that has achieved an acceptable or desirable level of secure tenure rights to agricultural land +dc/topic/SDGAGLNDNFI,Proportion of agricultural land area that has achieved an acceptable or desirable level of net farm income +dc/topic/SDGAGLNDPSTCDSMG,Proportion of agricultural land area that has achieved an acceptable or desirable level of management of pesticides +dc/topic/SDGAGLNDRMM,Proportion of agricultural land area that has achieved an acceptable or desirable level of risk mitigation mechanisms +dc/topic/SDGAGLNDSDGRD,Proportion of agricultural land area that has achieved an acceptable or desirable level of soil degradation +dc/topic/SDGAGLNDSUST,Proportion of agricultural area under productive and sustainable agriculture +dc/topic/SDGAGLNDSUSTPRXCSS,"Progress toward productive and sustainable agriculture, current status score (proxy)" +dc/topic/SDGAGLNDSUSTPRXTS,"Progress toward productive and sustainable agriculture, trend score (proxy)" +dc/topic/SDGAGLNDTOTL,Land area +dc/topic/SDGAGPRDAGVAS,Agriculture value added share of GDP +dc/topic/SDGAGPRDFIESMS,Prevalence of moderate or severe food insecurity in the population +dc/topic/SDGAGPRDFIESMSN,Population in moderate or severe food insecurity +dc/topic/SDGAGPRDFIESS,Prevalence of severe food insecurity in the population +dc/topic/SDGAGPRDFIESSN,Population in severe food insecurity +dc/topic/SDGAGPRDORTIND,Agriculture orientation index for government expenditures +dc/topic/SDGAGPRDXSUBDY,Agricultural export subsidies +dc/topic/SDGAGXPDAGSGB,Agriculture share of Government Expenditure +dc/topic/SDGBNCABXOKAGDZS,Current account balance as a proportion of GDP +dc/topic/SDGBNKLTPTXLCD,"Portfolio investment, net (Balance of Payments)" +dc/topic/SDGBXKLTDINVWDGDZS,"Foreign direct investment, net inflows, as a proportion of GDP" +dc/topic/SDGBXTRFPWKR,Volume of remittances as a proportion of total GDP +dc/topic/SDGDCENVTECHEXP,Amount of tracked exported Environmentally Sound Technologies +dc/topic/SDGDCENVTECHIMP,Amount of tracked imported Environmentally Sound Technologies +dc/topic/SDGDCENVTECHINV,Total investment in Environment Sound Technologies +dc/topic/SDGDCENVTECHREXP,Amount of tracked re-exported Environmentally Sound Technologies +dc/topic/SDGDCENVTECHRIMP,Amount of tracked re-imported Environmentally Sound Technologies +dc/topic/SDGDCENVTECHTT,Total trade of tracked Environmentally Sound Technologies +dc/topic/SDGDCFINCLIMB,"Climate-specific financial support provided via bilateral, regional and other channels" +dc/topic/SDGDCFINCLIMM,Climate-specific financial support provided via multilateral channels +dc/topic/SDGDCFINCLIMT,Total climate-specific financial support provided +dc/topic/SDGDCFINGEN,Core/general contributions provided to multilateral institutions +dc/topic/SDGDCFINTOT,Total financial support provided +dc/topic/SDGDCFTATOTAL,Total official development assistance (gross disbursement) for technical cooperation +dc/topic/SDGDCODABDVDL,Total outbound official development assistance for biodiversity +dc/topic/SDGDCODABDVL,Total inbound official development assistance for biodiversity +dc/topic/SDGDCODALDCG,Net outbound official development assistance (ODA) to LDCs as a percentage of OECD-DAC donors' GNI +dc/topic/SDGDCODALDCS,Net inbound official development assistance (ODA) to LDCs from OECD-DAC countries +dc/topic/SDGDCODALLDC,Net outbound official development assistance (ODA) to landlocked developing countries from OECD-DAC countries +dc/topic/SDGDCODALLDCG,Net outbound official development assistance (ODA) to landlocked developing countries as a percentage of OECD-DAC donors' GNI +dc/topic/SDGDCODAPOVDLG,"Outbound official development assistance grants for poverty reduction, as percentage of GNI" +dc/topic/SDGDCODAPOVG,Official development assistance grants for poverty reduction (percentage of GNI) +dc/topic/SDGDCODAPOVLG,"Inbound official development assistance grants for poverty reduction, as a percentage of GNI" +dc/topic/SDGDCODASIDS,Net outbound official development assistance (ODA) to small island states (SIDS) from OECD-DAC countries +dc/topic/SDGDCODASIDSG,Net outbound official development assistance (ODA) to small island states (SIDS) as a percentage of OECD-DAC donors' GNI +dc/topic/SDGDCODATOTG,Net outbound official development assistance (ODA) as a percentage of OECD-DAC donors' GNI +dc/topic/SDGDCODATOTGGE,Outbound official development assistance (ODA) as a percentage of OECD-DAC donors' GNI on grant equivalent basis +dc/topic/SDGDCODATOTL,Net outbound official development assistance (ODA) from OECD-DAC countries +dc/topic/SDGDCODATOTLGE,Outbound official development assistance (ODA) from OECD-DAC countries on grant equivalent basis +dc/topic/SDGDCOSSDGRT,Gross receipts by developing countries of official sustainable development grants +dc/topic/SDGDCOSSDMPF,Gross receipts by developing countries of mobilised private finance (MPF) - on an experimental basis +dc/topic/SDGDCOSSDOFFCL,Gross receipts by developing countries of official concessional sustainable development loans +dc/topic/SDGDCOSSDOFFNL,Gross receipts by developing countries of official non-concessional sustainable development loans +dc/topic/SDGDCOSSDPRVGRT,Gross receipts by developing countries of private grants +dc/topic/SDGDCTOFAGRL,Total inbound official flows (disbursements) for agriculture +dc/topic/SDGDCTOFHLTHL,"Total inbound official development assistance to medical research and basic health sectors, gross disbursement" +dc/topic/SDGDCTOFHLTHNT,"Total inbound official development assistance to medical research and basic health sectors, net disbursement" +dc/topic/SDGDCTOFINFRAL,Total inbound official flows for infrastructure +dc/topic/SDGDCTOFSCHIPSL,Total inbound official flows for scholarships +dc/topic/SDGDCTOFTRDCMDL,Total outbound official flows (commitments) for Aid for Trade +dc/topic/SDGDCTOFTRDCML,Total inbound official flows (commitments) for Aid for Trade +dc/topic/SDGDCTOFTRDDBMDL,Total outbound official flows (disbursement) for Aid for Trade +dc/topic/SDGDCTOFTRDDBML,Total inbound official flows (disbursement) for Aid for Trade +dc/topic/SDGDCTOFWASHL,Total inbound official development assistance (gross disbursement) for water supply and sanitation +dc/topic/SDGDCTRFTFDV,Total inbound resource flows for development +dc/topic/SDGDCTRFTOTDL,Total outbound assistance for development +dc/topic/SDGDCTRFTOTL,Total inbound assistance for development +dc/topic/SDGDIILLIN,Total value of inward illicit financial flows by Type of flow +dc/topic/SDGDIILLOUT,Total value of outward illicit financial flows by Type of flow +dc/topic/SDGDPDODDLD2CRCGZ1,"Gross public sector debt, Central Government, as a proportion of GDP" +dc/topic/SDGDTDODDECTGNZS,External debt stocks as a proportion of GNI +dc/topic/SDGDTTDSDECT,Debt service as a proportion of exports of goods and services +dc/topic/SDGEGACSELEC,Proportion of population with access to electricity +dc/topic/SDGEGEGYCLEAN,Proportion of population with primary reliance on clean fuels and technology +dc/topic/SDGEGEGYPRIM,Energy intensity level of primary energy +dc/topic/SDGEGEGYRNEW,Installed renewable electricity-generating capacity +dc/topic/SDGEGFECRNEW,Share of renewable energy in the total final energy consumption +dc/topic/SDGEGIFFRANDN,"International financial flows to developing countries in support of clean energy research and development and renewable energy production, including in hybrid systems" +dc/topic/SDGEGTBAH2CO,Proportion of transboundary basins (river and lake basins and aquifers) with an operational arrangement for water cooperation +dc/topic/SDGEGTBAH2COAQ,Proportion of transboundary aquifers with an operational arrangement for water cooperation +dc/topic/SDGEGTBAH2CORL,Proportion of transboundary river and lake basins with an operational arrangement for water cooperation +dc/topic/SDGENACSURBOPENSP,Average share of urban population with convenient access to open public spaces +dc/topic/SDGENADAPCOM,Number of countries with adaptation communications by Report +dc/topic/SDGENADAPCOMDV,Number of least developed countries and small island developing States with adaptation communications by Report +dc/topic/SDGENATMCO2,Carbon dioxide emissions from fuel combustion +dc/topic/SDGENATMCO2GDP,Carbon dioxide emissions per unit of GDP at purchaning power parity rates +dc/topic/SDGENATMCO2MVA,Carbon dioxide emissions from manufacturing industries per unit of manufacturing value added by Major division of ISIC Rev. 4 +dc/topic/SDGENATMGHGTAIP,"Total greenhouse gas emissions (excluding land use, land-use changes and forestry) for Annex I Parties to the United Nations Framework Convention on Climate Change" +dc/topic/SDGENATMGHGTNAIP,"Total greenhouse gas emissions (excluding land use, land-use changes and forestry) for non-Annex I Parties to the United Nations Framework Convention on Climate Change" +dc/topic/SDGENATMPM25,Annual mean levels of fine particulate matter (population-weighted) +dc/topic/SDGENBIUREPAIP,"Countries with biennial reports, Annex I Parties to the United Nations Framework Convention on Climate Change by Report" +dc/topic/SDGENBIUREPNAIP,"Countries with biennial update reports, non-Annex I Parties to the United Nations Framework Convention on Climate Change by Report" +dc/topic/SDGENBIUREPNAIPDV,"Least developed countries and small island developing States with biennial update reports, non-Annex I Parties to the United Nations Framework Convention on Climate Change by Report" +dc/topic/SDGENEWTCOLLPCAP,Electronic waste collected per capita +dc/topic/SDGENEWTCOLLR,Proportion of electronic waste that is collected +dc/topic/SDGENEWTCOLLV,Total electronic waste collected +dc/topic/SDGENEWTGENPCAP,Electronic waste generated per capita +dc/topic/SDGENEWTGENV,Total electronic waste generated +dc/topic/SDGENEWTRCYPCAP,Electronic waste recycled per capita +dc/topic/SDGENEWTRCYR,Proportion of electronic waste that is recycled +dc/topic/SDGENEWTRCYV,Total electronic waste recycled +dc/topic/SDGENH2OGRAMBQ,Proportion of groundwater bodies with good ambient water quality +dc/topic/SDGENH2OOPAMBQ,Proportion of open water bodies with good ambient water quality +dc/topic/SDGENH2ORVAMBQ,Proportion of river water bodies with good ambient water quality +dc/topic/SDGENH2OWBAMBQ,Proportion of bodies of water with good ambient water quality +dc/topic/SDGENHAZEXP,Hazardous waste exported +dc/topic/SDGENHAZGENGDP,Hazardous waste generated per unit of GDP +dc/topic/SDGENHAZGENV,Hazardous waste generated +dc/topic/SDGENHAZIMP,Hazardous waste imported +dc/topic/SDGENHAZPCAP,"Hazardous waste generated, per capita" +dc/topic/SDGENHAZTREATV,Hazardous waste treated by Type of waste treatment +dc/topic/SDGENHAZTRTDISR,Proportion of hazardous waste that is treated or disposed +dc/topic/SDGENHAZTRTDISV,Hazardous waste treated or disposed +dc/topic/SDGENLKRVPWAC,Change in permanent water area of lakes and rivers +dc/topic/SDGENLKRVPWAN,Permanent water area of lakes and rivers +dc/topic/SDGENLKRVPWAP,Permanent water area of lakes and rivers as a proportion of total land area +dc/topic/SDGENLKRVSWAC,Change in seasonal water area of lakes and rivers +dc/topic/SDGENLKRVSWAN,Seasonal water area of lakes and rivers +dc/topic/SDGENLKRVSWAP,Seasonal water area of lakes and rivers as a proportion of total land area +dc/topic/SDGENLKWQLTRB,Lake water quality: turbidity by Deviation level +dc/topic/SDGENLKWQLTRST,Lake water quality: trophic state by Deviation level +dc/topic/SDGENLNDCNSPOP,Ratio of land consumption rate to population growth rate +dc/topic/SDGENLNDINDQTHSNG,Proportion of urban population living in inadequate housing +dc/topic/SDGENLNDSLUM,Proportion of urban population living in slums by Type of location +dc/topic/SDGENMARBEALITSQ,Beach litter per square kilometer +dc/topic/SDGENMARBEALITBP,Proportion of beach litter originating from national land-based sources that ends in the beach +dc/topic/SDGENMARBEALITBV,Total beach litter originating from national land-based sources that ends in the beach +dc/topic/SDGENMARBEALITEXP,Total beach litter originating from national land-based sources that is exported +dc/topic/SDGENMARBEALITOP,Proportion of beach litter originating from national land-based sources that ends in the ocean +dc/topic/SDGENMARBEALITOV,Total beach litter originating from national land-based sources that ends in the ocean +dc/topic/SDGENMARCHLANM,"Chlorophyll-a anomaly, remote sensing by Chlorophyll-a Concentration Frequency" +dc/topic/SDGENMARCHLDEV,"Chlorophyll-a deviations, remote sensing" +dc/topic/SDGENMARPLASDD,Floating plastic debris density +dc/topic/SDGENMATDOMCMPC,Domestic material consumption per capita +dc/topic/SDGENMATDOMCMPG,Domestic material consumption per unit of GDP +dc/topic/SDGENMATDOMCMPT,Domestic material consumption +dc/topic/SDGENMATFTPRPC,Material footprint per capita +dc/topic/SDGENMATFTPRPG,Material footprint per unit of GDP +dc/topic/SDGENMATFTPRTN,Material footprint +dc/topic/SDGENMWTCOLLV,Municipal waste collected +dc/topic/SDGENMWTEXP,Municipal waste exported +dc/topic/SDGENMWTGENV,Municipal waste generated +dc/topic/SDGENMWTIMP,Municipal waste imported +dc/topic/SDGENMWTRCYR,Proportion of municipal waste recycled +dc/topic/SDGENMWTRCYV,Municipal waste recycled +dc/topic/SDGENMWTTREATR,Proportion of municipal waste treated by Type of waste treatment +dc/topic/SDGENMWTTREATV,Municipal waste treated by type of treatment by Type of waste treatment +dc/topic/SDGENNAAPLAN,Countries with national adaptation plans +dc/topic/SDGENNAAPLANDV,Least developed countries and small island developing States with national adaptation plans +dc/topic/SDGENNACOMAIP,"Countries with national communications, Annex I Parties to the United Nations Framework Convention on Climate Change by Report" +dc/topic/SDGENNACOMNAIP,"Countries with national communications, non-Annex I Parties by Report" +dc/topic/SDGENNACOMNAIPDV,"Least developed countries and small island developing States with national communications, non-Annex I Parties to the United Nations Framework Convention on Climate Change by Report" +dc/topic/SDGENNADCONTR,Countries with nationally determined contributions by Report +dc/topic/SDGENNADCONTRDV,Least developed countries and small island developing States with nationally determined contributions by Report +dc/topic/SDGENREFWASCOL,Municipal Solid Waste collection coverage +dc/topic/SDGENRSRVMNWAC,Change in minimum reservoir water area +dc/topic/SDGENRSRVMNWAN,Minimum reservoir water area +dc/topic/SDGENRSRVMNWAP,Minimum reservoir water area as a proportion of total land area +dc/topic/SDGENRSRVMXWAN,Maxiumum reservoir water area +dc/topic/SDGENRSRVMXWAP,Maximum reservoir water area as a proportion of total land area +dc/topic/SDGENSCPECSYBA,Countries using ecosystem-based approaches to managing marine areas +dc/topic/SDGENSCPFRMN,Number of companies publishing sustainability reports with disclosure by dimension +dc/topic/SDGENSCPFSHGDP,Sustainable fisheries as a proportion of GDP +dc/topic/SDGENTWTGENV,Total waste generation +dc/topic/SDGENURBOPENSP,Average share of the built-up area of cities that is open space for public use for all +dc/topic/SDGENWBEHMWTL,Extent of human made wetlands +dc/topic/SDGENWBEINWTL,Extent of inland wetlands +dc/topic/SDGENWBEMANGC,Mangrove total area change +dc/topic/SDGENWBEMANGN,Mangrove area +dc/topic/SDGENWBENDQTGRW,Quantity of nationally derived groundwater +dc/topic/SDGENWBENDQTRVR,Quantity of nationally derived water fromrivers +dc/topic/SDGENWBEWTLN,Wetlands area +dc/topic/SDGENWBEWTLP,Wetlands area as a proportion of total land area +dc/topic/SDGENWWTGEN,Total wastewater generated +dc/topic/SDGENWWTTREAT,Total wastewater treated +dc/topic/SDGENWWTTREATR,Proportion of wastewater treated +dc/topic/SDGENWWTTREATRSF,Proportion of wastewater safely treated +dc/topic/SDGENWWTTREATSF,Total wastewater safely treated +dc/topic/SDGENWWTWWDS,Proportion of safely treated domestic wastewater flows +dc/topic/SDGERBDYABT2NP,Countries that established national targets in accordance with Aichi Biodiversity Target 2 of the Strategic Plan for Biodiversity 2011-2020 in their National Biodiversity Strategy and Action Plans +dc/topic/SDGERBDYSEEA,"Countries with integrated biodiversity values into national accounting and reporting systems, defined as implementation of the System of Environmental-Economic Accounting" +dc/topic/SDGERCBDABSCLRHS,"Countries that have legislative, administrative and policy framework or measures reported to the Access and Benefit-Sharing Clearing-House" +dc/topic/SDGERCBDNAGOYA,Countries that are parties to the Nagoya Protocol +dc/topic/SDGERCBDORSPGRFA,"Countries that have legislative, administrative and policy framework or measures reported through the Online Reporting System on Compliance of the International Treaty on Plant Genetic Resources for Food and Agriculture (PGRFA)" +dc/topic/SDGERCBDPTYPGRFA,Countries that are contracting Parties to the International Treaty on Plant Genetic Resources for Food and Agriculture (PGRFA) +dc/topic/SDGERCBDSMTA,Total reported number of Standard Material Transfer Agreements (SMTAs) transferring plant genetic resources for food and agriculture to the country +dc/topic/SDGERFFSCMPTCD,Fossil-fuel subsidies (consumption and production) +dc/topic/SDGERFFSCMPTGDP,Fossil-fuel subsidies (consumption and production) as a proportion of total GDP +dc/topic/SDGERFFSCMPTPCCD,Fossil-fuel subsidies (consumption and production) per capita +dc/topic/SDGERGRFANIMKPT,Number of local breeds kept in the country +dc/topic/SDGERGRFANIMKPTTRB,Number of transboundary breeds (including extinct ones) +dc/topic/SDGERGRFANIMRCNTN,Number of local breeds for which sufficient genetic resources are stored for reconstitution +dc/topic/SDGERGRFANIMRCNTNTRB,Number of transboundary breeds for which sufficient genetic resources are stored for reconstitution +dc/topic/SDGERGRFPLNTSTOR,Plant genetic resources accessions stored ex situ +dc/topic/SDGERH2OFWTL,Proportion of fish stocks within biologically sustainable levels (not overexploited) +dc/topic/SDGERH2OIWRMD,Degree of implementation of integrated water resources management +dc/topic/SDGERH2OIWRMDEE,Degree of implementation of integrated water resources management: enabling environment +dc/topic/SDGERH2OIWRMDFI,Degree of implementation of integrated water resources management: financing +dc/topic/SDGERH2OIWRMDIP,Degree of implementation of integrated water resources management: institutions and participation +dc/topic/SDGERH2OIWRMDMI,Degree of implementation of integrated water resources management: management instruments +dc/topic/SDGERH2OIWRMP,Proportion of countries by category of implementation of integrated water resources management (IWRM) by Level of implementation +dc/topic/SDGERH2OPARTIC,Proportion of countries with high level of users/communities participating in planning programs in rural drinking-water supply by Type of location +dc/topic/SDGERH2OPRDU,Countries with procedures in law or policy for participation by service users/communities in planning program in rural drinking-water supply by Type of location +dc/topic/SDGERH2OPROCED,Proportion of countries with clearly defined procedures in law or policy for participation by service users/communities in planning program in rural drinking-water supply by Type of location +dc/topic/SDGERH2ORURP,"Countries with users/communities participating in planning programs in rural drinking-water supply, by level of participation by Type of location" +dc/topic/SDGERH2OSTRESS,Level of water stress: freshwater withdrawal as a proportion of available freshwater resources +dc/topic/SDGERH2OWUEYST,Water use efficiency +dc/topic/SDGERIASGLOFUN,Recipient countries of global funding with access to any funding from global financial mechanisms for projects related to invasive alien species  management +dc/topic/SDGERIASGLOFUNP,Proportion of recipient countries of global funding with access to any funding from global financial mechanisms for projects related to invasive alien species  management +dc/topic/SDGERIASLEGIS,"Countriees with a legislation, regulation, or act related to the prevention of introduction and management of Invasive Alien Species" +dc/topic/SDGERIASNATBUD,Countries with an allocation from the national budget to manage the threat of invasive alien species +dc/topic/SDGERIASNATBUDP,Proportion of countries with allocation from the national budget to manage the threat of invasive alien species +dc/topic/SDGERIASNBSAP,Countries with alignment of National Biodiversity Strategy and Action Plan (NBSAP) targets to target 9 of the Aichi Biodiversity set out in the Strategic Plan for Biodiversity 2011-2020 +dc/topic/SDGERIASNBSAPP,Proportion of countries with alignment of National Biodiversity Strategy and Action Plan (NBSAP) targets to target 9 of the Aichi Biodiversity target 9 set out in the Strategic Plan for Biodiversity 2011-2020 +dc/topic/SDGERMRNMPA,Average proportion of Marine Key Biodiversity Areas (KBAs) covered by protected areas +dc/topic/SDGERMTNDGRDA,Area of degraded mountain land +dc/topic/SDGERMTNDGRDP,Proportion of degraded mountain land +dc/topic/SDGERMTNGRNCOV,Area of mountain green cover by Type of land cover +dc/topic/SDGERMTNGRNCVI,Mountain Green Cover Index by Type of land cover +dc/topic/SDGERMTNTOTL,Mountain area +dc/topic/SDGERNOEXLBREDN,Number of local breeds (not extinct) +dc/topic/SDGERPTDFRHWTR,Average proportion of Freshwater Key Biodiversity Areas (KBAs) covered by protected areas +dc/topic/SDGERPTDMTN,Average proportion of Mountain Key Biodiversity Areas (KBAs) covered by protected areas +dc/topic/SDGERPTDTERR,Average proportion of Terrestrial Key Biodiversity Areas (KBAs) covered by protected areas +dc/topic/SDGERRDEOSEX,National ocean science expenditure as a share of total research and development funding +dc/topic/SDGERREGSSFRAR,Degree of application of a legal/regulatory/policy/institutional framework which recognizes and protects access rights for small-scale fisheries +dc/topic/SDGERREGUNFCIM,"Degree of implementation of international instruments aiming to combat illegal, unreported and unregulated fishing" +dc/topic/SDGERRSKLBREDS,Proportion of local breeds classified as being at risk of extinction as a share of local breeds with known level of extinction risk +dc/topic/SDGERRSKLST,Red List Index +dc/topic/SDGERUNCLOSIMPLE,Score for the implementation of UNCLOS and its two implementing agreements +dc/topic/SDGERUNCLOSRATACC,Score for the ratification of and accession to UNCLOS and its two implementing agreements +dc/topic/SDGERUNKLBREDN,Number of local breeds with unknown risk status +dc/topic/SDGERWATPART,Countries with users/communities participating in planning programs in water resources planning and management +dc/topic/SDGERWATPARTIC,Proportion of countries with high level of users/communities participating in planning programs in water resources planning and management +dc/topic/SDGERWATPRDU,Countries with procedures in law or policy for participation by service users/communities in planning program in water resources planning and management +dc/topic/SDGERWATPROCED,Proportion of countries with clearly defined procedures in law or policy for participation by service users/communities in planning program in water resources planning and management +dc/topic/SDGERWLDTRPOACH,"Proportion of traded wildlife that was poached or illicitly trafficked by Plants, animals and derived products" +dc/topic/SDGFBATMTOTL,"Number of automated teller machines (ATMs) per 100, 000 adults (15 years old and over)" +dc/topic/SDGFBBNKACCSS,Proportion of adults (15 years and older) with an account at a financial institution or mobile-money-service provider by Age group +dc/topic/SDGFBBNKACCSSILF,Proportion of adults (15 years and older) active in labor force with an account at a financial institution or mobile-money-service provider by Age group +dc/topic/SDGFBBNKACCSSOLF,Proportion of adults (15 years and older) out of labor force with an account at a financial institution or mobile-money-service provider +dc/topic/SDGFBBNKCAPAZS,Bank capital to assets ratio +dc/topic/SDGFBCBKBRCH,"Number of commercial bank branches per 100, 000 adults (15 years old and over)" +dc/topic/SDGFCACCSSID,Proportion of small-scale manufacturing industries with a loan or line of credit +dc/topic/SDGFIFSIFSANL,Non-performing loans to total gross loans +dc/topic/SDGFIFSIFSERA,Rate of return on assets +dc/topic/SDGFIFSIFSKA,Ratio of regulatory capital to assets +dc/topic/SDGFIFSIFSKNL,Ratio of non-performing loans (net of provisions) to capital +dc/topic/SDGFIFSIFSKRTC,Ratio of regulatory tier-1 capital to risk-weighted assets +dc/topic/SDGFIFSIFSLS,Ratio of liquid assets to short term liabilities +dc/topic/SDGFIFSIFSSNO,Ratio of net open position in foreign exchange to capital +dc/topic/SDGFIRESTOTLMO,Total reserves in months of imports +dc/topic/SDGFMLBLBMNYIRZS,Ratio of broad money to total reserves +dc/topic/SDGFMLBLBMNYZG,Annual growth of broad money +dc/topic/SDGFPCPITOTLZG,Annual inflation (consumer prices) +dc/topic/SDGGBPOPSCIERD,Number of full-time-equivalent researchers per million inhabitants +dc/topic/SDGGBXPDCULNATPB,Total public expenditure per capita on cultural and natural heritage at purchansing-power parity rates +dc/topic/SDGGBXPDCULNATPBPV,Total public and private expenditure per capita on cultural and natural heritage at purchasing-power parity rates +dc/topic/SDGGBXPDCULNATPV,Total private expenditure per capita spent on cultural and natural heritage at purchasing-power parity rates +dc/topic/SDGGBXPDCULPBPV,Total public and private expenditure per capita on cultural heritage at purchasing-power parity rates +dc/topic/SDGGBXPDNATPBPV,Total public and private expenditure per capita on natural heritage at purchasing-power parity rates +dc/topic/SDGGBXPDRSDV,Research and development expenditure as a proportion of GDP +dc/topic/SDGGCBALCASHGDZS,Cash surplus/deficit as a proportion of GDP +dc/topic/SDGGCGOBTAXD,Proportion of domestic budget funded by domestic taxes +dc/topic/SDGGCTAXTOTLGDZS,Tax revenue as a proportion of GDP +dc/topic/SDGGFCOMPPPI,Monetary amount committed to public-private partnerships for infrastructure in nominal terms +dc/topic/SDGGFCOMPPPIKD,Monetary amount committed to public-private partnerships for infrastructure in real terms +dc/topic/SDGGFFRNFDI,Foreign direct investment (FDI) inflows +dc/topic/SDGGFXPDGBPC,Primary government expenditures as a proportion of original approved budget +dc/topic/SDGGRG14GDP,Total bugetary revenue of the central government as a proportion of GDP +dc/topic/SDGGRG14XDC,"Total government revenue, in local currency" +dc/topic/SDGICFRMBRIB,Incidence of bribery (proportion of firms experiencing at least one bribe payment request) +dc/topic/SDGICGENMGTL,Proportion of women in managerial positions - previous definition (15 years old and over) +dc/topic/SDGICGENMGTL19ICLS,Proportion of women in managerial positions - current definition (15 years old and over) +dc/topic/SDGICGENMGTN,Proportion of women in senior and middle management positions - previous definition (15 years old and over) +dc/topic/SDGICGENMGTN19ICLS,Proportion of women in senior and middle management positions - current definition (15 years old and over) +dc/topic/SDGIQSPIPIL4,Performance index of data sources (Pillar 4 of Statistical Performance Indicators) +dc/topic/SDGIQSPIPIL5,Performance index of data Infrastructure (Pillar 5 of Statistical Performance Indicators) +dc/topic/SDGISRDPFRGVOL,Freight volume by Mode of transport +dc/topic/SDGISRDPLULFRG,"Freight loaded and unloaded, maritime transport" +dc/topic/SDGISRDPPFVOL,Passenger volume by Mode of transport +dc/topic/SDGISRDPPORFVOL,"Container port traffic, maritime transport" +dc/topic/SDGITMOB2GNTWK,Proportion of population covered by at least a 2G mobile network +dc/topic/SDGITMOB3GNTWK,Proportion of population covered by at least a 3G mobile network +dc/topic/SDGITMOB4GNTWK,Proportion of population covered by at least a 4G mobile network +dc/topic/SDGITMOBOWN,Proportion of individuals who own a mobile telephone +dc/topic/SDGITNETBBND,Fixed broadband subscriptions per 100 inhabitants +dc/topic/SDGITNETBBNDN,Number of fixed broadband subscriptions +dc/topic/SDGITUSEii99,Proportion of individuals using the Internet +dc/topic/SDGIUCORBRIB,Prevalence rate of bribery +dc/topic/SDGIUDMKICRS,Proportion of population who believe decision-making is inclusive and responsive +dc/topic/SDGIUDMKINCL,Proportion of population who believe decision-making is inclusive +dc/topic/SDGIUDMKRESP,Proportion of population who believe decision-making is responsive +dc/topic/SDGNECONGOVTKDZG,Annual growth of final consumption expenditure of the general government +dc/topic/SDGNECONPRVTKDZG,Annual growth of final consumption expenditure of households and non-profit institutions serving households (NPISHs) +dc/topic/SDGNEEXPGNFSKDZG,Annual growth of exports of goods and services +dc/topic/SDGNEGDITOTLKDZG,Annual growth of the gross capital formation +dc/topic/SDGNEIMPGNFSKDZG,Annual growth of imports of goods and services +dc/topic/SDGNVINDSSIS,Proportion of small-scale manufacturing industries in total manufacturing value added +dc/topic/SDGNVINDTECH,Proportion of medium and high-tech manufacturing value added in total value added +dc/topic/SDGNYGDPMKTPKDZG,Annual GDP growth +dc/topic/SDGNYGDPPCAP,Annual growth rate of real GDP per capita +dc/topic/SDGPANUSATLS,Alternative conversion factor used by the Development Economics Group (DEC) +dc/topic/SDGPDAGRLSFP,Productivity of large-scale food producers (agricultural output per labour day at purchasing-power parity rates) +dc/topic/SDGPDAGRSSFP,Productivity of small-scale food producers (agricultural output per labour day at purchasing-power parity rates) +dc/topic/SDGSDCPAUPRDP,"Countries that have national urban policies or regional development plans that respond to population dynamics, ensure balanced territorial development, and increase local fiscal space" +dc/topic/SDGSDMDPANDI,Average proportion of deprivations experienced by multidimensionally poor people +dc/topic/SDGSDMDPANDIHH,Average share of weighted deprivations experienced by total households (intensity) +dc/topic/SDGSDMDPCSMP,Proportion of children living in child-specific multidimensional poverty (under 18 years old) +dc/topic/SDGSDMDPMUHHC,Proportion of households living in multidimensional poverty +dc/topic/SDGSDXPDESED,"Proportion of total government spending on essential services, education" +dc/topic/SDGSDXPDMNPO,"Proportion of government spending in health, direct social transfers and education which benefit the monetary poor" +dc/topic/SDGSEACCHNDWSH,Proportion of schools with basic handwashing facilities by Education level +dc/topic/SDGSEACSCMPTR,Proportion of schools with access to computers for pedagogical purposes by Education level +dc/topic/SDGSEACSELECT,Proportion of schools with access to electricity by Education level +dc/topic/SDGSEACSH2O,Proportion of schools with access to basic drinking water by Education level +dc/topic/SDGSEACSINTNT,Proportion of schools with access to the internet for pedagogical purposes by Education level +dc/topic/SDGSEACSSANIT,Proportion of schools with access to single-sex basic sanitation by Education level +dc/topic/SDGSEADTACTS,Proportion of youth and adults with information and communications technology (ICT) skills (15 to 24 years old) by Type of skill +dc/topic/SDGSEADTEDUCTRN,Participation rate in formal and non-formal education and training by Age group +dc/topic/SDGSEADTFUNS,Proportion of population achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill +dc/topic/SDGSEAGPCPRA,Adjusted gender parity index for completion rate by Education level +dc/topic/SDGSEALPCPLR,Adjusted location parity index for completion rate by Education level +dc/topic/SDGSEAWPCPRA,Adjusted wealth parity index for completion rate by Education level +dc/topic/SDGSEDEVONTRK,"Proportion of children aged 24−59 months who are developmentally on track in at least three of the following domains: literacy-numeracy, physical development, social-emotional development, and learning by Age group" +dc/topic/SDGSEGCEDESDCUR,Extent to which global citizenship education and education for sustainable development are mainstreamed in curricula +dc/topic/SDGSEGCEDESDNEP,Extent to which global citizenship education and education for sustainable development are mainstreamed in national education policies +dc/topic/SDGSEGCEDESDSAS,Extent to which global citizenship education and education for sustainable development are mainstreamed in student assessment +dc/topic/SDGSEGCEDESDTED,Extent to which global citizenship education and education for sustainable development are mainstreamed in teacher education +dc/topic/SDGSEGPIICTS,Gender parity index for youth/adults with information and communications technology (ICT) skills by Type of skill +dc/topic/SDGSEGPIPART,Adjusted gender parity index for participation rate in formal and non-formal education and training by Age group +dc/topic/SDGSEGPIPTNPRE,Adjusted gender parity index for participation rate in organized learning (one year before the official primary entry age) +dc/topic/SDGSEGPITCAQ,Adjusted gender parity index for the proportion of teachers with the minimum required qualifications by Education level +dc/topic/SDGSEIMPFPOF,Adjusted immigration status parity index for achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill +dc/topic/SDGSEINFDSBL,Proportion of schools with access to adapted infrastructure and materials for students with disabilities by Education level +dc/topic/SDGSELGPACHI,Adjusted language test parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level +dc/topic/SDGSENAPACHI,Adjusted immigration status parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level +dc/topic/SDGSEPREPARTN,Participation rate in organized learning (one year before the official primary entry age) +dc/topic/SDGSETOTCPLR,School completion rate by Education level +dc/topic/SDGSETOTGPI,Adjusted gender parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level +dc/topic/SDGSETOTGPIFS,Adjusted gender parity index for achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill +dc/topic/SDGSETOTPRFL,Proportion of children and young people achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level +dc/topic/SDGSETOTRUPI,Adjusted rural to urban parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level +dc/topic/SDGSETOTSESPI,Adjusted low to high socio-economic parity index for achieving a minimum proficiency level in reading and mathematics (Minimum proficiency in mathematics) by Education level +dc/topic/SDGSETOTSESPIFS,Adjusted low to high socio-economic parity status index for achieving at least a fixed level of proficiency in functional skills (16 to 65 years old) by Type of skill +dc/topic/SDGSETRAGRDL,Proportion of teachers with the minimum required qualifications (Pre-primary education) by Sex +dc/topic/SDGSGCPAMIGRP,"Proportion of countries with migration policies to facilitate orderly, safe, regular and responsible migration and mobility of people" +dc/topic/SDGSGCPAMIGRS,"Countries with migration policies to facilitate orderly, safe, regular and responsible migration and mobility of people" +dc/topic/SDGSGCPAOFDI,"Number of countries with an outward investment promotion scheme which can benefit developing countries, including LDCs" +dc/topic/SDGSGCPASDEVP,Mechanisms in place to enhance policy coherence for sustainable development +dc/topic/SDGSGDMKJDC,"Proportion of positions held by persons under 45 years of age in the judiciary, compared to national distributions" +dc/topic/SDGSGDMKJDCCNS,Proportions of positions held by persons under 45 years of age in the Constitutional Court +dc/topic/SDGSGDMKJDCHGR,Proportions of positions held by persons under 45 years of age in the Higher Courts +dc/topic/SDGSGDMKJDCLWR,Proportions of positions held by persons under 45 years of age in the Lower Courts +dc/topic/SDGSGDMKPARLCCJC,Number of chairs of permanent parliamentary committees held by women 46 years old and over: Joint Committees +dc/topic/SDGSGDMKPARLCCLC,Number of chairs of permanent parliamentary committees held by women 46 years old and over: Lower Chamber or Unicameral Committees +dc/topic/SDGSGDMKPARLCCUC,Number of chairs of permanent parliamentary committees held by women years old and over: Upper Chamber Committees +dc/topic/SDGSGDMKPARLMPLC,Female representation ratio in parliament (proportion of women in parliament divided by the proportion of women in the national population eligible by age): Lower chamber or unicameral +dc/topic/SDGSGDMKPARLMPUC,Female representation ratio in parliament (proportion of women in parliament divided by the proportion of women in the national population eligible by age): Upper chamber +dc/topic/SDGSGDMKPARLSPLC,"Number of persons 46 years and over who are speakers in parliement, by sex: Lower Chamber or Unicameral Committees" +dc/topic/SDGSGDMKPARLSPUC,"Number of persons 46 years old and over who are speakers in parliement, by sex: Upper Chamber Committees" +dc/topic/SDGSGDMKPARLYNLC,Number of youth in parliament (age 45 or below): Lower Chamber or Unicameral by Age group +dc/topic/SDGSGDMKPARLYNUC,Number of youth in parliament (age 45 or below): Upper Chamber by Age group +dc/topic/SDGSGDMKPARLYPLC,Proportion of youth in parliament (age 45 or below): Lower Chamber or Unicameral by Age group +dc/topic/SDGSGDMKPARLYPUC,Proportion of youth in parliament (age 45 or below): Upper Chamber by Age group +dc/topic/SDGSGDMKPARLYRLC,Youth representation ratio in parliament (proportion of members in parliament aged 45 or below divided by the share of individuals aged 45 or below in the national population eligible by age): Lower Chamber or Unicameral by Age group +dc/topic/SDGSGDMKPARLYRUC,Youth representation ratio in parliament (proportion of members in parliament aged 45 or below divided by the share of individuals aged 45 or below in the national population eligible by age): Upper Chamber or Unicameral by Age group +dc/topic/SDGSGDMKPSRVC,Proportion of positions in the public service held by specific groups compared to national distributions +dc/topic/SDGSGDSRLGRGSR,Score of adoption and implementation of national disaster-risk reduction strategies in line with the Sendai Framework +dc/topic/SDGSGDSRSFDRR,Number of countries that reported having a national disaster-risk reduction strategy which is aligned to the Sendai Framework +dc/topic/SDGSGDSRSILN,Number of local governments that adopt and implement local disaster-risk reduction strategies in line with national strategies +dc/topic/SDGSGDSRSILS,Proportion of local governments that adopt and implement local disaster-risk reduction strategies in line with national disaster-risk reduction strategies +dc/topic/SDGSGGENEQPWN,Proportion of countries with systems to track and make public allocations for gender equality and women's empowerment +dc/topic/SDGSGGENEQPWNN,Countries with systems to track and make public allocations for gender equality and women's empowerment +dc/topic/SDGSGGENLOCGELS,Proportion of elected seats in deliberative bodies of local government held by women by Sex +dc/topic/SDGSGGENPARL,Proportion of seats in national parliaments held by women by Sex +dc/topic/SDGSGGENPARLN,Number of seats in national parliaments held by women by Sex +dc/topic/SDGSGGENPARLNT,Current number of seats in national parliaments +dc/topic/SDGSGGOVLOGV,Number of local governments +dc/topic/SDGSGHAZCMRBASEL,"Parties meeting their commitments and obligations in transmitting information as required by Basel Convention on hazardous waste, and other chemicals" +dc/topic/SDGSGHAZCMRMNMT,"Parties meeting their commitments and obligations in transmitting information as required by Minamata Convention on hazardous waste, and other chemicals" +dc/topic/SDGSGHAZCMRMNTRL,"Parties meeting their commitments and obligations in transmitting information as required by Montreal Protocol on hazardous waste, and other chemicals" +dc/topic/SDGSGHAZCMRROTDAM,"Parties meeting their commitments and obligations in transmitting information as required by Rotterdam Convention on hazardous waste, and other chemicals" +dc/topic/SDGSGHAZCMRSTHOLM,"Parties meeting their commitments and obligations in transmitting information as required by Stockholm Convention on hazardous waste, and other chemicals" +dc/topic/SDGSGINFACCSS,"Countries that adopt and implement constitutional, statutory and/or policy guarantees for public access to information" +dc/topic/SDGSGINTMBRDEV,Proportion of members of developing countries in international organizations by International organization +dc/topic/SDGSGINTVRTDEV,Proportion of voting rights of developing countries in international organizations by International organization +dc/topic/SDGSGLGLGENEQEMP,"Level of achievement regarding legal frameworks that promote, enforce and monitor gender equality with respect to employment and economic benefits (Area 3)" +dc/topic/SDGSGLGLGENEQLFP,"Level of achievement regarding legal frameworks that promote, enforce and monitor gender equality with respect to overarching legal frameworks and public life (Area 1)" +dc/topic/SDGSGLGLGENEQMAR,"Level of achievement regarding legal frameworks that promote, enforce and monitor gender equality with respect to marriage and family (Area 4)" +dc/topic/SDGSGLGLGENEQVAW,"Level of achievement regarding legal frameworks that promote, enforce and monitor gender equality with respect to violence against women (Area 2)" +dc/topic/SDGSGLGLLNDFEMOD,Degree to which the legal framework (including customary law) guarantees women’s equal rights to land ownership and/or control +dc/topic/SDGSGNHRCMPLNC,Countries with National Human Rights Institutions in compliance with the Paris Principles +dc/topic/SDGSGNHRIMPL,Proportion of countries with independent National Human Rights Institutions in compliance with the Paris Principles +dc/topic/SDGSGNHRINTEXST,Proportion of countries that applied for accreditation as independent National Human Rights Institutions in compliance with the Paris Principles +dc/topic/SDGSGPLNMSTKSDGP,Number of provider countries reporting progress in multi-stakeholder development effectiveness monitoring frameworks that support the achievement of the sustainable development goals +dc/topic/SDGSGPLNMSTKSDGR,Number of recipient countries reporting progress in multi-stakeholder development effectiveness monitoring frameworks that support the achievement of the sustainable development goals +dc/topic/SDGSGPLNPRPOLRES,Extent of use of country-owned results frameworks and planning tools by providers of development cooperation - data by provider +dc/topic/SDGSGPLNPRVNDI,Proportion of project objectives of new development interventions drawn from country-led result frameworks - data by provider +dc/topic/SDGSGPLNPRVRICTRY,Proportion of results indicators drawn from country-led results frameworks - data by provider +dc/topic/SDGSGPLNPRVRIMON,Proportion of results indicators which will be monitored using government sources and monitoring systems - data by provider +dc/topic/SDGSGPLNRECNDI,Proportion of project objectives in new development interventions drawn from country-led result frameworks - data by recipient +dc/topic/SDGSGPLNRECRICTRY,Proportion of results indicators drawn from country-led results frameworks - data by recipient +dc/topic/SDGSGPLNRECRIMON,Proportion of results indicators which will be monitored using government sources and monitoring systems - data by recipient +dc/topic/SDGSGPLNREPOLRES,Extent of use of country-owned results frameworks and planning tools by providers of development cooperation - data by recipient +dc/topic/SDGSGREGBRTH,Proportion of children under 5 years of age whose births have been registered with a civil authority by Age group +dc/topic/SDGSGREGBRTH90,Proportion of countries with birth registration data that are at least 90 percent complete +dc/topic/SDGSGREGBRTH90N,Countries with birth registration data that are at least 90 percent complete +dc/topic/SDGSGREGCENSUS,Proportion of countries that have conducted at least one population and housing census in the last 10 years +dc/topic/SDGSGREGCENSUSN,Countries that have conducted at least one population and housing census in the last 10 years +dc/topic/SDGSGREGDETH75,Proportion of countries with death registration data that are at least 75 percent complete +dc/topic/SDGSGREGDETH75N,Countries with death registration data that are at least 75 percent complete +dc/topic/SDGSGSCPCNTRY,Countries with sustainable consumption and production (SCP) national action plans or SCP mainstreamed as a priority or target into national policies +dc/topic/SDGSGSCPPOLINS,Countries with policy instrument for sustainable consumption and production by Policy instrument +dc/topic/SDGSGSCPPROCN,Number of countries implementing sustainable public procurement policies and action plans by Level of implementation +dc/topic/SDGSGSCPPROCNHS,Number of countries implementing sustainable public procurement policies and action plans at higher subnational level by level of implementation (Artigas) by Level of implementation +dc/topic/SDGSGSCPPROCNLS,Number of countries implementing sustainable public procurement policies and action plans at lower subnational level by level of implementation (Ayuntamiento de Barcelona) by Level of implementation +dc/topic/SDGSGSCPTOTLN,"Number of policies, instruments and mechanism in place for sustainable consumption and production" +dc/topic/SDGSGSTTCAPTY,Dollar value of all resources made available to strengthen statistical capacity in developing countries +dc/topic/SDGSGSTTFPOS,Countries with national statistical legislation that complies with the Fundamental Principles of Official Statistics +dc/topic/SDGSGSTTNSDSFDDNR,Countries with national statistical plans with funding from donors +dc/topic/SDGSGSTTNSDSFDGVT,Countries with national statistical plans with funding from government +dc/topic/SDGSGSTTNSDSFDOTHR,Countries with national statistical plans with funding from others +dc/topic/SDGSGSTTNSDSFND,Countries with national statistical plans that are fully funded +dc/topic/SDGSGSTTNSDSIMPL,Countries with national statistical plans that are under implementation +dc/topic/SDGSGSTTODIN,Open Data Inventory (ODIN) Coverage Index +dc/topic/SDGSGXPDEDUC,Proportion of total government spending on essential services: education +dc/topic/SDGSGXPDESSRV,Proportion of total government spending on essential services +dc/topic/SDGSGXPDHLTH,Proportion of total government spending on essential services: health +dc/topic/SDGSGXPDPROT,Proportion of total government spending on essential services: social protection +dc/topic/SDGSHAAPASMORT,Age-standardized mortality rate attributed to ambient air pollution +dc/topic/SDGSHACSDTP3,Proportion of the target population who received 3 doses of diphtheria-tetanus-pertussis (DTP3) vaccine +dc/topic/SDGSHACSHPV,Proportion of the target population who received the final dose of human papillomavirus (HPV) vaccine +dc/topic/SDGSHACSMCV2,Proportion of the target population who received measles-containing-vaccine second-dose (MCV2) +dc/topic/SDGSHACSPCV3,Proportion of the target population who received a 3rd dose of pneumococcal conjugate (PCV3) vaccine +dc/topic/SDGSHACSUNHC,Universal health coverage (UHC) service coverage index +dc/topic/SDGSHALCCONSPT,Alcohol consumption per capita among individuals aged 15 years and older within a calendar year +dc/topic/SDGSHBLDECOLI,"Percentage of bloodstream infection due to Escherichia coli resistant to 3rd-generation cephalosporin (e.g., ESBL- E. coli) among patients seeking care and whose blood sample is taken and tested" +dc/topic/SDGSHBLDMRSA,Percentage of bloodstream infection due to methicillin-resistant Staphylococcus aureus (MRSA) among patients seeking care and whose blood sample is taken and tested +dc/topic/SDGSHDTHNCD,Number of deaths attributed to non-communicable diseases by Disease +dc/topic/SDGSHDTHNCOM,"Mortality rate attributed to cardiovascular disease, cancer, diabetes or chronic respiratory disease (probability) (30 to 70 years old) by Sex" +dc/topic/SDGSHDYNIMRT,Infant mortality rate (under 1 year old) by Sex +dc/topic/SDGSHDYNIMRTN,Infant deaths (under 1 year old) by Sex +dc/topic/SDGSHDYNMORT,Under-five mortality rate (under 5 years old) by Sex +dc/topic/SDGSHDYNMORTN,Under-five deaths (under 5 years old) by Sex +dc/topic/SDGSHDYNNMRT,Neonatal mortality rate +dc/topic/SDGSHDYNNMRTN,Neonatal deaths +dc/topic/SDGSHFPLINFM,"Proportion of women who make their own informed decisions regarding sexual relations, contraceptive use and reproductive health care (15 to 49 years old)" +dc/topic/SDGSHFPLINFMCU,Proportion of women who make their own informed decisions regarding contraceptive use (15 to 49 years old) +dc/topic/SDGSHFPLINFMRH,Proportion of women who make their own informed decisions regarding reproductive health care (15 to 49 years old) +dc/topic/SDGSHFPLINFMSR,Proportion of women who make their own informed decisions regarding sexual relations (15 to 49 years old) +dc/topic/SDGSHFPLMTMM,Proportion of women of reproductive age (aged 15-49 years) who have their need for family planning satisfied with modern methods +dc/topic/SDGSHH2OSAFE,Proportion of population using safely managed drinking water services +dc/topic/SDGSHHAPASMORT,Age-standardized mortality rate attributed to household air pollution +dc/topic/SDGSHHAPHBSAG,Prevalence of hepatitis B surface antigen (HBsAg) (under 5 years old) +dc/topic/SDGSHHIVINCD,"Number of new HIV infections per 1, 000 uninfected population" +dc/topic/SDGSHHLFEMED,Proportion of health facilities that have a core set of relevant essential medicines available and affordable on a sustainable basis +dc/topic/SDGSHIHRCAPS,International Health Regulations (IHR) capacity +dc/topic/SDGSHLGRACSRHE,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education" +dc/topic/SDGSHLGRACSRHEC1,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (maternity care component)" +dc/topic/SDGSHLGRACSRHEC10,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HIV testing and counsellilng component)" +dc/topic/SDGSHLGRACSRHEC11,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HIV treatment and care component)" +dc/topic/SDGSHLGRACSRHEC12,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HIV Confidentiality component)" +dc/topic/SDGSHLGRACSRHEC13,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HPV Vaccine component)" +dc/topic/SDGSHLGRACSRHEC2,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (life-saving commodities component)" +dc/topic/SDGSHLGRACSRHEC3,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (abortion component)" +dc/topic/SDGSHLGRACSRHEC4,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (post-abortion care component)" +dc/topic/SDGSHLGRACSRHEC5,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (contraceptive services component)" +dc/topic/SDGSHLGRACSRHEC6,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (consent for contraceptive services component)" +dc/topic/SDGSHLGRACSRHEC7,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (emergency contraception component)" +dc/topic/SDGSHLGRACSRHEC8,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (comprehensive sexuality education curriculum laws component)" +dc/topic/SDGSHLGRACSRHEC9,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (comprehensive sexuality education curriculum topics component)" +dc/topic/SDGSHLGRACSRHES1,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (maternity care section)" +dc/topic/SDGSHLGRACSRHES2,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (contraception and family planning section)" +dc/topic/SDGSHLGRACSRHES3,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (comprehensive sexuality education and information section)" +dc/topic/SDGSHLGRACSRHES4,"Extent to which countries have laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education (HIV and HPV)" +dc/topic/SDGSHMEDDEN,Health worker density by Professionals (ISCO08 - 2) +dc/topic/SDGSHMEDHWRKDIS,Health worker distribution (Female) by Professionals (ISCO08 - 2) +dc/topic/SDGSHPRVSMOK,Age-standardized prevalence of current tobacco use among persons aged 15 years and older +dc/topic/SDGSHSANDEFECT,Proportion of population practicing open defecation +dc/topic/SDGSHSANHNDWSH,Proportion of population with basic handwashing facilities on premises +dc/topic/SDGSHSANSAFE,Proportion of population using safely managed sanitation services +dc/topic/SDGSHSTAANEM,Proportion of women aged 15-49 years with anaemia +dc/topic/SDGSHSTAANEMNPRG,Proportion of non-pregnant women aged 15-49 years with anaemia +dc/topic/SDGSHSTAANEMPREG,"Proportion of women aged 15-49 years with anaemia, pregnant" +dc/topic/SDGSHSTAASAIRP,Age-standardized mortality rate attributed to household and ambient air pollution +dc/topic/SDGSHSTABRTC,Proportion of births attended by skilled health personnel +dc/topic/SDGSHSTAFGMS,Proportion of girls and women aged 15-49 years who have undergone female genital mutilation by Age group +dc/topic/SDGSHSTAMALR,"Malaria incidence per 1, 000 population at risk" +dc/topic/SDGSHSTAMORT,Maternal mortality ratio +dc/topic/SDGSHSTAPOISN,Mortality rate attributed to unintentional poisonings +dc/topic/SDGSHSTASCIDE,Suicide mortality rate +dc/topic/SDGSHSTASCIDEN,Number of deaths attributed to suicide +dc/topic/SDGSHSTASTNT,Proportion of children moderately or severely stunted +dc/topic/SDGSHSTASTNTN,Children moderately or severely stunted +dc/topic/SDGSHSTATRAF,Death rate due to road traffic injuries +dc/topic/SDGSHSTATRAFN,Number of deaths rate due to road traffic injuries +dc/topic/SDGSHSTAWASHARI,"Mortality rate attributed to unsafe water, unsafe sanitation and lack of hygiene from diarrhoea, intestinal nematode infections, malnutrition and acute respiratory infections" +dc/topic/SDGSHSTAWAST,Proportion of children moderately or severely wasted +dc/topic/SDGSHSTAWASTN,Children moderately or severely wasted +dc/topic/SDGSHSUDALCOL,"Alcohol use disorders, 12-month prevalence (15 years old and over) by Sex" +dc/topic/SDGSHSUDTREAT,"Coverage of treatment interventions (pharmacological, psychosocial and rehabilitation and aftercare services) for substance use disorders by Type of substance" +dc/topic/SDGSHTBSINCD,Tuberculosis incidence +dc/topic/SDGSHTRPINTVN,Number of people requiring interventions against neglected tropical diseases +dc/topic/SDGSHXPDEARN10,Proportion of population with large household expenditures on health (greater than 10%) as a share of total household expenditure or income +dc/topic/SDGSHXPDEARN25,Proportion of population with large household expenditures on health (greater than 25%) as a share of total household expenditure or income +dc/topic/SDGSIAGRLSFP,"Average income of large-scale food producers, at purchasing-power parity rates" +dc/topic/SDGSIAGRSSFP,"Average income of small-scale food producers, at purchasing-power parity rates" +dc/topic/SDGSICOVBENFTS,ILO Proportion of population covered by at least one social protection benefit +dc/topic/SDGSICOVCHLD,ILO Proportion of children/households receiving child/family cash benefit by Sex +dc/topic/SDGSICOVDISAB,ILO Proportion of population with severe disabilities receiving disability cash benefit +dc/topic/SDGSICOVLMKT,World Bank Proportion of population covered by labour market programs +dc/topic/SDGSICOVMATNL,ILO Proportion of mothers with newborns receiving maternity cash benefit by Age group +dc/topic/SDGSICOVPENSN,"ILO Proportion of population above statutory pensionable age receiving a pension, by Age group" +dc/topic/SDGSICOVPOOR,ILO Proportion of poor population receiving social assistance cash benefit +dc/topic/SDGSICOVSOCAST,World Bank Proportion of population covered by social assistance programs +dc/topic/SDGSICOVSOCINS,World Bank Proportion of population covered by social insurance programs +dc/topic/SDGSICOVUEMP,ILO Proportion of unemployed persons receiving unemployment cash benefit by Age group +dc/topic/SDGSICOVVULN,ILO Proportion of vulnerable population receiving social assistance cash benefit by Sex +dc/topic/SDGSICOVWKINJRY,ILO Proportion of employed population covered in the event of work injury by Sex +dc/topic/SDGSIDSTFISP,"Redistributive impact of fiscal policy, Gini index by Fiscal intervention stage" +dc/topic/SDGSIHEITOTL,Growth rates of household expenditure or income per capita +dc/topic/SDGSIPOV50MI,Proportion of people living below 50 percent of median income by Quantile +dc/topic/SDGSIPOVDAY1,Proportion of population below international poverty line +dc/topic/SDGSIPOVEMP1,Employed population below international poverty line by Age group +dc/topic/SDGSIPOVNAHC,Proportion of population living below the national poverty line +dc/topic/SDGSIRMTCOST,Average remittance costs of sending $200 to a receiving country as a proportion of the amount remitted +dc/topic/SDGSIRMTCOSTBC,Average remittance costs of sending $200 in a corridor as a proportion of the amount remitted +dc/topic/SDGSIRMTCOSTSC,SmaRT average remittance costs of sending $200 in a corridor as a proportion of the amount remitted +dc/topic/SDGSIRMTCOSTSND,Average remittance costs of sending $200 for a sending country as a proportion of the amount remitted +dc/topic/SDGSLCPAYEMP,"Existence of a developed and operationalized national strategy for youth employment, as a distinct strategy or as part of a national employment strategy" +dc/topic/SDGSLDOMTSPD,Proportion of time spent on unpaid domestic chores and care work (10 to 14 years old) by Sex +dc/topic/SDGSLDOMTSPDCW,Proportion of time spent on unpaid care work (10 to 14 years old) by Sex +dc/topic/SDGSLDOMTSPDDC,Proportion of time spent on unpaid domestic chores (10 to 14 years old) by Sex +dc/topic/SDGSLEMPEARN,Average hourly earnings of employees in local currency by Age group +dc/topic/SDGSLEMPFTLINJUR,Fatal occupational injuries among employees +dc/topic/SDGSLEMPGTOTL,Labour share of GDP by Age group +dc/topic/SDGSLEMPINJUR,Non-fatal occupational injuries among employees +dc/topic/SDGSLEMPPCAP,Annual growth rate of real GDP per employed person (15 years old and over) +dc/topic/SDGSLEMPRCOSTMO,Migrant recruitment costs (number of months of earnings) by Sex +dc/topic/SDGSLISVIFEM,"Proportion of informal employment, previous definition (15 years old and over)" +dc/topic/SDGSLISVIFEM19ICLS,"Proportion of informal employment, current definition (15 years old and over)" +dc/topic/SDGSLLBRNTLCPL,Level of national compliance with labour rights (freedom of association and collective bargaining) based on International Labour Organization (ILO) textual sources and national legislation +dc/topic/SDGSLTLFCHLDEA,Proportion of children engaged in economic activity by Age group +dc/topic/SDGSLTLFCHLDEC,Proportion of children engaged in economic activity and household chores by Age group +dc/topic/SDGSLTLFMANF,Manufacturing employment as a proportion of total employment - previous definition +dc/topic/SDGSLTLFMANF19ICLS,Manufacturing employment as a proportion of total employment - current definition +dc/topic/SDGSLTLFNEET,"Proportion of youth not in education, employment or training - previous definition by Age group" +dc/topic/SDGSLTLFNEET19ICLS,"Proportion of youth not in education, employment or training - current definition by Age group" +dc/topic/SDGSLTLFUEM,Unemployment rate by sex and age - previous definition by Age group +dc/topic/SDGSLTLFUEMDIS,Unemployment rate by sex and disability - previous definition (15 years old and over) +dc/topic/SDGSLTLFUEMDIS19ICLS,Unemployment rate by sex and disability - current definition (15 years old and over) +dc/topic/SDGSLTLFUEM19ICLS,Unemployment rate by sex and age - current definition by Age group +dc/topic/SDGSMDTHMIGR,Total deaths and disappearances recorded during migration +dc/topic/SDGSMPOPREFGOR,"Number of refugees per 100, 000 population" +dc/topic/SDGSNITKDEFC,Prevalence of undernourishment +dc/topic/SDGSNITKDEFCN,Number of undernourished people +dc/topic/SDGSNSTAOVWGT,Proportion of children under 5 years old moderately or severely overweight +dc/topic/SDGSNSTAOVWGTN,Children under 5 years old moderately or severely overweight +dc/topic/SDGSPACSBSRVH2O,Proportion of population using basic drinking water services +dc/topic/SDGSPACSBSRVSAN,Proportion of population using basic sanitation services +dc/topic/SDGSPDISPRESOL,Proportion of the population who have experienced a dispute in the past two years who accessed a formal or informal dispute resolution mechanism +dc/topic/SDGSPDYNADKL,Adolescent birth rate +dc/topic/SDGSPDYNMRBF15,Proportion of women aged 20-24 years who were married or in a union before age 15 +dc/topic/SDGSPDYNMRBF18,Proportion of women aged 20-24 years who were married or in a union before age 18 +dc/topic/SDGSPGNPWNOWNS,Share of women among owners or rights-bearers of agricultural land +dc/topic/SDGSPLGLLNDAGSEC,Proportion of total agricultural population with ownership or secure rights over agricultural land +dc/topic/SDGSPLGLLNDDOC,Proportion of people with legally recognized documentation of their rights to land out of total adult population by Sex +dc/topic/SDGSPLGLLNDSEC,Proportion of people who perceive their rights to land as secure out of total adult population +dc/topic/SDGSPLGLLNDSTR,Proportion of people with secure tenure rights to land out of total adult population by Sex +dc/topic/SDGSPPSROSATISGOV,Proportion of population who say that overall they are satisfied with the quality of government services +dc/topic/SDGSPPSROSATISHLTH,Proportion of population who say that overall they are satisfied with the quality of healthcare services +dc/topic/SDGSPPSROSATISPRM,Proportion of population who say that overall they are satisfied with the quality of primary education services +dc/topic/SDGSPPSROSATISSEC,Proportion of population who say that overall they are satisfied with the quality of secondary education services +dc/topic/SDGSPPSRSATISGOV,Proportion of population satisfied with their last experience of government services (25 to 34 years old) by Service attribute +dc/topic/SDGSPPSRSATISHLTH,Proportion of population satisfied with their last experience of public healthcare services (25 to 34 years old) by Service attribute +dc/topic/SDGSPPSRSATISPRM,Proportion of population satisfied with their last experience of public primary education services (25 to 34 years old) by Service attribute +dc/topic/SDGSPPSRSATISSEC,Proportion of population satisfied with their last experience of public secondary education services (25 to 34 years old) by Service attribute +dc/topic/SDGSPRODR2KM,Proportion of the rural population who live within 2 km of an all-season road +dc/topic/SDGSPTRNPUBL,Proportion of population that has convenient access to public transport +dc/topic/SDGSTEEVACCSEEA,Implementation of standard accounting tools to monitor the economic and environmental aspects of tourism (SEEA tables) +dc/topic/SDGSTEEVACCTSA,Implementation of standard accounting tools to monitor the economic and environmental aspects of tourism (Tourism Satellite Account tables) +dc/topic/SDGSTEEVSTDACCT,Implementation of standard accounting tools to monitor the economic and environmental aspects of tourism (number of tables) +dc/topic/SDGSTGDPZS,Tourism direct GDP as a proportion of total GDP +dc/topic/SDGTGVALTOTLGDZS,Merchandise trade as a proportion of GDP +dc/topic/SDGTMTAXDMFN,"Average tariff applied by developed countries, most-favored nation status" +dc/topic/SDGTMTAXDPRF,"Average tariff applied by developed countries, preferential status" +dc/topic/SDGTMTAXWMFN,"Worldwide weighted tariff-average, most-favoured-nation status" +dc/topic/SDGTMTAXWMPS,"Worldwide weighted tariff-average, preferential status" +dc/topic/SDGTMTRFZERO,Proportion of tariff lines applied to imports with zero-tariff +dc/topic/SDGTXEXPGBMRCH,Developing countries’ and least developed countries’ share of global merchandise exports +dc/topic/SDGTXEXPGBSVR,Developing countries’ and least developed countries’ share of global services exports +dc/topic/SDGTXIMPGBMRCH,Developing countries’ and least developed countries’ share of global merchandise imports +dc/topic/SDGTXIMPGBSVR,Developing countries’ and least developed countries’ share of global services imports +dc/topic/SDGVCARMSZTRACE,"Proportion of seized, found or surrendered arms whose illicit origin or context has been traced or established by a competent authority in line with international instruments" +dc/topic/SDGVCDSRAFFCT,Number of people affected by disasters +dc/topic/SDGVCDSRAGLH,Direct agriculture loss attributed to disasters +dc/topic/SDGVCDSRBSDN,Number of disruptions to basic services attributed to disasters +dc/topic/SDGVCDSRCDAN,Number of damaged critical infrastructure attributed to disasters +dc/topic/SDGVCDSRCDYN,Number of other destroyed or damaged critical infrastructure units and facilities attributed to disasters +dc/topic/SDGVCDSRCHLN,Direct economic loss to cultural heritage damaged or destroyed attributed to disasters +dc/topic/SDGVCDSRCILN,Direct economic loss resulting from damaged or destroyed critical infrastructure attributed to disasters +dc/topic/SDGVCDSRDAFF,"Number of directly affected persons attributed to disasters per 100, 000 population" +dc/topic/SDGVCDSRDDPA,Direct economic loss to other damaged or destroyed productive assets attributed to disasters +dc/topic/SDGVCDSREFDN,Number of destroyed or damaged educational facilities attributed to disasters +dc/topic/SDGVCDSRESDN,Number of disruptions to educational services attributed to disasters +dc/topic/SDGVCDSRGDPLS,Direct economic loss attributed to disasters +dc/topic/SDGVCDSRHFDN,Number of destroyed or damaged health facilities attributed to disasters +dc/topic/SDGVCDSRHOLH,Direct economic loss in the housing sector attributed to disasters +dc/topic/SDGVCDSRHSDN,Number of disruptions to health services attributed to disasters +dc/topic/SDGVCDSRIJILN,Number of injured or ill people attributed to disasters +dc/topic/SDGVCDSRLSGP,Direct economic loss attributed to disasters relative to GDP +dc/topic/SDGVCDSRMISS,Number of missing persons due to disaster +dc/topic/SDGVCDSRMMHN,Number of deaths and missing persons attributed to disasters +dc/topic/SDGVCDSRMORT,Number of deaths due to disaster +dc/topic/SDGVCDSRMTMP,"Number of deaths and missing persons attributed to disasters per 100, 000 population" +dc/topic/SDGVCDSROBDN,Number of disruptions to other basic services attributed to disasters +dc/topic/SDGVCDSRPDAN,Number of people whose damaged dwellings were attributed to disasters +dc/topic/SDGVCDSRPDLN,"Number of people whose livelihoods were disrupted or destroyed, attributed to disasters" +dc/topic/SDGVCDSRPDYN,Number of people whose destroyed dwellings were attributed to disasters +dc/topic/SDGVCDTHTOCVN,Number of conflict-related deaths (civilians) +dc/topic/SDGVCDTHTONCVN,Number of conflict-related deaths (non-civilians) +dc/topic/SDGVCDTHTOTN,Number of total conflict-related deaths +dc/topic/SDGVCDTHTOTPT,Conflict-related total death rate +dc/topic/SDGVCDTHTOTR,"Number of total conflict-related deaths per 100, 000 population" +dc/topic/SDGVCDTHTOUNN,Number of conflict-related deaths (unknown) +dc/topic/SDGVCHTFDETV,Detected victims of human trafficking +dc/topic/SDGVCHTFDETVFL,"Detected victims of human trafficking for forced labour, servitude and slavery" +dc/topic/SDGVCHTFDETVFLR,"Detected victims of human trafficking for forced labour, servitude and slavery" +dc/topic/SDGVCHTFDETVOG,Detected victims of human trafficking for removal of organ +dc/topic/SDGVCHTFDETVOGR,Detected victims of human trafficking for removal of organ +dc/topic/SDGVCHTFDETVOP,Detected victims of human trafficking for other purposes +dc/topic/SDGVCHTFDETVOPR,Detected victims of human trafficking for other purposes +dc/topic/SDGVCHTFDETVR,Detected victims of human trafficking +dc/topic/SDGVCHTFDETVSX,Detected victims of human trafficking for sexual exploitation +dc/topic/SDGVCHTFDETVSXR,Detected victims of human trafficking for sexual exploitation +dc/topic/SDGVCIHRPSRC,"Number of victims of intentional homicide per 100, 000 population" +dc/topic/SDGVCIHRPSRCN,Number of victims of intentional homicide +dc/topic/SDGVCPRRPHYV,Police reporting rate for physical assault in the previous 12 months +dc/topic/SDGVCPRRPHYVIO,Police reporting rate for physical violence in the previous 12 months +dc/topic/SDGVCPRRPSYCHV,Police reporting rate for psychological violence in the previous 12 months +dc/topic/SDGVCPRRROBB,Police reporting rate for robbery in the previous 12 months +dc/topic/SDGVCPRRSEXV,Police reporting rate for sexual assault in the previous 12 months +dc/topic/SDGVCPRRSEXVIO,Police reporting rate for sexual violence in the previous 12 months +dc/topic/SDGVCPRSUNSNT,Unsentenced detainees as a proportion of overall prison population +dc/topic/SDGVCSNSWALNDRK,Proportion of population that feel safe walking alone around the area they live after dark +dc/topic/SDGVCVAWMARR,Proportion of ever-partnered women and girls subjected to physical and/or sexual violence by a current or former intimate partner in the previous 12 months by Age group +dc/topic/SDGVCVAWMTUHRA,"Number of cases of killings of human rights defenders, journalists and trade unionists" +dc/topic/SDGVCVAWMTUHRAN,"Countries with at least one verified case of killings of human rights defenders, journalists, and trade unionists" +dc/topic/SDGVCVAWPHYPYV,Proportion of children aged 1-14 years who experienced physical punishment and/or psychological aggression by caregivers in last month by Age group +dc/topic/SDGVCVAWSXVLN,Proportion of population aged 18-29 years who experienced sexual violence by age\xa018 (18 to 29 years old) by Sex +dc/topic/SDGVCVOCENFDIS,"Number of cases of enforced disappearance of human rights defenders, journalists and trade unionists" +dc/topic/SDGVCVOHSXPH,"Proportion of persons victim of non-sexual or sexual harassment, in the previous 12 months" +dc/topic/SDGVCVOVGDSD,Proportion of population reporting having felt discriminated against +dc/topic/SDGVCVOVPHYL,Proportion of population subjected to physical violence in the previous 12 months +dc/topic/SDGVCVOVPHYASLT,Proportion of population subjected to physical assault in the previous 12 months +dc/topic/SDGVCVOVPSYCHL,Proportion of population subjected to psychological violence in the previous 12 months +dc/topic/SDGVCVOVROBB,Proportion of population subjected to robbery in the previous 12 months +dc/topic/SDGVCVOVSEXL,Proportion of population subjected to sexual violence in the previous 12 months +dc/topic/SDGVCVOVSEXASLT,Proportion of population subjected to sexual assault in the previous 12 months From e5b99444a9c7286091c87bbec5cda2e727525f02 Mon Sep 17 00:00:00 2001 From: kmoscoe <165203920+kmoscoe@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:30:34 -0800 Subject: [PATCH 14/31] Added FAQ entry and updated several others (#4760) - Add an item about when data is (not) suitable for DC - Updated several other outdated items, especially to use new Issue Tracker - Reorganized some items for a more logical order --------- Co-authored-by: Hannah Pho --- server/templates/static/faq.html | 165 +++++++++++++------------------ 1 file changed, 67 insertions(+), 98 deletions(-) diff --git a/server/templates/static/faq.html b/server/templates/static/faq.html index ed662173dd..69addf8a40 100644 --- a/server/templates/static/faq.html +++ b/server/templates/static/faq.html @@ -1,17 +1,17 @@ {# - Copyright 2023 Google LLC +Copyright 2023 Google LLC - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 +http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. #} {%- extends BASE_HTML -%} @@ -20,7 +20,7 @@ {% set title = 'Frequently Asked Questions' %} {% block head %} - + {% endblock %} {% block content %} @@ -31,7 +31,7 @@

Frequently Asked Questions

Data Commons, an open source initiative from Google, organizes the world’s publicly available information and makes it more accessible and useful. Learn more on About Data - Commons. + Commons.
Q: Who can use Data Commons?
Data Commons is available for anyone to use. Our goal is to make the @@ -43,12 +43,30 @@

Frequently Asked Questions

There is no cost for the publicly available data, which is hosted on Google Cloud by Data Commons. For individuals or organizations who exceed the free usage limits, pricing will be in line with the BigQuery public dataset - program. + href="https://cloud.google.com/bigquery/public-data">BigQuery public dataset program. + +
Q: What is the difference between Data Commons and other other public dataset projects? +
Many public dataset projects provide a great service by aggregating + topical open data sets. However, using those data sets to answer specific + questions often involves 'foraging' — finding the data, cleaning the data, + reconciling different formats and schemas, figuring out how to merge data + about the same entity from different sources, etc. This error-prone and + tedious process is repeated, once (or more) by each organization working on an issue. This is a challenge in almost every area of study involving data, from the social sciences and physical sciences to public policy. Data Commons does this work once, on a large scale, and provides cloud-accessible APIs to the cleaned, normalized and joined data. While there are millions of datasets in every domain, some collections of data get used more frequently than others. + +
Q: What is the difference between Data Commons and Wikidata? +
The focus in Data Commons is on aggregating external, already available + data (with an emphasis on statistical data) from government agencies and + other authoritative sources. + +
Q: What is the relation between DataCommons.org and Schema.org? +
DataCommons.org builds upon the vocabularies defined by Schema.org, with + additional terms defined to cover concepts (e.g. "citizenship") that are + important to the data in Data Commons but which have not been a priority for Schema.org-based Web markup. The Data Commons schemas constitute an + "external extension" to Schema.org, similar to that provided by GS1. Some schemas could migrate into Schema.org if the community finds value in them.
Q: What is the new Explore interface to Data Commons?
Data Commons has a new Explore interface that uses large language models - (LLMs) to map your natural language question to the public data sets to + (LLMs) to map your natural-language question to the public data sets to extract the right visualizations to your question. We do not use LLMs to generate any data or visualizations; all responses are based on real data with sourced provenance from Data Commons. @@ -56,56 +74,48 @@

Frequently Asked Questions

Q: How do you choose which dataset to show in the Explore interface?
The LLMs powering Data Commons’ Explore interface use generative AI to identify the most likely response to your query. As we continue to improve - the interface, we will look to provide more options that allow the user to - select sources themselves. For now, you can always click the “Explore in …” - Tool setting to change the source of data. - -
Q: Can I submit or suggest data I think should be added to Data Commons? -
Yes, Data Commons is meant to be for the community, by the community and - we welcome new submissions or suggestions. If you’d like to submit data, - please review these - resources and follow this development - process. If you have a suggestion, please use this - Google Form. - -
Q: How can we access data in Data Commons? -
The data in knowledge graph can be accessed through the - Data Commons Knowledge Graph, - Data Commons Visualization tools, - and APIs for - Python, - REST and - Google Sheets. + the interface, we will look to provide more options that allow users to + select sources themselves. + +
Q: Is my data suitable for adding to Data Commons?
+
Data Commons is intended for public, statistical, macro data that benefits from being joined with other macrodata to derive new insights. Your data is a good fit for Data Commons if it meets the following criteria: +
    +
  • It can be licensed under the Creative Commons BY (CC BY) agreement.
  • +
  • It is pre-aggregated up to a minimal level that is common to other datasets; for example, an administrative area (place).
  • +
+ You can run your own Data Commons instance for data that is private and not appropriate for CC BY licensing. However, micro data, i.e. individual-level data, cannot currently be aggregated by Data Commons. In general, if there is no way to join your data with existing Data Commons datasets, on a common entity such as an administrative area or institution, there isn't much benefit to using Data Commons. + To determine whether your data is best served by the base Data Commons (Google-run datacommons.org) or by a custom instance that you run yourself, see the Custom Data Commons FAQ. +
+ +
Q: How can I suggest adding my data to Data Commons? +
Data Commons is meant to be for the community, by the community and + we welcome new submissions or suggestions. If you are interested in importing your data to Data Commons, please file a data request in our issue tracker.
Q: Where can I download all the data?
Given the size and evolving nature of the Data Commons knowledge graph, - we prefer you access it via the APIs. If your project needs local access to - a large fraction of the Data Commons Knowledge Graph, please fill - out this form. + you cannot download all the data. You can download all the data pertaining to a specific subset of metrics (variables). You can use the Data Download Tool to + download CSV files, or you can use the APIs to programmatically retrieve data in JSON format.
Q: How do we know if the data is accurate?
Data Commons provides an access mechanism to data, but cannot ensure accuracy. To provide as much context as possible, answers to queries will - include the provenance (source of the data). The choice of which data to use - is up to individuals. If you find something you think is in error, we would - love to hear from you. + include the provenance (source of the data). The choice of which data to use is up to individuals. If you find something you think is in error, please file a bug in our + issue tracker.
Q: How often is the data refreshed?
Different data sources refresh at different frequencies. We try to keep the data updated as the sources publish new versions of their data. If you - see something out of date, please file an issue on Github. + see something out of date, please file a bug in our issue tracker. -
Q: What are the SLAs / Performance levels we can expect? +
Q: What are the SLAs / performance levels we can expect?
The service is provided on an as-is basis with no SLA or commitments on availability or uptime.
Q: How do I cite datacommons.org?
To cite charts and tools on this site, please use the following format.
- Data Commons {{ current_year }}, Data Commons, viewed {{ current_date }}, <https://datacommons.org>. + Data Commons {{ current_year }}, Data Commons, viewed {{ current_date }}, + <https://datacommons.org>.

@@ -113,63 +123,22 @@

Frequently Asked Questions

- Data Commons {{ current_year }}, CDC Places, electronic dataset, Data Commons, viewed {{ current_date }}, <https://datacommons.org>. + Data Commons {{ current_year }}, CDC Places, electronic dataset, Data Commons, viewed {{ current_date }}, + <https://datacommons.org>.

In both cases, please use the date you viewed the site (in the examples above, we used {{ current_date }}).

-
Q: What is the difference between Data Commons and other other public dataset projects? -
Many public dataset projects provide a great service by aggregating - topical open data sets. However, using those data sets to answer specific - questions often involves 'foraging' — finding the data, cleaning the data, - reconciling different formats and schemas, figuring out how to merge data - about the same entity from different sources, etc. This error prone and - tedious process is repeated, once (or more) by each organization working on - an issue. This is a challenge in almost every area of study involving data, - from the social sciences and physical sciences to public policy. Data - Commons does this work once, on a large scale, and provides cloud accessible - APIs to the cleaned, normalized and joined data. While there are millions of - datasets in every domain, some collections of data get used more frequently - than others. We have started with a core set of these (over 120) in the hope - that useful applications can be built on top of them. - -
Q: What is the difference between Data Commons and Wikidata? -
The focus in Data Commons is on aggregating external, already available - data (with an emphasis on statistical data) from government agencies and - other authoritative sources. - -
Q: What is the relation between DataCommons.org and Schema.org? -
DataCommons.org builds upon the vocabularies defined by Schema.org, with - additional terms defined to cover concepts (e.g. "citizenship") that are - important to the data in Data Commons but which have not been a priority for - Schema.org-based Web markup. The Data Commons schemas constitute an - "external extension" to Schema.org, similar to that provided by GS1. - Some schemas could migrate into Schema.org if the community finds value in - them. -
Q: What are the usage rights of the data in Data Commons?
The Data Commons knowledge graph, and the compilation of the datasets is licensed under CC - BY. The Data Commons REST API and the R, Python Libraries are released - under Apache License - 2.0. The data included in Data Commons come from different sources. The - data provenance is provided for all the data, including a link to the - source. While we make every effort to obtain data from sources offering - unrestricted usage of underlying data, terms of use of data may be subject - to different licenses and terms of use, specified in linked source of the - data. - -
Q: Can my educational institution use Data Commons while complying with the Family - Educational Rights Privacy Act - (FERPA) - and/or similar state privacy requirements? -
Data Commons collects no personal information (PII), records, or private - information from users and can be used in compliance with - FERPA. - For specific questions about FERPA compliance, please contact your organization’s - legal counsel for advice. + BY. The Data Commons REST API and the R, Python Libraries are released under Apache License 2.0. The data included in Data Commons come from different sources. The data provenance is provided for all the data, including a link to the source. While we make every effort to obtain data from sources offering unrestricted usage of underlying data, terms of use of data may be subject to different licenses and terms of use, specified in the linked source of the data. + +
Q: Can my educational institution use Data Commons while complying with the Family Educational Rights Privacy Act + (FERPA) and/or similar state privacy + requirements? +
Data Commons collects no personal information (PII), records, or private information from users and can be used in compliance with FERPA. For specific questions about FERPA compliance, please contact your organization’s legal counsel for advice.
Q: What data do you collect about me?
Data Commons uses Google Analytics to collect non-identifiable usage @@ -177,4 +146,4 @@

Frequently Asked Questions

but do not associate IP address or any other identifiers with the queries. We do use in-session cookies to be able to manage state. -{% endblock %} + {% endblock %} \ No newline at end of file From 093cd4ed980ded2a06098c9ce5053b44cab2880d Mon Sep 17 00:00:00 2001 From: Nicholas Blumberg <41446765+nick-next@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:31:01 -0800 Subject: [PATCH 15/31] Global header search (#4740) ### Description The purpose of this PR is to have the search bar in the header on all pages. Previously, pages by default did not have the search in the header, and had to be flagged in order to provide the search bar. Now, this flag is reversed and pages will contain the header search by default. The search bar has been removed from the explore page, and the more complicated search functionality provided in that page (such as the ability to programmatically change the current query and provide a debug modal) is now available to the universal search bar in the header. Related layout updates have been made to ensure that the explore page displays correctly with the internal search now gone, and the debug "bug" button is now aligned nicely (with the global search at the top). The debug modal has also been revamped. ### Notes When the search bar was inline in the explore page, that page could interact and share state with its inline search. This allowed the explore page to provide and programmatically update the query string as well as to provide debugging information, among other things. We now have to communicate that information from the explore page all the way to the header. Normally, we might consider options like React context, or lifting of state. However, in this case, the header and the explore page are in totally separate React apps with separate mount points, and that limits our ability to use more traditional methods to communicate this data. The solution implemented was to create a global "Query Store", that can be updated by a component in one app, and then have those changes provided to a component in another app. The query store provides a hook to facilitate this communication. This allows these otherwise completely independent applications to communicate with each other in a reactive way. --------- Co-authored-by: Pablo Noel --- server/templates/base.html | 9 +- server/templates/custom_dc/custom/base.html | 1 + .../custom_dc/feedingamerica/base.html | 1 + server/templates/custom_dc/floret/base.html | 1 + server/templates/custom_dc/iitm/base.html | 1 + server/templates/custom_dc/stanford/base.html | 1 + server/templates/custom_dc/unsdg/base.html | 1 + server/templates/explore.html | 2 + server/templates/explore_landing.html | 2 +- server/templates/static/about.html | 1 - server/templates/static/build.html | 2 - server/templates/static/homepage.html | 2 +- static/css/about.scss | 2 +- static/css/build.scss | 2 +- static/css/content/partners.scss | 2 +- static/css/content/sample_questions.scss | 160 ++--- static/css/core.scss | 9 +- static/css/explore.scss | 30 +- static/css/nl_interface.scss | 189 ++++-- .../base/components/header_bar/header_bar.tsx | 31 +- .../header_bar/header_bar_search.tsx | 59 +- static/js/apps/base/header_app.tsx | 21 +- static/js/apps/base/main.ts | 15 +- static/js/apps/explore/app.tsx | 32 +- static/js/apps/explore/debug_info.tsx | 587 ++++++++++-------- static/js/apps/explore/error_result.tsx | 14 +- static/js/apps/explore/main.ts | 10 +- static/js/apps/explore/success_result.tsx | 43 +- .../nl_search_bar/auto_complete_input.tsx | 2 +- static/js/shared/stores/query_store.ts | 90 +++ static/js/shared/stores/query_store_hook.tsx | 111 ++++ static/js/types/app/explore_types.ts | 7 +- static/webpack.config.js | 1 + 33 files changed, 948 insertions(+), 493 deletions(-) create mode 100644 static/js/shared/stores/query_store.ts create mode 100644 static/js/shared/stores/query_store_hook.tsx diff --git a/server/templates/base.html b/server/templates/base.html index 44d6c673ef..09e6fff470 100644 --- a/server/templates/base.html +++ b/server/templates/base.html @@ -21,7 +21,7 @@ Optional variables: - is_show_header_search_bar: boolean, if true, a search bar will appear in the header. Default false. + is_hide_header_search_bar: boolean, if true, the header will not contain a search bar. Default false. is_hide_full_footer: boolean, if true, hides the full expanded footer. Default false is_hide_sub_footer: boolean, if true, hides the sub footer. Default false locale: string, value for html lang attr @@ -108,7 +108,7 @@ - +
diff --git a/server/templates/custom_dc/custom/base.html b/server/templates/custom_dc/custom/base.html index 8b6c22f406..69d4ad080f 100644 --- a/server/templates/custom_dc/custom/base.html +++ b/server/templates/custom_dc/custom/base.html @@ -62,6 +62,7 @@ {% if OVERRIDE_CSS_PATH %} {% endif %} + diff --git a/server/templates/custom_dc/feedingamerica/base.html b/server/templates/custom_dc/feedingamerica/base.html index 3d36bea042..bac782b15f 100644 --- a/server/templates/custom_dc/feedingamerica/base.html +++ b/server/templates/custom_dc/feedingamerica/base.html @@ -54,6 +54,7 @@ {% block head %} {% endblock %} + diff --git a/server/templates/custom_dc/floret/base.html b/server/templates/custom_dc/floret/base.html index a54fdea481..848c765acb 100644 --- a/server/templates/custom_dc/floret/base.html +++ b/server/templates/custom_dc/floret/base.html @@ -69,6 +69,7 @@ globalThis.isCustomDC = {{ config['CUSTOM']|int }}; globalThis.STAT_VAR_HIERARCHY_CONFIG = {{ config['STAT_VAR_HIERARCHY_CONFIG'] | tojson }}; + diff --git a/server/templates/custom_dc/iitm/base.html b/server/templates/custom_dc/iitm/base.html index 44eaef609e..8cb5de218b 100644 --- a/server/templates/custom_dc/iitm/base.html +++ b/server/templates/custom_dc/iitm/base.html @@ -53,6 +53,7 @@ {% block head %} {% endblock %} + diff --git a/server/templates/custom_dc/stanford/base.html b/server/templates/custom_dc/stanford/base.html index 24e8af4504..3c6437cb60 100644 --- a/server/templates/custom_dc/stanford/base.html +++ b/server/templates/custom_dc/stanford/base.html @@ -64,6 +64,7 @@ {% if OVERRIDE_CSS_PATH %} {% endif %} + diff --git a/server/templates/custom_dc/unsdg/base.html b/server/templates/custom_dc/unsdg/base.html index 6e00ecf688..90b100f0b8 100644 --- a/server/templates/custom_dc/unsdg/base.html +++ b/server/templates/custom_dc/unsdg/base.html @@ -57,6 +57,7 @@ + diff --git a/server/templates/explore.html b/server/templates/explore.html index c9ee76c394..19e66c1b4e 100644 --- a/server/templates/explore.html +++ b/server/templates/explore.html @@ -15,6 +15,8 @@ #} {%- extends BASE_HTML -%} + {% set is_search_bar_hash_mode = true %} + {% set ga_value_search_source = 'explore' %} {% set is_hide_full_footer = true %} {% set main_id = 'explore' %} {% set page_id = 'explore-page' %} diff --git a/server/templates/explore_landing.html b/server/templates/explore_landing.html index f2bc2889c3..c8e79ad502 100644 --- a/server/templates/explore_landing.html +++ b/server/templates/explore_landing.html @@ -20,7 +20,7 @@ {% set main_id = 'explore-landing' %} {% set page_id = 'explore-landing-page' %} {% set title = 'Explore ' + topic | title %} -{% set is_show_header_search_bar = true %} + {% set is_hide_header_search_bar = true %} {% block head %} diff --git a/server/templates/static/about.html b/server/templates/static/about.html index 6b903458bc..91762e30ce 100644 --- a/server/templates/static/about.html +++ b/server/templates/static/about.html @@ -18,7 +18,6 @@ {% set main_id = 'about' %} {% set page_id = 'page-about' %} {% set title = 'About Us' %} -{% set is_show_header_search_bar = true %} {% block head %} diff --git a/server/templates/static/build.html b/server/templates/static/build.html index 750ef36217..ed6f89154d 100644 --- a/server/templates/static/build.html +++ b/server/templates/static/build.html @@ -13,13 +13,11 @@ See the License for the specific language governing permissions and limitations under the License. #} - {%- extends BASE_HTML -%} {% set main_id = 'build' %} {% set page_id = 'page-build' %} {% set title = 'Build your own Data Commons' %} -{% set is_show_header_search_bar = true %} {% block head %} diff --git a/server/templates/static/homepage.html b/server/templates/static/homepage.html index 16770990d1..ecaf06d18f 100644 --- a/server/templates/static/homepage.html +++ b/server/templates/static/homepage.html @@ -19,7 +19,7 @@ {% set page_id = 'page-homepage' %} {% set title = 'Home' %} {% set brand_logo_light = false %} - {% set is_show_header_search_bar = true %} + {% macro external_icon() -%} diff --git a/static/css/about.scss b/static/css/about.scss index 6d3a19c4a5..b43b1f7e4c 100644 --- a/static/css/about.scss +++ b/static/css/about.scss @@ -38,4 +38,4 @@ padding: var.$container-horizontal-padding calc(#{var.$spacing} * 3); } } -} \ No newline at end of file +} diff --git a/static/css/build.scss b/static/css/build.scss index 6aba4247ed..2d45b5b803 100644 --- a/static/css/build.scss +++ b/static/css/build.scss @@ -44,4 +44,4 @@ padding: var.$container-horizontal-padding calc(#{var.$spacing} * 3); } } -} \ No newline at end of file +} diff --git a/static/css/content/partners.scss b/static/css/content/partners.scss index 1a75d7e61a..2c9849ce2e 100644 --- a/static/css/content/partners.scss +++ b/static/css/content/partners.scss @@ -57,4 +57,4 @@ } } } -} \ No newline at end of file +} diff --git a/static/css/content/sample_questions.scss b/static/css/content/sample_questions.scss index 23b5f34e94..75de172f28 100644 --- a/static/css/content/sample_questions.scss +++ b/static/css/content/sample_questions.scss @@ -16,93 +16,93 @@ /* Styles for the sample questions component, a component that renders sample questions in columns */ - .sample-questions { - h3 { - @include var.title_xs; - margin-bottom: calc(#{var.$spacing} * 3); - } - .questions-container { - display: flex; - gap: calc(#{var.$spacing} * 3); - margin-bottom: calc(#{var.$spacing} * 3); - padding: 4px; // account for boxes shadows - } - - .questions-column { +.sample-questions { +h3 { + @include var.title_xs; + margin-bottom: calc(#{var.$spacing} * 3); +} +.questions-container { + display: flex; + gap: calc(#{var.$spacing} * 3); + margin-bottom: calc(#{var.$spacing} * 3); + padding: 4px; // account for boxes shadows +} + +.questions-column { + display: flex; + flex-basis: 100%; + flex-grow: 1; + flex-shrink: 1; + flex-direction: column; + gap: calc(#{var.$spacing} * 3); +} + +.question-item { + display: block; + list-style: none; + a { + @include var.white-box; + @include var.shadow; display: flex; - flex-basis: 100%; - flex-grow: 1; - flex-shrink: 1; flex-direction: column; - gap: calc(#{var.$spacing} * 3); + align-items: flex-start; + gap: 10px; + padding: calc(#{var.$spacing} * 3); + border-radius: calc(#{var.$spacing} * 4); + p { + @include var.text_xl; + } + small { + @include var.text_xs; + display: inline-block; + padding: 2px 8px; + border-radius: 24px; + } } - - .question-item { - display: block; - list-style: none; - a { - @include var.white-box; - @include var.shadow; - display: flex; - flex-direction: column; - align-items: flex-start; - gap: 10px; - padding: calc(#{var.$spacing} * 3); - border-radius: calc(#{var.$spacing} * 4); - p { - @include var.text_xl; - } - small { - @include var.text_xs; - display: inline-block; - padding: 2px 8px; - border-radius: 24px; - } + &.green a { + p { + color: var.$color-green; } - &.green a { - p { - color: var.$color-green; - } - small { - color: var.$color-green_pill_text; - background-color: var.$color-green_pill_bckg; - } + small { + color: var.$color-green_pill_text; + background-color: var.$color-green_pill_bckg; } - &.blue a { - p { - color: var.$color-blue; - } - small { - color: var.$color-blue_pill_text; - background-color: var.$color-blue_pill_bckg; - } + } + &.blue a { + p { + color: var.$color-blue; } - &.red a { - p { - color: var.$color-red; - } - small { - color: var.$color-red_pill_text; - background-color: var.$color-red_pill_bckg; - } + small { + color: var.$color-blue_pill_text; + background-color: var.$color-blue_pill_bckg; } - &.yellow a { - p { - color: var.$color-yellow; - } - small { - color: var.$color-yellow_pill_text; - background-color: var.$color-yellow_pill_bckg; - } + } + &.red a { + p { + color: var.$color-red; + } + small { + color: var.$color-red_pill_text; + background-color: var.$color-red_pill_bckg; + } + } + &.yellow a { + p { + color: var.$color-yellow; + } + small { + color: var.$color-yellow_pill_text; + background-color: var.$color-yellow_pill_bckg; + } + } + &.gray a { + p { + color: var.$color-gray; } - &.gray a { - p { - color: var.$color-gray; - } - small { - color: var.$color-gray_pill_text; - background-color: var.$color-gray_pill_bckg; - } + small { + color: var.$color-gray_pill_text; + background-color: var.$color-gray_pill_bckg; } } - } \ No newline at end of file +} +} diff --git a/static/css/core.scss b/static/css/core.scss index 0158b4e6df..ba9fa5451e 100644 --- a/static/css/core.scss +++ b/static/css/core.scss @@ -352,7 +352,7 @@ section { height: $header-mobile-height; gap: calc(#{var.$spacing} * 2); padding: calc(#{var.$spacing} * 2) calc(#{var.$spacing} * 3); - .header-search-section { + .header-search { order: 3; grid-column: 1 / span 2; } @@ -600,7 +600,8 @@ section { } } -.header-search-section { +.header-search { + position: relative; display: flex; flex-direction: column; padding-top: 22px; @@ -625,7 +626,7 @@ section { border: none; border-color: var(--gm-3-ref-neutral-neutral-40); - .search-icon { + .search-bar-icon { font-size: 24px; line-height: 1; } @@ -796,4 +797,4 @@ section { } } } -} \ No newline at end of file +} diff --git a/static/css/explore.scss b/static/css/explore.scss index 1212272e34..6371e68dc6 100644 --- a/static/css/explore.scss +++ b/static/css/explore.scss @@ -45,7 +45,7 @@ #explore.main-content { flex-grow: 1; - // padding-top: 100px; + padding-top: 40px; } #insight-lhs { @@ -275,10 +275,9 @@ position: relative; } - .debug-info-toggle { - top: -0.5rem; - right: 1.5rem; - padding: 0; + .debug-info-open { + top: 20px!important; + right: -10px!important; } } @@ -307,27 +306,6 @@ } } -.nl-query-result-debug-info { - position: absolute; - z-index: 20; - height: calc(100vh - 100px); - overflow-y: scroll; - max-width: 100%; -} - -.nl-query-result-debug-info .row { - margin-top: 3px; -} - -.nl-query-result-debug-info table { - width: 100%; -} - -.nl-query-result-debug-info .highlight { - color: blue; - font-weight: bold; -} - #ranking-table-container { margin-left: 24px; } diff --git a/static/css/nl_interface.scss b/static/css/nl_interface.scss index 50c1455b27..eb39372784 100644 --- a/static/css/nl_interface.scss +++ b/static/css/nl_interface.scss @@ -1,18 +1,18 @@ /** - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +* Copyright 2022 Google LLC +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ @use "./shared/subject_page"; @use "./nl_search_bar"; @@ -519,41 +519,158 @@ h3, text-decoration: underline; } -.debug-info-toggle { - display: block; - text-align: right; +// Debug modal + +.debug-overlay { + position: fixed; + top: 0; + right: 0; + left: 0; + bottom: 0; + background-color: rgba($color: #000000, $alpha: 0.7); + z-index: 99; } -.debug-info-toggle.show { - color: #666; - font-size: 0.8rem; - padding-top: 0.5em; - margin-bottom: -1em; +.debug-info-open { position: absolute; - top: 0.5rem; - right: 2rem; + right: -10px; + top: 35px; + display: block; + text-align: right; + font-size: 0.8rem; + color: #dc3545; + transition: transform 0.4s ease-in-out; + background: white; + border-radius: 100px; + @include media-breakpoint-up(xl) { + right: 30px; + } + @media (max-width: 620px) { + top: -10px; + right: 5px; + } + cursor: pointer; + &.active { + color: #666666; + } + &:hover { + transform: rotate(25deg); + } } -.debug-info-toggle.hide { - font-weight: bold; +.debug-info-close { + margin: 0; + padding: 0; + color: #dc3545; + cursor: pointer; + .material-icons { + font-size: 2rem; + font-weight: 900; + } } .nl-query-result-debug-info { + position: fixed; + z-index: 100; + overflow: scroll; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); + width: calc(100vw - 100px); + max-width: 1920px; + height: calc(100vh - 100px); background: white; - padding: 2em; - font-size: 0.8em; border: 1px solid var(--gray); - max-width: 100%; + border-radius: 10px; + box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); + + header { + position: sticky; + top: 0; + padding: 32px 32px 32px 32px; + background: white; + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 16px; + border-bottom: 1px solid #ccc; + h3, a { + margin: 0; + padding: 0; + display: flex; + gap: 8px; + align-items: center; + &:hover { + text-decoration: none; + } + } + h3 span { + transition: transform .5s ease-in-out; + &:hover { + transform: translateY(-5px) rotate(45deg); + } + } + } - table, - th, - tr, - td { - border: 1px solid black; + section { + padding: 32px 64px 64px 64px; } - .feedback-link { - padding: 1rem 0; + .show-more { + width: 100%; + margin: 30px 0; + a { + display: block; + cursor: pointer; + padding: 8px 16px; + border-radius: 100px; + background: #0b57d0; + color: white; + font-size: 1.2rem; + text-align: center; + } + } + + .block { + margin-bottom: 8px; + padding-bottom: 8px; + border-bottom: 1px solid #f5f5f5; + + strong { + margin-right: 10px; + } + + .highlight { + background-color: #d3e3fd; + padding: 2px 8px; + border-radius: 100px; + } + + pre { + font-family: 'Courier New', Courier, monospace; + padding: 24px; + background-color: #f5f5f5; + } + + table, ul, pre { + display: block; + width: 100%; + margin: 20px 0; + } + + li { + line-height: 1.8rem; + } + + th, + td { + padding: 8px 16px; + border: 1px solid black; + } + + .feedback-link { + padding: 1rem 0; + } } } diff --git a/static/js/apps/base/components/header_bar/header_bar.tsx b/static/js/apps/base/components/header_bar/header_bar.tsx index 9b72c7bf37..5505c59fa2 100644 --- a/static/js/apps/base/components/header_bar/header_bar.tsx +++ b/static/js/apps/base/components/header_bar/header_bar.tsx @@ -32,13 +32,18 @@ interface HeaderBarProps { name: string; //a path to the logo to be displayed in the header logoPath: string; - //the width of the logo - if provided, this will be used to prevent content bouncing as the logo loads in after the rest of the content. + //the width of the logo - if provided, this will be used to prevent content bouncing. logoWidth: string; //the data that will populate the header menu. menu: HeaderMenu[]; - //if set true, the header menu will show - this value is pulled in from the page template and will default to false. - showHeaderSearchBar: boolean; - //the labels dictionary - all labels will be passed through this before being rendered. If no value exists, the dictionary will return the key that was sent. + //if set true, the header menu will be hidden - value is taken from the template and will default to false. + hideHeaderSearchBar: boolean; + //if set true, the search bar will operate in "hash mode", changing the hash rather than redirecting. + searchBarHashMode: boolean; + //the Google Analytics tag associated with a search action + gaValueSearchSource: string | null; + // the labels dictionary - all labels will be passed through this before being rendered. + // If no value exists, the dictionary will return the key that was sent. labels: Labels; //the routes dictionary - this is used to convert routes to resolved urls routes: Routes; @@ -49,7 +54,9 @@ const HeaderBar = ({ logoPath, logoWidth, menu, - showHeaderSearchBar, + hideHeaderSearchBar, + searchBarHashMode, + gaValueSearchSource, labels, routes, }: HeaderBarProps): ReactElement => { @@ -66,7 +73,12 @@ const HeaderBar = ({ labels={labels} routes={routes} /> - {showHeaderSearchBar && up("lg") && } + {!hideHeaderSearchBar && up("lg") && ( + + )}
@@ -77,7 +89,12 @@ const HeaderBar = ({ labels={labels} routes={routes} /> - {showHeaderSearchBar && down("md") && } + {!hideHeaderSearchBar && down("md") && ( + + )}
diff --git a/static/js/apps/base/components/header_bar/header_bar_search.tsx b/static/js/apps/base/components/header_bar/header_bar_search.tsx index fb0894fd1c..e6b1ef35b0 100644 --- a/static/js/apps/base/components/header_bar/header_bar_search.tsx +++ b/static/js/apps/base/components/header_bar/header_bar_search.tsx @@ -19,6 +19,10 @@ import React, { ReactElement } from "react"; import { NlSearchBar } from "../../../../components/nl_search_bar"; +import { + CLIENT_TYPES, + URL_HASH_PARAMS, +} from "../../../../constants/app/explore_constants"; import { GA_EVENT_NL_SEARCH, GA_PARAM_QUERY, @@ -26,29 +30,56 @@ import { GA_VALUE_SEARCH_SOURCE_HOMEPAGE, triggerGAEvent, } from "../../../../shared/ga_events"; +import { useQueryStore } from "../../../../shared/stores/query_store_hook"; +import { updateHash } from "../../../../utils/url_utils"; +import { DebugInfo } from "../../../explore/debug_info"; interface HeaderBarSearchProps { inputId?: string; + searchBarHashMode?: boolean; + gaValueSearchSource?: string; } const HeaderBarSearch = ({ inputId = "query-search-input", + searchBarHashMode, + gaValueSearchSource, }: HeaderBarSearchProps): ReactElement => { + const { queryString, placeholder, queryResult, debugData } = useQueryStore(); + return ( - { - triggerGAEvent(GA_EVENT_NL_SEARCH, { - [GA_PARAM_QUERY]: q, - [GA_PARAM_SOURCE]: GA_VALUE_SEARCH_SOURCE_HOMEPAGE, - }); - window.location.href = `/explore#q=${encodeURIComponent(q)}`; - }} - placeholder={"Enter a question to explore"} - initialValue={""} - shouldAutoFocus={false} - /> +
+ { + if (searchBarHashMode) { + triggerGAEvent(GA_EVENT_NL_SEARCH, { + [GA_PARAM_QUERY]: q, + [GA_PARAM_SOURCE]: + gaValueSearchSource ?? GA_VALUE_SEARCH_SOURCE_HOMEPAGE, + }); + updateHash({ + [URL_HASH_PARAMS.QUERY]: q, + [URL_HASH_PARAMS.PLACE]: "", + [URL_HASH_PARAMS.TOPIC]: "", + [URL_HASH_PARAMS.CLIENT]: CLIENT_TYPES.QUERY, + }); + } else { + triggerGAEvent(GA_EVENT_NL_SEARCH, { + [GA_PARAM_QUERY]: q, + [GA_PARAM_SOURCE]: + gaValueSearchSource ?? GA_VALUE_SEARCH_SOURCE_HOMEPAGE, + }); + window.location.href = `/explore#q=${encodeURIComponent(q)}`; + } + }} + placeholder={placeholder} + initialValue={queryString} + shouldAutoFocus={false} + /> + +
); }; diff --git a/static/js/apps/base/header_app.tsx b/static/js/apps/base/header_app.tsx index cf744d501d..97712e18a8 100644 --- a/static/js/apps/base/header_app.tsx +++ b/static/js/apps/base/header_app.tsx @@ -28,13 +28,18 @@ interface HeaderAppProps { name: string; //a path to the logo to be displayed in the header logoPath: string; - //the width of the logo - if provided, this will be used to prevent content bouncing as the logo loads in after the rest of the content. + //the width of the logo - if provided, this will be used to prevent content bouncing. logoWidth: string; //the data that will populate the header menu. headerMenu: HeaderMenu[]; - //if set true, the header menu will show. It will default to false on all pages unless the {% set is_show_header_search_bar = true %} is set. - showHeaderSearchBar: boolean; - //the labels dictionary - all labels will be passed through this before being rendered. If no value exists, the dictionary will return the key that was sent. + //if set true, the header menu will be hidden - value is taken from the template and will default to false. + hideHeaderSearchBar: boolean; + //if set true, the search bar will operate in "hash mode", changing the hash rather than redirecting. + searchBarHashMode: boolean; + //the Google Analytics tag associated with a search action + gaValueSearchSource: string | null; + // the labels dictionary - all labels will be passed through this before being rendered. + // If no value exists, the dictionary will return the key that was sent. labels: Labels; //the routes dictionary - this is used to convert routes to resolved urls routes: Routes; @@ -48,7 +53,9 @@ export function HeaderApp({ logoPath, logoWidth, headerMenu, - showHeaderSearchBar, + hideHeaderSearchBar, + searchBarHashMode, + gaValueSearchSource, labels, routes, }: HeaderAppProps): ReactElement { @@ -59,7 +66,9 @@ export function HeaderApp({ logoPath={logoPath} logoWidth={logoWidth} menu={headerMenu} - showHeaderSearchBar={showHeaderSearchBar} + hideHeaderSearchBar={hideHeaderSearchBar} + searchBarHashMode={searchBarHashMode} + gaValueSearchSource={gaValueSearchSource} labels={labels} routes={routes} /> diff --git a/static/js/apps/base/main.ts b/static/js/apps/base/main.ts index be6739c721..df5f9de2f9 100644 --- a/static/js/apps/base/main.ts +++ b/static/js/apps/base/main.ts @@ -43,12 +43,17 @@ function renderPage(): void { ) as HeaderMenu[]; //TODO: once confirmed, remove the footer menu json and types. - const name = metadataContainer.dataset.name; const logoPath = metadataContainer.dataset.logoPath; const logoWidth = metadataContainer.dataset.logoWidth; - const showHeaderSearchBar = - metadataContainer.dataset.showHeaderSearchBar.toLowerCase() === "true"; + const hideHeaderSearchBar = + metadataContainer.dataset.hideHeaderSearchBar.toLowerCase() === "true"; + const searchBarHashMode = + metadataContainer.dataset.searchBarHashMode.toLowerCase() === "true"; + const gaValueSearchSource = + metadataContainer.dataset.gaValueSearchSource.trim() === "" + ? null + : metadataContainer.dataset.gaValueSearchSource.toLowerCase(); const brandLogoLight = metadataContainer.dataset.brandLogoLight.toLowerCase() === "true"; @@ -62,7 +67,9 @@ function renderPage(): void { logoPath, logoWidth, headerMenu, - showHeaderSearchBar, + hideHeaderSearchBar, + searchBarHashMode, + gaValueSearchSource, labels, routes, }), diff --git a/static/js/apps/explore/app.tsx b/static/js/apps/explore/app.tsx index 5dc2c08c84..1d51e89b7c 100644 --- a/static/js/apps/explore/app.tsx +++ b/static/js/apps/explore/app.tsx @@ -21,7 +21,7 @@ import axios from "axios"; import _ from "lodash"; import queryString from "query-string"; -import React, { useEffect, useRef, useState } from "react"; +import React, { ReactElement, useEffect, useRef, useState } from "react"; import { RawIntlProvider } from "react-intl"; import { Container } from "reactstrap"; @@ -43,6 +43,7 @@ import { GA_PARAM_TOPIC, triggerGAEvent, } from "../../shared/ga_events"; +import { useQueryStore } from "../../shared/stores/query_store_hook"; import { QueryResult, UserMessageInfo } from "../../types/app/explore_types"; import { SubjectPageMetadata } from "../../types/subject_page_types"; import { shouldSkipPlaceOverview } from "../../utils/explore_utils"; @@ -87,10 +88,18 @@ function getAutoPlayQueries(): string[] { return toApiList(queryListParam); } +interface AppProps { + //true if the app is in demo mode + isDemo: boolean; + //if true, there is no header bar search, and so we display search inline + //if false, there is a header bar search, and so we do not display search inline + hideHeaderSearchBar: boolean; +} + /** * Application container */ -export function App(props: { isDemo: boolean }): JSX.Element { +export function App(props: AppProps): ReactElement { const [loadingStatus, setLoadingStatus] = useState( props.isDemo ? LoadingStatus.DEMO_INIT : LoadingStatus.LOADING ); @@ -103,6 +112,12 @@ export function App(props: { isDemo: boolean }): JSX.Element { const autoPlayQueryList = useRef(getAutoPlayQueries()); const [autoPlayQuery, setAutoPlayQuery] = useState(""); + const { + setQueryString: setStoreQueryString, + setQueryResult: setStoreQueryResult, + setDebugData: setStoreDebugData, + } = useQueryStore(); + useEffect(() => { // If in demo mode, should input first autoplay query on mount. // Otherwise, treat it as a regular hashchange. @@ -140,6 +155,7 @@ export function App(props: { isDemo: boolean }): JSX.Element { exploreContext={exploreContext} queryResult={queryResult} userMessage={userMessage} + hideHeaderSearchBar={props.hideHeaderSearchBar} /> )} {loadingStatus === LoadingStatus.LOADING && ( @@ -164,6 +180,7 @@ export function App(props: { isDemo: boolean }): JSX.Element { queryResult={queryResult} pageMetadata={pageMetadata} userMessage={userMessage} + hideHeaderSearchBar={props.hideHeaderSearchBar} /> )} @@ -181,6 +198,7 @@ export function App(props: { isDemo: boolean }): JSX.Element { function processFulfillData(fulfillData: any, shouldSetQuery: boolean): void { setDebugData(fulfillData["debug"]); + setStoreDebugData(fulfillData["debug"]); const userMessage = { msgList: fulfillData["userMessages"] || [], showForm: !!fulfillData["showForm"], @@ -246,16 +264,18 @@ export function App(props: { isDemo: boolean }): JSX.Element { ) { const q = `${pageMetadata.mainTopics[0].name} vs. ${pageMetadata.mainTopics[1].name} in ${pageMetadata.place.name}`; setQuery(q); + setStoreQueryString(q); } else if (pageMetadata.mainTopics[0].name) { const q = `${pageMetadata.mainTopics[0].name} in ${pageMetadata.place.name}`; setQuery(q); + setStoreQueryString(q); } } } savedContext.current = fulfillData["context"] || []; setPageMetadata(pageMetadata); setUserMessage(userMessage); - setQueryResult({ + const queryResult = { place: mainPlace, config: pageMetadata.pageConfig, svSource: fulfillData["svSource"], @@ -263,7 +283,9 @@ export function App(props: { isDemo: boolean }): JSX.Element { placeFallback: fulfillData["placeFallback"], pastSourceContext: fulfillData["pastSourceContext"], sessionId: pageMetadata.sessionId, - }); + }; + setQueryResult(queryResult); + setStoreQueryResult(queryResult); setLoadingStatus( isPendingRedirect ? LoadingStatus.LOADING : LoadingStatus.SUCCESS ); @@ -308,6 +330,7 @@ export function App(props: { isDemo: boolean }): JSX.Element { if (query) { client = client || CLIENT_TYPES.QUERY; setQuery(query); + setStoreQueryString(query); fulfillmentPromise = fetchDetectAndFufillData( query, savedContext.current, @@ -332,6 +355,7 @@ export function App(props: { isDemo: boolean }): JSX.Element { } else { client = client || CLIENT_TYPES.ENTITY; setQuery(""); + setStoreQueryString(""); fulfillmentPromise = fetchFulfillData( toApiList(place || DEFAULT_PLACE), toApiList(topic || DEFAULT_TOPIC), diff --git a/static/js/apps/explore/debug_info.tsx b/static/js/apps/explore/debug_info.tsx index 53f415f8d5..44445f8713 100644 --- a/static/js/apps/explore/debug_info.tsx +++ b/static/js/apps/explore/debug_info.tsx @@ -20,11 +20,9 @@ import _ from "lodash"; import queryString from "query-string"; -import React, { useState } from "react"; -import { Col, Row } from "reactstrap"; +import React, { ReactElement, useState } from "react"; import { - DebugInfo, MultiSVCandidate, QueryResult, SentenceScore, @@ -36,7 +34,7 @@ const DEBUG_PARAM = "dbg"; const svToSentences = ( variables: string[], varSentences: Map> -): JSX.Element => { +): ReactElement => { return (
@@ -54,7 +52,7 @@ const svToSentences = (
{variable}
    - {varSentences[variable].map((sentence) => { + {varSentences[variable].map((sentence: SentenceScore) => { return (
  • {sentence.sentence} (cosine: @@ -80,7 +78,7 @@ const svToSentences = ( const monoVarScoresElement = ( variables: string[], scores: string[] -): JSX.Element => { +): ReactElement => { return (
    @@ -106,7 +104,7 @@ const monoVarScoresElement = ( ); }; -const multiVarPartsElement = (c: MultiSVCandidate): JSX.Element => { +const multiVarPartsElement = (c: MultiSVCandidate): ReactElement => { return (
      {c.Parts.map((p) => { @@ -130,7 +128,7 @@ const multiVarPartsElement = (c: MultiSVCandidate): JSX.Element => { ); }; -const multiVarScoresElement = (svScores: SVScores): JSX.Element => { +const multiVarScoresElement = (svScores: SVScores): ReactElement => { const monovarScores = Object.values(svScores.CosineScore); const maxMonovarScore = monovarScores.length > 0 ? monovarScores[0] : 0; const candidates = svScores.MultiSV.Candidates; @@ -154,7 +152,7 @@ const multiVarScoresElement = (svScores: SVScores): JSX.Element => { {c.Parts.length} {c.DelimBased ? " (delim)" : ""}
    - Places Detected:{" "} - - {" "} - {debugInfo.placesDetected - ? debugInfo.placesDetected.join(", ") - : ""} - - - - - - Places Resolved: - {debugInfo.placesResolved} - - - - - Main Place: - - {debugInfo.mainPlaceName} (dcid: {debugInfo.mainPlaceDCID}) - - - - - Entity Detection: - - - - Entities Detected: {debugInfo.entitiesDetected.join(", ")} - - - - - Entities Resolved:{" "} - {debugInfo.entitiesResolved} - - - - Query Type Detection: - - - Ranking classification: - - - - Superlative type classification:{" "} - {debugInfo.superlativeClassification} - - - - - TimeDelta classification: {debugInfo.timeDeltaClassification} - - - - - Comparison classification: {debugInfo.comparisonClassification} - - - - - ContainedIn classification: {debugInfo.containedInClassification} - - - - - Correlation classification: {debugInfo.correlationClassification} - - - - Event classification: {debugInfo.eventClassification} - - - General classification: {debugInfo.generalClassification} - - - - Quantity classification: {debugInfo.quantityClassification} - - - - Date classification: {debugInfo.dateClassification} - - - Single Variables Matches: - - - Note: Variables with scores less than model threshold are not used. - - - - {monoVarScoresElement( - Object.values(debugInfo.svScores.SV || {}), - Object.values(debugInfo.svScores.CosineScore || {}) - )} - - - - Multi-Variable Matches: - - - {multiVarScoresElement(debugInfo.svScores)} - - - Variable Sentences Matched: - - - - {svToSentences( - Object.values(debugInfo.svScores.SV || {}), - debugInfo.svSentences - )} - - - - Property Matches: - - Note: Properties with scores less than 0.5 are not used. - - - {monoVarScoresElement( - Object.values(debugInfo.propScores.PROP || {}), - Object.values(debugInfo.propScores.CosineScore || {}) - )} - - - - Property Sentences Matched: - - - - {svToSentences( - Object.values(debugInfo.propScores.PROP || {}), - debugInfo.propSentences - )} - - - - Query Detection: - - - -
    -                {JSON.stringify(debugInfo.queryDetectionDebugLogs, null, 2)}
    -              
    - - - - setIsCollapsed(!isCollapsed)} - style={{ cursor: "pointer" }} - > -

    SHOW MORE: {isCollapsed ? "[+]" : "[-]"}

    -
    -
    - {!isCollapsed && ( - <> - - Query Fulfillment: - - {props.queryResult && ( - - - Place Query Source: {props.queryResult.placeSource} - {props.queryResult.pastSourceContext - ? "(" + props.queryResult.pastSourceContext + ")" - : ""} - - - )} - {props.queryResult && ( - - Variable Query Source: {props.queryResult.svSource} - - )} - {props.queryResult && props.queryResult.placeFallback && ( - - - Place Fallback: " - {props.queryResult.placeFallback.origStr} - " to "{props.queryResult.placeFallback.newStr} - " - - + <> +
    +
    +
    +

    + bug_report Debugging: + options & information +

    + + close + +
    + +
    +
    + Execution Status: + + {debugInfo.status || "--" || "--"} + +
    + +
    + Detection Type: + + {debugInfo.detectionType || "--"} + +
    + +
    + Place Detection Type: + + {debugInfo.placeDetectionType.toUpperCase()} + +
    + +
    + Original Query: + + {debugInfo.originalQuery || "--"} + +
    + +
    + Blocked: + + {debugInfo.blocked.toString() || "--"} + +
    + +
    + Query index types: + + {debugInfo.queryIndexTypes.join(", ")} + +
    + +
    + Query without places: + + {debugInfo.queryWithoutPlaces || "--"} + +
    + +
    + Query without stop words: + + {debugInfo.queryWithoutStopWords || "--"} + +
    + +
    +

    + Place Detection: +

    +
      +
    • + Places Detected: + + {debugInfo?.placesDetected.length + ? debugInfo.placesDetected.join(", ") + : "--"} + +
    • +
    • + Places Resolved: + + {debugInfo.placesResolved || "--"} + +
    • +
    • + Main Place: + + {debugInfo.mainPlaceName || "--"} (dcid:{" "} + {debugInfo.mainPlaceDCID}) + +
    • +
    +
    + +
    +

    + Entity Detection: +

    +
      +
    • + Entities Detected: + + {debugInfo?.entitiesDetected.length + ? debugInfo.entitiesDetected.join(", ") + : "--"} + +
    • +
    • + Entities Resolved: + + {debugInfo?.entitiesResolved.length + ? debugInfo.entitiesResolved.join(", ") + : "--"} + +
    • +
    +
    + +
    +

    + Query Type Detection: +

    +
      +
    • + Ranking classification: + {debugInfo.rankingClassification || "--"} +
    • +
    • + Superlative type classification: + {debugInfo.superlativeClassification || "--"} +
    • +
    • + TimeDelta classification: + {debugInfo.timeDeltaClassification || "--"} +
    • +
    • + Comparison classification: + {debugInfo.comparisonClassification || "--"} +
    • +
    • + ContainedIn classification: + {debugInfo.containedInClassification || "--"} +
    • +
    • + Correlation classification: + {debugInfo.correlationClassification || "--"} +
    • +
    • + Event classification: + {debugInfo.eventClassification || "--"} +
    • +
    • + General classification: + {debugInfo.generalClassification || "--"} +
    • +
    • + Quantity classification: + {debugInfo.quantityClassification || "--"} +
    • +
    • + Date classification: + {debugInfo.dateClassification || "--"} +
    • +
    +
    + +
    +

    + Single Variables Matches: +

    + + Note: Variables with scores less than model threshold are not + used. + + + {monoVarScoresElement( + Object.values(debugInfo.svScores.SV || {}), + Object.values(debugInfo.svScores.CosineScore || {}) + )} +
    + +
    + Multi-Variable Matches: + {multiVarScoresElement(debugInfo.svScores)} +
    + +
    + Variable Sentences Matched: + {svToSentences( + Object.values(debugInfo.svScores.SV || {}), + debugInfo.svSentences + )} +
    + +
    +

    + Property Matches: +

    + + Note: Properties with scores less than 0.5 are not used. + + {monoVarScoresElement( + Object.values(debugInfo.propScores.PROP || {}), + Object.values(debugInfo.propScores.CosineScore || {}) + )} +
    + +
    + Property Sentences Matched: + {svToSentences( + Object.values(debugInfo.propScores.PROP || {}), + debugInfo.propSentences + )} +
    + +
    + Query Detection: +
    +                  {JSON.stringify(debugInfo.queryDetectionDebugLogs, null, 2)}
    +                
    +
    + + + + {!isCollapsed && ( + <> +
    +

    + Query Fulfillment: +

    +
      + {props.queryResult && ( +
    • + Place Query Source: + {props.queryResult.placeSource} + {props.queryResult.pastSourceContext + ? "(" + props.queryResult.pastSourceContext + ")" + : ""} +
    • + )} + {props.queryResult && ( +
    • + Variable Query Source: + {props.queryResult.svSource} +
    • + )} + {props.queryResult && props.queryResult.placeFallback && ( +
    • + Place Fallback: + " + {props.queryResult.placeFallback.origStr} + " to " + {props.queryResult.placeFallback.newStr} + " +
    • + )} +
    +
    + +
    +

    + Counters: +

    +
    {JSON.stringify(debugInfo.counters, null, 2)}
    +
    + +
    +

    + Page Config: +

    +
    +                      {JSON.stringify(
    +                        props.queryResult ? props.queryResult.config : null,
    +                        null,
    +                        2
    +                      )}
    +                    
    +
    + )} - -
    - Counters: -
    {JSON.stringify(debugInfo.counters, null, 2)}
    - - - - Page Config: - - - -
    -                    {JSON.stringify(
    -                      props.queryResult ? props.queryResult.config : null,
    -                      null,
    -                      2
    -                    )}
    -                  
    - - - - )} - + + + )} ); diff --git a/static/js/apps/explore/error_result.tsx b/static/js/apps/explore/error_result.tsx index 0e20e7b720..2dd4fb3583 100644 --- a/static/js/apps/explore/error_result.tsx +++ b/static/js/apps/explore/error_result.tsx @@ -18,7 +18,7 @@ * Component for result section if there was an error */ -import React from "react"; +import React, { ReactElement } from "react"; import { QueryResult, UserMessageInfo } from "../../types/app/explore_types"; import { DebugInfo } from "./debug_info"; @@ -28,21 +28,29 @@ import { UserMessage } from "./user_message"; const DEFAULT_USER_MSG = "Sorry, could not complete your request."; interface ErrorResultPropType { + //the query string that caused the error query: string; + //an object containing the debug data debugData: any; + //the explore context exploreContext: any; + //an object containing the results of the query. queryResult: QueryResult; + //an object containing a list of messages that is passed into the user message component userMessage: UserMessageInfo; + //if true, there is no header bar search, and so we display search inline + //if false, there is a header bar search, and so we do not display search inline + hideHeaderSearchBar: boolean; } -export function ErrorResult(props: ErrorResultPropType): JSX.Element { +export function ErrorResult(props: ErrorResultPropType): ReactElement { const userMessage = { msgList: props.userMessage?.msgList || [DEFAULT_USER_MSG], showForm: props.userMessage?.showForm, }; return (
    - {props.query && ( + {props.query && props.hideHeaderSearchBar && ( <> { }); function renderPage(): void { + const metadataContainer = document.getElementById("metadata-base"); + const hashParams = queryString.parse(window.location.hash); + //if there is no metadataContainer, we do not hide the searchbar (as we are in a base where the flags + //are not prepared) + const hideHeaderSearchBar = + !metadataContainer || + metadataContainer.dataset.hideHeaderSearchBar?.toLowerCase() === "true"; + // use demo mode when there are autoplay queries in the url hash const isDemo = !!hashParams[URL_HASH_PARAMS.AUTO_PLAY_QUERY]; ReactDOM.render( - React.createElement(App, { isDemo }), + React.createElement(App, { isDemo, hideHeaderSearchBar }), document.getElementById("dc-explore") ); } diff --git a/static/js/apps/explore/success_result.tsx b/static/js/apps/explore/success_result.tsx index 979f51a047..c703c66ccc 100644 --- a/static/js/apps/explore/success_result.tsx +++ b/static/js/apps/explore/success_result.tsx @@ -20,7 +20,7 @@ import _ from "lodash"; import queryString from "query-string"; -import React, { useEffect, useRef } from "react"; +import React, { ReactElement, useEffect, useRef } from "react"; import { SubjectPageMainPane } from "../../components/subject_page/main_pane"; import { @@ -52,20 +52,29 @@ import { UserMessage } from "./user_message"; const PAGE_ID = "explore"; interface SuccessResultPropType { + //the query string that brought up the given results query: string; + //an object containing the debug data debugData: any; + //the explore context exploreContext: any; + //an object containing the results of the query. queryResult: QueryResult; + //page metadata (containing information such as places, topics) pageMetadata: SubjectPageMetadata; + //an object containing a list of messages that is passed into the user message component userMessage: UserMessageInfo; + //if true, there is no header bar search, and so we display search inline + //if false, there is a header bar search, and so we do not display search inline + hideHeaderSearchBar: boolean; } -export function SuccessResult(props: SuccessResultPropType): JSX.Element { +export function SuccessResult(props: SuccessResultPropType): ReactElement { + const searchSectionRef = useRef(null); + const chartSectionRef = useRef(null); if (!props.pageMetadata) { return null; } - const searchSectionRef = useRef(null); - const chartSectionRef = useRef(null); const childPlaceType = !_.isEmpty(props.pageMetadata.childPlaces) ? Object.keys(props.pageMetadata.childPlaces)[0] : ""; @@ -118,19 +127,21 @@ export function SuccessResult(props: SuccessResultPropType): JSX.Element { placeOverviewOnly ? " place-overview-only" : "" }`} > -
    -
    - - + {props.hideHeaderSearchBar && ( +
    +
    + + +
    -
    + )}
    {isHeaderBar && ( - + )} diff --git a/static/js/shared/stores/query_store.ts b/static/js/shared/stores/query_store.ts new file mode 100644 index 0000000000..abf43c4e9b --- /dev/null +++ b/static/js/shared/stores/query_store.ts @@ -0,0 +1,90 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* + A store object with global scope to allow disparate and otherwise unrelated React apps with + separate mount points to be able to communicate query result information. This is primarily + used by React apps such as the explore section to communicate with the header. + */ + +import { QueryResult } from "../../types/app/explore_types"; + +type Listener = (store: QueryStore, changeType: ChangeType) => void; +export type ChangeType = + | "debugObject" + | "queryString" + | "handleSearchFunction" + | "queryResult"; + +export class QueryStore { + private debugObject: any = null; + private queryString: string | null = null; + private handleSearchFunction: ((q: string) => void) | null = null; + private queryResult: QueryResult | null = null; + private listeners: Listener[] = []; + + setDebugObject(debugObject: any): void { + this.debugObject = debugObject; + this.notifyListeners("debugObject"); + } + + setQueryString(queryString: string): void { + this.queryString = queryString; + this.notifyListeners("queryString"); + } + + setHandleSearchFunction(func: (q: string) => void): void { + this.handleSearchFunction = func; + this.notifyListeners("handleSearchFunction"); + } + + setQueryResult(queryResult: QueryResult): void { + this.queryResult = queryResult; + this.notifyListeners("queryResult"); + } + + getDebugObject(): any { + return this.debugObject; + } + + getQueryString(): string | null { + return this.queryString; + } + + getHandleSearchFunction(): ((q: string) => void) | null { + return this.handleSearchFunction; + } + + getQueryResult(): QueryResult | null { + return this.queryResult; + } + + subscribe(listener: Listener): void { + this.listeners.push(listener); + } + + unsubscribe(listener: Listener): void { + this.listeners = this.listeners.filter((l) => l !== listener); + } + + private notifyListeners(changeType: ChangeType): void { + this.listeners.forEach((listener) => listener(this, changeType)); + } +} + +export const queryStore = new QueryStore(); + +globalThis.queryStore = queryStore; diff --git a/static/js/shared/stores/query_store_hook.tsx b/static/js/shared/stores/query_store_hook.tsx new file mode 100644 index 0000000000..da8d3866c0 --- /dev/null +++ b/static/js/shared/stores/query_store_hook.tsx @@ -0,0 +1,111 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* + This hook is a companion to the QueryStore, and provides components with the + ability to subscribe to changes in that store. + */ + +import { useEffect, useState } from "react"; + +import { QueryResult } from "../../types/app/explore_types"; +import { ChangeType, QueryStore } from "./query_store"; + +interface QueryStoreData { + queryString: string; + placeholder: string; + queryResult: QueryResult | null; + debugData: any; + setQueryString: (query: string) => void; + setQueryResult: (result: QueryResult) => void; + setDebugData: (data: any) => void; +} + +export const useQueryStore = (): QueryStoreData => { + const [queryString, setQueryStringState] = useState(""); + const [placeholder, setPlaceholderState] = useState( + "Enter a question to explore" + ); + const [queryResult, setQueryResultState] = useState(null); + const [debugData, setDebugDataState] = useState({}); + + /** + * This useEffect subscribes to the QueryStore and updates the component's state whenever the store changes, + * ensuring that the local state of the hook reflect the current store state. This local state is then + * provided to the component that consumes the hook, allowing the hook to act as an intermediary between + * the store and the consuming component. + * + * The subscription is then cleaned on component unmount. + */ + useEffect(() => { + const queryStore = (globalThis.queryStore as QueryStore) || null; + + const handleStoreUpdate = ( + store: typeof queryStore, + changeType: ChangeType + ): void => { + if (changeType === "queryString") { + const newQueryString = store.getQueryString(); + if (newQueryString !== null) { + setQueryStringState(newQueryString); + setPlaceholderState(newQueryString); + } + } else if (changeType === "debugObject") { + const newDebugObject = store.getDebugObject(); + if (newDebugObject !== null) { + setDebugDataState(newDebugObject); + } + } else if (changeType === "queryResult") { + const newQueryResult = store.getQueryResult(); + if (newQueryResult !== null) { + setQueryResultState(newQueryResult); + } + } + }; + + queryStore.subscribe(handleStoreUpdate); + handleStoreUpdate(queryStore, "queryString"); + + return () => { + queryStore.unsubscribe(handleStoreUpdate); + }; + }, []); + + const setQueryString = (query: string): void => { + setQueryStringState(query); + globalThis.queryStore.setQueryString(query); + }; + + const setQueryResult = (result: QueryResult): void => { + setQueryResultState(result); + globalThis.queryStore.setQueryResult(result); + }; + + const setDebugData = (data: any): void => { + setDebugDataState(data); + globalThis.queryStore.setDebugObject(data); + }; + + return { + queryString, + placeholder, + queryResult, + debugData, + setQueryString, + setQueryResult, + setDebugData, + }; +}; diff --git a/static/js/types/app/explore_types.ts b/static/js/types/app/explore_types.ts index 6ea195a444..02de1d2f9c 100644 --- a/static/js/types/app/explore_types.ts +++ b/static/js/types/app/explore_types.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,8 +18,7 @@ * Types for the NL interface. */ -import { Node } from "../../shared/api_response_types"; -import { NamedNode, NamedTypedPlace } from "../../shared/types"; +import { NamedTypedPlace } from "../../shared/types"; import { SubjectPageConfig } from "../subject_page_proto_types"; export interface PlaceFallback { @@ -62,7 +61,7 @@ export interface SVScores { export interface SentenceScore { sentence: string; score: number; - rerankScore: number; + rerank_score: number; } export interface DebugInfo { diff --git a/static/webpack.config.js b/static/webpack.config.js index b98c5b74da..923ecdeabe 100644 --- a/static/webpack.config.js +++ b/static/webpack.config.js @@ -44,6 +44,7 @@ const config = { ], timeline_bulk_download: [__dirname + "/js/tools/timeline/bulk_download.ts"], mcf_playground: __dirname + "/js/mcf_playground.js", + queryStore: path.resolve(__dirname, "js/shared/stores/query_store.ts"), base: [__dirname + "/js/apps/base/main.ts", __dirname + "/css/core.scss"], place: [ __dirname + "/js/place/place.ts", From 665f47bb1f0d72f05cc7fef45c521e33f2d866b3 Mon Sep 17 00:00:00 2001 From: Dan Noble Date: Mon, 9 Dec 2024 17:05:40 -0500 Subject: [PATCH 16/31] fixed multidict import path (#4778) --- server/routes/place/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/routes/place/html.py b/server/routes/place/html.py index 94e5e6f408..5eac5f266a 100644 --- a/server/routes/place/html.py +++ b/server/routes/place/html.py @@ -24,7 +24,7 @@ from flask import current_app from flask import g from flask_babel import gettext -from multidict import MultiDict +from werkzeug.datastructures import MultiDict from server.lib.cache import cache from server.lib.config import GLOBAL_CONFIG_BUCKET From 480a56ec98b985f31760fa4417d7d1cd5989918e Mon Sep 17 00:00:00 2001 From: Julia Wu Date: Mon, 9 Dec 2024 14:16:41 -0800 Subject: [PATCH 17/31] Improve "place in" box on dev place pages (#4774) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 1) Fix long list of child places on continent place pages On continent place pages, the list of child places will contain places that are more than one level down in containment (e.g, showing municipalities, not just countries). This PR adds a child place type entry for continents to the child place fetch logic. ### Before: ![Screenshot 2024-12-05 at 6 18 26 PM](https://github.com/user-attachments/assets/40ff5f18-107b-451e-9657-b2d9c970c534) ### After: ![Screenshot 2024-12-05 at 6 18 33 PM](https://github.com/user-attachments/assets/c18eacb7-d2a3-4108-b844-713a81533466) ## 2) Add a "show more" toggle when the list of child places is long Sometimes the list of child places is very long, which overwhelms the page. This PR also adds a "show more" toggle when the number of child places is greater than 15. ### Long lists are truncated initially ![Screenshot 2024-12-09 at 9 57 08 AM](https://github.com/user-attachments/assets/8cd0747d-5322-4d05-b1dc-69cb3fb7a376) ### Show full list after clicking "show more" ![Screenshot 2024-12-05 at 6 12 25 PM](https://github.com/user-attachments/assets/764e48ee-5cda-4dad-9cf6-4e674dd05ca4) ### Short lists don't show a toggle ![Screenshot 2024-12-05 at 6 11 53 PM](https://github.com/user-attachments/assets/127796db-0bb9-4d25-ba88-237025afc810) ## 3) Replace place search with link to knowledge graph on current place pages In preparation for the changes made in PR #4740, this PR also removes the place search bar to avoid showing users double search bars, and instead shows the DCID and a link to the knowledge graph entry, fixing a longstanding feature regression. Before: ![Screenshot 2024-12-09 at 11 53 21 AM](https://github.com/user-attachments/assets/6c1be20b-aaa4-47cc-8b41-8c592d538082) After: ![Screenshot 2024-12-09 at 11 47 12 AM](https://github.com/user-attachments/assets/04305558-9c62-4bb1-a2a8-66e5f713dab5) --- server/routes/dev_place/utils.py | 1 + server/templates/place.html | 4 +- .../shared_tests/place_explorer_test.py | 42 ------------------- static/css/place/dev_place_page.scss | 12 ++++++ static/css/place/place_page.scss | 19 +++++++++ static/js/place/dev_place_main.tsx | 23 +++++++++- static/js/place/place.ts | 24 ----------- 7 files changed, 56 insertions(+), 69 deletions(-) diff --git a/server/routes/dev_place/utils.py b/server/routes/dev_place/utils.py index 92619e760b..a6152362d5 100644 --- a/server/routes/dev_place/utils.py +++ b/server/routes/dev_place/utils.py @@ -313,6 +313,7 @@ def chart_config_to_overview_charts(chart_config, child_place_type: str): # Maps each parent place type to a list of valid child place types. # This hierarchy defines how places are related in terms of containment. PLACE_TYPES_TO_CHILD_PLACE_TYPES = { + "Continent": ["Country"], "GeoRegion": ["Country", "City"], "Country": [ "State", "EurostatNUTS1", "EurostatNUTS2", "AdministrativeArea1" diff --git a/server/templates/place.html b/server/templates/place.html index 61a43f2f3b..0c0c5a92c3 100644 --- a/server/templates/place.html +++ b/server/templates/place.html @@ -62,8 +62,8 @@

    {{ place_type_with_parent_places_

    -
    -
    +
    + dcid: {{ place_dcid }}
    diff --git a/server/webdriver/shared_tests/place_explorer_test.py b/server/webdriver/shared_tests/place_explorer_test.py index e7a66b457a..d03aa6f082 100644 --- a/server/webdriver/shared_tests/place_explorer_test.py +++ b/server/webdriver/shared_tests/place_explorer_test.py @@ -116,48 +116,6 @@ def test_page_serve_mtv(self): "place-highlight-in-overview").text self.assertTrue(place_type.startswith("Population:")) - def test_place_search(self): - """Test the place search box can work correctly.""" - california_title = "California - Place Explorer - " + self.dc_title_string - # Load USA page. - self.driver.get(self.url_ + USA_URL) - - # Wait until "Change Place" toggle has loaded. - element_present = EC.visibility_of_element_located( - (By.ID, 'change-place-toggle-text')) - WebDriverWait(self.driver, self.TIMEOUT_SEC).until(element_present) - - # Click on Change place - change_place_toggle = self.driver.find_element(By.ID, - 'change-place-toggle-text') - change_place_toggle.click() - - # Wait until the search bar is visible. - element_present = EC.visibility_of_element_located( - (By.ID, 'place-autocomplete')) - WebDriverWait(self.driver, self.TIMEOUT_SEC).until(element_present) - - # Search for California in search bar - search_box = self.driver.find_element(By.ID, "place-autocomplete") - search_box.send_keys(PLACE_SEARCH) - - # Wait until the place name has loaded. - element_present = EC.presence_of_element_located( - (By.CSS_SELECTOR, '.pac-item:nth-child(1)')) - WebDriverWait(self.driver, self.TIMEOUT_SEC).until(element_present) - - # Select the first result from the list and click on it. - first_result = self.driver.find_element(By.CSS_SELECTOR, - '.pac-item:nth-child(1)') - first_result.click() - - # Wait until the page loads and the title is correct. - WebDriverWait(self.driver, - self.TIMEOUT_SEC).until(EC.title_contains(california_title)) - - # Assert page title is correct. - self.assertEqual(california_title, self.driver.title) - def test_demographics_link(self): """Test the demographics link can work correctly.""" title_text = "Median age by gender: states near California" diff --git a/static/css/place/dev_place_page.scss b/static/css/place/dev_place_page.scss index 5eed901317..849125da8b 100644 --- a/static/css/place/dev_place_page.scss +++ b/static/css/place/dev_place_page.scss @@ -158,4 +158,16 @@ main { font-weight: 400; line-height: 28px; } + + .show-more-toggle { + align-items: center; + color: var(--link-color); + cursor: pointer; + display: flex; + gap: 2px; + font-size: 14px; + font-weight: 500; + padding-left: 8px; + padding-top: 16px; + } } diff --git a/static/css/place/place_page.scss b/static/css/place/place_page.scss index f5b77131e2..245861a5b0 100644 --- a/static/css/place/place_page.scss +++ b/static/css/place/place_page.scss @@ -210,6 +210,25 @@ $chart-border: 0.5px solid #dee2e6; flex-wrap: wrap; justify-content: space-between; + .dcid-and-knowledge-graph { + align-items: flex-end; + color: var(--gm-3-ref-neutral-neutral-40); + display: flex; + font-size: 14px; + font-style: normal; + font-weight: 500; + line-height: 20px; + letter-spacing: 0.1px; + margin-left: auto; + padding: 10px 12px 10px 0; + text-align: right; + + a { + color: var(--link-color); + text-decoration: none; + } + } + @media only screen and (max-width: 420px) { flex-direction: column; } diff --git a/static/js/place/dev_place_main.tsx b/static/js/place/dev_place_main.tsx index 16e3db0151..c7e39d7c1d 100644 --- a/static/js/place/dev_place_main.tsx +++ b/static/js/place/dev_place_main.tsx @@ -411,16 +411,27 @@ const RelatedPlaces = (props: { place: NamedTypedPlace; childPlaces: NamedTypedPlace[]; }) => { + const [isCollapsed, setIsCollapsed] = useState(true); const { place, childPlaces } = props; if (!childPlaces || childPlaces.length === 0) { return null; } + + const NUM_PLACES = 15; + const showToggle = childPlaces.length > NUM_PLACES; + const truncatedPlaces = childPlaces.slice(0, NUM_PLACES); + const numPlacesCollapsed = childPlaces.length - NUM_PLACES; + + const toggleShowMore = () => { + setIsCollapsed(!isCollapsed); + }; + return (
    Places in {place.name}
    ); }; diff --git a/static/js/place/place.ts b/static/js/place/place.ts index d627133cae..f146e9c23b 100644 --- a/static/js/place/place.ts +++ b/static/js/place/place.ts @@ -20,7 +20,6 @@ import React from "react"; import ReactDOM from "react-dom"; import { PageData } from "../chart/types"; -import { NlSearchBar } from "../components/nl_search_bar"; import { loadLocaleData } from "../i18n/i18n"; import { GA_EVENT_NL_SEARCH, @@ -34,13 +33,8 @@ import { MainPane, showOverview } from "./main_pane"; import { Menu } from "./menu"; import { PageSubtitle } from "./page_subtitle"; import { PlaceHighlight } from "./place_highlight"; -import { PlaceSearch } from "./place_search"; import { isPlaceInUsa } from "./util"; -// Temporarily hide NL search bar on frontend until backend pipelines are -// implemented. -const SHOW_NL_SEARCH_BAR = false; - // Window scroll position to start fixing the sidebar. let yScrollLimit = 0; // Max top position for the sidebar, relative to #sidebar-outer. @@ -198,24 +192,6 @@ function renderPage(): void { const data: PageData = landingPageData; const isUsaPlace = isPlaceInUsa(dcid, data.parentPlaces); - if (SHOW_NL_SEARCH_BAR) { - ReactDOM.render( - React.createElement(NlSearchBar, { - initialValue: "", - inputId: "query-search-input", - onSearch, - placeholder: `Enter a question to explore`, - shouldAutoFocus: false, - }), - document.getElementById("nl-search-bar") - ); - } - - ReactDOM.render( - React.createElement(PlaceSearch, {}), - document.getElementById("place-search-container") - ); - ReactDOM.render( React.createElement(Menu, { pageChart: data.pageChart, From 4342b8f2dd404b6a7c38326842f318912b5a944d Mon Sep 17 00:00:00 2001 From: Dan Noble Date: Mon, 9 Dec 2024 18:29:35 -0500 Subject: [PATCH 18/31] Fixed padding on dev place page (#4780) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixed dev place page to have `padding-top: 48px;` * Removed extra tag with id="main" which was adding to the padding ## Before ![Screenshot 2024-12-09 at 3 22 20 PM](https://github.com/user-attachments/assets/2f7abf55-c134-4bd3-b364-91c6cfadebd5) ## After ![Screenshot 2024-12-09 at 3 20 07 PM](https://github.com/user-attachments/assets/719aeb1c-fda9-46ab-a9e3-6dc8f710c5be) --- server/templates/dev_place.html | 2 +- static/css/place/dev_place_page.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/templates/dev_place.html b/server/templates/dev_place.html index b236661dcb..f25cabd566 100644 --- a/server/templates/dev_place.html +++ b/server/templates/dev_place.html @@ -50,7 +50,7 @@ data-place-summary="{{place_summary}}" data-place-subheader="{{place_type_with_parent_places_links}}" >
    -
    +
    diff --git a/static/css/place/dev_place_page.scss b/static/css/place/dev_place_page.scss index 849125da8b..c69a9c2168 100644 --- a/static/css/place/dev_place_page.scss +++ b/static/css/place/dev_place_page.scss @@ -28,7 +28,7 @@ $horizontal-divider-style: 1px solid rgba(0, 0, 0, 0.12); main { // Leave space on top for navbar and bottom for footer - padding: 24px 0; + padding: 48px 0 24px 0; } .page-content-container { From 666e4aa252d100121f52927e6f43a12a951747cd Mon Sep 17 00:00:00 2001 From: Gabriel Mechali Date: Tue, 10 Dec 2024 13:58:23 -0500 Subject: [PATCH 19/31] Filters out deprecated places from the fetch_places helper method. (#4779) Modifies the fetch_places helper to also get the DissolutionDate and filter out these dissolved places from the responses No more Yugoslavia: https://screenshot.googleplex.com/B5axwNbChiP5Y3N --------- Co-authored-by: Dan Noble --- server/routes/dev_place/api.py | 18 +++++++++++++++--- server/routes/dev_place/types.py | 1 + server/routes/dev_place/utils.py | 9 +++++++-- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/server/routes/dev_place/api.py b/server/routes/dev_place/api.py index 882d4456e5..81fd62c8f3 100644 --- a/server/routes/dev_place/api.py +++ b/server/routes/dev_place/api.py @@ -160,9 +160,21 @@ def related_places(place_dcid: str): # Get place objects for nearby, similar, and child places all_place_by_dcid = {p.dcid: p for p in all_places} - nearby_places = [all_place_by_dcid[dcid] for dcid in nearby_place_dcids] - similar_places = [all_place_by_dcid[dcid] for dcid in similar_place_dcids] - child_places = [all_place_by_dcid[dcid] for dcid in child_place_dcids] + nearby_places = [ + all_place_by_dcid[dcid] + for dcid in nearby_place_dcids + if not all_place_by_dcid[dcid].dissolved + ] + similar_places = [ + all_place_by_dcid[dcid] + for dcid in similar_place_dcids + if not all_place_by_dcid[dcid].dissolved + ] + child_places = [ + all_place_by_dcid[dcid] + for dcid in child_place_dcids + if not all_place_by_dcid[dcid].dissolved + ] response = RelatedPlacesApiResponse(childPlaceType=child_place_type, childPlaces=child_places, diff --git a/server/routes/dev_place/types.py b/server/routes/dev_place/types.py index 4cdedbf45b..ab15849575 100644 --- a/server/routes/dev_place/types.py +++ b/server/routes/dev_place/types.py @@ -46,6 +46,7 @@ class Place: dcid: str name: str types: List[str] + dissolved: bool = False @dataclass diff --git a/server/routes/dev_place/utils.py b/server/routes/dev_place/utils.py index a6152362d5..bf7cc0f84e 100644 --- a/server/routes/dev_place/utils.py +++ b/server/routes/dev_place/utils.py @@ -232,7 +232,7 @@ def fetch_places(place_dcids: List[str], locale=DEFAULT_LOCALE) -> List[Place]: Returns: List[Place]: A list of Place objects with names in the specified locale. """ - props = ['typeOf', 'name'] + props = ['typeOf', 'name', 'dissolutionDate'] # Only fetch names with locale-specific tags if the desired locale is non-english if locale != DEFAULT_LOCALE: props.append('nameWithLanguage') @@ -247,11 +247,16 @@ def fetch_places(place_dcids: List[str], locale=DEFAULT_LOCALE) -> List[Place]: place_names = place_props.get('name', []) default_name = place_names[0] if place_names else place_dcid + dissolved = bool(place_props.get('dissolutionDate')) place_types = place_props.get('typeOf', []) # Use the name with locale if available, otherwise fall back to the default ('en') name name = name_with_locale or default_name - places.append(Place(dcid=place_dcid, name=name, types=place_types)) + places.append( + Place(dcid=place_dcid, + name=name, + types=place_types, + dissolved=dissolved)) return places From 465e0ad7ef076f6530032bf664c7df331590811c Mon Sep 17 00:00:00 2001 From: Gabriel Mechali Date: Tue, 10 Dec 2024 20:42:06 -0500 Subject: [PATCH 20/31] Tiny little fix to stop triggering on 'the '. (#4783) Skipping autocomplete on the key words essentially did not work if you added the space after, it would trigger at that point. This resolves it. --- server/routes/shared_api/autocomplete/helpers.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/routes/shared_api/autocomplete/helpers.py b/server/routes/shared_api/autocomplete/helpers.py index 668da7f2b6..1b05e1c851 100644 --- a/server/routes/shared_api/autocomplete/helpers.py +++ b/server/routes/shared_api/autocomplete/helpers.py @@ -75,7 +75,9 @@ def find_queries(user_query: str) -> List[str]: cumulative = "" last_word = words_in_query[-1].lower().strip() - if last_word in SKIP_AUTOCOMPLETE_TRIGGER: + if last_word in SKIP_AUTOCOMPLETE_TRIGGER or ( + last_word == "" and len(words_in_query) > 1 and + words_in_query[-2].lower().strip() in SKIP_AUTOCOMPLETE_TRIGGER): # don't return any queries. return [] From 7c4dc361686ff6a121febf7c9d9ecc18ff9e67b5 Mon Sep 17 00:00:00 2001 From: Julia Wu Date: Wed, 11 Dec 2024 09:59:42 -0800 Subject: [PATCH 21/31] Remove India and Russia from place page experiment group (#4784) Per bug bash session, we are removing India and Russia from the new place page experiment group. --- server/routes/place/html.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/routes/place/html.py b/server/routes/place/html.py index 5eac5f266a..e5d82e215a 100644 --- a/server/routes/place/html.py +++ b/server/routes/place/html.py @@ -273,8 +273,8 @@ def is_seo_experiment_enabled(place_dcid: str, category: str, 'country/TLS', 'country/HUN', 'country/VEN', 'country/JAM', 'country/RWA', 'country/GGY', 'country/NGA', 'country/COD', 'country/COG', 'country/SVN', 'country/LSO', 'country/LBN', 'country/LCA', 'country/NFK', 'country/TTO', - 'country/SGP', 'country/PYF', 'country/PRK', 'country/RUS', 'country/LVA', - 'country/SUR', 'country/PRY', 'country/IND', 'country/MDV' + 'country/SGP', 'country/PYF', 'country/PRK', 'country/LVA', 'country/SUR', + 'country/PRY', 'country/MDV' ] DEV_PLACE_EXPERIMENT_US_STATE_DCIDS: List[str] = [ 'geoId/56', 'geoId/04', 'geoId/41', 'geoId/20', 'geoId/37' From dfe86884d2b68e0f7d1a2ac09b0cc60f5c43ab4b Mon Sep 17 00:00:00 2001 From: Julia Wu Date: Wed, 11 Dec 2024 11:58:00 -0800 Subject: [PATCH 22/31] Enable "explore in tool" on dev place pages (#4785) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the "explore in [timeline/map] tool" to chart footers in the dev place pages. Also sorts fields alphabetically for codacy code quality. Example: ![Screenshot 2024-12-11 at 10 00 48 AM](https://github.com/user-attachments/assets/260d9429-989b-4a0d-a8e5-f93a132c3a55) --- .../webdriver/shared_tests/place_explorer_test.py | 14 ++++++++++++++ static/js/components/tiles/chart_footer.tsx | 4 ++-- static/js/place/dev_place_main.tsx | 5 +++-- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/server/webdriver/shared_tests/place_explorer_test.py b/server/webdriver/shared_tests/place_explorer_test.py index d03aa6f082..988474e86b 100644 --- a/server/webdriver/shared_tests/place_explorer_test.py +++ b/server/webdriver/shared_tests/place_explorer_test.py @@ -301,3 +301,17 @@ def test_dev_place_overview_california(self): related_places_callout_el = WebDriverWait( self.driver, self.TIMEOUT_SEC).until(related_places_callout_el_present) self.assertEqual(related_places_callout_el.text, 'Places in California') + + # Assert the "Download" link is present in charts + download_link_present = EC.presence_of_element_located( + (By.CLASS_NAME, 'download-outlink')) + download_link_el = WebDriverWait( + self.driver, self.TIMEOUT_SEC).until(download_link_present) + self.assertTrue('Download' in download_link_el.text) + + # Assert the "Explore in ... Tool" link is present in charts + explore_in_link_present = EC.presence_of_element_located( + (By.CLASS_NAME, 'explore-in-outlink')) + explore_in_link_el = WebDriverWait( + self.driver, self.TIMEOUT_SEC).until(explore_in_link_present) + self.assertTrue('Explore in' in explore_in_link_el.text) diff --git a/static/js/components/tiles/chart_footer.tsx b/static/js/components/tiles/chart_footer.tsx index 098a42fbe0..9a4c178731 100644 --- a/static/js/components/tiles/chart_footer.tsx +++ b/static/js/components/tiles/chart_footer.tsx @@ -49,7 +49,7 @@ export function ChartFooter(props: ChartFooterPropType): JSX.Element {
    {props.handleEmbed && ( -
    +
    download )} {props.exploreLink && ( -
    + ); From 1e5d1d2413359f484f1137f747b085d4a43d0921 Mon Sep 17 00:00:00 2001 From: Nicholas Blumberg <41446765+nick-next@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:39:04 -0800 Subject: [PATCH 23/31] Emotion and homepage updates (#4756) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description This PR contains three related updates: ### Homepage redesign The homepage redesign is implemented based on the Homepage Improvements Figma ([link to figma](https://www.figma.com/design/G3D7geGkxHC23lom91oFkE/DC-Homescreen?node-id=701-2802&node-type=frame&t=8C10qesTLIeOxDYI-0)). ### Emotion The core homepage, about page and build page components have been reworked into emotion, with localized styles defined within the component itself. A corresponding emotion theme (which will continue to be expanded on) is provided. ### Component rework In doing the emotion conversion, the components themselves have been significantly refactored and reworked into: * elements: these are small components such as chips, boxes, that can be used either independently or as part of a set within a larger component * content: these are content components that typically represent a block on the page. These include things like hero components, chip sets, brick walls, and other re-usable pieces of content. Note that these components are generic and do not contain page specific content. Page specific content is provided to the components when they are used. * layout: there are two layout components: Section and Separator. Section will wrap a page block and provide the padding and background color of that section (these are adjustable within the block). Separator allows extra padding to be added to the page in fixed amounts, with an optional border. The page content itself will always be located within that page’s `app` directory. So all about page content is located in `static/js/apps/about/components`. These app-specific components make use of the generic content components and providing them with the actual content. ### Merging Note Once the changes are approved we will apply updates to the relevant webdriver tests. --------- Co-authored-by: Pablo Noel --- server/config/home_page/partners.json | 12 +- server/webdriver/shared_tests/browser_test.py | 11 +- server/webdriver/tests/homepage_test.py | 6 +- static/css/about.scss | 1 - static/css/build.scss | 1 - static/css/content/hero_video.scss | 2 +- static/css/content/media_text.scss | 1 - static/css/content/tools.scss | 2 +- static/css/homepage.scss | 8 +- static/css/variables.scss | 2 +- static/images/icons/icon-api.svg | 3 - static/images/icons/icon-download.svg | 3 - static/images/icons/icon-map.svg | 3 - static/images/icons/icon-scaterplot.svg | 3 - static/images/icons/icon-timeline.svg | 3 - static/js/apps/about/app.tsx | 159 +----- .../apps/about/components/collaborations.tsx | 50 ++ .../js/apps/about/components/splash_quote.tsx | 33 ++ .../apps/about/components/stay_in_touch.tsx | 63 +++ .../js/apps/about/components/who_can_use.tsx | 52 ++ .../about/components/why_data_commons.tsx | 64 +++ static/js/apps/browser_landing/app.tsx | 37 +- .../components/knowledge_graph_browser.tsx | 136 +++++ .../apps/browser_landing/knowledge_graph.json | 159 +++--- static/js/apps/build/app.tsx | 96 ++-- .../js/apps/build/components/build_hero.tsx | 65 +++ .../build/components/data_commons_glance.tsx | 55 ++ .../js/apps/build/components/get_started.tsx | 42 ++ .../build/components/one_data_commons.tsx | 82 +++ static/js/apps/build/components/one_quote.tsx | 36 ++ static/js/apps/explore_landing/app.tsx | 34 +- .../components/explore_intro.tsx | 8 +- .../components/stat_var_queries.tsx | 8 +- static/js/apps/homepage/app.tsx | 62 ++- .../homepage/components/build_your_own.tsx | 67 +++ .../js/apps/homepage/components/home_hero.tsx | 72 +++ .../homepage/components/sample_questions.tsx | 199 +++++++ static/js/apps/homepage/components/tools.tsx | 125 +++++ .../homepage/components/united_nations.tsx | 66 +++ static/js/build/one_data_commons.tsx | 46 -- static/js/components/content/big_text.tsx | 54 ++ static/js/components/content/brick_wall.tsx | 145 ++++-- .../js/components/content/build_your_own.tsx | 85 --- static/js/components/content/hero_columns.tsx | 133 +++-- static/js/components/content/hero_simple.tsx | 46 ++ static/js/components/content/hero_video.tsx | 66 +-- static/js/components/content/intro_text.tsx | 28 +- static/js/components/content/link_chips.tsx | 106 ++-- static/js/components/content/media_text.tsx | 170 ++++-- static/js/components/content/partners.tsx | 116 +++-- static/js/components/content/quote.tsx | 44 +- .../components/content/sample_questions.tsx | 160 ------ static/js/components/content/simple_text.tsx | 21 +- static/js/components/content/text_columns.tsx | 115 ++++ static/js/components/content/tools.tsx | 138 ----- .../js/components/elements/icons/download.tsx | 40 ++ .../icons/integration_instructions.tsx | 40 ++ .../js/components/elements/icons/public.tsx | 38 ++ .../elements/icons/scatter_plot.tsx | 40 ++ .../js/components/elements/icons/timeline.tsx | 40 ++ .../js/components/elements/layout/section.tsx | 80 +++ .../components/elements/layout/separator.tsx | 70 +++ static/js/components/elements/link_box.tsx | 116 +++++ static/js/components/elements/link_chip.tsx | 120 +++++ .../js/components/elements/link_icon_box.tsx | 110 ++++ .../js/components/elements/slide_carousel.tsx | 102 +++- .../knowledge_graph_browser.tsx | 63 --- static/js/theme/emotion.d.ts | 8 + static/js/theme/theme.ts | 298 +++++++++++ static/js/theme/types.ts | 361 +++++++++++++ static/package-lock.json | 493 ++++++++++++++++-- static/package.json | 2 + 72 files changed, 4130 insertions(+), 1195 deletions(-) delete mode 100644 static/images/icons/icon-api.svg delete mode 100644 static/images/icons/icon-download.svg delete mode 100644 static/images/icons/icon-map.svg delete mode 100644 static/images/icons/icon-scaterplot.svg delete mode 100644 static/images/icons/icon-timeline.svg create mode 100644 static/js/apps/about/components/collaborations.tsx create mode 100644 static/js/apps/about/components/splash_quote.tsx create mode 100644 static/js/apps/about/components/stay_in_touch.tsx create mode 100644 static/js/apps/about/components/who_can_use.tsx create mode 100644 static/js/apps/about/components/why_data_commons.tsx create mode 100644 static/js/apps/browser_landing/components/knowledge_graph_browser.tsx create mode 100644 static/js/apps/build/components/build_hero.tsx create mode 100644 static/js/apps/build/components/data_commons_glance.tsx create mode 100644 static/js/apps/build/components/get_started.tsx create mode 100644 static/js/apps/build/components/one_data_commons.tsx create mode 100644 static/js/apps/build/components/one_quote.tsx create mode 100644 static/js/apps/homepage/components/build_your_own.tsx create mode 100644 static/js/apps/homepage/components/home_hero.tsx create mode 100644 static/js/apps/homepage/components/sample_questions.tsx create mode 100644 static/js/apps/homepage/components/tools.tsx create mode 100644 static/js/apps/homepage/components/united_nations.tsx delete mode 100644 static/js/build/one_data_commons.tsx create mode 100644 static/js/components/content/big_text.tsx delete mode 100644 static/js/components/content/build_your_own.tsx create mode 100644 static/js/components/content/hero_simple.tsx delete mode 100644 static/js/components/content/sample_questions.tsx create mode 100644 static/js/components/content/text_columns.tsx delete mode 100644 static/js/components/content/tools.tsx create mode 100644 static/js/components/elements/icons/download.tsx create mode 100644 static/js/components/elements/icons/integration_instructions.tsx create mode 100644 static/js/components/elements/icons/public.tsx create mode 100644 static/js/components/elements/icons/scatter_plot.tsx create mode 100644 static/js/components/elements/icons/timeline.tsx create mode 100644 static/js/components/elements/layout/section.tsx create mode 100644 static/js/components/elements/layout/separator.tsx create mode 100644 static/js/components/elements/link_box.tsx create mode 100644 static/js/components/elements/link_chip.tsx create mode 100644 static/js/components/elements/link_icon_box.tsx delete mode 100644 static/js/components/knowledge_graph/knowledge_graph_browser.tsx create mode 100644 static/js/theme/emotion.d.ts create mode 100644 static/js/theme/theme.ts create mode 100644 static/js/theme/types.ts diff --git a/server/config/home_page/partners.json b/server/config/home_page/partners.json index 025fe7babf..e5cd287d95 100644 --- a/server/config/home_page/partners.json +++ b/server/config/home_page/partners.json @@ -1,4 +1,10 @@ [ + { + "id": "unSdg", + "title": "United Nations Sustainable Development Goals", + "sprite-index": 5, + "url": "https://unstats.un.org/UNSDWebsite/undatacommons/sdgs" + }, { "id": "techsoup", "title": "TechSoup", @@ -28,11 +34,5 @@ "title": "Stanford University", "sprite-index": 4, "url": "https://datacommons.stanford.edu" - }, - { - "id": "unSdg", - "title": "United Nations Sustainable Development Goals", - "sprite-index": 5, - "url": "https://unstats.un.org/UNSDWebsite/undatacommons/sdgs" } ] diff --git a/server/webdriver/shared_tests/browser_test.py b/server/webdriver/shared_tests/browser_test.py index a789b481a3..6035d4ba5b 100644 --- a/server/webdriver/shared_tests/browser_test.py +++ b/server/webdriver/shared_tests/browser_test.py @@ -44,16 +44,17 @@ def test_page_landing(self): self.assertIn(title_text, self.driver.title) # Wait for title to be present - title_locator = (By.CSS_SELECTOR, '#kg-title') + title_locator = (By.TAG_NAME, 'h1') WebDriverWait(self.driver, self.TIMEOUT_SEC).until( EC.text_to_be_present_in_element(title_locator, 'Knowledge Graph')) title_element = self.driver.find_element(*title_locator) - self.assertEqual("Knowledge Graph", title_element.text) + self.assertEqual( + "Knowledge Graph", title_element.text, + f"Expected title 'Knowledge Graph', but found: {title_element.text}") # Assert intro is correct - description_locator = (By.CSS_SELECTOR, '#kg-desc') - WebDriverWait(self.driver, self.TIMEOUT_SEC).until( - EC.presence_of_element_located(description_locator)) + description_locator = ( + By.XPATH, "//h1[text()='Knowledge Graph']/following-sibling::p") description_element = self.driver.find_element(*description_locator) expected_description_start = 'The Data Commons Knowledge Graph is constructed' self.assertTrue( diff --git a/server/webdriver/tests/homepage_test.py b/server/webdriver/tests/homepage_test.py index 53a3b469ec..5e9c43f291 100644 --- a/server/webdriver/tests/homepage_test.py +++ b/server/webdriver/tests/homepage_test.py @@ -35,7 +35,8 @@ def test_homepage_en_by_css(self): hero_msg = self.driver.find_elements(By.ID, 'hero')[0] self.assertTrue( hero_msg.text.startswith( - 'Data Commons aggregates and harmonizes global, open data')) + 'Data Commons brings together the world\'s public data, harmonized for your exploration' + )) def test_homepage_it(self): """Test homepage in IT.""" @@ -49,7 +50,8 @@ def test_homepage_it(self): hero_msg = self.driver.find_elements(By.ID, 'hero')[0] self.assertTrue( hero_msg.text.startswith( - 'Data Commons aggregates and harmonizes global, open data')) + 'Data Commons brings together the world\'s public data, harmonized for your exploration' + )) # def test_hero_all_langs(self): # """Test hero message translation in *all* languages. diff --git a/static/css/about.scss b/static/css/about.scss index b43b1f7e4c..73f10ab378 100644 --- a/static/css/about.scss +++ b/static/css/about.scss @@ -18,7 +18,6 @@ @use "./variables" as var; @import "base"; -@import "./content/media_text"; @import "./content/columns_text"; @import "./content/quote"; diff --git a/static/css/build.scss b/static/css/build.scss index 2d45b5b803..5b54bcef10 100644 --- a/static/css/build.scss +++ b/static/css/build.scss @@ -20,7 +20,6 @@ @import "base"; @import "./content/partners"; @import "./content/hero_columns"; -@import "./content/media_text"; @import "./content/quote"; @import "./content/simple_text"; @import "./content/slide_carousel"; diff --git a/static/css/content/hero_video.scss b/static/css/content/hero_video.scss index cde50f2451..204ade40ec 100644 --- a/static/css/content/hero_video.scss +++ b/static/css/content/hero_video.scss @@ -63,4 +63,4 @@ @include var.text_lg; } } -} \ No newline at end of file +} diff --git a/static/css/content/media_text.scss b/static/css/content/media_text.scss index 7ce9861b43..1f58a48e22 100644 --- a/static/css/content/media_text.scss +++ b/static/css/content/media_text.scss @@ -62,4 +62,3 @@ @include var.text_md; } } -} \ No newline at end of file diff --git a/static/css/content/tools.scss b/static/css/content/tools.scss index 1ce07afbf4..a239267c38 100644 --- a/static/css/content/tools.scss +++ b/static/css/content/tools.scss @@ -90,4 +90,4 @@ background-image: url('/images/icons/icon-scaterplot.svg') } } -} \ No newline at end of file +} diff --git a/static/css/homepage.scss b/static/css/homepage.scss index 64e4aca868..dee1721063 100644 --- a/static/css/homepage.scss +++ b/static/css/homepage.scss @@ -19,12 +19,6 @@ @use "./variables" as var; @import "base"; @import "./content/hero_video"; -@import "./content/sample_questions"; -@import "./content/tools"; -@import "./content/partners"; -@import "./content/build_your_own"; -@import "./content/chips"; -@import "./content/slide_carousel"; #homepage { // General Styles @@ -38,4 +32,4 @@ padding: var.$container-horizontal-padding calc(#{var.$spacing} * 3); } } -} \ No newline at end of file +} diff --git a/static/css/variables.scss b/static/css/variables.scss index aabd1a73ef..26b230d16b 100644 --- a/static/css/variables.scss +++ b/static/css/variables.scss @@ -169,7 +169,7 @@ $color-gray_pill_bckg:#E2E2EC; bottom: 0; left: 0; -webkit-mask-image: -webkit-radial-gradient(white, black); - mask-image: -webkit-radial-gradient(white, black); + mask-image: radial-gradient(white, black); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; diff --git a/static/images/icons/icon-api.svg b/static/images/icons/icon-api.svg deleted file mode 100644 index 2589a63de3..0000000000 --- a/static/images/icons/icon-api.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/images/icons/icon-download.svg b/static/images/icons/icon-download.svg deleted file mode 100644 index eb6caea105..0000000000 --- a/static/images/icons/icon-download.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/images/icons/icon-map.svg b/static/images/icons/icon-map.svg deleted file mode 100644 index 6bb6b119b2..0000000000 --- a/static/images/icons/icon-map.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/images/icons/icon-scaterplot.svg b/static/images/icons/icon-scaterplot.svg deleted file mode 100644 index a033dff5c6..0000000000 --- a/static/images/icons/icon-scaterplot.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/images/icons/icon-timeline.svg b/static/images/icons/icon-timeline.svg deleted file mode 100644 index 4eefd77cc9..0000000000 --- a/static/images/icons/icon-timeline.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/js/apps/about/app.tsx b/static/js/apps/about/app.tsx index f75245c25c..6128591efb 100644 --- a/static/js/apps/about/app.tsx +++ b/static/js/apps/about/app.tsx @@ -18,11 +18,17 @@ * Main component for the about your own Data Commons page */ +import { ThemeProvider } from "@emotion/react"; import React, { ReactElement } from "react"; -import MediaText from "../../components/content/media_text"; -import Quote from "../../components/content/quote"; +import { Section } from "../../components/elements/layout/section"; import { Routes } from "../../shared/types/base"; +import theme from "../../theme/theme"; +import { Collaborations } from "./components/collaborations"; +import { SplashQuote } from "./components/splash_quote"; +import { StayInTouch } from "./components/stay_in_touch"; +import { WhoCanUse } from "./components/who_can_use"; +import { WhyDataCommons } from "./components/why_data_commons"; interface AppProps { //the routes dictionary - this is used to convert routes to resolved urls @@ -35,139 +41,26 @@ interface AppProps { export function App({ routes }: AppProps): ReactElement { return ( - <> -
    - -
    -
    -
    -
    -

    Why Data Commons

    -
    -
    -

    - Many of the big challenges we face — climate change, increasing - inequities, epidemics of diabetes and other health conditions — - will need deep insights to solve. These insights will need to be - firmly grounded in data. Fortunately, a lot of this data is - already publicly available. Unfortunately, there is a difference - between data being public and data being easily usable by those - who need access to it. It is this gap that we are trying to - bridge. Google has organized and made easily accessible many kinds - of information — web pages, images, maps, videos and so on. Now we - are doing this for publicly available data. We have organized the - core of this data from a wide range of sources, ranging from - governmental statistical organizations like census bureaus to - organizations like the World Bank and the United Nations. And - recent advances in AI have enabled us to go much farther than we - had thought possible in making this data easily accessible - now - you can use natural language to access the data.{" "} -

    -
    -
    -

    - Data Commons synthesizes a single graph from these different data - sources. It links references to the same entities (such as cities, - counties, organizations, etc.) across different datasets to nodes - on the graph, so that users can access data about a particular - entity aggregated from different sources without data cleaning or - joining.{" "} -

    -

    - - We hope the data contained within Data Commons will be useful to - students, researchers, and enthusiasts across different - disciplines. - -

    -
    -
    -
    + +
    + +
    - - <> -

    - {" "} - Data Commons can be accessed by anyone here at Datacommons.org. - Students, researchers, journalists, non profits, policymakers, and - private enterprises can access the tools and allow them to - manipulate and make decisions based on data without the need to know - how to code. Software developers can use the REST, Python and Google - Sheets APIs, all of which are free for educational, academic and - journalistic research purposes.{" "} -

    - -
    +
    + +
    -
    -
    -
    -

    Collaborations

    -
    -
    -

    - Data Commons has benefited greatly from many collaborations. In - addition to help from US Department of Commerce (notably the - Census Bureau), we have received help from our many academic - collaborations, including, University of California San Francisco, - Stanford University, University of California Berkeley, Harvard - University and Indian Institute of Technology Madras. We have also - collaborated with nonprofits such as Techsoup, Feeding America, - and Resources for the Future. -

    -
    -
    -

    - We are looking for more collaborators, both for adding new data to - Data Commons and for building new and interesting applications of - Data Commons. Please fill out this form if you are interested in - working with us. -

    -
    -
    -
    +
    + +
    -
    - -
    - +
    + +
    + +
    + +
    + ); } diff --git a/static/js/apps/about/components/collaborations.tsx b/static/js/apps/about/components/collaborations.tsx new file mode 100644 index 0000000000..eead6b38a3 --- /dev/null +++ b/static/js/apps/about/components/collaborations.tsx @@ -0,0 +1,50 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display the "Collaborations" section of the about page + */ + +import React, { ReactElement } from "react"; + +import { TextColumns } from "../../../components/content/text_columns"; + +export const Collaborations = (): ReactElement => { + return ( + + +

    + Data Commons has benefited greatly from many collaborations. In + addition to help from US Department of Commerce (notably the Census + Bureau), we have received help from our many academic collaborations, + including, University of California San Francisco, Stanford + University, University of California Berkeley, Harvard University and + Indian Institute of Technology Madras. We have also collaborated with + nonprofits such as Techsoup, Feeding America, and Resources for the + Future. +

    +
    + +

    + We are looking for more collaborators, both for adding new data to + Data Commons and for building new and interesting applications of Data + Commons. Please fill out this form if you are interested in working + with us. +

    +
    +
    + ); +}; diff --git a/static/js/apps/about/components/splash_quote.tsx b/static/js/apps/about/components/splash_quote.tsx new file mode 100644 index 0000000000..b5b07e4374 --- /dev/null +++ b/static/js/apps/about/components/splash_quote.tsx @@ -0,0 +1,33 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import React, { ReactElement } from "react"; + +import Quote from "../../../components/content/quote"; + +/** + * A component to display the splash quote section at the top of about page + */ + +export const SplashQuote = (): ReactElement => { + return ( + + ); +}; diff --git a/static/js/apps/about/components/stay_in_touch.tsx b/static/js/apps/about/components/stay_in_touch.tsx new file mode 100644 index 0000000000..17737cd73b --- /dev/null +++ b/static/js/apps/about/components/stay_in_touch.tsx @@ -0,0 +1,63 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display the "Stay in Touch" section of the about page + */ + +import React, { ReactElement } from "react"; + +import { TextColumns } from "../../../components/content/text_columns"; +import { Routes } from "../../../shared/types/base"; + +interface StayInTouchProps { + //the routes dictionary - this is used to convert routes to resolved urls + routes: Routes; +} + +export const StayInTouch = ({ routes }: StayInTouchProps): ReactElement => { + return ( + + +

    Stay in touch

    +

    + Stay informed about the latest Data Commons developments: visit our + blog or sign up for our mailing list +

    + + Join the mailing list + +
    + +

    See Also

    + +
    +
    + ); +}; diff --git a/static/js/apps/about/components/who_can_use.tsx b/static/js/apps/about/components/who_can_use.tsx new file mode 100644 index 0000000000..815d8779ad --- /dev/null +++ b/static/js/apps/about/components/who_can_use.tsx @@ -0,0 +1,52 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display the "Who Can Use It" section of the about page + */ + +/** @jsxImportSource @emotion/react */ + +import React, { ReactElement } from "react"; + +import { MediaText } from "../../../components/content/media_text"; +import { Routes } from "../../../shared/types/base"; + +interface WhoCanUseProps { + //the routes dictionary - this is used to convert routes to resolved urls + routes: Routes; +} + +export const WhoCanUse = ({ routes }: WhoCanUseProps): ReactElement => { + return ( + +

    + Data Commons can be accessed by anyone here at{" "} + Datacommons.org. Students, + researchers, journalists, non profits, policymakers, and private + enterprises can access the tools and allow them to manipulate and make + decisions based on data without the need to know how to code. Software + developers can use the REST, Python and Google Sheets APIs, all of which + are free for educational, academic and journalistic research purposes. +

    +
    + ); +}; diff --git a/static/js/apps/about/components/why_data_commons.tsx b/static/js/apps/about/components/why_data_commons.tsx new file mode 100644 index 0000000000..1d78037f2e --- /dev/null +++ b/static/js/apps/about/components/why_data_commons.tsx @@ -0,0 +1,64 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display the "Why Data Commons" section of the about page + */ + +import React, { ReactElement } from "react"; + +import { TextColumns } from "../../../components/content/text_columns"; + +export const WhyDataCommons = (): ReactElement => { + return ( + + +

    + Many of the big challenges we face — climate change, increasing + inequities, epidemics of diabetes and other health conditions — will + need deep insights to solve. These insights will need to be firmly + grounded in data. Fortunately, a lot of this data is already publicly + available. Unfortunately, there is a difference between data being + public and data being easily usable by those who need access to it. It + is this gap that we are trying to bridge. Google has organized and + made easily accessible many kinds of information — web pages, images, + maps, videos and so on. Now we are doing this for publicly available + data. We have organized the core of this data from a wide range of + sources, ranging from governmental statistical organizations like + census bureaus to organizations like the World Bank and the United + Nations. And recent advances in AI have enabled us to go much farther + than we had thought possible in making this data easily accessible - + now you can use natural language to access the data. +

    +
    + +

    + Data Commons synthesizes a single graph from these different data + sources. It links references to the same entities (such as cities, + counties, organizations, etc.) across different datasets to nodes on + the graph, so that users can access data about a particular entity + aggregated from different sources without data cleaning or joining.{" "} +

    +

    + + We hope the data contained within Data Commons will be useful to + students, researchers, and enthusiasts across different disciplines. + +

    +
    +
    + ); +}; diff --git a/static/js/apps/browser_landing/app.tsx b/static/js/apps/browser_landing/app.tsx index 28a11a1580..31e094bd11 100644 --- a/static/js/apps/browser_landing/app.tsx +++ b/static/js/apps/browser_landing/app.tsx @@ -18,11 +18,14 @@ * Main component for the browser landing (knowledge graph) page */ +import { ThemeProvider } from "@emotion/react"; import React, { ReactElement } from "react"; import { IntroText } from "../../components/content/intro_text"; -import { KnowledgeGraphBrowser } from "../../components/knowledge_graph/knowledge_graph_browser"; +import { Section } from "../../components/elements/layout/section"; import { KnowledgeGraphCategory } from "../../shared/types/knowledge_graph"; +import theme from "../../theme/theme"; +import { KnowledgeGraphBrowser } from "./components/knowledge_graph_browser"; import knowledgeGraphData from "./knowledge_graph.json"; const knowledgeGraph: KnowledgeGraphCategory[] = knowledgeGraphData; @@ -32,19 +35,23 @@ const knowledgeGraph: KnowledgeGraphCategory[] = knowledgeGraphData; */ export function App(): ReactElement { return ( - <> - -
    -

    Knowledge Graph

    -

    - The Data Commons Knowledge Graph is constructed by synthesizing a - single database from many different data sources. This knowledge - graph can be used both to explore what data is available and to - understand the graph structure. -

    -
    -
    - - + +
    + +
    +

    Knowledge Graph

    +

    + The Data Commons Knowledge Graph is constructed by synthesizing a + single database from many different data sources. This knowledge + graph can be used both to explore what data is available and to + understand the graph structure. +

    +
    +
    +
    +
    + +
    +
    ); } diff --git a/static/js/apps/browser_landing/components/knowledge_graph_browser.tsx b/static/js/apps/browser_landing/components/knowledge_graph_browser.tsx new file mode 100644 index 0000000000..2e40e3b861 --- /dev/null +++ b/static/js/apps/browser_landing/components/knowledge_graph_browser.tsx @@ -0,0 +1,136 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display a category of the knowledge graph + */ + +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; +import React, { ReactElement } from "react"; + +import { KnowledgeGraph } from "../../../shared/types/knowledge_graph"; + +interface KnowledgeGraphBrowserProps { + //an object containing the categorized links that make up the knowledge graph + knowledgeGraph: KnowledgeGraph; +} + +export const KnowledgeGraphBrowser = ({ + knowledgeGraph, +}: KnowledgeGraphBrowserProps): ReactElement => { + const theme = useTheme(); + return ( + <> + {knowledgeGraph.map((category) => ( +
    +
    +

    + {category.title} +

    +
    + +
    + ))} + + ); +}; diff --git a/static/js/apps/browser_landing/knowledge_graph.json b/static/js/apps/browser_landing/knowledge_graph.json index f45dc6fd57..b3096e98a6 100644 --- a/static/js/apps/browser_landing/knowledge_graph.json +++ b/static/js/apps/browser_landing/knowledge_graph.json @@ -3,12 +3,12 @@ "title": "Cities", "items": [ { - "endpoint": "geoId/4261000", - "label": "Pittsburgh, PA" + "endpoint": "nuts/DE3", + "label": "Berlin, Germany" }, { - "endpoint": "geoId/0649670", - "label": "Mountain View, CA" + "endpoint": "wikidataId/Q1861", + "label": "Bangkok, Thailand" }, { "endpoint": "geoId/4805000", @@ -17,6 +17,10 @@ { "endpoint": "geoId/0606000", "label": "Berkeley, CA" + }, + { + "endpoint": "geoId/0667000", + "label": "San Francisco, CA" } ], "categoryEndpoint": "City" @@ -26,11 +30,19 @@ "items": [ { "endpoint": "geoId/06085", - "label": "Santa Clara" + "label": "Santa Clara County" }, { "endpoint": "geoId/12086", - "label": "Miami-Dade" + "label": "Miami-Dade County" + }, + { + "endpoint": "geoId/13259", + "label": "Stewart County" + }, + { + "endpoint": "geoId/17031", + "label": "Cook County" } ], "categoryEndpoint": "County" @@ -39,16 +51,24 @@ "title": "States", "items": [ { - "endpoint": "geoId/06", - "label": "Florida" + "endpoint": "wikidataId/Q1164", + "label": "Assam, India" + }, + { + "endpoint": "wikidataId/Q1171", + "label": "Goa, India" }, { - "endpoint": "geoId/56", - "label": "Wyoming" + "endpoint": "wikidataId/Q309478", + "label": "Al Qadarif, Sudan" }, { "endpoint": "geoId/36", - "label": "New York" + "label": "New York, USA" + }, + { + "endpoint": "geoId/48", + "label": "Texas, USA" } ], "categoryEndpoint": "State" @@ -57,12 +77,24 @@ "title": "Countries", "items": [ { - "endpoint": "country/USA", - "label": "United States" + "endpoint": "country/SDN", + "label": "Sudan" }, { "endpoint": "country/CAN", "label": "Canada" + }, + { + "endpoint": "country/IND", + "label": "India" + }, + { + "endpoint": "country/DEU", + "label": "Germany" + }, + { + "endpoint": "country/USA", + "label": "United States" } ], "categoryEndpoint": "Country" @@ -72,86 +104,52 @@ "items": [ { "endpoint": "geoId/0618", - "label": "CA-18" + "label": "District 18 (113th Congress), California" }, { "endpoint": "geoId/3601", - "label": "NY-01" - } - ], - "categoryEndpoint": "CongressionalDistrict" - }, - { - "title": "Elections", - "items": [ - { - "endpoint": "election/2016_P_US00", - "label": "2016 US Presidential Election" + "label": "District 1 (113th Congress), New York" }, { - "endpoint": "election/1990_S_MI00", - "label": "1990 US Senate Elections for Michigan" - } - ], - "categoryEndpoint": "Election" - }, - { - "title": "Census Estimates", - "items": [ + "endpoint": "geoId/0101", + "label": "District 1 (113th Congress), Alabama" + }, { - "endpoint": "geoId/06085?statVar=Count_Person_AsianAlone", - "label": "Asian Population in Santa Clara" + "endpoint": "geoId/1501", + "label": "District 1 (113th Congress), Hawaii" }, { - "endpoint": "geoId/2255000?statVar=Count_Person_EducationalAttainmentMastersDegree", - "label": "Master Degree Holders in New Orleans" + "endpoint": "geoId/4801", + "label": "District 1 (113th Congress), Texas" } - ] + ], + "categoryEndpoint": "CongressionalDistrict" }, { - "title": "Labor Statistics", + "title": "Public Schools and School Districts", "items": [ { - "endpoint": "geoId/2507000?statVar=UnemploymentRate_Person", - "label": "Unemployment in Boston" + "endpoint": "nces/062961004587", + "label": "Henry M. Gunn High" }, { - "endpoint": "geoId/1304000?statVar=Count_CriminalActivities_Robbery", - "label": "Violent Robbery in Atlanta, Georgia" + "endpoint": "nces/360007702877", + "label": "Stuyvesant High School" }, { - "endpoint": "geoId/13?statVar=Count_CriminalActivities_LarcenyTheft", - "label": "Larceny-Theft in Georgia" - } - ] - }, - { - "title": "Health Data", - "items": [ - { - "endpoint": "geoId/1304000?statVar=Percent_Person_WithDiabetes", - "label": "Prevalence of Diabetes in Atlanta" - } - ] - }, - { - "title": "DEA ARCOS", - "items": [ + "endpoint": "geoId/sch3620580", + "label": "New York City Department of Education" + }, { - "endpoint": "geoId/54099?statVar=RetailDrugDistribution_DrugDistribution_Amphetamine", - "label": "Amphetamine distribution in Wayne County, WV" - } - ] - }, - { - "title": "Botanical Specimens", - "items": [ + "endpoint": "nces/010001802104", + "label": "Alabama School Of Fine Arts" + }, { - "endpoint": "dc/bsmvthtq89217", - "label": "Austrobaileya scandens" + "endpoint": "nces/170993006725", + "label": "Englewood Stem High School" } ], - "categoryEndpoint": "BiologicalSpecimen" + "categoryEndpoint": "PublicSchool" }, { "title": "ENCODE (Encyclopedia Of DNA Elements)", @@ -170,22 +168,5 @@ } ], "categoryEndpoint": "EncodeBedFile" - }, - { - "title": "Public Schools and School Districts", - "items": [ - { - "endpoint": "nces/062961004587", - "label": "Henry M. Gunn High" - }, - { - "endpoint": "nces/360007702877", - "label": "Stuyvesant High School" - }, - { - "endpoint": "geoId/sch3620580", - "label": "New York City Department of Education" - } - ] } ] \ No newline at end of file diff --git a/static/js/apps/build/app.tsx b/static/js/apps/build/app.tsx index 2c3a237b54..8ec52a70a6 100644 --- a/static/js/apps/build/app.tsx +++ b/static/js/apps/build/app.tsx @@ -18,16 +18,20 @@ * Main component for the build page */ +import { ThemeProvider } from "@emotion/react"; import React, { ReactElement } from "react"; -import OneDataCommons from "../../build/one_data_commons"; -import Hero from "../../components/content/hero_columns"; -import MediaText from "../../components/content/media_text"; import Partners from "../../components/content/partners"; -import Quote from "../../components/content/quote"; -import SimpleText from "../../components/content/simple_text"; +import { Section } from "../../components/elements/layout/section"; +import { Separator } from "../../components/elements/layout/separator"; import { GA_EVENT_BUILDPAGE_CLICK } from "../../shared/ga_events"; import { Partner } from "../../shared/types/homepage"; +import theme from "../../theme/theme"; +import { BuildHero } from "./components/build_hero"; +import { DataCommonsGlance } from "./components/data_commons_glance"; +import { GetStarted } from "./components/get_started"; +import { OneDataCommons } from "./components/one_data_commons"; +import { OneQuote } from "./components/one_quote"; interface AppProps { //the partners passed from the backend through to the JavaScript via the templates @@ -39,58 +43,34 @@ interface AppProps { */ export function App({ partners }: AppProps): ReactElement { return ( - <> - - - <> -

    - {" "} - A custom instance natively joins your data and the base Data Commons - data (from datacommons.org) in a unified fashion. Your users can - visualize and analyze the data seamlessly without the need for - further data preparation. -

    -

    - You have full control over your own data and computing resources, - with the ability to limit access to specific individuals or open it - to the general public. -

    -

    - Note that each new Data Commons is deployed using the Google Cloud - Platform (GCP).{" "} -

    - -
    -
    - - - -
    - - <> -

    Ready to get started?

    -

    - - Get started - {" "} - building your own Data Commons{" "} -

    - -
    - + +
    + +
    + +
    + +
    + + + +
    + +
    + +
    + +
    + +
    + +
    + + + +
    + +
    +
    ); } diff --git a/static/js/apps/build/components/build_hero.tsx b/static/js/apps/build/components/build_hero.tsx new file mode 100644 index 0000000000..63ea398ba7 --- /dev/null +++ b/static/js/apps/build/components/build_hero.tsx @@ -0,0 +1,65 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display the build page hero. + */ + +import React, { ReactElement } from "react"; + +import { HeroColumns } from "../../../components/content/hero_columns"; + +export const BuildHero = (): ReactElement => { + return ( + + +

    + Build your Data Commons, overlay your data with global data, and let + everyone in your organization uncover insights with natural language + questions.{" "} + + Learn how + +

    +
    + +
    +

    Build and deploy your own

    +

    + Launch your own Data Commons and customize it with your own data to + better engage your specific audience +

    +
    +
    +

    Explore data with natural language

    +

    + Ask questions in your own words and get answers directly from your + data +

    +
    +
    +

    Gain actionable insights

    +

    + Find actionable insights from your data in connection to global data{" "} +

    +
    +
    +
    + ); +}; diff --git a/static/js/apps/build/components/data_commons_glance.tsx b/static/js/apps/build/components/data_commons_glance.tsx new file mode 100644 index 0000000000..2c24a473bb --- /dev/null +++ b/static/js/apps/build/components/data_commons_glance.tsx @@ -0,0 +1,55 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display the "Data Commons at a Glance" section of the build page + */ + +/** @jsxImportSource @emotion/react */ + +import React, { ReactElement } from "react"; + +import { MediaText } from "../../../components/content/media_text"; + +export const DataCommonsGlance = (): ReactElement => { + return ( + + <> +

    + A custom instance natively joins your data and the base Data Commons + data (from datacommons.org) in a unified fashion. Your users can + visualize and analyze the data seamlessly without the need for further + data preparation. +

    +

    + You have full control over your own data and computing resources, with + the ability to limit access to specific individuals or open it to the + general public. +

    +

    + Note that each new Data Commons is deployed using the Google Cloud + Platform (GCP). +

    + +
    + ); +}; diff --git a/static/js/apps/build/components/get_started.tsx b/static/js/apps/build/components/get_started.tsx new file mode 100644 index 0000000000..dc40120e66 --- /dev/null +++ b/static/js/apps/build/components/get_started.tsx @@ -0,0 +1,42 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display the "Ready To Get Started" section on the build page + */ + +import React, { ReactElement } from "react"; + +import SimpleText from "../../../components/content/simple_text"; + +export const GetStarted = (): ReactElement => { + return ( + + <> +

    Ready to get started?

    +

    + + Get started + {" "} + building your own Data Commons{" "} +

    + +
    + ); +}; diff --git a/static/js/apps/build/components/one_data_commons.tsx b/static/js/apps/build/components/one_data_commons.tsx new file mode 100644 index 0000000000..d0e493137d --- /dev/null +++ b/static/js/apps/build/components/one_data_commons.tsx @@ -0,0 +1,82 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display the One Data Commons on the build page. + * This is set as a carousel with the anticipation that more items + * will be added. If we do not, it can be simplified. + */ +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; +import React, { ReactElement } from "react"; + +import { MediaText } from "../../../components/content/media_text"; +import SlideCarousel from "../../../components/elements/slide_carousel"; + +export const OneDataCommons = (): ReactElement => { + const theme = useTheme(); + const createSlides = (): ReactElement[] => { + return [ + +

    + + ONE Data Commons + + , a collaborative platform combining the in-depth data and research + from the ONE Campaign with the vast repository of Google’s Data + Commons, offers unparalleled insights into global issues spanning + economics, climate, health, demographics, and beyond. +

    +
    , + ]; + }; + + const slides = createSlides(); + + return ( + <> +
    +

    + ONE Data Commons +

    +
    + + + ); +}; diff --git a/static/js/apps/build/components/one_quote.tsx b/static/js/apps/build/components/one_quote.tsx new file mode 100644 index 0000000000..c09e04b66e --- /dev/null +++ b/static/js/apps/build/components/one_quote.tsx @@ -0,0 +1,36 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display the one.org quote on the build page + */ + +import React, { ReactElement } from "react"; + +import Quote from "../../../components/content/quote"; + +export const OneQuote = (): ReactElement => { + return ( + + ); +}; diff --git a/static/js/apps/explore_landing/app.tsx b/static/js/apps/explore_landing/app.tsx index c4af574927..e8a1ba2479 100644 --- a/static/js/apps/explore_landing/app.tsx +++ b/static/js/apps/explore_landing/app.tsx @@ -17,9 +17,12 @@ /** * Main component for DC Explore. */ +import { ThemeProvider } from "@emotion/react"; import React, { ReactElement } from "react"; +import { Section } from "../../components/elements/layout/section"; import { TopicConfig, TopicData } from "../../shared/topic_config"; +import theme from "../../theme/theme"; import { ExploreIntro } from "./components/explore_intro"; import { Queries } from "./components/queries"; import { StatVarQueries } from "./components/stat_var_queries"; @@ -57,15 +60,26 @@ export function App(): ReactElement { `/explore#${placeholderQuery.url}` || `/explore#q=${encodeURIComponent(placeholderQuery.title)}&dc=${dc}`;*/ return ( - <> - - - - - + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    +
    ); } diff --git a/static/js/apps/explore_landing/components/explore_intro.tsx b/static/js/apps/explore_landing/components/explore_intro.tsx index c731028cee..dabf9a9df8 100644 --- a/static/js/apps/explore_landing/components/explore_intro.tsx +++ b/static/js/apps/explore_landing/components/explore_intro.tsx @@ -31,13 +31,13 @@ interface ExploreIntroProps { export const ExploreIntro = ({ topic }: ExploreIntroProps): ReactElement => { return ( -
    + <>

    {topic.title}

    Our {topic.title.toLocaleLowerCase()} data spans over{" "} - + {formatNumber(topic.meta.variableCount)} - {" "} + {" "} statistical variables. We collect our{" "} {topic.title.toLocaleLowerCase()} information from sources such as:{" "} {topic.meta.sources.map((s, i) => ( @@ -52,7 +52,7 @@ export const ExploreIntro = ({ topic }: ExploreIntroProps): ReactElement => { ))} {"."}

    -
    +
    ); }; diff --git a/static/js/apps/explore_landing/components/stat_var_queries.tsx b/static/js/apps/explore_landing/components/stat_var_queries.tsx index 75224b5134..c4e961f718 100644 --- a/static/js/apps/explore_landing/components/stat_var_queries.tsx +++ b/static/js/apps/explore_landing/components/stat_var_queries.tsx @@ -20,7 +20,8 @@ import React, { ReactElement } from "react"; -import { LinkChip, LinkChips } from "../../../components/content/link_chips"; +import { LinkChips } from "../../../components/content/link_chips"; +import { Link } from "../../../components/elements/link_chip"; import { Query } from "../../../shared/topic_config"; interface StatVarQueriesProps { @@ -28,7 +29,7 @@ interface StatVarQueriesProps { } export function StatVarQueries({ queries }: StatVarQueriesProps): ReactElement { - const statVarLinkChips: LinkChip[] = queries.map((query) => ({ + const statVarLinkChips: Link[] = queries.map((query) => ({ id: query.url, title: query.title, url: query.url, @@ -40,9 +41,10 @@ export function StatVarQueries({ queries }: StatVarQueriesProps): ReactElement { return ( diff --git a/static/js/apps/homepage/app.tsx b/static/js/apps/homepage/app.tsx index 5d0be9640e..b4cb196e4a 100644 --- a/static/js/apps/homepage/app.tsx +++ b/static/js/apps/homepage/app.tsx @@ -15,19 +15,16 @@ */ /** - * Main component for Version 2 of the homepage. + * Main component for the homepage. */ -//TODO: fold this into app.tsx when revamp is complete and final PR is ready. - +import { ThemeProvider } from "@emotion/react"; import React, { ReactElement } from "react"; -import Build from "../../components/content/build_your_own"; -import HeroVideo from "../../components/content/hero_video"; -import { LinkChip, LinkChips } from "../../components/content/link_chips"; import Partners from "../../components/content/partners"; -import SampleQuestions from "../../components/content/sample_questions"; -import Tools from "../../components/content/tools"; +import { Section } from "../../components/elements/layout/section"; +import { Separator } from "../../components/elements/layout/separator"; +import { Link } from "../../components/elements/link_chip"; import { GA_EVENT_HOMEPAGE_CLICK } from "../../shared/ga_events"; import { Routes } from "../../shared/types/base"; import { @@ -35,6 +32,12 @@ import { SampleQuestionCategory, Topic, } from "../../shared/types/homepage"; +import theme from "../../theme/theme"; +import { BuildYourOwn } from "./components/build_your_own"; +import { HomeHero } from "./components/home_hero"; +import { SampleQuestions } from "./components/sample_questions"; +import { Tools } from "./components/tools"; +import { UnitedNations } from "./components/united_nations"; interface AppProps { //the topics passed from the backend through to the JavaScript via the templates @@ -56,24 +59,41 @@ export function App({ sampleQuestions, routes, }: AppProps): ReactElement { - const topicLinkChips: LinkChip[] = topics.map((topic) => ({ + const topicLinkChips: Link[] = topics.map((topic) => ({ id: topic.id, title: topic.title, url: topic.browseUrl, })); return ( - <> - - - - - - - + +
    + +
    + +
    + +
    + +
    + +
    + + + +
    + +
    + +
    + +
    + + + +
    + +
    +
    ); } diff --git a/static/js/apps/homepage/components/build_your_own.tsx b/static/js/apps/homepage/components/build_your_own.tsx new file mode 100644 index 0000000000..f24494a94e --- /dev/null +++ b/static/js/apps/homepage/components/build_your_own.tsx @@ -0,0 +1,67 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display the build your own section of the homepage + */ + +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; +import React, { ReactElement } from "react"; + +import { BigText } from "../../../components/content/big_text"; +import { + GA_EVENT_HOMEPAGE_CLICK, + GA_PARAM_ID, + GA_PARAM_URL, + triggerGAEvent, +} from "../../../shared/ga_events"; +import { Routes } from "../../../shared/types/base"; +import { resolveHref } from "../../base/utilities/utilities"; + +interface BuildYourOwnProps { + //the routes dictionary - this is used to convert routes to resolved urls + routes: Routes; +} + +export const BuildYourOwn = ({ routes }: BuildYourOwnProps): ReactElement => { + const theme = useTheme(); + return ( + + <> + Build your own Data Commons: customize a private instance of the + open-source Data Commons platform. You control the data you include and + who has access. + { + triggerGAEvent(GA_EVENT_HOMEPAGE_CLICK, { + [GA_PARAM_ID]: "build-your-own", + [GA_PARAM_URL]: "{static.build}", + }); + }} + css={css` + color: ${theme.colors.link.primary.light}; + margin-left: ${theme.spacing.sm}px; + `} + > + Learn more + + + + ); +}; diff --git a/static/js/apps/homepage/components/home_hero.tsx b/static/js/apps/homepage/components/home_hero.tsx new file mode 100644 index 0000000000..30df7eeead --- /dev/null +++ b/static/js/apps/homepage/components/home_hero.tsx @@ -0,0 +1,72 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display the home hero component + */ + +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; +import React, { ReactElement } from "react"; + +import { HeroSimple } from "../../../components/content/hero_simple"; +import { LinkChips } from "../../../components/content/link_chips"; +import { Link, LinkChip } from "../../../components/elements/link_chip"; + +interface HomeHeroProps { + //an array of links to be rendered by the component + linkChips: Link[]; +} + +export const HomeHero = ({ linkChips }: HomeHeroProps): ReactElement => { + const theme = useTheme(); + return ( + + <> +

    + Data Commons brings together the world's public data, harmonized + for your exploration +

    + +
    + +
    + +
    + ); +}; diff --git a/static/js/apps/homepage/components/sample_questions.tsx b/static/js/apps/homepage/components/sample_questions.tsx new file mode 100644 index 0000000000..bf983fd539 --- /dev/null +++ b/static/js/apps/homepage/components/sample_questions.tsx @@ -0,0 +1,199 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display clickable sample questions on a carousel for the homepage + */ + +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; +import React, { ReactElement, useEffect, useState } from "react"; + +import { Link, LinkBox } from "../../../components/elements/link_box"; +import SlideCarousel from "../../../components/elements/slide_carousel"; +import { GA_EVENT_HOMEPAGE_CLICK } from "../../../shared/ga_events"; +import { BREAKPOINTS } from "../../../shared/hooks/breakpoints"; +import { SampleQuestionCategory } from "../../../shared/types/homepage"; + +interface SampleQuestionsProps { + sampleQuestions: SampleQuestionCategory[]; +} + +const colors: ("green" | "blue" | "red" | "yellow" | "grey")[] = [ + "green", + "blue", + "red", + "yellow", + "grey", +]; + +const MAX_QUESTIONS_PER_CATEGORY = 2; + +const calculateColumnsPerSlide = (): number => { + if (window.innerWidth < BREAKPOINTS.sm) return 1; + if (window.innerWidth < BREAKPOINTS.md) return 2; + return 3; +}; + +const getRandomQuestionsFromCategory = ( + category: SampleQuestionCategory, + count: number +): string[] => { + const shuffled = category.questions.slice().sort(() => 0.5 - Math.random()); + return shuffled.slice(0, Math.min(count, category.questions.length)); +}; + +export const SampleQuestions = ({ + sampleQuestions, +}: SampleQuestionsProps): ReactElement => { + const [columnsPerSlide, setColumnsPerSlide] = useState(() => + calculateColumnsPerSlide() + ); + + const theme = useTheme(); + + useEffect(() => { + const handleResize = (): void => { + setColumnsPerSlide(calculateColumnsPerSlide()); + }; + window.addEventListener("resize", handleResize); + + return () => { + window.removeEventListener("resize", handleResize); + }; + }, []); + + const sampleQuestionToLink = (sampleQuestion: string): Link => ({ + id: sampleQuestion, + title: sampleQuestion, + url: `/explore#q=${encodeURIComponent(sampleQuestion)}`, + }); + + const createSlides = (): ReactElement[] => { + const slides: ReactElement[] = []; + + for (let i = 0; i < sampleQuestions.length; i += columnsPerSlide) { + slides.push( +
    + {sampleQuestions + .slice(i, i + columnsPerSlide) + .map((category, index) => { + const overallIndex = i + index; + const randomQuestions = getRandomQuestionsFromCategory( + category, + MAX_QUESTIONS_PER_CATEGORY + ); + + return ( +
    + {randomQuestions.map((question) => ( + + ))} +
    + ); + })} +
    + ); + } + return slides; + }; + + const createSingleColumnLayout = (): ReactElement => { + return ( +
    +
    + {sampleQuestions.map((category, index) => { + const randomQuestions = getRandomQuestionsFromCategory(category, 1); + return randomQuestions.map((question) => ( + + )); + })} +
    +
    + ); + }; + + const slides = createSlides(); + return ( + <> +
    +

    + Sample questions +

    +
    + {columnsPerSlide === 1 ? ( + createSingleColumnLayout() + ) : ( + + )} + + ); +}; diff --git a/static/js/apps/homepage/components/tools.tsx b/static/js/apps/homepage/components/tools.tsx new file mode 100644 index 0000000000..6a387be7c5 --- /dev/null +++ b/static/js/apps/homepage/components/tools.tsx @@ -0,0 +1,125 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component that renders the tools section of the home page. + */ + +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; +import React, { ReactElement } from "react"; + +import { Download } from "../../../components/elements/icons/download"; +import { IntegrationInstructions } from "../../../components/elements/icons/integration_instructions"; +import { Public } from "../../../components/elements/icons/public"; +import { ScatterPlot } from "../../../components/elements/icons/scatter_plot"; +import { Timeline } from "../../../components/elements/icons/timeline"; +import { LinkIconBox } from "../../../components/elements/link_icon_box"; +import { resolveHref } from "../../base/utilities/utilities"; + +interface ToolsProps { + //the routes dictionary - this is used to convert routes to resolved urls + routes: Record; +} + +export const Tools = ({ routes }: ToolsProps): ReactElement => { + const theme = useTheme(); + return ( + <> +
    +

    + Data Commons tools +

    +

    + Data Commons addresses offers data exploration tools and cloud-based + APIs to access and integrate cleaned datasets. +

    +
    +
    + } + link={{ + id: "map", + title: "Map Explorer", + url: resolveHref("{tools.visualization}#visType=map", routes), + }} + /> + } + link={{ + id: "scatter", + title: "Scatter Plot Explorer", + url: resolveHref("{tools.visualization}#visType=scatter", routes), + }} + /> + } + link={{ + id: "timeline", + title: "Timelines Explorer", + url: resolveHref("{tools.visualization}#visType=timeline", routes), + }} + /> + } + link={{ + id: "download", + title: "Data Download Tool", + url: resolveHref("{tools.download}", routes), + }} + /> + } + link={{ + id: "api", + title: "API Access", + url: "https://docs.datacommons.org/api/", + }} + /> +
    + + ); +}; diff --git a/static/js/apps/homepage/components/united_nations.tsx b/static/js/apps/homepage/components/united_nations.tsx new file mode 100644 index 0000000000..5644b63b1e --- /dev/null +++ b/static/js/apps/homepage/components/united_nations.tsx @@ -0,0 +1,66 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display the build your own section of the homepage + */ + +/** @jsxImportSource @emotion/react */ + +import React, { ReactElement } from "react"; + +import { MediaText } from "../../../components/content/media_text"; +import { + GA_EVENT_HOMEPAGE_CLICK, + GA_PARAM_ID, + GA_PARAM_URL, + triggerGAEvent, +} from "../../../shared/ga_events"; +import { Routes } from "../../../shared/types/base"; +import { resolveHref } from "../../base/utilities/utilities"; + +interface UnitedNationsProps { + //the routes dictionary - this is used to convert routes to resolved urls + routes: Routes; +} + +export const UnitedNations = ({ routes }: UnitedNationsProps): ReactElement => { + return ( + +

    + The United Nations deployed its own Data Commons to track their + Sustainable Development Goals data around the world. With this, the UN + is able to offer a centralized repository, allowing for dynamic + storytelling and targeted analysis related to global progress.{" "} + { + triggerGAEvent(GA_EVENT_HOMEPAGE_CLICK, { + [GA_PARAM_ID]: "build-your-own", + [GA_PARAM_URL]: "{static.build}", + }); + }} + > + Learn more + +

    +
    + ); +}; diff --git a/static/js/build/one_data_commons.tsx b/static/js/build/one_data_commons.tsx deleted file mode 100644 index f179e960a6..0000000000 --- a/static/js/build/one_data_commons.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React, { ReactElement } from "react"; - -import MediaText from "../components/content/media_text"; -import SlideCarousel from "../components/elements/slide_carousel"; - -const OneDataCommons = (): ReactElement => { - const createSlides = (): ReactElement[] => { - return [ - -

    - - ONE Data Commons - - , a collaborative platform combining the in-depth data and research - from the ONE Campaign with the vast repository of Google’s Data - Commons, offers unparalleled insights into global issues spanning - economics, climate, health, demographics, and beyond. -

    -
    , - ]; - }; - - const slides = createSlides(); - - return ( -
    -
    -
    -

    ONE Data Commons

    -
    - -
    -
    - ); -}; - -export default OneDataCommons; diff --git a/static/js/components/content/big_text.tsx b/static/js/components/content/big_text.tsx new file mode 100644 index 0000000000..bf1a162bfe --- /dev/null +++ b/static/js/components/content/big_text.tsx @@ -0,0 +1,54 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display a large bold text section + */ + +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; +import React, { ReactElement } from "react"; + +interface BigTextProps { + //the content that will be displayed inside the text section + children: ReactElement; +} + +export const BigText = ({ children }: BigTextProps): ReactElement => { + const theme = useTheme(); + return ( +
    +

    + {children} +

    +
    + ); +}; diff --git a/static/js/components/content/brick_wall.tsx b/static/js/components/content/brick_wall.tsx index 56211bad84..0979ff8e98 100644 --- a/static/js/components/content/brick_wall.tsx +++ b/static/js/components/content/brick_wall.tsx @@ -1,3 +1,22 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; import React, { ReactElement, useMemo } from "react"; interface BrickWallProps { @@ -17,34 +36,37 @@ const patterns = [ ]; export const BrickWall = ({ title, bricks }: BrickWallProps): ReactElement => { - // This function divides the bricks into columns (based on the NUM_COLUMNS above), and tracks the number of rows in - // each column. The number of rows isn't simple to calculate because it varies based on the pattern of the bricks. - const { columns, numRows } = useMemo(() => { - const columns: ReactElement[][] = Array.from( - { length: NUM_COLUMNS }, - () => [] - ); - const numRows: number[] = Array(NUM_COLUMNS).fill(0); - const patternIndices = Array(NUM_COLUMNS).fill(0); + const theme = useTheme(); + // This function spreads the bricks among the columns, effectively generating the mortar pattern based on the + // pattern set given above. Each column is represented by an object containing the bricks, and a patternEntry + // array that gives the corresponding pattern type for the brick at that index (i.e., does the brick take up + // two spaces or one). This is used in the component to correctly style the bricks. + const { columnData } = useMemo(() => { + const columnData: { bricks: ReactElement[]; patternEntries: number[] }[] = [ + { bricks: [], patternEntries: [] }, + { bricks: [], patternEntries: [] }, + ]; + + const patternIndices = [0, 0]; let currentColumn = 0; + let i = 0; - for (let i = 0; i < bricks.length; ) { - const columnPattern = patterns[currentColumn % patterns.length]; - const currentPattern = columnPattern[patternIndices[currentColumn]]; + while (i < bricks.length) { + const pattern = patterns[currentColumn]; + const entry = pattern[patternIndices[currentColumn]]; - for (let j = 0; j < currentPattern && i < bricks.length; j++, i++) { - columns[currentColumn].push(bricks[i]); + for (let j = 0; j < entry && i < bricks.length; j++, i++) { + columnData[currentColumn].bricks.push(bricks[i]); + columnData[currentColumn].patternEntries.push(entry); } - numRows[currentColumn]++; patternIndices[currentColumn] = - (patternIndices[currentColumn] + 1) % columnPattern.length; - + (patternIndices[currentColumn] + 1) % pattern.length; currentColumn = (currentColumn + 1) % NUM_COLUMNS; } - return { columns, numRows }; + return { columnData }; }, [bricks]); if (bricks.length === 0) { @@ -52,22 +74,87 @@ export const BrickWall = ({ title, bricks }: BrickWallProps): ReactElement => { } return ( -
    -
    - {title &&

    {title}

    } - {columns.map((column, columnIndex) => ( + <> + {title && ( +
    +

    + {title} +

    +
    + )} +
    + {columnData.map((column, columnIndex) => (
    - {column.map((brick, i) => ( -
    - {brick} -
    - ))} +
    + {column.bricks.map((brick, i) => { + const isSingleBrickRow = column.patternEntries[i] === 1; + + return ( +
    + {brick} +
    + ); + })} +
    ))}
    -
    + ); }; diff --git a/static/js/components/content/build_your_own.tsx b/static/js/components/content/build_your_own.tsx deleted file mode 100644 index 611fa6732d..0000000000 --- a/static/js/components/content/build_your_own.tsx +++ /dev/null @@ -1,85 +0,0 @@ -/** - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * A component to display the build your own Data Commons block - */ - -import React, { ReactElement } from "react"; - -import { resolveHref } from "../../apps/base/utilities/utilities"; -import { - GA_EVENT_HOMEPAGE_CLICK, - GA_PARAM_ID, - GA_PARAM_URL, - triggerGAEvent, -} from "../../shared/ga_events"; - -interface BuildProps { - //the routes dictionary - this is used to convert routes to resolved urls - routes: Record; -} - -const Build = ({ routes }: BuildProps): ReactElement => { - return ( -
    -
    -
    -

    Build your own Data Commons

    -

    - Deploying your own Data Commons lets you create a tailored platform - showcasing relevant data and tools to engage your audience. Any - entity or organization can build their own instance with specific - data, a dedicated website, and specialized tools.{" "} - { - triggerGAEvent(GA_EVENT_HOMEPAGE_CLICK, { - [GA_PARAM_ID]: "build-your-own", - [GA_PARAM_URL]: "{static.build}", - }); - }} - > - Learn more - -

    -

    United Nations Data Commons for the SDGs

    -
    -
    - -
    -
    -

    - United Nations deployed a Data Commons to amplify the impact of - their Sustainable Development Goals data. With their deployed Data - Commons, the UN created a centralized repository, allowing for - dynamic storytelling and targeted analysis related to global - progress. -

    -
    -
    -
    - ); -}; - -export default Build; diff --git a/static/js/components/content/hero_columns.tsx b/static/js/components/content/hero_columns.tsx index af1b82a9e2..0cf89ab964 100644 --- a/static/js/components/content/hero_columns.tsx +++ b/static/js/components/content/hero_columns.tsx @@ -15,54 +15,101 @@ */ /** - * A component to display the columned her component. + * A component to display the columned hero component. */ +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; import React, { ReactElement } from "react"; -const HeroColumns = (): ReactElement => { +interface HeroColumnsProps { + //the content of the two hero columns, given as slot props: + //...... + children: ReactElement | ReactElement[]; +} + +interface HeroColumnsSlotProps { + //the content that populates either of the two columns + children: ReactElement | ReactElement[] | string; +} + +const HeroColumnsLeft = ({ children }: HeroColumnsSlotProps): ReactElement => { + const theme = useTheme(); + return ( +
    + {children} +
    + ); +}; + +const HeroColumnsRight = ({ children }: HeroColumnsSlotProps): ReactElement => { + const theme = useTheme(); + return ( +
    + {children} +
    + ); +}; + +export const HeroColumns = ({ children }: HeroColumnsProps): ReactElement => { + const theme = useTheme(); return ( -
    -
    -
    -

    - Build your Data Commons, overlay your data with global data, and let - everyone in your organization uncover insights with natural language - questions.{" "} - - Learn how - -

    -
    -
    -
    -

    Build and deploy your own

    -

    - Launch your own Data Commons and customize it with your own data - to better engage your specific audience -

    -
    -
    -

    Explore data with natural language

    -

    - Ask questions in your own words and get answers directly from your - data -

    -
    -
    -

    Gain actionable insights

    -

    - Find actionable insights from your data in connection to global - data{" "} -

    -
    -
    -
    -
    +
    div, + & > header { + color: ${theme.colors.text.primary.light}; + a { + color: ${theme.colors.link.primary.light}; + } + h3, + h4 { + ${theme.typography.family.text}; + ${theme.typography.text.md}; + font-weight: 900; + } + p { + ${theme.typography.family.text}; + ${theme.typography.text.md}; + } + } + `} + > + {children} +
    ); }; -export default HeroColumns; +HeroColumns.Left = HeroColumnsLeft; +HeroColumns.Right = HeroColumnsRight; diff --git a/static/js/components/content/hero_simple.tsx b/static/js/components/content/hero_simple.tsx new file mode 100644 index 0000000000..49cc7fea81 --- /dev/null +++ b/static/js/components/content/hero_simple.tsx @@ -0,0 +1,46 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display the primary video hero component + */ +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; +import React, { ReactElement } from "react"; + +interface SimpleHeroProps { + //the content to be displayed alongside the video + children: ReactElement; +} + +export const HeroSimple = ({ children }: SimpleHeroProps): ReactElement => { + const theme = useTheme(); + return ( +
    + {children} +
    + ); +}; diff --git a/static/js/components/content/hero_video.tsx b/static/js/components/content/hero_video.tsx index 1eb278eff3..4d12ede638 100644 --- a/static/js/components/content/hero_video.tsx +++ b/static/js/components/content/hero_video.tsx @@ -15,69 +15,35 @@ */ /** - * A component to display the primary video hero component + * A component to display a video hero component */ import React, { ReactElement } from "react"; -import { resolveHref } from "../../apps/base/utilities/utilities"; -import { - GA_EVENT_HOMEPAGE_CLICK, - GA_PARAM_ID, - GA_PARAM_URL, - triggerGAEvent, -} from "../../shared/ga_events"; -import { Routes } from "../../shared/types/base"; - -interface HeroProps { - //the routes dictionary - this is used to convert routes to resolved urls - routes: Routes; +interface HeroVideoProps { + //a link to the video source + videoSource: string; + //a link to the poster image for the video + videoPosterSource: string; + //the content to be displayed alongside the video + children: ReactElement; } -const Hero = ({ routes }: HeroProps): ReactElement => { +export const HeroVideo = ({ + videoSource, + videoPosterSource, + children, +}: HeroVideoProps): ReactElement => { return (
    -
    -
    -

    - Data Commons aggregates and harmonizes global, open data, giving - everyone the power to uncover insights with natural language - questions -

    -

    - Data Commons’ open source foundation allows organizations to - create tailored, private instances, deciding on the openness of - their data contributions.{" "} - { - /* TODO: Pass in GA event so the component can be used on other pages. */ - triggerGAEvent(GA_EVENT_HOMEPAGE_CLICK, { - [GA_PARAM_ID]: `hero-video`, - [GA_PARAM_URL]: "{static.build}", - }); - }} - > - Build yours today - -

    -
    +
    {children}
    ); }; - -export default Hero; diff --git a/static/js/components/content/intro_text.tsx b/static/js/components/content/intro_text.tsx index 53502e7143..c04c5f2a15 100644 --- a/static/js/components/content/intro_text.tsx +++ b/static/js/components/content/intro_text.tsx @@ -18,6 +18,9 @@ * A component to display a simple text block */ +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; import React, { ReactElement } from "react"; interface IntroTextProps { @@ -26,9 +29,28 @@ interface IntroTextProps { } export const IntroText = ({ children }: IntroTextProps): ReactElement => { + const theme = useTheme(); return ( -
    -
    {children}
    -
    +
    + {children} +
    ); }; diff --git a/static/js/components/content/link_chips.tsx b/static/js/components/content/link_chips.tsx index 73c37b8d77..a84b84e798 100644 --- a/static/js/components/content/link_chips.tsx +++ b/static/js/components/content/link_chips.tsx @@ -15,69 +15,87 @@ */ /** - * A component that renders a series of chips that function as links with titles + * A component that renders a block of link chips (Material Design-inspired + * chips that act as links */ -import React, { ReactElement } from "react"; +/** @jsxImportSource @emotion/react */ -import { - GA_EVENT_HOMEPAGE_CLICK, - GA_PARAM_ID, - GA_PARAM_URL, - triggerGAEvent, -} from "../../shared/ga_events"; -import { ArrowForward } from "../elements/icons/arrow_forward"; +import { css, useTheme } from "@emotion/react"; +import React, { ReactElement } from "react"; -//an individual LinkChip comprising the title and url attributes of the chip. -export interface LinkChip { - //a unique identifier for the chip (used for map keys) - id: string; - //the title of the chip - this will be the text of the link - title: string; - //the url of the chip link - url: string; -} +import { Link, LinkChip } from "../elements/link_chip"; interface LinkChipsProps { //the variant of the link chip to display: elevated is a raised grey chip and flat is a flat blue chip variant?: "elevated" | "flat"; //the title of the component, displayed as a header above the chips - title?: string; + header?: string; + //the typographical component for the header (defaults to "h3") + headerComponent?: "h3" | "h4" | "p"; //the section gives location of the chip component in order to give context for the GA event section: string; - //the link - linkChips: LinkChip[]; + //an array of links to be rendered by the component + linkChips: Link[]; } export const LinkChips = ({ variant = "elevated", - title, + header, + headerComponent = "h3", section, linkChips, }: LinkChipsProps): ReactElement => { + const theme = useTheme(); return ( -
    -
    - {title &&

    {title}

    } - + <> + {header && ( +
    h3 { + ${theme.typography.family.heading}; + ${theme.typography.heading.md}; + margin-bottom: ${theme.spacing.lg}px; + } + + & > h4 { + ${theme.typography.family.heading}; + ${theme.typography.heading.xs} + margin-bottom: ${theme.spacing.lg}px; + } + + & > p { + ${theme.typography.text.md} + } + `} + > + {(!headerComponent || headerComponent === "h3") &&

    {header}

    } + {headerComponent === "h4" &&

    {header}

    } + {headerComponent === "p" &&

    {header}

    } +
    + )} +
    + {linkChips.map((linkChip) => ( + + ))}
    -
    + ); }; diff --git a/static/js/components/content/media_text.tsx b/static/js/components/content/media_text.tsx index e1aa92d744..7c5151db54 100644 --- a/static/js/components/content/media_text.tsx +++ b/static/js/components/content/media_text.tsx @@ -15,62 +15,158 @@ */ /** - * A component to display a media/text component. This component renders in two columns a piece of media (video or image) and text content + * A component to display a media/text component. This component renders in two columns a piece of + * media (video or image) and text content */ +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; import React, { ReactElement } from "react"; -interface BaseMediaTextProps { +interface MediaTextProps { //the type of media that will be displayed - either a video or an image, with a video representing a YouTube video mediaType: "video" | "image"; //the source of the media - for video, this will be the video id, and for an image this will be the url mediaSource: string; + //the header of the component (optional) + header?: string; + //the typographical component for the header (defaults to "h4") + headerComponent?: "h3" | "h4" | "p"; + //the alt for the image (optional) + imageAlt?: string; //the text (or other) content, given as the children of the component children: ReactElement; } -//title: the title that renders at the top of the component. If an alt is not provided, the title is required. -//alt: the alt text for the image. If the title is not provided, the alt is required. -type MediaTextProps = BaseMediaTextProps & - ({ title: string; alt?: string } | { title?: string; alt: string }); - -const MediaText = ({ +export const MediaText = ({ mediaType, mediaSource, - title, - alt, + header, + headerComponent, + imageAlt, children, }: MediaTextProps): ReactElement => { + const theme = useTheme(); return ( -
    -
    - {title && ( -
    -

    {title}

    +
    + {header && ( +
    h3 { + ${theme.typography.heading.md} + } + & > h4 { + ${theme.typography.heading.sm} + } + & > p { + ${theme.typography.text.md} + } + `} + > + {(!headerComponent || headerComponent === "h4") &&

    {header}

    } + {headerComponent === "h3" &&

    {header}

    } + {headerComponent === "p" &&

    {header}

    } +
    + )} +
    + {mediaType === "image" ? ( +
    + {imageAlt} +
    + ) : ( +
    iframe, + & > video { + margin: 0; + padding: 0; + border: none; + outline: none; + isolation: isolate; + box-sizing: border-box; + display: block; + width: 100%; + height: 100%; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + } + `} + > +
    )} -
    - {mediaType === "image" ? ( -
    - {alt -
    - ) : ( -
    - -
    - )} -
    -
    {children}
    -
    +
    h3 { + ${theme.typography.heading.sm} + } + & > h4 { + ${theme.typography.heading.xs} + } + & > p { + ${theme.typography.text.md} + } + `} + > + {children} +
    + ); }; - -export default MediaText; diff --git a/static/js/components/content/partners.tsx b/static/js/components/content/partners.tsx index 2724e6693d..3e1e8b55e5 100644 --- a/static/js/components/content/partners.tsx +++ b/static/js/components/content/partners.tsx @@ -18,6 +18,9 @@ * A component that renders the partners section of the home page. */ +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; import React, { ReactElement } from "react"; import { @@ -34,41 +37,86 @@ interface PartnersProps { gaEvent: string; } -const Partners = ({ - partners, - gaEvent: ga_event, -}: PartnersProps): ReactElement => { +const Partners = ({ partners, gaEvent }: PartnersProps): ReactElement => { + const theme = useTheme(); return ( -
    -
    -

    Other organizations with a Data Commons

    - -
    -
    + <> +
    +

    + Organizations who have built their own Data Commons +

    +
    + + ); }; diff --git a/static/js/components/content/quote.tsx b/static/js/components/content/quote.tsx index 65ab01793e..9faf6479ad 100644 --- a/static/js/components/content/quote.tsx +++ b/static/js/components/content/quote.tsx @@ -18,23 +18,53 @@ * A component to display a splash quote */ +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; import React, { ReactElement } from "react"; interface QuoteProps { + //a variant that determines the alignment + alignment?: "left" | "center" | "right"; //the quote content quote: string; //the person or organization responsible for the quote byline: string; } -const Quote = ({ quote, byline }: QuoteProps): ReactElement => { +const Quote = ({ + alignment = "center", + quote, + byline, +}: QuoteProps): ReactElement => { + const theme = useTheme(); + return ( -
    -
    -
    “{quote}”
    -

    - {byline}

    -
    -
    +
    +
    + “{quote}” +
    +

    + - {byline} +

    +
    ); }; diff --git a/static/js/components/content/sample_questions.tsx b/static/js/components/content/sample_questions.tsx deleted file mode 100644 index df46350bb3..0000000000 --- a/static/js/components/content/sample_questions.tsx +++ /dev/null @@ -1,160 +0,0 @@ -/** - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * A component to display clickable sample questions on a carousel for the homepage - */ - -import React, { ReactElement, useEffect, useState } from "react"; - -import { - GA_EVENT_HOMEPAGE_CLICK, - GA_PARAM_ID, - GA_PARAM_QUERY, - triggerGAEvent, -} from "../../shared/ga_events"; -import { BREAKPOINTS } from "../../shared/hooks/breakpoints"; -import { SampleQuestionCategory } from "../../shared/types/homepage"; -import SlideCarousel from "../elements/slide_carousel"; - -interface SampleQuestionsProps { - sampleQuestions: SampleQuestionCategory[]; -} - -const colors = ["green", "blue", "red", "yellow", "gray"]; - -const calculateColumnsPerSlide = (): number => { - if (window.innerWidth < BREAKPOINTS.sm) return 1; - if (window.innerWidth < BREAKPOINTS.md) return 2; - return 3; -}; - -const getRandomQuestionFromCategory = ( - category: SampleQuestionCategory -): string => { - const randomIndex = Math.floor(Math.random() * category.questions.length); - return category.questions[randomIndex]; -}; - -const SampleQuestions = ({ - sampleQuestions, -}: SampleQuestionsProps): ReactElement => { - const [columnsPerSlide, setColumnsPerSlide] = useState(() => - calculateColumnsPerSlide() - ); - - useEffect(() => { - const handleResize = (): void => { - setColumnsPerSlide(calculateColumnsPerSlide()); - }; - window.addEventListener("resize", handleResize); - - return () => { - window.removeEventListener("resize", handleResize); - }; - }, []); - - const createSlides = (): ReactElement[] => { - const slides: ReactElement[] = []; - - for (let i = 0; i < sampleQuestions.length; i += columnsPerSlide) { - slides.push( -
    - {sampleQuestions - .slice(i, i + columnsPerSlide) - .map((category, index) => { - const overallIndex = i + index; - - return ( - - ); - })} -
    - ); - } - return slides; - }; - - const createSingleColumnLayout = (): ReactElement => { - return ( -
    -
    - {sampleQuestions.map((category, index) => { - const question = getRandomQuestionFromCategory(category); - return ( - - ); - })} -
    -
    - ); - }; - - const slides = createSlides(); - - return ( -
    -
    -

    Sample questions

    - {columnsPerSlide === 1 ? ( - createSingleColumnLayout() - ) : ( - - )} -
    -
    - ); -}; - -export default SampleQuestions; diff --git a/static/js/components/content/simple_text.tsx b/static/js/components/content/simple_text.tsx index 0749bc816f..34a80704b8 100644 --- a/static/js/components/content/simple_text.tsx +++ b/static/js/components/content/simple_text.tsx @@ -17,7 +17,9 @@ /** * A component to display a simple text block */ +/** @jsxImportSource @emotion/react */ +import { css, useTheme } from "@emotion/react"; import React, { ReactElement } from "react"; interface SimpleTextProps { @@ -26,10 +28,23 @@ interface SimpleTextProps { } const SimpleText = ({ children }: SimpleTextProps): ReactElement => { + const theme = useTheme(); return ( -
    -
    {children}
    -
    +
    + {children} +
    ); }; diff --git a/static/js/components/content/text_columns.tsx b/static/js/components/content/text_columns.tsx new file mode 100644 index 0000000000..475b29c2e4 --- /dev/null +++ b/static/js/components/content/text_columns.tsx @@ -0,0 +1,115 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component to display textual content in two columns + */ + +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; +import React, { ReactElement } from "react"; + +interface TextColumnsProps { + //an optional header for the column section + header?: string; + //the content of the two columns, given as slot props: + //...... + children: ReactElement | ReactElement[]; +} + +interface TextColumnsSlotProps { + //the content that populates either of the two columns + children: ReactElement | ReactElement[] | string; +} + +const TextColumnsLeft = ({ children }: TextColumnsSlotProps): ReactElement => { + return
    {children}
    ; +}; + +const TextColumnsRight = ({ children }: TextColumnsSlotProps): ReactElement => { + return
    {children}
    ; +}; + +export const TextColumns = ({ + header, + children, +}: TextColumnsProps): ReactElement => { + const theme = useTheme(); + return ( +
    div { + h3, + h4 { + ${theme.typography.family.heading}; + ${theme.typography.heading.lg}; + margin-bottom: ${theme.spacing.lg}px; + } + p { + ${theme.typography.family.text}; + ${theme.typography.text.md}; + } + ul { + margin: 0; + padding-left: ${theme.spacing.xl}px; + } + a.btn-primary { + ${theme.radius.full}; + ${theme.typography.family.text}; + ${theme.typography.text.md}; + padding: ${theme.spacing.md}px ${theme.spacing.xl}px; + background-color: ${theme.colors.button.primary.base}; + &:hover { + ${theme.elevation.primary} + } + } + } + `} + > + {header && ( +
    +

    + {header} +

    +
    + )} + {children} +
    + ); +}; + +TextColumns.Left = TextColumnsLeft; +TextColumns.Right = TextColumnsRight; diff --git a/static/js/components/content/tools.tsx b/static/js/components/content/tools.tsx deleted file mode 100644 index 8cecb90d9f..0000000000 --- a/static/js/components/content/tools.tsx +++ /dev/null @@ -1,138 +0,0 @@ -/** - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * A component that renders the tools section of the home page. - */ - -import React, { ReactElement } from "react"; - -import { resolveHref } from "../../apps/base/utilities/utilities"; -import { - GA_EVENT_HOMEPAGE_CLICK, - GA_PARAM_ID, - GA_PARAM_URL, - triggerGAEvent, -} from "../../shared/ga_events"; - -interface ToolsProps { - //the routes dictionary - this is used to convert routes to resolved urls - routes: Record; -} - -const Tools = ({ routes }: ToolsProps): ReactElement => { - return ( -
    -
    -
    -

    Data Commons tools

    -

    - Data forms the foundation of science, policy, and journalism, but - its full potential is often limited. Data Commons addresses this by - offering data exploration tools and cloud-based APIs to access and - integrate cleaned datasets, boosting their usability across - different domains. -

    -
    - -
    -
    - ); -}; - -export default Tools; diff --git a/static/js/components/elements/icons/download.tsx b/static/js/components/elements/icons/download.tsx new file mode 100644 index 0000000000..312d51ed8d --- /dev/null +++ b/static/js/components/elements/icons/download.tsx @@ -0,0 +1,40 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* + * Autogenerated by generate_icon.py + */ + +/* + * Material Icon: Download + * Source: https://github.com/google/material-design-icons + */ + +import React, { ReactElement } from "react"; + +export const Download = ( + props: React.SVGProps +): ReactElement => ( + + + +); diff --git a/static/js/components/elements/icons/integration_instructions.tsx b/static/js/components/elements/icons/integration_instructions.tsx new file mode 100644 index 0000000000..6d6e6d542a --- /dev/null +++ b/static/js/components/elements/icons/integration_instructions.tsx @@ -0,0 +1,40 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* + * Autogenerated by generate_icon.py + */ + +/* + * Material Icon: Integration Instructions + * Source: https://github.com/google/material-design-icons + */ + +import React, { ReactElement } from "react"; + +export const IntegrationInstructions = ( + props: React.SVGProps +): ReactElement => ( + + + +); diff --git a/static/js/components/elements/icons/public.tsx b/static/js/components/elements/icons/public.tsx new file mode 100644 index 0000000000..bb89c707d9 --- /dev/null +++ b/static/js/components/elements/icons/public.tsx @@ -0,0 +1,38 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* + * Autogenerated by generate_icon.py + */ + +/* + * Material Icon: Public + * Source: https://github.com/google/material-design-icons + */ + +import React, { ReactElement } from "react"; + +export const Public = (props: React.SVGProps): ReactElement => ( + + + +); diff --git a/static/js/components/elements/icons/scatter_plot.tsx b/static/js/components/elements/icons/scatter_plot.tsx new file mode 100644 index 0000000000..329bd90c9b --- /dev/null +++ b/static/js/components/elements/icons/scatter_plot.tsx @@ -0,0 +1,40 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* + * Autogenerated by generate_icon.py + */ + +/* + * Material Icon: Scatter Plot + * Source: https://github.com/google/material-design-icons + */ + +import React, { ReactElement } from "react"; + +export const ScatterPlot = ( + props: React.SVGProps +): ReactElement => ( + + + +); diff --git a/static/js/components/elements/icons/timeline.tsx b/static/js/components/elements/icons/timeline.tsx new file mode 100644 index 0000000000..d9e87e3f3c --- /dev/null +++ b/static/js/components/elements/icons/timeline.tsx @@ -0,0 +1,40 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* + * Autogenerated by generate_icon.py + */ + +/* + * Material Icon: Timeline + * Source: https://github.com/google/material-design-icons + */ + +import React, { ReactElement } from "react"; + +export const Timeline = ( + props: React.SVGProps +): ReactElement => ( + + + +); diff --git a/static/js/components/elements/layout/section.tsx b/static/js/components/elements/layout/section.tsx new file mode 100644 index 0000000000..48401ae836 --- /dev/null +++ b/static/js/components/elements/layout/section.tsx @@ -0,0 +1,80 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A page section that defines a block of content with standard spacing, + * widths and colors. + */ + +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; +import React, { ReactElement, ReactNode } from "react"; + +interface SectionProps { + //a variant that determines the vertical (y) padding of the section + variant?: "standard" | "small" | "large" | "compact"; + //a variant that determines the background color of the section + colorVariant?: "base" | "light" | "dark"; + //the content of the section + children?: ReactNode; +} + +export const Section = ({ + colorVariant = "base", + variant = "standard", + children, +}: SectionProps): ReactElement => { + const theme = useTheme(); + const color = theme.colors.background.primary[colorVariant ?? "base"]; + + const padding = + variant === "large" + ? theme.sections.large + : variant === "small" + ? theme.sections.small + : variant === "compact" + ? theme.sections.compact + : theme.sections.standard; + + return ( +
    +
    + {children} +
    +
    + ); +}; diff --git a/static/js/components/elements/layout/separator.tsx b/static/js/components/elements/layout/separator.tsx new file mode 100644 index 0000000000..5f89301d1c --- /dev/null +++ b/static/js/components/elements/layout/separator.tsx @@ -0,0 +1,70 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A page separator that adds either space and or border to a page. + * The spacing is in the same proportions as the section components. + */ + +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; +import React, { ReactElement } from "react"; + +interface SeparatorProps { + //a variant that determines the vertical (y) padding added to the page + variant?: "standard" | "small" | "large" | "compact"; + //a variant that determines the visibility of the border - defaults to true + border?: boolean; +} + +export const Separator = ({ + variant = "compact", + border = true, +}: SeparatorProps): ReactElement => { + const theme = useTheme(); + + const padding = + variant === "large" + ? theme.sections.large + : variant === "small" + ? theme.sections.small + : variant === "compact" + ? theme.sections.compact + : theme.sections.standard; + + return ( +
    + ); +}; diff --git a/static/js/components/elements/link_box.tsx b/static/js/components/elements/link_box.tsx new file mode 100644 index 0000000000..e3f02e1d7f --- /dev/null +++ b/static/js/components/elements/link_box.tsx @@ -0,0 +1,116 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component that renders a link box - a component that + * displays a link inside a Material Design-style rounded box. + */ + +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; +import React, { ReactElement } from "react"; + +import { + GA_EVENT_HOMEPAGE_CLICK, + GA_PARAM_ID, + GA_PARAM_QUERY, + triggerGAEvent, +} from "../../shared/ga_events"; + +//an individual Link comprising the title and url. This will be rendered in the LinkBox +export interface Link { + //a unique identifier for the box (used for map keys) + id: string; + //the title of the box - this will be the text of the link + title: string; + //the url of the box link + url: string; +} + +interface LinkBoxProps { + //the content color of the link box + color: "green" | "blue" | "red" | "yellow" | "grey"; + //the link chip to be displayed + link: Link; + //an optional category - if given, this will be displayed under the link title + category?: string; + //the section gives location of the chip component in order to give context for the GA event + section?: string; +} + +export const LinkBox = ({ + color, + link, + category, + section = "", +}: LinkBoxProps): ReactElement => { + const theme = useTheme(); + + const containerStyles = css` + display: block; + list-style: none; + `; + + const linkStyles = css` + ${theme.box.primary}; + ${theme.elevation.primary}; + ${theme.radius.primary}; + display: flex; + flex-direction: column; + align-items: flex-start; + gap: ${theme.spacing.sm}px; + padding: ${theme.spacing.lg}px; + + &:hover { + text-decoration: none; + } + + p { + color: ${theme.colors.box[color].text}; + ${theme.typography.text.xl}; + } + + small { + color: ${theme.colors.box[color].tag}; + background-color: ${theme.colors.box[color].pill}; + ${theme.typography.text.xs}; + ${theme.radius.secondary}; + display: inline-block; + padding: ${theme.spacing.xs}px ${theme.spacing.sm}px; + } + `; + + return ( + + ); +}; diff --git a/static/js/components/elements/link_chip.tsx b/static/js/components/elements/link_chip.tsx new file mode 100644 index 0000000000..1e0577fd27 --- /dev/null +++ b/static/js/components/elements/link_chip.tsx @@ -0,0 +1,120 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component that renders a link chip - a commonly-used component that + * displays a link inside a Material Design-style chip. + */ + +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; +import React, { ReactElement } from "react"; + +import { + GA_EVENT_HOMEPAGE_CLICK, + GA_PARAM_ID, + GA_PARAM_URL, + triggerGAEvent, +} from "../../shared/ga_events"; +import { ArrowForward } from "./icons/arrow_forward"; + +//an individual Link comprising an id, the title and url. This will be rendered in the LinkChip +export interface Link { + //a unique identifier for the chip (used for map keys) + id: string; + //the title of the chip - this will be the text of the link + title: string; + //the url of the chip link + url: string; +} + +interface LinkChipProps { + //the variant of the link chip to display: elevated is a raised grey chip and flat is a flat blue chip + variant?: "elevated" | "flat"; + //the link chip to be displayed + linkChip: Link; + //the section gives location of the chip component in order to give context for the GA event + section?: string; +} + +export const LinkChip = ({ + variant = "elevated", + linkChip, + section = "", +}: LinkChipProps): ReactElement => { + const theme = useTheme(); + + const chipStyles = css` + ${variant === "elevated" ? theme.box.primary : theme.box.secondary}; + ${variant === "elevated" ? theme.elevation.primary : ""}; + ${theme.typography.family.text}; + ${theme.typography.text.md}; + ${theme.radius.primary}; + color: ${variant === "elevated" + ? theme.colors.link.primary.base + : theme.colors.text.primary.base}; + line-height: 1rem; + display: inline-flex; + justify-content: center; + align-items: center; + gap: ${theme.spacing.sm}px; + padding: 10px ${theme.spacing.lg}px 10px ${theme.spacing.md}px; + transition: background-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out; + + &:hover { + text-decoration: none; + color: ${variant === "elevated" + ? theme.colors.link.primary.base + : theme.colors.text.primary.base}; + .icon { + transform: translateX(2px); + } + } + + .icon { + transition: transform 0.1s ease-in-out; + svg { + fill: ${variant === "elevated" + ? theme.colors.link.primary.base + : theme.colors.text.primary.base}; + } + } + `; + + return ( + + ); +}; diff --git a/static/js/components/elements/link_icon_box.tsx b/static/js/components/elements/link_icon_box.tsx new file mode 100644 index 0000000000..9c53bf1559 --- /dev/null +++ b/static/js/components/elements/link_icon_box.tsx @@ -0,0 +1,110 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * A component that renders a link icon box - a component that + * displays a link inside a large Material Design-style rounded box, + * decorated with an icon. + */ + +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; +import React, { ReactElement, SVGProps } from "react"; + +import { + GA_EVENT_HOMEPAGE_CLICK, + GA_PARAM_ID, + GA_PARAM_URL, + triggerGAEvent, +} from "../../shared/ga_events"; + +//an individual Link comprising the title and url. This will be rendered in the LinkBox +export interface Link { + //a unique identifier for the box (used for map keys) + id: string; + //the title of the box - this will be the text of the link + title: string; + //the url of the icon box link + url: string; +} + +interface LinkIconBoxProps { + // the decorator icon + icon: ReactElement>; + //the link chip to be displayed + link: Link; + //the section gives location of the chip component in order to give context for the GA event + section?: string; +} + +export const LinkIconBox = ({ + icon, + link, + section = "", +}: LinkIconBoxProps): ReactElement => { + const theme = useTheme(); + + return ( + + ); +}; diff --git a/static/js/components/elements/slide_carousel.tsx b/static/js/components/elements/slide_carousel.tsx index dfa228a256..abf31e5ea0 100644 --- a/static/js/components/elements/slide_carousel.tsx +++ b/static/js/components/elements/slide_carousel.tsx @@ -18,36 +18,41 @@ * A slide-based carousel that takes arbitrary ReactElements as slides */ +/** @jsxImportSource @emotion/react */ + +import { css, useTheme } from "@emotion/react"; import React, { ReactElement, useEffect, useRef, useState } from "react"; -import { - GA_EVENT_HOMEPAGE_CLICK, - GA_PARAM_ID, - triggerGAEvent, -} from "../../shared/ga_events"; +import { GA_PARAM_ID, triggerGAEvent } from "../../shared/ga_events"; interface SlideCarouselProps { //an array of ReactElements, each of which will be a slide in the carousel slides: ReactElement[]; //an optional autoslide interval - if set, the carousel will slide automatically at that interval until the user interacts with it autoslideInterval?: number | null; + //an optional GA event - if set, the carousel will trigger a GA event on the slide changing. + gaEvent?: string; } const SlideCarousel = ({ slides, autoslideInterval, + gaEvent, }: SlideCarouselProps): ReactElement => { const [activeIndex, setActiveIndex] = useState(0); - const [isInteracting, setIsInteracting] = useState(false); + const [userHasInteracted, setUserHasInteracted] = useState(false); const carouselRef = useRef(null); + const theme = useTheme(); + const goToSlide = (index: number): void => { - setIsInteracting(true); + setUserHasInteracted(true); setActiveIndex(index); - // TODO: Pass in GA event so the component can be used on other pages. - triggerGAEvent(GA_EVENT_HOMEPAGE_CLICK, { - [GA_PARAM_ID]: `carousel ${index}`, - }); + if (gaEvent) { + triggerGAEvent(gaEvent, { + [GA_PARAM_ID]: `carousel ${index}`, + }); + } }; useEffect(() => { @@ -57,13 +62,13 @@ const SlideCarousel = ({ }, [slides.length, activeIndex]); useEffect(() => { - if (autoslideInterval && !isInteracting) { + if (autoslideInterval && !userHasInteracted) { const interval = setInterval(() => { setActiveIndex((prevIndex) => (prevIndex + 1) % slides.length); }, autoslideInterval); return () => clearInterval(interval); } - }, [autoslideInterval, slides.length, activeIndex, isInteracting]); + }, [autoslideInterval, slides.length, activeIndex, userHasInteracted]); useEffect(() => { const handleFocusIn = (event: FocusEvent): void => { @@ -100,25 +105,40 @@ const SlideCarousel = ({ }, [activeIndex]); return ( -
    -
    +
    +
    {slides.map((slide, index) => (
    {slide}
    @@ -126,8 +146,24 @@ const SlideCarousel = ({
    {slides.length > 1 && ( -
    -
      +
      +
        {slides.map((_, index) => (
      • goToSlide(index)} + css={css` + display: inline-block; + width: 10px; + height: 10px; + background: white; + border: 1px solid ${theme.colors.link.primary.base}; + border-radius: 50%; + cursor: pointer; + &.active { + background: ${theme.colors.link.primary.base}; + } + `} /> ))}
      diff --git a/static/js/components/knowledge_graph/knowledge_graph_browser.tsx b/static/js/components/knowledge_graph/knowledge_graph_browser.tsx deleted file mode 100644 index 4075f1c286..0000000000 --- a/static/js/components/knowledge_graph/knowledge_graph_browser.tsx +++ /dev/null @@ -1,63 +0,0 @@ -/** - * Copyright 2024 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * A component to display a category of the knowledge graph - */ - -import React, { ReactElement } from "react"; - -import { KnowledgeGraph } from "../../shared/types/knowledge_graph"; - -interface KnowledgeGraphBrowserProps { - //an object containing the categorized links that make up the knowledge graph - knowledgeGraph: KnowledgeGraph; -} - -export const KnowledgeGraphBrowser = ({ - knowledgeGraph, -}: KnowledgeGraphBrowserProps): ReactElement => { - return ( -
      -
      - {knowledgeGraph.map((category) => ( - - ))} -
      -
      - ); -}; diff --git a/static/js/theme/emotion.d.ts b/static/js/theme/emotion.d.ts new file mode 100644 index 0000000000..be7079446c --- /dev/null +++ b/static/js/theme/emotion.d.ts @@ -0,0 +1,8 @@ +import "@emotion/react"; + +import { Theme as CustomTheme } from "./types"; + +declare module "@emotion/react" { + // eslint-disable-next-line @typescript-eslint/no-empty-interface + export interface Theme extends CustomTheme {} +} diff --git a/static/js/theme/theme.ts b/static/js/theme/theme.ts new file mode 100644 index 0000000000..437e3276a0 --- /dev/null +++ b/static/js/theme/theme.ts @@ -0,0 +1,298 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * The default Emotion theme for Data Commons + */ + +import { Theme } from "./types"; + +const BREAKPOINTS = { + xs: 0, + sm: 576, + md: 768, + lg: 1068, + xl: 1350, +}; + +const SPACING = { + xs: 4, + sm: 8, + md: 16, + lg: 24, + xl: 32, + xxl: 48, + huge: 64, +}; + +const SECTIONS = { + compact: 0, + small: 32, + standard: 64, + large: 110, +}; + +const WIDTH = { + xs: 0, + sm: 645, + md: 750, + lg: 1040, + xl: 1310, +}; + +const DC_BLACK = "hsl(0, 0%, 18.82%)"; + +const DC_WHITE = "hsl(255, 100%, 100%)"; +const DC_BONE = "hsl(216, 55%, 98%)"; + +const DC_BLUE = "hsl(217, 90%, 43%)"; +const DC_BLUE_PILL_TEXT = "hsl(217, 90%, 15%)"; +const DC_BLUE_PILL_BCKG = "hsl(218, 92%, 95%)"; +const DC_BLUE_PILL_BCKG_HOVER = "hsl(204, 90%, 80%)"; + +const DC_BLUE_DARK = "hsl(217.4, 89.6%, 15.1%)"; +const DC_BLUE_LIGHT = "hsl(218, 57.1%, 62.5%)"; +const DC_BLUE_LIGHTER = "hsl(204, 100%, 88%)"; +const DC_BLUE_WHITE = "hsl(220, 100%, 98.2%)"; + +const DC_GREEN = "hsl(137, 68%, 25%)"; +const DC_GREEN_PILL_TEXT = "hsl(139, 70%, 9%)"; +const DC_GREEN_PILL_BCKG = "hsl(137, 55%, 85%)"; + +const DC_RED = "hsl(3.2, 71.3%, 41%)"; +const DC_RED_PILL_TEXT = "hsl(3.3, 71.1%, 14.9%)"; +const DC_RED_PILL_BCKG = "hsl(4.1, 70.7%, 92%)"; + +const DC_YELLOW = "hsl(35.3, 100%, 29%)"; +const DC_YELLOW_PILL_TEXT = "hsl(3.3, 71.1%, 14.9%)"; +const DC_YELLOW_PILL_BCKG = "hsl(40.4, 100%, 91%)"; + +const DC_GRAY = "hsl(160, 2.2%, 27.3%)"; +const DC_GRAY_PILL_TEXT = DC_YELLOW; +const DC_GRAY_PILL_BCKG = "hsl(240, 20.8%, 90.6%)"; +const DC_GRAY_LIGHT = "hsl(0, 0%, 78%)"; + +const theme: Theme = { + breakpoints: BREAKPOINTS, + spacing: SPACING, + sections: SECTIONS, + width: WIDTH, + colors: { + text: { + primary: { + base: DC_BLACK, + dark: DC_BLUE_DARK, + light: DC_WHITE, + }, + }, + background: { + primary: { + base: DC_WHITE, + dark: DC_BLUE_DARK, + light: DC_BLUE_WHITE, + }, + }, + border: { + primary: { + base: DC_WHITE, + dark: DC_BLUE_DARK, + light: DC_GRAY_LIGHT, + }, + }, + box: { + blue: { + text: DC_BLUE, + tag: DC_BLUE_PILL_TEXT, + pill: DC_BLUE_PILL_BCKG, + }, + green: { + text: DC_GREEN, + tag: DC_GREEN_PILL_TEXT, + pill: DC_GREEN_PILL_BCKG, + }, + red: { + text: DC_RED, + tag: DC_RED_PILL_TEXT, + pill: DC_RED_PILL_BCKG, + }, + yellow: { + text: DC_YELLOW, + tag: DC_YELLOW_PILL_TEXT, + pill: DC_YELLOW_PILL_BCKG, + }, + grey: { + text: DC_GRAY, + tag: DC_GRAY_PILL_TEXT, + pill: DC_GRAY_PILL_BCKG, + }, + }, + link: { + primary: { + base: DC_BLUE, + light: DC_BLUE_LIGHT, + dark: DC_BLUE_DARK, + }, + secondary: { + base: DC_GRAY, + light: DC_GRAY_LIGHT, + dark: DC_BLACK, + }, + }, + button: { + primary: { + base: DC_BLUE, + light: DC_BLUE_LIGHT, + dark: DC_BLUE_DARK, + }, + }, + }, + typography: { + family: { + text: { + fontFamily: "'Google Sans Text', Arial, sans-serif", + fontDisplay: "swap", + fontStyle: "normal", + }, + heading: { + fontFamily: "'Google Sans', Arial, sans-serif", + fontDisplay: "swap", + fontStyle: "normal", + }, + }, + text: { + xs: { + fontSize: "0.75rem", + lineHeight: "0.625rem", + fontWeight: 400, + }, + sm: { + fontSize: "0.875rem", + lineHeight: "1.25rem", + fontWeight: 400, + }, + md: { + fontSize: "1rem", + lineHeight: "1.5rem", + fontWeight: 400, + }, + lg: { + fontSize: "1.375rem", + lineHeight: "1.75rem", + fontWeight: 400, + [`@media (max-width: ${BREAKPOINTS.sm}px)`]: { + fontSize: "1rem", + lineHeight: "1.5rem", + }, + }, + xl: { + fontSize: "1.5rem", + lineHeight: "2rem", + fontWeight: 400, + [`@media (max-width: ${BREAKPOINTS.sm}px)`]: { + fontSize: "1.375rem", + lineHeight: "1.75rem", + }, + }, + }, + heading: { + xs: { + fontSize: "1.375rem", + lineHeight: "1.75rem", + fontWeight: 300, + }, + sm: { + fontSize: "1.75rem", + lineHeight: "2.25rem", + fontWeight: 300, + [`@media (max-width: ${BREAKPOINTS.md}px)`]: { + fontSize: "1.5rem", + lineHeight: "2rem", + }, + }, + md: { + fontSize: "2rem", + lineHeight: "2.5rem", + fontWeight: 300, + [`@media (max-width: ${BREAKPOINTS.md}px)`]: { + fontSize: "1.7rem", + lineHeight: "2.25rem", + }, + }, + lg: { + fontSize: "2.25rem", + lineHeight: "2.75rem", + fontWeight: 300, + [`@media (max-width: ${BREAKPOINTS.md}px)`]: { + fontSize: "2rem", + lineHeight: "2.7rem", + }, + }, + xl: { + fontSize: "3rem", + lineHeight: "2.75rem", + fontWeight: 300, + [`@media (max-width: ${BREAKPOINTS.md}px)`]: { + fontSize: "2.4rem", + lineHeight: "2.75rem", + }, + }, + }, + }, + box: { + primary: { + backgroundColor: DC_BONE, + textDecoration: "none", + ["&:hover"]: { + backgroundColor: DC_BLUE_PILL_BCKG, + }, + }, + secondary: { + backgroundColor: DC_BLUE_LIGHTER, + textDecoration: "none", + ["&:hover"]: { + backgroundColor: DC_BLUE_PILL_BCKG_HOVER, + }, + }, + }, + elevation: { + none: { + boxShadow: "none", + }, + primary: { + boxShadow: + "0px 1px 2px hsla(0, 0%, 0%, 0.3), 0px 1px 3px 1px hsla(0, 0%, 0%, 0.15)", + }, + secondary: { + boxShadow: "0 2px 5px hsla(0,0%,0%,0.1)", + }, + }, + radius: { + none: { + borderRadius: "0", + }, + full: { + borderRadius: "1000px", + }, + primary: { + borderRadius: "32px", + }, + secondary: { + borderRadius: "20px", + }, + }, +}; + +export default theme; diff --git a/static/js/theme/types.ts b/static/js/theme/types.ts new file mode 100644 index 0000000000..4faede11ce --- /dev/null +++ b/static/js/theme/types.ts @@ -0,0 +1,361 @@ +/** + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * The interface for the default Emotion theme for Data Commons + */ + +export interface Theme { + breakpoints: { + xs: number; + sm: number; + md: number; + lg: number; + xl: number; + }; + spacing: { + xs: number; + sm: number; + md: number; + lg: number; + xl: number; + xxl: number; + huge: number; + }; + sections: { + compact: number; + small: number; + standard: number; + large: number; + }; + width: { + sm: number; + md: number; + lg: number; + xl: number; + }; + colors: { + text?: { + primary?: { + base?: string; + light?: string; + dark?: string; + }; + secondary?: { + base?: string; + light?: string; + dark?: string; + }; + tertiary?: { + base?: string; + light?: string; + dark?: string; + }; + }; + border?: { + primary?: { + base?: string; + light?: string; + dark?: string; + }; + }; + background?: { + primary?: { + base?: string; + light?: string; + dark?: string; + }; + secondary?: { + base?: string; + light?: string; + dark?: string; + }; + tertiary?: { + base?: string; + light?: string; + dark?: string; + }; + }; + button?: { + primary?: { + base?: string; + light?: string; + dark?: string; + }; + secondary?: { + base?: string; + light?: string; + dark?: string; + }; + tertiary?: { + base?: string; + light?: string; + dark?: string; + }; + }; + box: { + blue: { + text: string; + tag: string; + pill: string; + }; + green: { + text: string; + tag: string; + pill: string; + }; + red: { + text: string; + tag: string; + pill: string; + }; + yellow: { + text: string; + tag: string; + pill: string; + }; + grey: { + text: string; + tag: string; + pill: string; + }; + }; + link?: { + primary?: { + base?: string; + light?: string; + dark?: string; + }; + secondary?: { + base?: string; + light?: string; + dark?: string; + }; + tertiary?: { + base?: string; + light?: string; + dark?: string; + }; + }; + }; + typography: { + family: { + text: { + fontFamily: string; + fontDisplay: string; + fontStyle: string; + }; + heading: { + fontFamily: string; + fontDisplay: string; + fontStyle: string; + }; + extra?: { + fontFamily: string; + fontDisplay: string; + fontStyle: string; + }; + code?: { + fontFamily: string; + fontDisplay: string; + fontStyle: string; + }; + }; + // Text Variants + text: { + xs: { + fontSize: string; + lineHeight: string; + fontWeight: number; + [key: string]: + | string + | number + | { + fontSize?: string; + lineHeight?: string; + }; + }; + sm: { + fontSize: string; + lineHeight: string; + fontWeight: number; + [key: string]: + | string + | number + | { + fontSize?: string; + lineHeight?: string; + }; + }; + md: { + fontSize: string; + lineHeight: string; + fontWeight: number; + [key: string]: + | string + | number + | { + fontSize?: string; + lineHeight?: string; + }; + }; + lg: { + fontSize: string; + lineHeight: string; + fontWeight: number; + [key: string]: + | string + | number + | { + fontSize?: string; + lineHeight?: string; + }; + }; + xl: { + fontSize: string; + lineHeight: string; + fontWeight: number; + [key: string]: + | string + | number + | { + fontSize?: string; + lineHeight?: string; + }; + }; + }; + // heading Variants + heading: { + xs: { + fontSize: string; + lineHeight: string; + fontWeight: number; + [key: string]: + | string + | number + | { + fontSize?: string; + lineHeight?: string; + }; + }; + sm: { + fontSize: string; + lineHeight: string; + fontWeight: number; + [key: string]: + | string + | number + | { + fontSize?: string; + lineHeight?: string; + }; + }; + md: { + fontSize: string; + lineHeight: string; + fontWeight: number; + [key: string]: + | string + | number + | { + fontSize?: string; + lineHeight?: string; + }; + }; + lg: { + fontSize: string; + lineHeight: string; + fontWeight: number; + [key: string]: + | string + | number + | { + fontSize?: string; + lineHeight?: string; + }; + }; + xl: { + fontSize: string; + lineHeight: string; + fontWeight: number; + [key: string]: + | string + | number + | { + fontSize?: string; + lineHeight?: string; + }; + }; + }; + }; + box: { + primary?: { + backgroundColor: string; + textDecoration: string; + [key: string]: + | string + | number + | { + backgroundColor: string; + }; + }; + secondary?: { + backgroundColor: string; + textDecoration: string; + [key: string]: + | string + | number + | { + backgroundColor: string; + }; + }; + tertiary?: { + backgroundColor: string; + textDecoration: string; + [key: string]: + | string + | number + | { + backgroundColor: string; + }; + }; + }; + elevation: { + none: { + boxShadow: string; + }; + primary: { + boxShadow: string; + }; + secondary: { + boxShadow: string; + }; + }; + radius: { + none: { + borderRadius: string; + }; + full: { + borderRadius: string; + }; + primary: { + borderRadius: string; + }; + secondary: { + borderRadius: string; + }; + }; +} diff --git a/static/package-lock.json b/static/package-lock.json index 52636581cd..691df4c375 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -11,6 +11,8 @@ "dependencies": { "@datacommonsorg/client": "file:../packages/client", "@datacommonsorg/web-components": "file:../packages/web-components", + "@emotion/react": "^11.10.5", + "@emotion/styled": "^11.10.5", "@types/d3": "^5.7.2", "@types/d3-scale": "^4.0.2", "@types/express": "^4.17.17", @@ -201,7 +203,6 @@ "version": "7.12.11", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", - "dev": true, "dependencies": { "@babel/highlight": "^7.10.4" } @@ -395,7 +396,6 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", - "dev": true, "dependencies": { "@babel/types": "^7.18.6" }, @@ -456,7 +456,6 @@ "version": "7.22.5", "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", - "dev": true, "engines": { "node": ">=6.9.0" } @@ -465,7 +464,6 @@ "version": "7.22.20", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", - "dev": true, "engines": { "node": ">=6.9.0" } @@ -497,7 +495,6 @@ "version": "7.22.20", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", - "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.22.20", "chalk": "^2.4.2", @@ -777,7 +774,6 @@ "version": "7.23.0", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", - "dev": true, "dependencies": { "@babel/helper-string-parser": "^7.22.5", "@babel/helper-validator-identifier": "^7.22.20", @@ -847,6 +843,80 @@ "node": ">=10.0.0" } }, + "node_modules/@emotion/babel-plugin": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.12.0.tgz", + "integrity": "sha512-y2WQb+oP8Jqvvclh8Q55gLUyb7UFvgv7eJfsj7td5TToBrIUtPay2kMrZi4xjq9qw2vD0ZR5fSho0yqoFgX7Rw==", + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.16.7", + "@babel/runtime": "^7.18.3", + "@emotion/hash": "^0.9.2", + "@emotion/memoize": "^0.9.0", + "@emotion/serialize": "^1.2.0", + "babel-plugin-macros": "^3.1.0", + "convert-source-map": "^1.5.0", + "escape-string-regexp": "^4.0.0", + "find-root": "^1.1.0", + "source-map": "^0.5.7", + "stylis": "4.2.0" + } + }, + "node_modules/@emotion/babel-plugin/node_modules/@emotion/memoize": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", + "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", + "license": "MIT" + }, + "node_modules/@emotion/babel-plugin/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@emotion/babel-plugin/node_modules/stylis": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", + "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", + "license": "MIT" + }, + "node_modules/@emotion/cache": { + "version": "11.13.1", + "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.13.1.tgz", + "integrity": "sha512-iqouYkuEblRcXmylXIwwOodiEK5Ifl7JcX7o6V4jI3iW4mLXX3dmt5xwBtIkJiQEXFAI+pC8X0i67yiPkH9Ucw==", + "license": "MIT", + "dependencies": { + "@emotion/memoize": "^0.9.0", + "@emotion/sheet": "^1.4.0", + "@emotion/utils": "^1.4.0", + "@emotion/weak-memoize": "^0.4.0", + "stylis": "4.2.0" + } + }, + "node_modules/@emotion/cache/node_modules/@emotion/memoize": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", + "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", + "license": "MIT" + }, + "node_modules/@emotion/cache/node_modules/stylis": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", + "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", + "license": "MIT" + }, + "node_modules/@emotion/hash": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz", + "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==", + "license": "MIT" + }, "node_modules/@emotion/is-prop-valid": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz", @@ -860,11 +930,125 @@ "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz", "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" }, + "node_modules/@emotion/react": { + "version": "11.13.3", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.13.3.tgz", + "integrity": "sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.18.3", + "@emotion/babel-plugin": "^11.12.0", + "@emotion/cache": "^11.13.0", + "@emotion/serialize": "^1.3.1", + "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", + "@emotion/utils": "^1.4.0", + "@emotion/weak-memoize": "^0.4.0", + "hoist-non-react-statics": "^3.3.1" + }, + "peerDependencies": { + "react": ">=16.8.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@emotion/serialize": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.2.tgz", + "integrity": "sha512-grVnMvVPK9yUVE6rkKfAJlYZgo0cu3l9iMC77V7DW6E1DUIrU68pSEXRmFZFOFB1QFo57TncmOcvcbMDWsL4yA==", + "license": "MIT", + "dependencies": { + "@emotion/hash": "^0.9.2", + "@emotion/memoize": "^0.9.0", + "@emotion/unitless": "^0.10.0", + "@emotion/utils": "^1.4.1", + "csstype": "^3.0.2" + } + }, + "node_modules/@emotion/serialize/node_modules/@emotion/memoize": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", + "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", + "license": "MIT" + }, + "node_modules/@emotion/serialize/node_modules/@emotion/unitless": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz", + "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==", + "license": "MIT" + }, + "node_modules/@emotion/sheet": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz", + "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==", + "license": "MIT" + }, + "node_modules/@emotion/styled": { + "version": "11.13.0", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.13.0.tgz", + "integrity": "sha512-tkzkY7nQhW/zC4hztlwucpT8QEZ6eUzpXDRhww/Eej4tFfO0FxQYWRyg/c5CCXa4d/f174kqeXYjuQRnhzf6dA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.18.3", + "@emotion/babel-plugin": "^11.12.0", + "@emotion/is-prop-valid": "^1.3.0", + "@emotion/serialize": "^1.3.0", + "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", + "@emotion/utils": "^1.4.0" + }, + "peerDependencies": { + "@emotion/react": "^11.0.0-rc.0", + "react": ">=16.8.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@emotion/styled/node_modules/@emotion/is-prop-valid": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz", + "integrity": "sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==", + "license": "MIT", + "dependencies": { + "@emotion/memoize": "^0.9.0" + } + }, + "node_modules/@emotion/styled/node_modules/@emotion/memoize": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", + "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", + "license": "MIT" + }, "node_modules/@emotion/unitless": { "version": "0.8.0", "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz", "integrity": "sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==" }, + "node_modules/@emotion/use-insertion-effect-with-fallbacks": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.1.0.tgz", + "integrity": "sha512-+wBOcIV5snwGgI2ya3u99D7/FJquOIniQT1IKyDsBmEgwvpxMNeS65Oib7OnE2d2aY+3BU4OiH+0Wchf8yk3Hw==", + "license": "MIT", + "peerDependencies": { + "react": ">=16.8.0" + } + }, + "node_modules/@emotion/utils": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.1.tgz", + "integrity": "sha512-BymCXzCG3r72VKJxaYVwOXATqXIZ85cuvg0YOUDxMGNrKc1DJRZk8MgV5wyXRyEayIMd4FuXJIUgTBXvDNW5cA==", + "license": "MIT" + }, + "node_modules/@emotion/weak-memoize": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz", + "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==", + "license": "MIT" + }, "node_modules/@eslint/eslintrc": { "version": "0.4.3", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz", @@ -5595,6 +5779,12 @@ "optional": true, "peer": true }, + "node_modules/@types/parse-json": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", + "license": "MIT" + }, "node_modules/@types/parse5": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz", @@ -6653,7 +6843,6 @@ "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, "dependencies": { "color-convert": "^1.9.0" }, @@ -7058,6 +7247,21 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/babel-plugin-macros": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", + "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.12.5", + "cosmiconfig": "^7.0.0", + "resolve": "^1.19.0" + }, + "engines": { + "node": ">=10", + "npm": ">=6" + } + }, "node_modules/babel-preset-current-node-syntax": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", @@ -7807,7 +8011,6 @@ "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -7821,7 +8024,6 @@ "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, "dependencies": { "has-flag": "^3.0.0" }, @@ -8271,7 +8473,6 @@ "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, "dependencies": { "color-name": "1.1.3" } @@ -8492,7 +8693,6 @@ "version": "1.7.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", - "dev": true, "dependencies": { "safe-buffer": "~5.1.1" } @@ -8599,6 +8799,22 @@ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" }, + "node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "license": "MIT", + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/create-ecdh": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", @@ -9897,7 +10113,6 @@ "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, "dependencies": { "is-arrayish": "^0.2.1" } @@ -9993,7 +10208,6 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true, "engines": { "node": ">=0.8.0" } @@ -11237,6 +11451,12 @@ "node": ">=6" } }, + "node_modules/find-root": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", + "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", + "license": "MIT" + }, "node_modules/find-up": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", @@ -13471,7 +13691,6 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dev": true, "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -13487,7 +13706,6 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true, "engines": { "node": ">=4" } @@ -13731,8 +13949,7 @@ "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "dev": true + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" }, "node_modules/is-binary-path": { "version": "2.1.0", @@ -18268,8 +18485,7 @@ "node_modules/lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/lit": { "version": "2.7.5", @@ -20584,7 +20800,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, "dependencies": { "callsites": "^3.0.0" }, @@ -20608,7 +20823,6 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dev": true, "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", @@ -23446,7 +23660,6 @@ "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "peer": true, "engines": { "node": ">=0.10.0" } @@ -24495,7 +24708,6 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", - "dev": true, "engines": { "node": ">=4" } @@ -26393,6 +26605,15 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, + "node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "license": "ISC", + "engines": { + "node": ">= 6" + } + }, "node_modules/yargs": { "version": "17.7.2", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", @@ -26471,7 +26692,6 @@ "version": "7.12.11", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", - "dev": true, "requires": { "@babel/highlight": "^7.10.4" } @@ -26617,7 +26837,6 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", - "dev": true, "requires": { "@babel/types": "^7.18.6" } @@ -26665,14 +26884,12 @@ "@babel/helper-string-parser": { "version": "7.22.5", "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", - "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", - "dev": true + "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==" }, "@babel/helper-validator-identifier": { "version": "7.22.20", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", - "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", - "dev": true + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==" }, "@babel/helper-validator-option": { "version": "7.18.6", @@ -26695,7 +26912,6 @@ "version": "7.22.20", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", - "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.22.20", "chalk": "^2.4.2", @@ -26915,7 +27131,6 @@ "version": "7.23.0", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", - "dev": true, "requires": { "@babel/helper-string-parser": "^7.22.5", "@babel/helper-validator-identifier": "^7.22.20", @@ -27025,6 +27240,70 @@ "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.3.tgz", "integrity": "sha512-Fxt+AfXgjMoin2maPIYzFZnQjAXjAL0PHscM5pRTtatFqB+vZxAM9tLp2Optnuw3QOQC40jTNeGYFOMvyf7v9g==" }, + "@emotion/babel-plugin": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.12.0.tgz", + "integrity": "sha512-y2WQb+oP8Jqvvclh8Q55gLUyb7UFvgv7eJfsj7td5TToBrIUtPay2kMrZi4xjq9qw2vD0ZR5fSho0yqoFgX7Rw==", + "requires": { + "@babel/helper-module-imports": "^7.16.7", + "@babel/runtime": "^7.18.3", + "@emotion/hash": "^0.9.2", + "@emotion/memoize": "^0.9.0", + "@emotion/serialize": "^1.2.0", + "babel-plugin-macros": "^3.1.0", + "convert-source-map": "^1.5.0", + "escape-string-regexp": "^4.0.0", + "find-root": "^1.1.0", + "source-map": "^0.5.7", + "stylis": "4.2.0" + }, + "dependencies": { + "@emotion/memoize": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", + "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==" + }, + "escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" + }, + "stylis": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", + "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==" + } + } + }, + "@emotion/cache": { + "version": "11.13.1", + "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.13.1.tgz", + "integrity": "sha512-iqouYkuEblRcXmylXIwwOodiEK5Ifl7JcX7o6V4jI3iW4mLXX3dmt5xwBtIkJiQEXFAI+pC8X0i67yiPkH9Ucw==", + "requires": { + "@emotion/memoize": "^0.9.0", + "@emotion/sheet": "^1.4.0", + "@emotion/utils": "^1.4.0", + "@emotion/weak-memoize": "^0.4.0", + "stylis": "4.2.0" + }, + "dependencies": { + "@emotion/memoize": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", + "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==" + }, + "stylis": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", + "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==" + } + } + }, + "@emotion/hash": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz", + "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==" + }, "@emotion/is-prop-valid": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz", @@ -27038,11 +27317,99 @@ "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz", "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" }, + "@emotion/react": { + "version": "11.13.3", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.13.3.tgz", + "integrity": "sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==", + "requires": { + "@babel/runtime": "^7.18.3", + "@emotion/babel-plugin": "^11.12.0", + "@emotion/cache": "^11.13.0", + "@emotion/serialize": "^1.3.1", + "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", + "@emotion/utils": "^1.4.0", + "@emotion/weak-memoize": "^0.4.0", + "hoist-non-react-statics": "^3.3.1" + } + }, + "@emotion/serialize": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.2.tgz", + "integrity": "sha512-grVnMvVPK9yUVE6rkKfAJlYZgo0cu3l9iMC77V7DW6E1DUIrU68pSEXRmFZFOFB1QFo57TncmOcvcbMDWsL4yA==", + "requires": { + "@emotion/hash": "^0.9.2", + "@emotion/memoize": "^0.9.0", + "@emotion/unitless": "^0.10.0", + "@emotion/utils": "^1.4.1", + "csstype": "^3.0.2" + }, + "dependencies": { + "@emotion/memoize": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", + "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==" + }, + "@emotion/unitless": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz", + "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==" + } + } + }, + "@emotion/sheet": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz", + "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==" + }, + "@emotion/styled": { + "version": "11.13.0", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.13.0.tgz", + "integrity": "sha512-tkzkY7nQhW/zC4hztlwucpT8QEZ6eUzpXDRhww/Eej4tFfO0FxQYWRyg/c5CCXa4d/f174kqeXYjuQRnhzf6dA==", + "requires": { + "@babel/runtime": "^7.18.3", + "@emotion/babel-plugin": "^11.12.0", + "@emotion/is-prop-valid": "^1.3.0", + "@emotion/serialize": "^1.3.0", + "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", + "@emotion/utils": "^1.4.0" + }, + "dependencies": { + "@emotion/is-prop-valid": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz", + "integrity": "sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==", + "requires": { + "@emotion/memoize": "^0.9.0" + } + }, + "@emotion/memoize": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", + "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==" + } + } + }, "@emotion/unitless": { "version": "0.8.0", "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz", "integrity": "sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==" }, + "@emotion/use-insertion-effect-with-fallbacks": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.1.0.tgz", + "integrity": "sha512-+wBOcIV5snwGgI2ya3u99D7/FJquOIniQT1IKyDsBmEgwvpxMNeS65Oib7OnE2d2aY+3BU4OiH+0Wchf8yk3Hw==", + "requires": {} + }, + "@emotion/utils": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.1.tgz", + "integrity": "sha512-BymCXzCG3r72VKJxaYVwOXATqXIZ85cuvg0YOUDxMGNrKc1DJRZk8MgV5wyXRyEayIMd4FuXJIUgTBXvDNW5cA==" + }, + "@emotion/weak-memoize": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz", + "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==" + }, "@eslint/eslintrc": { "version": "0.4.3", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz", @@ -31045,6 +31412,11 @@ "optional": true, "peer": true }, + "@types/parse-json": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" + }, "@types/parse5": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz", @@ -31892,7 +32264,6 @@ "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, "requires": { "color-convert": "^1.9.0" } @@ -32209,6 +32580,16 @@ "@types/babel__traverse": "^7.0.6" } }, + "babel-plugin-macros": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", + "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", + "requires": { + "@babel/runtime": "^7.12.5", + "cosmiconfig": "^7.0.0", + "resolve": "^1.19.0" + } + }, "babel-preset-current-node-syntax": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", @@ -32789,7 +33170,6 @@ "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, "requires": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -32800,7 +33180,6 @@ "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, "requires": { "has-flag": "^3.0.0" } @@ -33155,7 +33534,6 @@ "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, "requires": { "color-name": "1.1.3" } @@ -33315,7 +33693,6 @@ "version": "1.7.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", - "dev": true, "requires": { "safe-buffer": "~5.1.1" } @@ -33396,6 +33773,18 @@ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" }, + "cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "requires": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + } + }, "create-ecdh": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", @@ -34476,7 +34865,6 @@ "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, "requires": { "is-arrayish": "^0.2.1" } @@ -34550,8 +34938,7 @@ "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "escodegen": { "version": "2.0.0", @@ -35494,6 +35881,11 @@ "pkg-dir": "^3.0.0" } }, + "find-root": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", + "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==" + }, "find-up": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", @@ -37231,7 +37623,6 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dev": true, "requires": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -37240,8 +37631,7 @@ "resolve-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" } } }, @@ -37443,8 +37833,7 @@ "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "dev": true + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" }, "is-binary-path": { "version": "2.1.0", @@ -40961,8 +41350,7 @@ "lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "lit": { "version": "2.7.5", @@ -42665,7 +43053,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, "requires": { "callsites": "^3.0.0" } @@ -42686,7 +43073,6 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dev": true, "requires": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", @@ -44854,8 +45240,7 @@ "source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "peer": true + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" }, "source-map-js": { "version": "1.0.2", @@ -45657,8 +46042,7 @@ "to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", - "dev": true + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=" }, "to-image-data": { "version": "0.0.2", @@ -47037,6 +47421,11 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, + "yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" + }, "yargs": { "version": "17.7.2", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", diff --git a/static/package.json b/static/package.json index 49544600fc..d45e8102f2 100644 --- a/static/package.json +++ b/static/package.json @@ -34,6 +34,8 @@ "@types/react-table": "^7.7.12", "@types/reactstrap": "^8.7.1", "@types/resize-observer-browser": "^0.1.6", + "@emotion/react": "^11.10.5", + "@emotion/styled": "^11.10.5", "axios": "^1.6.8", "bootstrap": "^4.5.2", "canvas": "2.11.2", From 0e30e416c0e984cb957adf191650c8269faf64c7 Mon Sep 17 00:00:00 2001 From: Gabriel Mechali Date: Wed, 11 Dec 2024 17:04:41 -0500 Subject: [PATCH 24/31] Update pinned commits for submodules (#4788) Following steps for staging release: Update mixer and import submodules --- mixer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixer b/mixer index b5d6d7ced9..b960d36e98 160000 --- a/mixer +++ b/mixer @@ -1 +1 @@ -Subproject commit b5d6d7ced9b08161b4f9a191889118c2e4ecd285 +Subproject commit b960d36e98a531e4205d1ca20d212fbcdd59c4fc From 445924024cbceba5244212fa354adb857dccf08a Mon Sep 17 00:00:00 2001 From: Nicholas Blumberg <41446765+nick-next@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:44:45 -0800 Subject: [PATCH 25/31] Home hero updates (#4790) ## Description The primary update of this PR is to convert the home page hero into columns (making use of the hero_columns component. In doing so, we also refactored the hero column to make it more flexible. This also includes separate minor updates to reflect updates requested in the meeting: * Section wrapper component padding fine-tuned for certain screen-sizes * Responsive typography size update on the build page's hero. * Minor padding updates in Knowledge-graph from the meeting. ### Screenshots #### Before desktop_before #### After desktop_after --------- Co-authored-by: Pablo Noel --- .../components/knowledge_graph_browser.tsx | 4 +- .../js/apps/build/components/build_hero.tsx | 46 ++++++++++-- static/js/apps/homepage/app.tsx | 2 +- .../js/apps/homepage/components/home_hero.tsx | 13 ++-- static/js/components/content/hero_columns.tsx | 72 +++++-------------- .../js/components/elements/layout/section.tsx | 3 + static/js/theme/theme.ts | 4 +- 7 files changed, 71 insertions(+), 73 deletions(-) diff --git a/static/js/apps/browser_landing/components/knowledge_graph_browser.tsx b/static/js/apps/browser_landing/components/knowledge_graph_browser.tsx index 2e40e3b861..45032f4c7c 100644 --- a/static/js/apps/browser_landing/components/knowledge_graph_browser.tsx +++ b/static/js/apps/browser_landing/components/knowledge_graph_browser.tsx @@ -40,8 +40,8 @@ export const KnowledgeGraphBrowser = ({
      { + const theme = useTheme(); return ( - + -

      +

      Build your Data Commons, overlay your data with global data, and let everyone in your organization uncover insights with natural language questions.{" "} Learn how

      -
      +
      h4 { + ${theme.typography.family.text}; + ${theme.typography.text.md}; + color: ${theme.colors.text.primary.light}; + font-weight: 900; + } + & > p { + ${theme.typography.family.text}; + ${theme.typography.text.md}; + color: ${theme.colors.text.primary.light}; + margin-bottom: ${theme.spacing.xxl}px; + @media (max-width: ${theme.breakpoints.sm}px) { + margin-bottom: ${theme.spacing.lg}px; + } + &:last-of-type { + margin-bottom: 0; + } + } + `} + >

      Build and deploy your own

      Launch your own Data Commons and customize it with your own data to better engage your specific audience

      -
      -

      Explore data with natural language

      Ask questions in your own words and get answers directly from your data

      -
      -

      Gain actionable insights

      Find actionable insights from your data in connection to global data{" "} diff --git a/static/js/apps/homepage/app.tsx b/static/js/apps/homepage/app.tsx index b4cb196e4a..0dee2c5d5c 100644 --- a/static/js/apps/homepage/app.tsx +++ b/static/js/apps/homepage/app.tsx @@ -67,7 +67,7 @@ export function App({ return ( -

      +
      diff --git a/static/js/apps/homepage/components/home_hero.tsx b/static/js/apps/homepage/components/home_hero.tsx index 30df7eeead..c06aa5710d 100644 --- a/static/js/apps/homepage/components/home_hero.tsx +++ b/static/js/apps/homepage/components/home_hero.tsx @@ -23,7 +23,7 @@ import { css, useTheme } from "@emotion/react"; import React, { ReactElement } from "react"; -import { HeroSimple } from "../../../components/content/hero_simple"; +import { HeroColumns } from "../../../components/content/hero_columns"; import { LinkChips } from "../../../components/content/link_chips"; import { Link, LinkChip } from "../../../components/elements/link_chip"; @@ -35,17 +35,18 @@ interface HomeHeroProps { export const HomeHero = ({ linkChips }: HomeHeroProps): ReactElement => { const theme = useTheme(); return ( - - <> + +

      Data Commons brings together the world's public data, harmonized for your exploration

      +
      + { }} />
      - - + + ); }; diff --git a/static/js/components/content/hero_columns.tsx b/static/js/components/content/hero_columns.tsx index 0cf89ab964..9facf3a937 100644 --- a/static/js/components/content/hero_columns.tsx +++ b/static/js/components/content/hero_columns.tsx @@ -27,6 +27,8 @@ interface HeroColumnsProps { //the content of the two hero columns, given as slot props: //...... children: ReactElement | ReactElement[]; + //the size ratio of the two columns, with the default being equal + columnRatioVariant?: "equal" | "left-larger" | "right-larger"; } interface HeroColumnsSlotProps { @@ -35,75 +37,35 @@ interface HeroColumnsSlotProps { } const HeroColumnsLeft = ({ children }: HeroColumnsSlotProps): ReactElement => { - const theme = useTheme(); - return ( -
      - {children} -
      - ); + return
      {children}
      ; }; const HeroColumnsRight = ({ children }: HeroColumnsSlotProps): ReactElement => { - const theme = useTheme(); - return ( -
      - {children} -
      - ); + return
      {children}
      ; }; -export const HeroColumns = ({ children }: HeroColumnsProps): ReactElement => { +export const HeroColumns = ({ + children, + columnRatioVariant = "equal", +}: HeroColumnsProps): ReactElement => { const theme = useTheme(); + + const layout = + columnRatioVariant === "right-larger" + ? "4fr 6fr" + : columnRatioVariant === "left-larger" + ? "6fr 4fr" + : "5fr 5fr"; + return (
      div, - & > header { - color: ${theme.colors.text.primary.light}; - a { - color: ${theme.colors.link.primary.light}; - } - h3, - h4 { - ${theme.typography.family.text}; - ${theme.typography.text.md}; - font-weight: 900; - } - p { - ${theme.typography.family.text}; - ${theme.typography.text.md}; - } - } `} > {children} diff --git a/static/js/components/elements/layout/section.tsx b/static/js/components/elements/layout/section.tsx index 48401ae836..e9a9f699b5 100644 --- a/static/js/components/elements/layout/section.tsx +++ b/static/js/components/elements/layout/section.tsx @@ -71,6 +71,9 @@ export const Section = ({ @media (max-width: ${theme.breakpoints.md}px) { max-width: 100%; } + @media (max-width: ${theme.breakpoints.sm}px) { + padding: ${theme.spacing.huge}px ${theme.spacing.lg}px; + } `} > {children} diff --git a/static/js/theme/theme.ts b/static/js/theme/theme.ts index 437e3276a0..16b1269e99 100644 --- a/static/js/theme/theme.ts +++ b/static/js/theme/theme.ts @@ -236,8 +236,8 @@ const theme: Theme = { lineHeight: "2.75rem", fontWeight: 300, [`@media (max-width: ${BREAKPOINTS.md}px)`]: { - fontSize: "2rem", - lineHeight: "2.7rem", + fontSize: "1.8rem", + lineHeight: "2.4rem", }, }, xl: { From 6bfa441d3c482b3f143f9765273e892c516d5053 Mon Sep 17 00:00:00 2001 From: Nicholas Blumberg <41446765+nick-next@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:14:34 -0800 Subject: [PATCH 26/31] Topics to questions (#4791) ## Description This PR appends question marks to the end of topics that are worded as questions. These appear on the topics pages, such as [http://localhost:8080/explore/economics](http://localhost:8080/explore/economics) . There are also minor copy fixes to some of the questions. ### Screenshot questions --- static/js/apps/explore_landing/topics.json | 132 ++++++++++----------- 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/static/js/apps/explore_landing/topics.json b/static/js/apps/explore_landing/topics.json index 7b8aa2efe9..4cb607f416 100644 --- a/static/js/apps/explore_landing/topics.json +++ b/static/js/apps/explore_landing/topics.json @@ -38,29 +38,29 @@ "url": "q=Tell+me+about+economic+equity+in+California" }, { - "title": "What about health equity in Santa Clara County", + "title": "What about health equity in Santa Clara County?", "url": "q=What+about+health+equity+in+Santa+Clara+County" }, { - "title": "What is the number of poor hispanic women in Santa Clara County", + "title": "What is the number of poor hispanic women in Santa Clara County?", "url": "q=What+is+the+number+of+poor+hispanic+women+in+Santa+Clara+County" }, { - "title": "Which counties in the US have the highest unemployment rate", + "title": "Which counties in the US have the highest unemployment rate?", "url": "q=Which+counties+in+the+US+have+the+highest+unemployment+rate" }, { - "title": "Which counties in the US have the highest rates of uninsured", + "title": "Which counties in the US have the highest rates of uninsured?", "url": "q=Which+counties+in+the+US+have+the+highest+rates+of+uninsured" }, { - "title": "Which countries have the lowest Gini index", + "title": "Which countries have the lowest Gini index?", "url": "q=Which+countries+have+the+lowest+Gini+index" } ], "comparison": [ { - "title": "What is the correlation between diabetes and poverty across US counties", + "title": "What is the correlation between diabetes and poverty across US counties?", "url": "q=What+is+the+correlation+between+diabetes+and+poverty+across+US+counties" } ], @@ -155,15 +155,15 @@ "examples": { "general": [ { - "title": "What are the most common jobs in Texas", + "title": "What are the most common jobs in Texas?", "url": "q=What+are+the+most+common+jobs+in+Texas" }, { - "title": "What is the median income in Santa Clara County", + "title": "What is the median income in Santa Clara County?", "url": "q=What+is+the+median+income+in+Santa+Clara+County" }, { - "title": "Which industries have grown the most in California", + "title": "Which industries have grown the most in California?", "url": "q=Which+industries+have+grown+the+most+in+California" }, { @@ -171,7 +171,7 @@ "url": "q=Show+me+the+breakdown+of+businesses+by+industry+type+in+the+US" }, { - "title": "Who are the most poor in Louisiana", + "title": "Who are the most poor in Louisiana?", "url": "q=Who+are+the+most+poor+in+Louisiana" }, { @@ -179,37 +179,37 @@ "url": "q=Tell+me+about+the+economy+in+Brazil" }, { - "title": "What is the GDP of Iran", + "title": "What is the GDP of Iran?", "url": "q=What+is+the+GDP+of+Iran" } ], "comparison": [ { - "title": "How does the GDP of USA compare with that of China", + "title": "How does the GDP of USA compare with that of China?", "url": "q=How+does+the+GDP+of+USA+compare+with+that+of+China" }, { - "title": "What is the correlation between income and health insurance in the US", + "title": "What is the correlation between income and health insurance in the US?", "url": "q=What+is+the+correlation+between+income+and+health+insurance+in+the+US" }, { - "title": "Which are the richest counties in California", + "title": "Which are the richest counties in California?", "url": "q=Which+are+the+richest+counties+in+California" }, { - "title": "What is the correlation between GDP and remittances across countries in Africa", + "title": "What is the correlation between GDP and remittances across countries in Africa?", "url": "q=What+is+the+correlation+between+GDP+and+remittances+across+countries+in+Africa" }, { - "title": "Which countries have the most incoming remittances", + "title": "Which countries have the most incoming remittances?", "url": "q=Which+countries+have+the+most+incoming+remittances" }, { - "title": "What is the correlation between obesity and poverty across counties in the US", + "title": "What is the correlation between obesity and poverty across counties in the US?", "url": "q=What+is+the+correlation+between+obesity+and+poverty+across+counties+in+the+US" }, { - "title": "How does debt correlate with GDP for countries in Europe", + "title": "How does debt correlate with GDP for countries in Europe?", "url": "q=How+does+debt+correlate+with+GDP+for+countries+in+Europe" }, { @@ -290,11 +290,11 @@ "examples": { "general": [ { - "title": "What are the leading causes of death in the US", + "title": "What are the leading causes of death in the US?", "url": "q=What+are+the+leading+causes+of+death+in+the+US" }, { - "title": "Which are the biggest health issues in Arizona", + "title": "Which are the biggest health issues in Arizona?", "url": "q=Which+are+the+biggest+health+issues+in+Arizona" }, { @@ -306,19 +306,19 @@ "url": "q=Tell+me+about+health+insurance+in+Kansas" }, { - "title": "What is the prevalance of Asthma across California counties", - "url": "q=What+is+the+prevalance+of+Asthma+across+California+counties" + "title": "What is the prevalence of Asthma across California counties?", + "url": "q=What+is+the+prevalence+of+Asthma+across+California+counties" }, { - "title": "What are the rates of child immunization in Pakistan", + "title": "What are the rates of child immunization in Pakistan?", "url": "q=What+are+the+rates+of+child+immunization+in+Pakistan" }, { - "title": "How does life Expectancy vary across countries in Africa", + "title": "How does life expectancy vary across countries in Africa?", "url": "q=How+does+life+Expectancy+vary+across+countries+in+Africa" }, { - "title": "Which counties in Illinois have seen the greatest increase in the number of cancer deaths", + "title": "Which counties in Illinois have seen the greatest increase in the number of cancer deaths?", "url": "q=Which+counties+in+Illinois+have+seen+the+greatest+increase+in+the+number+of+cancer+deaths" } ], @@ -328,11 +328,11 @@ "url": "q=Compare+mortality+in+the+US+vs+Spain+vs+Nigeria" }, { - "title": "What is the correlation between obesity and unemployment in the US counties", + "title": "What is the correlation between obesity and unemployment in the US counties?", "url": "q=What+is+the+correlation+between+obesity+and+unemployment+in+the+US+counties" }, { - "title": "How does child immunizations correlate with life expectancy in Asia", + "title": "How does child immunizations correlate with life expectancy in Asia?", "url": "q=How+does+child+immunizations+correlate+with+life+expectancy+in+Asia" }, { @@ -340,11 +340,11 @@ "url": "q=Compare+health+conditions+vs+median+age+in+Alameda+County" }, { - "title": "Does obesity correlate with lack of sleep in US counties", + "title": "Does obesity correlate with lack of sleep in US counties?", "url": "q=Does+obesity+correlate+with+lack+of+sleep+in+US+counties" }, { - "title": "Which countries have the best immunization rates in the world", + "title": "Which countries have the best immunization rates in the world?", "url": "q=Which+countries+have+the+best+immunization+rates+in+the+world" }, { @@ -352,7 +352,7 @@ "url": "q=Tell+me+about+infant+mortality+in+the+world" }, { - "title": "How does life expectancy vary across US states", + "title": "How does life expectancy vary across US states?", "url": "q=How+does+life+expectancy+vary+across+US+states" }, { @@ -439,35 +439,35 @@ "examples": { "general": [ { - "title": "Which states have the most college educated in the US", + "title": "Which states have the most college educated in the US?", "url": "q=Which+states+have+the+most+college+educated+in+the+US" }, { - "title": "Which grades have the most enrollment in Palo Alto Schools", + "title": "Which grades have the most enrollment in Palo Alto Schools?", "url": "q=Which+grades+have+the+most+enrollment+in+Palo+Alto+Schools" }, { - "title": "How have house rents in Mountain View changed", + "title": "How have house rents in Mountain View changed?", "url": "q=How+have+house+rents+in+Mountain+View+changed" }, { - "title": "How much time do people in San Francisco spend commuting", + "title": "How much time do people in San Francisco spend commuting?", "url": "q=How+much+time+do+people+in+San+Francisco+spend+commuting" }, { - "title": "What are the most common bachelors majors in Texas", + "title": "What are the most common bachelors majors in Texas?", "url": "q=What+are+the+most+common+bachelors+majors+in+Texas" }, { - "title": "What is the demographics of students in Sunnyvale", - "url": "q=What+is+the+demographics+of+students+in+Sunnyvale" + "title": "What are the demographics of students in Sunnyvale?", + "url": "q=What+are+the+demographics+of+students+in+Sunnyvale" }, { - "title": "Which US county has the most number of PhDs", - "url": "q=which+US+county+has+the+most+number+of+PhDs" + "title": "Which US county has the most number of PhDs?", + "url": "q=Which+US+county+has+the+most+number+of+PhDs" }, { - "title": "When were the houses in NYC built", + "title": "When were the houses in NYC built?", "url": "q=When+were+the+houses+in+NYC+built" }, { @@ -477,7 +477,7 @@ ], "comparison": [ { - "title": "How do the most common bachelors majors in Berkeley compare with Austin", + "title": "How do the most common bachelors majors in Berkeley compare with Austin?", "url": "q=How+do+the+most+common+bachelors+majors+in+Berkeley+compare+with+Austin" }, { @@ -485,11 +485,11 @@ "url": "q=Compare+the+number+of+rooms+per+house+in+New+York+City+vs+Salt+Lake+City" }, { - "title": "How does educational attainment correlate with poverty in Florida", + "title": "How does educational attainment correlate with poverty in Florida?", "url": "q=How+does+educational+attainment+correlate+with+poverty+in+Florida" }, { - "title": "How does median rent correlate with diabetes in California counties", + "title": "How does median rent correlate with diabetes in California counties?", "url": "q=How+does+median+rent+correlate+with+diabetes+in+California+counties" }, { @@ -578,19 +578,19 @@ "examples": { "general": [ { - "title": "What is the racial distribution of the US", + "title": "What is the racial distribution of the US?", "url": "q=What+is+the+racial+distribution+of+the+US" }, { - "title": "What languages are spoken at home in California", + "title": "What languages are spoken at home in California?", "url": "q=What+languages+are+spoken+at+home+in+California" }, { - "title": "Which state in the US has the most Tamil speakers", + "title": "Which state in the US has the most Tamil speakers?", "url": "q=Which+state+in+the+US+has+the+most+Tamil+speakers" }, { - "title": "Which counties in the US have most immigrants", + "title": "Which counties in the US have most immigrants?", "url": "q=Which+counties+in+the+US+have+most+immigrants" }, { @@ -598,7 +598,7 @@ "url": "q=tell+me+about+immigrants+in+florida" }, { - "title": "Which country has the most old people", + "title": "Which country has the most old people?", "url": "q=Which+country+has+the+most+old+people" }, { @@ -606,15 +606,15 @@ "url": "q=Tell+me+statistics+on+married+people+in+New+York+State" }, { - "title": "What is the median age in Texas", + "title": "What is the median age in Texas?", "url": "q=What+is+the+median+age+in+Texas" }, { - "title": "Which state in the US has most people of Caribbean origin", + "title": "Which state in the US has most people of Caribbean origin?", "url": "q=Which+state+in+the+US+has+most+people+of+Caribbean+origin" }, { - "title": "What are the demographics of divorced people in California", + "title": "What are the demographics of divorced people in California?", "url": "q=What+are+the+demographics+of+divorced+people+in+California" }, { @@ -747,11 +747,11 @@ "examples": { "general": [ { - "title": "What are the sources of greenhouse gas emissions in the US", + "title": "What are the sources of greenhouse gas emissions in the US?", "url": "q=What+are+the+sources+of+greenhouse+gas+emissions+in+the+US" }, { - "title": "What are the major emissions in Harris County, Texas", + "title": "What are the major emissions in Harris County, Texas?", "url": "q=What+are+the+major+emissions+in+Harris+County,+Texas" }, { @@ -759,11 +759,11 @@ "url": "q=Tell+me+about+pollution+in+Los+Angeles+County" }, { - "title": "What are the projected temperature extremes across the counties in Montana", + "title": "What are the projected temperature extremes across the counties in Montana?", "url": "q=What+are+the+projected+temperature+extremes+across+the+counties+in+Montana" }, { - "title": "What is the electricity usage of the US", + "title": "What is the electricity usage of the US?", "url": "q=What+is+the+electricity+usage+of+the+US" }, { @@ -771,33 +771,33 @@ "url": "q=Floods+in+Pakistan" }, { - "title": "What is the solar energy consumption in the US", + "title": "What is the solar energy consumption in the US?", "url": "q=What+is+the+solar+energy+consumption+in+the+US" }, { - "title": "Which counties in the US have the most smoke pollution", + "title": "Which counties in the US have the most smoke pollution?", "url": "q=Which+counties+in+the+US+have+the+most+smoke+pollution" }, { - "title": "What are the top sources of CO2 emissions in the US", + "title": "What are the top sources of CO2 emissions in the US?", "url": "q=What+are+the+top+sources+of+CO2+emissions+in+the+US" }, { - "title": "Which countries have the most greenhouse gas emissions", + "title": "Which countries have the most greenhouse gas emissions?", "url": "q=Which+countries+have+the+most+greenhouse+gas+emissions" } ], "comparison": [ { - "title": "How does PM2.5 correlate with asthma across US counties", + "title": "How does PM2.5 correlate with asthma across US counties?", "url": "q=How+does+PM2.5+correlate+with+asthma+across+US+counties" }, { - "title": "How do solar installations correlate with median income across US counties", + "title": "How do solar installations correlate with median income across US counties?", "url": "q=How+do+solar+installations+correlate+with+median+income+across+US+counties" }, { - "title": "What is the correlation of AQI vs. blood pressure in New Jersey", + "title": "What is the correlation of AQI vs. blood pressure in New Jersey?", "url": "q=What+is+the+correlation+of+AQI+vs+blood+pressure+in+New+Jersey" } ], @@ -890,19 +890,19 @@ "url": "q=Access+to+primary+school+education+in+Afghanistan&dc=sdg" }, { - "title": "How is the world combating unregulated fishing", + "title": "How is the world combating unregulated fishing?", "url": "q=How+is+the+world+combating+unregulated+fishing?&dc=sdg" }, { - "title": "How has access to electricity improved in Kenya", + "title": "How has access to electricity improved in Kenya?", "url": "q=How+has+access+to+electricity+improved+in+Kenya?&dc=sdg" }, { - "title": "How has informal employment changed over time in Bangladesh", + "title": "How has informal employment changed over time in Bangladesh?", "url": "q=How+has+informal+employment+changed+over+time+in+Bangladesh?&dc=sdg" }, { - "title": "How much food goes wasted around the world", + "title": "How much food goes wasted around the world?", "url": "q=How+much+food+goes+wasted+around+the+world?&dc=sdg" } ], From e6cef241b8e0784966085510f98550a5a5548900 Mon Sep 17 00:00:00 2001 From: chejennifer <69875368+chejennifer@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:08:17 -0800 Subject: [PATCH 27/31] Fix python cloudbuild test (#4795) python tests were failing in cloudbuild and was throwing a file already exists error when trying to make a new directory which was probably a race condition. Fixed by using exist_ok when making the directory. --- build/ci/cloudbuild.py.yaml | 11 + .../demo_fallback/query_5/chart_config.json | 55 +++-- .../demo_feb2023/query_2/chart_config.json | 222 ------------------ .../debug_info.json | 2 +- .../chart_config.json | 26 +- .../chart_config.json | 6 +- .../chart_config.json | 6 +- .../chart_config.json | 12 +- .../chart_config.json | 52 +--- .../chart_config.json | 145 +++++------- .../chart_config.json | 99 -------- .../chart_config.json | 12 +- .../chart_config.json | 6 +- .../chart_config.json | 22 +- .../international/query_1/chart_config.json | 96 +++++--- .../international/query_5/chart_config.json | 7 - .../query_5/chart_config.json | 8 +- shared/lib/gcs.py | 3 +- 18 files changed, 202 insertions(+), 588 deletions(-) diff --git a/build/ci/cloudbuild.py.yaml b/build/ci/cloudbuild.py.yaml index a851e7283b..7912890e67 100644 --- a/build/ci/cloudbuild.py.yaml +++ b/build/ci/cloudbuild.py.yaml @@ -14,9 +14,20 @@ # Run Python tests, lint, etc. steps: + # Download the files needed for nl embeddings tests. + - id: download_nl_files + name: python:3.11.3 + entrypoint: /bin/sh + args: + - -c + - | + cd tools/nl/download_nl_files + ./run.sh + - id: flask_test name: python:3.11.3 entrypoint: /bin/sh + waitFor: ["download_nl_files"] args: - -c - | diff --git a/server/integration_tests/test_data/demo_fallback/query_5/chart_config.json b/server/integration_tests/test_data/demo_fallback/query_5/chart_config.json index 5c4d900cde..1fba7e02cf 100644 --- a/server/integration_tests/test_data/demo_fallback/query_5/chart_config.json +++ b/server/integration_tests/test_data/demo_fallback/query_5/chart_config.json @@ -627,18 +627,40 @@ { "tiles": [ { + "barTileSpec": { + "maxPlaces": 15, + "maxVariables": 15, + "sort": "DESCENDING" + }, + "comparisonPlaces": [ + "country/USA" + ], "statVarKey": [ - "Amount_EconomicActivity_GrossDomesticProduction_RealValue", - "Amount_EconomicActivity_GrossValueAdded_RealValue" + "Amount_EconomicActivity_GrossDomesticProduction_NAICSConstruction_RealValue_multiple_place_bar_block", + "Amount_EconomicActivity_GrossDomesticProduction_NAICSAccommodationFoodServices_RealValue_multiple_place_bar_block", + "Amount_EconomicActivity_GrossDomesticProduction_NAICSAdministrativeSupportWasteManagementRemediationServices_RealValue_multiple_place_bar_block", + "Amount_EconomicActivity_GrossDomesticProduction_NAICSAgricultureForestryFishingHunting_RealValue_multiple_place_bar_block", + "Amount_EconomicActivity_GrossDomesticProduction_NAICSArtsEntertainmentRecreation_RealValue_multiple_place_bar_block", + "Amount_EconomicActivity_GrossDomesticProduction_NAICSEducationalServices_RealValue_multiple_place_bar_block", + "Amount_EconomicActivity_GrossDomesticProduction_NAICSFinanceInsurance_RealValue_multiple_place_bar_block", + "Amount_EconomicActivity_GrossDomesticProduction_NAICSHealthCareSocialAssistance_RealValue_multiple_place_bar_block", + "Amount_EconomicActivity_GrossDomesticProduction_NAICSInformation_RealValue_multiple_place_bar_block", + "Amount_EconomicActivity_GrossDomesticProduction_NAICSManagementOfCompaniesEnterprises_RealValue_multiple_place_bar_block", + "Amount_EconomicActivity_GrossDomesticProduction_NAICSMiningQuarryingOilGasExtraction_RealValue_multiple_place_bar_block", + "Amount_EconomicActivity_GrossDomesticProduction_NAICSOtherServices_RealValue_multiple_place_bar_block", + "Amount_EconomicActivity_GrossDomesticProduction_NAICSProfessionalScientificTechnicalServices_RealValue_multiple_place_bar_block", + "Amount_EconomicActivity_GrossDomesticProduction_NAICSRealEstateRentalLeasing_RealValue_multiple_place_bar_block", + "Amount_EconomicActivity_GrossDomesticProduction_NAICSRetailTrade_RealValue_multiple_place_bar_block", + "Amount_EconomicActivity_GrossDomesticProduction_NAICSTransportationWarehousing_RealValue_multiple_place_bar_block" ], - "title": "GDP (Real Value) and Amount of Economic Activity (Real Value): Gross Value Added in United States", - "type": "LINE" + "title": "GDP of the Construction Industry and More in United States (${date})", + "type": "BAR" } ] } ], "denom": "Count_Person", - "title": "Related: GDP (Real Value) and Amount of Economic Activity (Real Value): Gross Value Added" + "title": "Related: GDP of the Construction Industry and More" } ], "statVarSpec": { @@ -698,6 +720,14 @@ "name": "GDP of the Real Estate and Rental and Leasing Industry", "statVar": "Amount_EconomicActivity_GrossDomesticProduction_NAICSRealEstateRentalLeasing_RealValue" }, + "Amount_EconomicActivity_GrossDomesticProduction_NAICSRetailTrade_RealValue_multiple_place_bar_block": { + "name": "Amount of Economic Activity (Real Value): Gross Domestic Production, Retail Trade (NAICS/44-45)", + "statVar": "Amount_EconomicActivity_GrossDomesticProduction_NAICSRetailTrade_RealValue" + }, + "Amount_EconomicActivity_GrossDomesticProduction_NAICSTransportationWarehousing_RealValue_multiple_place_bar_block": { + "name": "Amount of Economic Activity (Real Value): Gross Domestic Production, Transportation And Warehousing (NAICS/48-49)", + "statVar": "Amount_EconomicActivity_GrossDomesticProduction_NAICSTransportationWarehousing_RealValue" + }, "Amount_EconomicActivity_GrossDomesticProduction_NAICSUtilities_RealValue_multiple_place_bar_block": { "name": "GDP of the Utilities Industry", "statVar": "Amount_EconomicActivity_GrossDomesticProduction_NAICSUtilities_RealValue" @@ -718,10 +748,6 @@ "name": "GDP (Real Value)", "statVar": "Amount_EconomicActivity_GrossDomesticProduction_RealValue" }, - "Amount_EconomicActivity_GrossValueAdded_RealValue": { - "name": "Amount of Economic Activity (Real Value): Gross Value Added", - "statVar": "Amount_EconomicActivity_GrossValueAdded_RealValue" - }, "Area_Farm": { "name": "Total Farm Area", "statVar": "Area_Farm" @@ -1210,17 +1236,6 @@ "Amount_EconomicActivity_GrossDomesticProduction_NAICSWholesaleTrade_RealValue" ] }, - "Amount_EconomicActivity_GrossValueAdded_RealValue": { - "isic": [ - "Amount_EconomicActivity_GrossValueAdded_ISICAgricultureHuntingForestryFishing_RealValue", - "Amount_EconomicActivity_GrossValueAdded_ISICConstruction_RealValue", - "Amount_EconomicActivity_GrossValueAdded_ISICManufacturing_RealValue", - "Amount_EconomicActivity_GrossValueAdded_ISICMiningManufacturingUtilities_RealValue", - "Amount_EconomicActivity_GrossValueAdded_ISICOtherActivities_RealValue", - "Amount_EconomicActivity_GrossValueAdded_ISICTransportStorageCommunications_RealValue", - "Amount_EconomicActivity_GrossValueAdded_ISICWholesaleRetailTradeRestaurantsHotels_RealValue" - ] - }, "dc/1wf1h5esex2d": { "establishmentOwnership": [ "dc/n1mgflew2xqm8", diff --git a/server/integration_tests/test_data/demo_feb2023/query_2/chart_config.json b/server/integration_tests/test_data/demo_feb2023/query_2/chart_config.json index 48ccfc7d24..03f9317e6a 100644 --- a/server/integration_tests/test_data/demo_feb2023/query_2/chart_config.json +++ b/server/integration_tests/test_data/demo_feb2023/query_2/chart_config.json @@ -96,68 +96,6 @@ ], "title": "Count of Fire Event in Counties of California" }, - { - "columns": [ - { - "tiles": [ - { - "lineTileSpec": { - "startDate": "2023" - }, - "statVarKey": [ - "Count_WildlandFireEvent_2996752054" - ], - "title": "Count of Wildland Fire Event in California", - "type": "LINE" - } - ] - }, - { - "tiles": [ - { - "description": "Count of Wildland Fire Event in California", - "statVarKey": [ - "Count_WildlandFireEvent" - ], - "title": "Count of Wildland Fire Event in California", - "type": "HIGHLIGHT" - } - ] - } - ], - "title": "Count of Wildland Fire Event" - }, - { - "columns": [ - { - "tiles": [ - { - "rankingTileSpec": { - "rankingCount": 10, - "showHighest": true - }, - "statVarKey": [ - "Count_WildlandFireEvent" - ], - "title": "Count of Wildland Fire Event in Counties of California (${date})", - "type": "RANKING" - } - ] - }, - { - "tiles": [ - { - "statVarKey": [ - "Count_WildlandFireEvent" - ], - "title": "Count of Wildland Fire Event in Counties of California (${date})", - "type": "MAP" - } - ] - } - ], - "title": "Count of Wildland Fire Event in Counties of California" - }, { "columns": [ { @@ -189,132 +127,6 @@ ], "title": "Wildfires" }, - { - "columns": [ - { - "tiles": [ - { - "lineTileSpec": { - "startDate": "2023" - }, - "statVarKey": [ - "Area_WildlandFireEvent_646776027" - ], - "title": "Area of Wildland Fire Event in California", - "type": "LINE" - } - ] - }, - { - "tiles": [ - { - "description": "Area of Wildland Fire Event in California", - "statVarKey": [ - "Area_WildlandFireEvent" - ], - "title": "Area of Wildland Fire Event in California", - "type": "HIGHLIGHT" - } - ] - } - ], - "title": "Area of Wildland Fire Event" - }, - { - "columns": [ - { - "tiles": [ - { - "rankingTileSpec": { - "rankingCount": 10, - "showHighest": true - }, - "statVarKey": [ - "Area_WildlandFireEvent" - ], - "title": "Area of Wildland Fire Event in Counties of California (${date})", - "type": "RANKING" - } - ] - }, - { - "tiles": [ - { - "statVarKey": [ - "Area_WildlandFireEvent" - ], - "title": "Area of Wildland Fire Event in Counties of California (${date})", - "type": "MAP" - } - ] - } - ], - "title": "Area of Wildland Fire Event in Counties of California" - }, - { - "columns": [ - { - "tiles": [ - { - "lineTileSpec": { - "startDate": "2023" - }, - "statVarKey": [ - "Count_PrescribedFireEvent_2996752054" - ], - "title": "Count of Prescribed Fire Event in California", - "type": "LINE" - } - ] - }, - { - "tiles": [ - { - "description": "Count of Prescribed Fire Event in California", - "statVarKey": [ - "Count_PrescribedFireEvent" - ], - "title": "Count of Prescribed Fire Event in California", - "type": "HIGHLIGHT" - } - ] - } - ], - "denom": "Count_Person", - "title": "Count of Prescribed Fire Event" - }, - { - "columns": [ - { - "tiles": [ - { - "rankingTileSpec": { - "rankingCount": 10, - "showHighest": true - }, - "statVarKey": [ - "Count_PrescribedFireEvent" - ], - "title": "Count of Prescribed Fire Event in Counties of California (${date})", - "type": "RANKING" - } - ] - }, - { - "tiles": [ - { - "statVarKey": [ - "Count_PrescribedFireEvent" - ], - "title": "Count of Prescribed Fire Event in Counties of California (${date})", - "type": "MAP" - } - ] - } - ], - "denom": "Count_Person", - "title": "Count of Prescribed Fire Event in Counties of California" - }, { "columns": [ { @@ -353,15 +165,6 @@ "name": "Annual Expected Loss from Natural Hazard Impact: Wildfire", "statVar": "Annual_ExpectedLoss_NaturalHazardImpact_WildfireEvent" }, - "Area_WildlandFireEvent": { - "name": "Area of Wildland Fire Event", - "statVar": "Area_WildlandFireEvent" - }, - "Area_WildlandFireEvent_646776027": { - "facetId": "646776027", - "name": "Area of Wildland Fire Event", - "statVar": "Area_WildlandFireEvent" - }, "Count_FireEvent": { "name": "Count of Fire Event", "statVar": "Count_FireEvent" @@ -371,15 +174,6 @@ "name": "Count of Fire Event", "statVar": "Count_FireEvent" }, - "Count_PrescribedFireEvent": { - "name": "Count of Prescribed Fire Event", - "statVar": "Count_PrescribedFireEvent" - }, - "Count_PrescribedFireEvent_2996752054": { - "facetId": "2996752054", - "name": "Count of Prescribed Fire Event", - "statVar": "Count_PrescribedFireEvent" - }, "Count_WildfireEvent": { "name": "Wildfires", "statVar": "Count_WildfireEvent" @@ -388,15 +182,6 @@ "facetId": "2519150620", "name": "Wildfires", "statVar": "Count_WildfireEvent" - }, - "Count_WildlandFireEvent": { - "name": "Count of Wildland Fire Event", - "statVar": "Count_WildlandFireEvent" - }, - "Count_WildlandFireEvent_2996752054": { - "facetId": "2996752054", - "name": "Count of Wildland Fire Event", - "statVar": "Count_WildlandFireEvent" } } } @@ -1216,13 +1001,6 @@ "Topic" ] }, - { - "dcid": "dc/topic/Earthquake", - "name": "Earthquake", - "types": [ - "Topic" - ] - }, { "dcid": "dc/topic/Avalanche", "name": "Avalanche", diff --git a/server/integration_tests/test_data/detection_api_multivar/comparemalepopulationwithfemalepopulation/debug_info.json b/server/integration_tests/test_data/detection_api_multivar/comparemalepopulationwithfemalepopulation/debug_info.json index aba5931ec3..695134814a 100644 --- a/server/integration_tests/test_data/detection_api_multivar/comparemalepopulationwithfemalepopulation/debug_info.json +++ b/server/integration_tests/test_data/detection_api_multivar/comparemalepopulationwithfemalepopulation/debug_info.json @@ -121,7 +121,7 @@ }, { "CosineScore": [ - 0.917033, + 0.917032, 0.873019 ], "QueryPart": "population female population", diff --git a/server/integration_tests/test_data/e2e_correlation_simple_place/nativebornvs.medianincomeinsunnyvale/chart_config.json b/server/integration_tests/test_data/e2e_correlation_simple_place/nativebornvs.medianincomeinsunnyvale/chart_config.json index 16c878d089..0774396858 100644 --- a/server/integration_tests/test_data/e2e_correlation_simple_place/nativebornvs.medianincomeinsunnyvale/chart_config.json +++ b/server/integration_tests/test_data/e2e_correlation_simple_place/nativebornvs.medianincomeinsunnyvale/chart_config.json @@ -69,7 +69,7 @@ "statVarKey": [ "Count_Person_ForeignBorn" ], - "title": "Population: Foreign Born in Sunnyvale", + "title": "Population: Foreign Born, Foreign Born in Sunnyvale", "type": "LINE" } ] @@ -77,18 +77,18 @@ { "tiles": [ { - "description": "Population: Foreign Born in Sunnyvale", + "description": "Population: Foreign Born, Foreign Born in Sunnyvale", "statVarKey": [ "Count_Person_ForeignBorn" ], - "title": "Population: Foreign Born in Sunnyvale", + "title": "Population: Foreign Born, Foreign Born in Sunnyvale", "type": "HIGHLIGHT" } ] } ], "denom": "Count_Person", - "title": "Population: Foreign Born" + "title": "Population: Foreign Born, Foreign Born" }, { "columns": [ @@ -282,7 +282,7 @@ ], "statVarSpec": { "Count_Person_ForeignBorn": { - "name": "Population: Foreign Born", + "name": "Population: Foreign Born, Foreign Born", "statVar": "Count_Person_ForeignBorn" }, "Count_Person_ForeignBorn_PlaceOfBirthCaribbean": { @@ -367,22 +367,6 @@ } ], "exploreMore": { - "Count_Person_ForeignBorn": { - "age": [ - "Count_Person_15OrMoreYears_ForeignBorn", - "Count_Person_18To24Years_ForeignBorn", - "Count_Person_25To34Years_ForeignBorn", - "Count_Person_35To44Years_ForeignBorn", - "Count_Person_45To54Years_ForeignBorn", - "Count_Person_55To59Years_ForeignBorn", - "Count_Person_5To17Years_ForeignBorn", - "Count_Person_60To61Years_ForeignBorn", - "Count_Person_62To64Years_ForeignBorn", - "Count_Person_65To74Years_ForeignBorn", - "Count_Person_75OrMoreYears_ForeignBorn", - "Count_Person_Upto5Years_ForeignBorn" - ] - }, "Count_Person_ForeignBorn_PlaceOfBirthCaribbean": { "age": [ "Count_Person_18To24Years_ForeignBorn_PlaceOfBirthCaribbean", diff --git a/server/integration_tests/test_data/e2e_date_range/femalepopulationincaliforniacountiesbefore2020/chart_config.json b/server/integration_tests/test_data/e2e_date_range/femalepopulationincaliforniacountiesbefore2020/chart_config.json index 2af3bf0317..c77901e539 100644 --- a/server/integration_tests/test_data/e2e_date_range/femalepopulationincaliforniacountiesbefore2020/chart_config.json +++ b/server/integration_tests/test_data/e2e_date_range/femalepopulationincaliforniacountiesbefore2020/chart_config.json @@ -226,7 +226,7 @@ "endDate": "2019" }, "statVarKey": [ - "Count_Death_Female_1151455814" + "Count_Death_Female_1437305810" ], "title": "Count of Mortality Event: Female in California", "type": "LINE" @@ -921,8 +921,8 @@ } ], "statVarSpec": { - "Count_Death_Female_1151455814": { - "facetId": "1151455814", + "Count_Death_Female_1437305810": { + "facetId": "1437305810", "name": "Count of Mortality Event: Female", "statVar": "Count_Death_Female" }, diff --git a/server/integration_tests/test_data/e2e_date_range/femalepopulationincaliforniasinceapr2019/chart_config.json b/server/integration_tests/test_data/e2e_date_range/femalepopulationincaliforniasinceapr2019/chart_config.json index 41211576d7..a38afa960b 100644 --- a/server/integration_tests/test_data/e2e_date_range/femalepopulationincaliforniasinceapr2019/chart_config.json +++ b/server/integration_tests/test_data/e2e_date_range/femalepopulationincaliforniasinceapr2019/chart_config.json @@ -194,7 +194,7 @@ "startDate": "2019" }, "statVarKey": [ - "Count_Death_Female_1151455814" + "Count_Death_Female_1437305810" ], "title": "Count of Mortality Event: Female in California", "type": "LINE" @@ -893,8 +893,8 @@ "name": "Count of Mortality Event: Female", "statVar": "Count_Death_Female" }, - "Count_Death_Female_1151455814": { - "facetId": "1151455814", + "Count_Death_Female_1437305810": { + "facetId": "1437305810", "name": "Count of Mortality Event: Female", "statVar": "Count_Death_Female" }, diff --git a/server/integration_tests/test_data/e2e_date_range/lifeexpectancyinusstatesinthelast5years/chart_config.json b/server/integration_tests/test_data/e2e_date_range/lifeexpectancyinusstatesinthelast5years/chart_config.json index 36c9afa15b..b9eb098e6d 100644 --- a/server/integration_tests/test_data/e2e_date_range/lifeexpectancyinusstatesinthelast5years/chart_config.json +++ b/server/integration_tests/test_data/e2e_date_range/lifeexpectancyinusstatesinthelast5years/chart_config.json @@ -191,7 +191,7 @@ "startDate": "2019" }, "statVarKey": [ - "Count_Death_1151455814" + "Count_Death_1437305810" ], "title": "Number of Deaths in United States", "type": "LINE" @@ -351,7 +351,7 @@ "startDate": "2019" }, "statVarKey": [ - "Count_Death_Female_1151455814" + "Count_Death_Female_1437305810" ], "title": "Count of Mortality Event: Female in United States", "type": "LINE" @@ -849,8 +849,8 @@ "name": "Infant Mortality Rate", "statVar": "Count_Death_0Years_AsFractionOf_Count_BirthEvent_LiveBirth" }, - "Count_Death_1151455814": { - "facetId": "1151455814", + "Count_Death_1437305810": { + "facetId": "1437305810", "name": "Number of Deaths", "statVar": "Count_Death" }, @@ -936,8 +936,8 @@ "name": "Count of Mortality Event: Female", "statVar": "Count_Death_Female" }, - "Count_Death_Female_1151455814": { - "facetId": "1151455814", + "Count_Death_Female_1437305810": { + "facetId": "1437305810", "name": "Count of Mortality Event: Female", "statVar": "Count_Death_Female" }, diff --git a/server/integration_tests/test_data/e2e_edge_cases2/povertyvs.unemploymentrateindistrictsoftamilnadu/chart_config.json b/server/integration_tests/test_data/e2e_edge_cases2/povertyvs.unemploymentrateindistrictsoftamilnadu/chart_config.json index 2bb5e6b5f5..4283885750 100644 --- a/server/integration_tests/test_data/e2e_edge_cases2/povertyvs.unemploymentrateindistrictsoftamilnadu/chart_config.json +++ b/server/integration_tests/test_data/e2e_edge_cases2/povertyvs.unemploymentrateindistrictsoftamilnadu/chart_config.json @@ -4,35 +4,6 @@ "categories": [ { "blocks": [ - { - "columns": [ - { - "tiles": [ - { - "statVarKey": [ - "Count_Person_BelowPovertyLevelInThePast12Months" - ], - "title": "Population Below Poverty Line in Tamil Nadu", - "type": "LINE" - } - ] - }, - { - "tiles": [ - { - "description": "Population Below Poverty Line in Tamil Nadu", - "statVarKey": [ - "Count_Person_BelowPovertyLevelInThePast12Months" - ], - "title": "Population Below Poverty Line in Tamil Nadu", - "type": "HIGHLIGHT" - } - ] - } - ], - "denom": "Count_Person", - "title": "Population Below Poverty Line" - }, { "columns": [ { @@ -63,10 +34,6 @@ } ], "statVarSpec": { - "Count_Person_BelowPovertyLevelInThePast12Months": { - "name": "Population Below poverty line", - "statVar": "Count_Person_BelowPovertyLevelInThePast12Months" - }, "Count_Person_BelowPovertyLevelInThePast12Months_AsFractionOf_Count_Person": { "name": "Population Below poverty line (Per Capita)", "statVar": "Count_Person_BelowPovertyLevelInThePast12Months_AsFractionOf_Count_Person" @@ -116,23 +83,8 @@ ], "relatedThings": { "childPlaces": {}, - "childTopics": [ - { - "dcid": "dc/topic/PovertyByResidency", - "name": "Poverty by Residency", - "types": [ - "Topic" - ] - } - ], - "exploreMore": { - "Count_Person_BelowPovertyLevelInThePast12Months": { - "placeOfResidenceClassification": [ - "Count_Person_Rural_BelowPovertyLevelInThePast12Months", - "Count_Person_Urban_BelowPovertyLevelInThePast12Months" - ] - } - }, + "childTopics": [], + "exploreMore": {}, "mainTopics": [ { "dcid": "dc/topic/Poverty", diff --git a/server/integration_tests/test_data/e2e_india_demo/howdoesliteracyratecomparetopovertyinindia/chart_config.json b/server/integration_tests/test_data/e2e_india_demo/howdoesliteracyratecomparetopovertyinindia/chart_config.json index 2b904cee2c..bfc7fb1693 100644 --- a/server/integration_tests/test_data/e2e_india_demo/howdoesliteracyratecomparetopovertyinindia/chart_config.json +++ b/server/integration_tests/test_data/e2e_india_demo/howdoesliteracyratecomparetopovertyinindia/chart_config.json @@ -9,85 +9,26 @@ { "tiles": [ { - "scatterTileSpec": { - "highlightTopRight": true + "barTileSpec": { + "maxPlaces": 15, + "maxVariables": 15, + "sort": "DESCENDING" }, - "statVarKey": [ - "Count_Person_Literate_scatter", - "Count_Person_BelowPovertyLevelInThePast12Months_scatter" + "comparisonPlaces": [ + "country/IND" ], - "title": "Population: Literate (${yDate}) Vs. Population Below Poverty Line (${xDate}) in Administrative Area 1 Places of India", - "type": "SCATTER" - } - ] - } - ], - "denom": "Count_Person", - "title": "Population: Literate vs. Population Below poverty line" - }, - { - "columns": [ - { - "tiles": [ - { - "statVarKey": [ - "Count_Person_Literate" - ], - "title": "Population: Literate in Administrative Area 1 Places of India (${date})", - "type": "MAP" - } - ] - }, - { - "tiles": [ - { - "rankingTileSpec": { - "rankingCount": 5, - "showHighestLowest": true - }, "statVarKey": [ - "Count_Person_Literate" + "Count_Person_Literate_multiple_place_bar_block", + "Count_Person_BelowPovertyLevelInThePast12Months_multiple_place_bar_block" ], - "title": "Population: Literate in Administrative Area 1 Places of India (${date})", - "type": "RANKING" + "title": "Population: Literate and Population Below Poverty Line in India (${date})", + "type": "BAR" } ] } ], "denom": "Count_Person", - "title": "Population: Literate in Administrative Area 1 Places of India" - }, - { - "columns": [ - { - "tiles": [ - { - "statVarKey": [ - "Count_Person_BelowPovertyLevelInThePast12Months" - ], - "title": "Population Below Poverty Line in Administrative Area 1 Places of India (${date})", - "type": "MAP" - } - ] - }, - { - "tiles": [ - { - "rankingTileSpec": { - "rankingCount": 5, - "showHighestLowest": true - }, - "statVarKey": [ - "Count_Person_BelowPovertyLevelInThePast12Months" - ], - "title": "Population Below Poverty Line in Administrative Area 1 Places of India (${date})", - "type": "RANKING" - } - ] - } - ], - "denom": "Count_Person", - "title": "Population Below Poverty Line in Administrative Area 1 Places of India" + "title": "Population: Literate and Population Below Poverty Line" }, { "columns": [ @@ -198,28 +139,60 @@ { "tiles": [ { - "scatterTileSpec": { - "highlightTopRight": true + "statVarKey": [ + "Count_Person_Literate" + ], + "title": "Population: Literate in Administrative Area 1 Places of India (${date})", + "type": "MAP" + } + ] + }, + { + "tiles": [ + { + "rankingTileSpec": { + "rankingCount": 5, + "showHighestLowest": true }, "statVarKey": [ - "Count_Person_Illiterate_scatter", - "Count_Person_BelowPovertyLevelInThePast12Months_scatter" + "Count_Person_Literate" ], - "title": "Population: Illiterate (${yDate}) Vs. Population Below Poverty Line (${xDate}) in Administrative Area 1 Places of India", - "type": "SCATTER" + "title": "Population: Literate in Administrative Area 1 Places of India (${date})", + "type": "RANKING" + } + ] + } + ], + "title": "Population: Literate in Administrative Area 1 Places of India" + }, + { + "columns": [ + { + "tiles": [ + { + "barTileSpec": { + "maxPlaces": 15, + "maxVariables": 15, + "sort": "DESCENDING" + }, + "comparisonPlaces": [ + "country/IND" + ], + "statVarKey": [ + "Count_Person_Illiterate_multiple_place_bar_block", + "Count_Person_BelowPovertyLevelInThePast12Months_multiple_place_bar_block" + ], + "title": "Population: Illiterate and Population Below Poverty Line in India (${date})", + "type": "BAR" } ] } ], "denom": "Count_Person", - "title": "Population: Illiterate vs. Population Below poverty line" + "title": "Population: Illiterate and Population Below Poverty Line" } ], "statVarSpec": { - "Count_Person_BelowPovertyLevelInThePast12Months": { - "name": "Population Below poverty line", - "statVar": "Count_Person_BelowPovertyLevelInThePast12Months" - }, "Count_Person_BelowPovertyLevelInThePast12Months_AsFractionOf_Count_Person": { "name": "Population Below poverty line (Per Capita)", "statVar": "Count_Person_BelowPovertyLevelInThePast12Months_AsFractionOf_Count_Person" @@ -229,7 +202,7 @@ "noPerCapita": true, "statVar": "Count_Person_BelowPovertyLevelInThePast12Months_AsFractionOf_Count_Person" }, - "Count_Person_BelowPovertyLevelInThePast12Months_scatter": { + "Count_Person_BelowPovertyLevelInThePast12Months_multiple_place_bar_block": { "name": "Population Below poverty line", "statVar": "Count_Person_BelowPovertyLevelInThePast12Months" }, @@ -237,6 +210,10 @@ "name": "Population: Illiterate", "statVar": "Count_Person_Illiterate" }, + "Count_Person_Illiterate_multiple_place_bar_block": { + "name": "Population: Illiterate", + "statVar": "Count_Person_Illiterate" + }, "Count_Person_Illiterate_scatter": { "name": "Population: Illiterate", "statVar": "Count_Person_Illiterate" @@ -245,6 +222,10 @@ "name": "Population: Literate", "statVar": "Count_Person_Literate" }, + "Count_Person_Literate_multiple_place_bar_block": { + "name": "Population: Literate", + "statVar": "Count_Person_Literate" + }, "Count_Person_Literate_scatter": { "name": "Population: Literate", "statVar": "Count_Person_Literate" diff --git a/server/integration_tests/test_data/e2e_india_demo/whichstatesinindiahavethehighestpovertylevelspercapita/chart_config.json b/server/integration_tests/test_data/e2e_india_demo/whichstatesinindiahavethehighestpovertylevelspercapita/chart_config.json index af075076f7..132c3dc4af 100644 --- a/server/integration_tests/test_data/e2e_india_demo/whichstatesinindiahavethehighestpovertylevelspercapita/chart_config.json +++ b/server/integration_tests/test_data/e2e_india_demo/whichstatesinindiahavethehighestpovertylevelspercapita/chart_config.json @@ -4,39 +4,6 @@ "categories": [ { "blocks": [ - { - "columns": [ - { - "tiles": [ - { - "rankingTileSpec": { - "rankingCount": 10, - "showHighest": true - }, - "statVarKey": [ - "Count_Person_BelowPovertyLevelInThePast12Months" - ], - "title": "Population Below Poverty Line in Administrative Area 1 Places of India (${date})", - "type": "RANKING" - } - ] - }, - { - "tiles": [ - { - "statVarKey": [ - "Count_Person_BelowPovertyLevelInThePast12Months" - ], - "title": "Population Below Poverty Line in Administrative Area 1 Places of India (${date})", - "type": "MAP" - } - ] - } - ], - "denom": "Count_Person", - "startWithDenom": true, - "title": "Population Below Poverty Line in Administrative Area 1 Places of India" - }, { "columns": [ { @@ -126,72 +93,6 @@ ], "title": "Population Below Poverty Line (Per Capita)" }, - { - "columns": [ - { - "tiles": [ - { - "rankingTileSpec": { - "rankingCount": 10, - "showHighest": true - }, - "statVarKey": [ - "Count_Person_Rural_BelowPovertyLevelInThePast12Months" - ], - "title": "Rural Residents, Below Poverty Line in Administrative Area 1 Places of India (${date})", - "type": "RANKING" - } - ] - }, - { - "tiles": [ - { - "statVarKey": [ - "Count_Person_Rural_BelowPovertyLevelInThePast12Months" - ], - "title": "Rural Residents, Below Poverty Line in Administrative Area 1 Places of India (${date})", - "type": "MAP" - } - ] - } - ], - "denom": "Count_Person", - "startWithDenom": true, - "title": "Rural Residents, Below Poverty Line in Administrative Area 1 Places of India" - }, - { - "columns": [ - { - "tiles": [ - { - "rankingTileSpec": { - "rankingCount": 10, - "showHighest": true - }, - "statVarKey": [ - "Count_Person_Urban_BelowPovertyLevelInThePast12Months" - ], - "title": "Urban Residents, Below Poverty Line in Administrative Area 1 Places of India (${date})", - "type": "RANKING" - } - ] - }, - { - "tiles": [ - { - "statVarKey": [ - "Count_Person_Urban_BelowPovertyLevelInThePast12Months" - ], - "title": "Urban Residents, Below Poverty Line in Administrative Area 1 Places of India (${date})", - "type": "MAP" - } - ] - } - ], - "denom": "Count_Person", - "startWithDenom": true, - "title": "Urban Residents, Below Poverty Line in Administrative Area 1 Places of India" - }, { "columns": [ { diff --git a/server/integration_tests/test_data/e2e_single_date/lifeexpectancyinusstatesin2018/chart_config.json b/server/integration_tests/test_data/e2e_single_date/lifeexpectancyinusstatesin2018/chart_config.json index 0dcbadae0c..fc39c49ae0 100644 --- a/server/integration_tests/test_data/e2e_single_date/lifeexpectancyinusstatesin2018/chart_config.json +++ b/server/integration_tests/test_data/e2e_single_date/lifeexpectancyinusstatesin2018/chart_config.json @@ -191,7 +191,7 @@ "highlightDate": "2018" }, "statVarKey": [ - "Count_Death_2018_1151455814" + "Count_Death_2018_1437305810" ], "title": "Number of Deaths in United States", "type": "LINE" @@ -351,7 +351,7 @@ "highlightDate": "2018" }, "statVarKey": [ - "Count_Death_Female_2018_1151455814" + "Count_Death_Female_2018_1437305810" ], "title": "Count of Mortality Event: Female in United States", "type": "LINE" @@ -852,9 +852,9 @@ "name": "Number of Deaths", "statVar": "Count_Death" }, - "Count_Death_2018_1151455814": { + "Count_Death_2018_1437305810": { "date": "2018", - "facetId": "1151455814", + "facetId": "1437305810", "name": "Number of Deaths", "statVar": "Count_Death" }, @@ -960,9 +960,9 @@ "name": "Count of Mortality Event: Female", "statVar": "Count_Death_Female" }, - "Count_Death_Female_2018_1151455814": { + "Count_Death_Female_2018_1437305810": { "date": "2018", - "facetId": "1151455814", + "facetId": "1437305810", "name": "Count of Mortality Event: Female", "statVar": "Count_Death_Female" }, diff --git a/server/integration_tests/test_data/e2e_single_date/populationintheusinthelastyear/chart_config.json b/server/integration_tests/test_data/e2e_single_date/populationintheusinthelastyear/chart_config.json index 6399b25bc3..7356a7892f 100644 --- a/server/integration_tests/test_data/e2e_single_date/populationintheusinthelastyear/chart_config.json +++ b/server/integration_tests/test_data/e2e_single_date/populationintheusinthelastyear/chart_config.json @@ -916,7 +916,7 @@ "startDate": "2023" }, "statVarKey": [ - "Count_Death_1151455814" + "Count_Death_1437305810" ], "title": "Number of Deaths in United States", "type": "LINE" @@ -977,8 +977,8 @@ "name": "Number of Deaths", "statVar": "Count_Death" }, - "Count_Death_1151455814": { - "facetId": "1151455814", + "Count_Death_1437305810": { + "facetId": "1437305810", "name": "Number of Deaths", "statVar": "Count_Death" }, diff --git a/server/integration_tests/test_data/e2e_toolformer_rag_mode/foreignbornvs.nativeborninsunnyvale/chart_config.json b/server/integration_tests/test_data/e2e_toolformer_rag_mode/foreignbornvs.nativeborninsunnyvale/chart_config.json index 6c6fac6795..7a71f6bcfa 100644 --- a/server/integration_tests/test_data/e2e_toolformer_rag_mode/foreignbornvs.nativeborninsunnyvale/chart_config.json +++ b/server/integration_tests/test_data/e2e_toolformer_rag_mode/foreignbornvs.nativeborninsunnyvale/chart_config.json @@ -494,7 +494,7 @@ "statVar": "Count_Person_5OrMoreYears_SpanishSpokenAtHome_ForeignBorn" }, "Count_Person_ForeignBorn": { - "name": "Population: Foreign Born", + "name": "Population: Foreign Born, Foreign Born", "statVar": "Count_Person_ForeignBorn" }, "Count_Person_ForeignBorn_PlaceOfBirthCaribbean_multiple_place_bar_block": { @@ -671,26 +671,6 @@ "dc/ves02m300f6lc" ] }, - "Count_Person_ForeignBorn": { - "age": [ - "Count_Person_15OrMoreYears_ForeignBorn", - "Count_Person_18To24Years_ForeignBorn", - "Count_Person_25To34Years_ForeignBorn", - "Count_Person_35To44Years_ForeignBorn", - "Count_Person_45To54Years_ForeignBorn", - "Count_Person_55To59Years_ForeignBorn", - "Count_Person_5To17Years_ForeignBorn", - "Count_Person_60To61Years_ForeignBorn", - "Count_Person_62To64Years_ForeignBorn", - "Count_Person_65To74Years_ForeignBorn", - "Count_Person_75OrMoreYears_ForeignBorn", - "Count_Person_Upto5Years_ForeignBorn" - ], - "incomeStatus": [ - "dc/dyhxtqe2pxhl5", - "dc/gvnh5cpl9h1rf" - ] - }, "Count_Person_ForeignBorn_PlaceOfBirthCaribbean": { "age": [ "Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean", diff --git a/server/integration_tests/test_data/international/query_1/chart_config.json b/server/integration_tests/test_data/international/query_1/chart_config.json index 36d98e9cde..9776801fe8 100644 --- a/server/integration_tests/test_data/international/query_1/chart_config.json +++ b/server/integration_tests/test_data/international/query_1/chart_config.json @@ -446,34 +446,6 @@ "denom": "Count_Person", "title": "Population: Male, Rural" }, - { - "columns": [ - { - "tiles": [ - { - "statVarKey": [ - "UnemploymentRate_Person_Rural" - ], - "title": "Unemployment Rate: Rural in India", - "type": "LINE" - } - ] - }, - { - "tiles": [ - { - "description": "Unemployment Rate: Rural in India", - "statVarKey": [ - "UnemploymentRate_Person_Rural" - ], - "title": "Unemployment Rate: Rural in India", - "type": "HIGHLIGHT" - } - ] - } - ], - "title": "Unemployment Rate: Rural" - }, { "columns": [ { @@ -723,6 +695,56 @@ ], "denom": "Count_Person", "title": "Population: 6 Years or Less, Rural, Christianity" + }, + { + "columns": [ + { + "tiles": [ + { + "rankingTileSpec": { + "rankingCount": 10, + "showHighest": true + }, + "statVarKey": [ + "indianCensus/Count_Person_Religion_Muslim_Rural" + ], + "title": "Population: Rural, Islam in Administrative Area 2 Places of India (${date})", + "type": "RANKING" + } + ] + }, + { + "tiles": [ + { + "statVarKey": [ + "indianCensus/Count_Person_Religion_Muslim_Rural" + ], + "title": "Population: Rural, Islam in Administrative Area 2 Places of India (${date})", + "type": "MAP" + } + ] + } + ], + "denom": "Count_Person", + "title": "Population: Rural, Islam in Administrative Area 2 Places of India" + }, + { + "columns": [ + { + "tiles": [ + { + "description": "Population: Rural, Islam in India", + "statVarKey": [ + "indianCensus/Count_Person_Religion_Muslim_Rural" + ], + "title": "Population: Rural, Islam in India", + "type": "HIGHLIGHT" + } + ] + } + ], + "denom": "Count_Person", + "title": "Population: Rural, Islam" } ], "statVarSpec": { @@ -774,10 +796,6 @@ "name": "Population: Rural, Worker", "statVar": "Count_Person_Workers_Rural" }, - "UnemploymentRate_Person_Rural": { - "name": "Unemployment Rate: Rural", - "statVar": "UnemploymentRate_Person_Rural" - }, "indianCensus/Count_Person_Religion_Christian_Rural": { "name": "Population: Rural, Christianity", "statVar": "indianCensus/Count_Person_Religion_Christian_Rural" @@ -785,6 +803,10 @@ "indianCensus/Count_Person_Religion_Christian_YearsUpto6_Rural": { "name": "Population: 6 Years or Less, Rural, Christianity", "statVar": "indianCensus/Count_Person_Religion_Christian_YearsUpto6_Rural" + }, + "indianCensus/Count_Person_Religion_Muslim_Rural": { + "name": "Population: Rural, Islam", + "statVar": "indianCensus/Count_Person_Religion_Muslim_Rural" } } } @@ -1188,17 +1210,15 @@ "Count_Person_Illiterate_Rural", "Count_Person_Literate_Rural" ], + "religion": [ + "indianCensus/Count_Person_Religion_Christian_Rural", + "indianCensus/Count_Person_Religion_Muslim_Rural" + ], "workerStatus": [ "Count_Person_NonWorker_Rural", "Count_Person_Workers_Rural" ] }, - "UnemploymentRate_Person_Rural": { - "gender": [ - "UnemploymentRate_Person_Rural_Female", - "UnemploymentRate_Person_Rural_Male" - ] - }, "indianCensus/Count_Person_Religion_Christian_YearsUpto6_Rural": { "gender": [ "indianCensus/Count_Person_Religion_Christian_YearsUpto6_Rural_Female", diff --git a/server/integration_tests/test_data/international/query_5/chart_config.json b/server/integration_tests/test_data/international/query_5/chart_config.json index c69e64d436..4cca1c4149 100644 --- a/server/integration_tests/test_data/international/query_5/chart_config.json +++ b/server/integration_tests/test_data/international/query_5/chart_config.json @@ -512,13 +512,6 @@ "types": [ "Topic" ] - }, - { - "dcid": "dc/topic/Earthquake", - "name": "Earthquake", - "types": [ - "Topic" - ] } ] }, diff --git a/server/integration_tests/test_data/place_detection_e2e_dc/query_5/chart_config.json b/server/integration_tests/test_data/place_detection_e2e_dc/query_5/chart_config.json index f7d678f0b5..5555be9a19 100644 --- a/server/integration_tests/test_data/place_detection_e2e_dc/query_5/chart_config.json +++ b/server/integration_tests/test_data/place_detection_e2e_dc/query_5/chart_config.json @@ -142,7 +142,7 @@ "statVarKey": [ "Count_Person_ForeignBorn" ], - "title": "Population: Foreign Born in Mexico City", + "title": "Population: Foreign Born, Foreign Born in Mexico City", "type": "LINE" } ] @@ -150,11 +150,11 @@ { "tiles": [ { - "description": "Population: Foreign Born in Mexico City", + "description": "Population: Foreign Born, Foreign Born in Mexico City", "statVarKey": [ "Count_Person_ForeignBorn" ], - "title": "Population: Foreign Born in Mexico City", + "title": "Population: Foreign Born, Foreign Born in Mexico City", "type": "HIGHLIGHT" } ] @@ -206,7 +206,7 @@ "statVar": "Count_Person_Female" }, "Count_Person_ForeignBorn": { - "name": "Population: Foreign Born", + "name": "Population: Foreign Born, Foreign Born", "statVar": "Count_Person_ForeignBorn" }, "Count_Person_Male": { diff --git a/shared/lib/gcs.py b/shared/lib/gcs.py index bb9b263e3f..368105c78f 100644 --- a/shared/lib/gcs.py +++ b/shared/lib/gcs.py @@ -70,8 +70,7 @@ def download_blob(bucket_name: str, local_file_path = os.path.join(local_path, relative_path) # Create the directory if it doesn't exist. local_dir = os.path.dirname(local_file_path) - if not os.path.exists(local_dir): - os.makedirs(local_dir) + os.makedirs(local_dir, exist_ok=True) # Download the file. blob.download_to_filename(local_file_path) count += 1 From 1202443edae3ae62e982bb00d19c42a572ca74b0 Mon Sep 17 00:00:00 2001 From: Gabriel Mechali Date: Fri, 13 Dec 2024 14:26:13 -0500 Subject: [PATCH 28/31] Place revamp - minor bug fixes (#4792) Sorts the parent places according to the parent place type in both old and new place page. Before: https://screenshot.googleplex.com/73zetb4iETK6D7p After: https://screenshot.googleplex.com/4KQ4baSMN64ZNS6 Adds source tile to the bottom of the key demographics in the overview: https://screenshot.googleplex.com/57gfbASDD62Jx5y Replaces the source tile from "Source" to "Sources" when there are multiple. Before: https://screenshot.googleplex.com/8i94e76fpnWRStE After: https://screenshot.googleplex.com/HfKwv3zrbDsHxK9 --- server/routes/dev_place/utils.py | 13 +++++++++++-- server/routes/place/html.py | 15 +++++++++++++-- static/css/place/dev_place_page.scss | 6 ++++-- static/js/place/dev_place_main.tsx | 20 +++++++++++++++++++- static/js/utils/tile_utils.tsx | 3 ++- 5 files changed, 49 insertions(+), 8 deletions(-) diff --git a/server/routes/dev_place/utils.py b/server/routes/dev_place/utils.py index bf7cc0f84e..08282abae4 100644 --- a/server/routes/dev_place/utils.py +++ b/server/routes/dev_place/utils.py @@ -27,7 +27,7 @@ from server.services import datacommons as dc # Parent place types to include in listing of containing places at top of page -PARENT_PLACE_TYPES_TO_HIGHLIGHT = { +PARENT_PLACE_TYPES_TO_HIGHLIGHT = [ 'County', 'AdministrativeArea2', 'EurostatNUTS2', @@ -36,7 +36,7 @@ 'EurostatNUTS1', 'Country', 'Continent', -} +] def get_place_html_link(place_dcid: str, place_name: str) -> str: @@ -95,6 +95,15 @@ def get_place_type_with_parent_places_links(dcid: str) -> str: if parent.types in PARENT_PLACE_TYPES_TO_HIGHLIGHT ] + # Create a dictionary mapping parent types to their order in the highlight list + type_order = { + parent_type: i + for i, parent_type in enumerate(PARENT_PLACE_TYPES_TO_HIGHLIGHT) + } + + # Sort the parents_to_include list using the type_order dictionary + parents_to_include.sort(key=lambda parent: type_order.get(parent.types)) + # Fetch the localized names of the parents parent_dcids = [parent.dcid for parent in parents_to_include] localized_names = place_api.get_i18n_name(parent_dcids) diff --git a/server/routes/place/html.py b/server/routes/place/html.py index e5d82e215a..9d3ec2c87e 100644 --- a/server/routes/place/html.py +++ b/server/routes/place/html.py @@ -61,7 +61,8 @@ PLACE_SUMMARY_DIR = "/datacommons/place-summary/" # Parent place types to include in listing of containing places at top of page -PARENT_PLACE_TYPES_TO_HIGHLIGHT = { +# Keep sorted! +PARENT_PLACE_TYPES_TO_HIGHLIGHT = [ 'County', 'AdministrativeArea2', 'EurostatNUTS2', @@ -70,7 +71,7 @@ 'EurostatNUTS1', 'Country', 'Continent', -} +] # Location of manually written templates for SEO experimentation in GCS bucket SEO_EXPERIMENT_HTML_GCS_DIR = "seo_experiments/active" @@ -222,6 +223,16 @@ def get_place_type_with_parent_places_links(dcid: str) -> str: parent for parent in all_parents if parent['type'] in PARENT_PLACE_TYPES_TO_HIGHLIGHT ] + + # Create a dictionary mapping parent types to their order in the highlight list + type_order = { + parent_type: i + for i, parent_type in enumerate(PARENT_PLACE_TYPES_TO_HIGHLIGHT) + } + + # Sort the parents_to_include list using the type_order dictionary + parents_to_include.sort(key=lambda parent: type_order.get(parent['type'])) + parent_dcids = [parent['dcid'] for parent in parents_to_include] localized_names = place_api.get_i18n_name(parent_dcids) places_with_names = [ diff --git a/static/css/place/dev_place_page.scss b/static/css/place/dev_place_page.scss index c69a9c2168..03d3d94596 100644 --- a/static/css/place/dev_place_page.scss +++ b/static/css/place/dev_place_page.scss @@ -19,6 +19,8 @@ @use "../base.scss"; @use "../explore"; +@import "../shared/tiles.scss"; + // Left/right spacing shared across elements to ensure all text on the page // is left-justified to the same visual line, including the NL search bar text $text-alignment-spacing: 24px; @@ -94,7 +96,7 @@ main { } .summary-text { color: var(--gm-3-ref-neutral-neutral-20); - font-size: 14px; + font-size: 5px; font-style: normal; font-weight: 400; line-height: 20px; @@ -130,7 +132,7 @@ main { } a { - font-size: 14px; + font-size: 55px; font-style: normal; font-weight: 500; line-height: 20px; diff --git a/static/js/place/dev_place_main.tsx b/static/js/place/dev_place_main.tsx index 7a27477322..e8f8ba7983 100644 --- a/static/js/place/dev_place_main.tsx +++ b/static/js/place/dev_place_main.tsx @@ -21,7 +21,7 @@ import { RelatedPlacesApiResponse, } from "@datacommonsorg/client/dist/data_commons_web_client_types"; import _ from "lodash"; -import React, { useEffect, useState } from "react"; +import React, { useEffect, useRef, useState } from "react"; import { RawIntlProvider } from "react-intl"; import { GoogleMap } from "../components/google_map"; @@ -37,6 +37,7 @@ import { defaultDataCommonsClient, defaultDataCommonsWebClient, } from "../utils/data_commons_client"; +import { TileSources } from "../utils/tile_utils"; import { isPlaceContainedInUsa } from "./util"; /** @@ -309,6 +310,7 @@ const PlaceTopicTabs = ({ const PlaceOverviewTable = (props: { placeDcid: string }) => { const { placeDcid } = props; const [dataRows, setDataRows] = useState([]); + const containerRef = useRef(null); // Fetch key demographic statistics for the place when it changes useEffect(() => { (async () => { @@ -329,6 +331,11 @@ const PlaceOverviewTable = (props: { placeDcid: string }) => { if (!dataRows) { return null; } + const sourceUrls = new Set( + dataRows.map((dataRow) => { + return dataRow.variable.observation.metadata.provenanceUrl; + }) + ); return (
    - {c.AggCosineScore}{" "} + {c.AggCosineScore} {c.AggCosineScore > maxMonovarScore ? " (> best single var)" : ""} @@ -174,11 +172,14 @@ export interface DebugInfoProps { queryResult: QueryResult; } -export function DebugInfo(props: DebugInfoProps): JSX.Element { +export function DebugInfo(props: DebugInfoProps): ReactElement { const debugParam = queryString.parse(window.location.hash)[DEBUG_PARAM]; const hideDebug = - document.getElementById("metadata").dataset.hideDebug === "True" && - !debugParam; + !document.getElementById("metadata") || + !document.getElementById("metadata").dataset || + (document.getElementById("metadata").dataset.hideDebug !== "False" && + !debugParam); + const [isCollapsed, setIsCollapsed] = useState(true); const [showDebug, setShowDebug] = useState(false); @@ -219,277 +220,311 @@ export function DebugInfo(props: DebugInfoProps): JSX.Element { counters: props.debugData["counters"], }; - const toggleShowDebug = () => { + const toggleShowDebug = (): void => { setShowDebug(!showDebug); }; return ( <> - {!showDebug && ( - - bug_report - - )} + + bug_report + {showDebug && ( -
    - - X - - - DEBUGGING OPTIONS/INFO: -

    -
    - - Execution Status: {" "} - {debugInfo.status} - - - Detection Type: - {debugInfo.detectionType} - - - Place Detection Type: {" "} - - {debugInfo.placeDetectionType.toUpperCase()} - - - - Original Query: - {debugInfo.originalQuery} - - - Blocked:{" "} - {debugInfo.blocked.toString()} - - - Query index types: - - {debugInfo.queryIndexTypes.join(", ")} - - - - Query without places: - {debugInfo.queryWithoutPlaces} - - - Query without stop words: - - {debugInfo.queryWithoutStopWords || ""} - - - - Place Detection: - - -
    @@ -357,6 +364,17 @@ const PlaceOverviewTable = (props: { placeDcid: string }) => { ); })} + {dataRows && ( + + + + + + )}
    +
    + +
    +
    ); diff --git a/static/js/utils/tile_utils.tsx b/static/js/utils/tile_utils.tsx index 373c41f348..a1fbe30124 100644 --- a/static/js/utils/tile_utils.tsx +++ b/static/js/utils/tile_utils.tsx @@ -380,7 +380,8 @@ export function TileSources(props: { }); return (
    - Source: {sourcesJsx} + {sourcesJsx.length > 1 ? "Sources" : "Source"}:{" "} + {sourcesJsx} {statVarSpecs && statVarSpecs.length > 0 && ( <> From 97873c0537aa3a1a1e1a362410ddf98c1857137d Mon Sep 17 00:00:00 2001 From: Dan Noble Date: Fri, 13 Dec 2024 14:45:35 -0500 Subject: [PATCH 29/31] Fixed sanity test issue to account for homepage redesign (#4794) The sanity tests started failing after [migrating the homepage to use emotion](https://github.com/datacommonsorg/website/pull/4756) * Added validation to run_website_sanity.sh to error gracefully if no $domain arg is passed in * Allow setting the protocol along with $domain arg to allow testing from localhost * Added `data-testid` attribute to LinkChip, LinkBox, and QueryLink element to allow test cases to select dom elements without a fixed class name * Updated sanity.py test to use `data-testid` attribute to select elements --- run_website_sanity.sh | 16 +++++++++- server/webdriver/tests/standalone/sanity.py | 30 +++++++------------ .../explore_landing/components/query_link.tsx | 6 +++- .../homepage/components/sample_questions.tsx | 3 +- static/js/components/elements/link_box.tsx | 5 +++- static/js/components/elements/link_chip.tsx | 1 + 6 files changed, 37 insertions(+), 24 deletions(-) diff --git a/run_website_sanity.sh b/run_website_sanity.sh index bf6af0e529..83e3b1caeb 100755 --- a/run_website_sanity.sh +++ b/run_website_sanity.sh @@ -17,8 +17,22 @@ set -e # DC Instance domain like: "dev.datacommons.org", "datacommons.org" domain=$1 +# Check if the domain is set +if [[ -z "$domain" ]]; then + echo "Error: Domain is not set." + echo "Usage: $0 [NO_PIP]" + echo "Example: $0 autopush.datacommons.org" + exit 1 +fi + +# Prepend https:// if no protocol is specified +if [[ ! "$domain" =~ ^http:// && ! "$domain" =~ ^https:// ]]; then + domain="https://$domain" +fi + echo "Domain: $domain" +# Set to true if you don't want to install the dependencies NO_PIP=$2 export FLASK_ENV=webdriver @@ -32,6 +46,6 @@ if [[ $NO_PIP != "true" ]]; then fi date_str=$(TZ="America/Los_Angeles" date +"%Y_%m_%d_%H_%M_%S") -python3 server/webdriver/tests/standalone/sanity.py --mode=home --url="https://$domain" +python3 server/webdriver/tests/standalone/sanity.py --mode=home --url="$domain" gsutil cp ./output/*.csv gs://datcom-website-sanity/$domain/$date_str/ rm ./output/*.csv diff --git a/server/webdriver/tests/standalone/sanity.py b/server/webdriver/tests/standalone/sanity.py index e0d9514356..b002bd9d3c 100644 --- a/server/webdriver/tests/standalone/sanity.py +++ b/server/webdriver/tests/standalone/sanity.py @@ -145,7 +145,8 @@ def home(self, page: WebPage): time.sleep(1) # topic items - topic_items = find_elems(self.driver, By.CLASS_NAME, "chip-item") + topic_items = find_elems(self.driver, By.CSS_SELECTOR, + '[data-testid^="chip-item-"]') if topic_items is None or len(topic_items) == 0: self.add_result(fail_result(page, start, "No topic items.")) return @@ -171,7 +172,8 @@ def home(self, page: WebPage): )) # question items - question_items = find_elems(self.driver, By.CLASS_NAME, "question-item") + question_items = find_elems(self.driver, By.CSS_SELECTOR, + '[data-testid^="question-item-"]') if question_items is None or len(question_items) == 0: self.add_result(fail_result(page, start, "No question items.")) return @@ -215,32 +217,20 @@ def explore_landing(self, page: WebPage): page.title = self.driver.title if page.title is None else page.title - # topics - topics = find_elems(self.driver, By.CLASS_NAME, "item-list-text") - if topics is None or len(topics) == 0: - self.add_result(fail_result(page, start, "No topics.")) - return - # queries - queries_parent = find_elem( - self.driver, - By.CSS_SELECTOR, - "#dc-explore-landing > div > div > div.topic-container > div.topic-queries", - ) - if queries_parent is None: - self.add_result(fail_result(page, start, "No queries.")) - return - queries = find_elems(queries_parent, By.TAG_NAME, "a") + queries = find_elems(self.driver, By.CSS_SELECTOR, + '[data-testid^="query-link-"]') if queries is None or len(queries) == 0: - self.add_result(fail_result(page, start, "No queries.")) + self.add_result( + fail_result(page, start, + "No query links found in explore landing page.")) return # Pass self.add_result(pass_result(page, start)) - explore_links = topics + queries explore_pages = [] - for link in explore_links: + for link in queries: explore_pages.append( WebPage( PageType.EXPLORE, diff --git a/static/js/apps/explore_landing/components/query_link.tsx b/static/js/apps/explore_landing/components/query_link.tsx index d8215561f4..9c53669061 100644 --- a/static/js/apps/explore_landing/components/query_link.tsx +++ b/static/js/apps/explore_landing/components/query_link.tsx @@ -42,5 +42,9 @@ export function QueryLink(props: QueryLinkProps): ReactElement { // NL url += `&q=${encodeURIComponent(query.title)}&a=True`; } - return {query.title}; + return ( + + {query.title} + + ); } diff --git a/static/js/apps/homepage/components/sample_questions.tsx b/static/js/apps/homepage/components/sample_questions.tsx index bf983fd539..86a3ee4b83 100644 --- a/static/js/apps/homepage/components/sample_questions.tsx +++ b/static/js/apps/homepage/components/sample_questions.tsx @@ -118,13 +118,14 @@ export const SampleQuestions = ({ gap: ${theme.spacing.lg}px; `} > - {randomQuestions.map((question) => ( + {randomQuestions.map((question, questionIndex) => ( ))}
    diff --git a/static/js/components/elements/link_box.tsx b/static/js/components/elements/link_box.tsx index e3f02e1d7f..93fb47c5f1 100644 --- a/static/js/components/elements/link_box.tsx +++ b/static/js/components/elements/link_box.tsx @@ -50,6 +50,8 @@ interface LinkBoxProps { category?: string; //the section gives location of the chip component in order to give context for the GA event section?: string; + //the data-testid for the link box + dataTestId?: string; } export const LinkBox = ({ @@ -57,6 +59,7 @@ export const LinkBox = ({ link, category, section = "", + dataTestId, }: LinkBoxProps): ReactElement => { const theme = useTheme(); @@ -95,7 +98,7 @@ export const LinkBox = ({ `; return ( -
    +
    { diff --git a/static/js/components/elements/link_chip.tsx b/static/js/components/elements/link_chip.tsx index 1e0577fd27..bc172c7345 100644 --- a/static/js/components/elements/link_chip.tsx +++ b/static/js/components/elements/link_chip.tsx @@ -101,6 +101,7 @@ export const LinkChip = ({ css={css` display: block; `} + data-testid={`chip-item-${linkChip.id}`} > Date: Fri, 13 Dec 2024 16:07:47 -0500 Subject: [PATCH 30/31] Moving place revamp test to Base DC only. (#4797) The revampled place page experiment should not be tested against CDC autopush. Extracting that test back out to the Based DC tests only. Once the revampled place page is fully enabled, we should update all the place page tests to be for the new page. --- .../shared_tests/place_explorer_test.py | 28 +---------------- server/webdriver/tests/place_explorer_test.py | 30 +++++++++++++++++++ 2 files changed, 31 insertions(+), 27 deletions(-) diff --git a/server/webdriver/shared_tests/place_explorer_test.py b/server/webdriver/shared_tests/place_explorer_test.py index 988474e86b..c32c276624 100644 --- a/server/webdriver/shared_tests/place_explorer_test.py +++ b/server/webdriver/shared_tests/place_explorer_test.py @@ -288,30 +288,4 @@ def test_ranking_chart_redirect_link(self): # Check the title text page_title = self.driver.find_element(By.ID, 'place-name').text - self.assertEqual(page_title, place_name_text) - - def test_dev_place_overview_california(self): - """Ensure experimental dev place page content loads""" - self.driver.get(self.url_ + '/place/geoId/06?force_dev_places=true') - - # For the dev place page, the related places callout is under the - # .related-places-callout div. - related_places_callout_el_present = EC.presence_of_element_located( - (By.CLASS_NAME, 'related-places-callout')) - related_places_callout_el = WebDriverWait( - self.driver, self.TIMEOUT_SEC).until(related_places_callout_el_present) - self.assertEqual(related_places_callout_el.text, 'Places in California') - - # Assert the "Download" link is present in charts - download_link_present = EC.presence_of_element_located( - (By.CLASS_NAME, 'download-outlink')) - download_link_el = WebDriverWait( - self.driver, self.TIMEOUT_SEC).until(download_link_present) - self.assertTrue('Download' in download_link_el.text) - - # Assert the "Explore in ... Tool" link is present in charts - explore_in_link_present = EC.presence_of_element_located( - (By.CLASS_NAME, 'explore-in-outlink')) - explore_in_link_el = WebDriverWait( - self.driver, self.TIMEOUT_SEC).until(explore_in_link_present) - self.assertTrue('Explore in' in explore_in_link_el.text) + self.assertEqual(page_title, place_name_text) \ No newline at end of file diff --git a/server/webdriver/tests/place_explorer_test.py b/server/webdriver/tests/place_explorer_test.py index bbc04abede..f6f4a90518 100644 --- a/server/webdriver/tests/place_explorer_test.py +++ b/server/webdriver/tests/place_explorer_test.py @@ -12,6 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.webdriver.support.ui import WebDriverWait + from server.webdriver.base_dc_webdriver import BaseDcWebdriverTest from server.webdriver.shared_tests.place_explorer_test import \ PlaceExplorerTestMixin @@ -19,3 +23,29 @@ class TestPlaceExplorer(PlaceExplorerTestMixin, BaseDcWebdriverTest): """Class to test place explorer page. Tests come from PlaceExplorerTestMixin.""" + + def test_dev_place_overview_california(self): + """Ensure experimental dev place page content loads""" + self.driver.get(self.url_ + '/place/geoId/06?force_dev_places=true') + + # For the dev place page, the related places callout is under the + # .related-places-callout div. + related_places_callout_el_present = EC.presence_of_element_located( + (By.CLASS_NAME, 'related-places-callout')) + related_places_callout_el = WebDriverWait( + self.driver, self.TIMEOUT_SEC).until(related_places_callout_el_present) + self.assertEqual(related_places_callout_el.text, 'Places in California') + + # Assert the "Download" link is present in charts + download_link_present = EC.presence_of_element_located( + (By.CLASS_NAME, 'download-outlink')) + download_link_el = WebDriverWait( + self.driver, self.TIMEOUT_SEC).until(download_link_present) + self.assertTrue('Download' in download_link_el.text) + + # Assert the "Explore in ... Tool" link is present in charts + explore_in_link_present = EC.presence_of_element_located( + (By.CLASS_NAME, 'explore-in-outlink')) + explore_in_link_el = WebDriverWait( + self.driver, self.TIMEOUT_SEC).until(explore_in_link_present) + self.assertTrue('Explore in' in explore_in_link_el.text) From 6883b9c94cf11c1e454be596ca630ca6b30b3b79 Mon Sep 17 00:00:00 2001 From: Dan Noble Date: Fri, 13 Dec 2024 16:16:08 -0500 Subject: [PATCH 31/31] Keep the user's query in the NL search bar when landing on the place page (#4796) Demo [Keep the users query in the NL search bar when landing on the place page 4796.webm](https://github.com/user-attachments/assets/6ce9b764-7958-4c70-96f0-6ab51800994d) Co-authored-by: Gabriel Mechali --- .../shared_tests/place_explorer_test.py | 10 +++++++-- .../header_bar/header_bar_search.tsx | 13 ++++++++++- static/js/apps/explore/app.tsx | 22 ++++++++++++++----- 3 files changed, 37 insertions(+), 8 deletions(-) diff --git a/server/webdriver/shared_tests/place_explorer_test.py b/server/webdriver/shared_tests/place_explorer_test.py index c32c276624..e7d7dd5ab9 100644 --- a/server/webdriver/shared_tests/place_explorer_test.py +++ b/server/webdriver/shared_tests/place_explorer_test.py @@ -180,10 +180,16 @@ def test_explorer_redirect_place_explorer(self): # Assert 200 HTTP code: successful page load. self.assertEqual(shared.safe_url_open(self.driver.current_url), 200) - # Assert page title is correct. + # Assert page title is correct, and that the query string is set in the url. WebDriverWait(self.driver, self.TIMEOUT_SEC).until( EC.title_contains('United States of America')) - self.assertTrue("place/country/USA" in self.driver.current_url) + self.assertTrue("place/country/USA?q=United%20States%20Of%20America" in + self.driver.current_url) + + # Ensure the query string is set in the NL Search Bar. + search_bar = self.driver.find_element(By.ID, "query-search-input") + self.assertEqual(search_bar.get_attribute("value"), + "United States Of America") def test_ranking_chart_present(self): """Test basic ranking chart.""" diff --git a/static/js/apps/base/components/header_bar/header_bar_search.tsx b/static/js/apps/base/components/header_bar/header_bar_search.tsx index e6b1ef35b0..db0d87363c 100644 --- a/static/js/apps/base/components/header_bar/header_bar_search.tsx +++ b/static/js/apps/base/components/header_bar/header_bar_search.tsx @@ -40,6 +40,9 @@ interface HeaderBarSearchProps { gaValueSearchSource?: string; } +// The search query param name. Used to pre-populate the search bar. +const QUERY_PARAM = "q"; + const HeaderBarSearch = ({ inputId = "query-search-input", searchBarHashMode, @@ -47,6 +50,14 @@ const HeaderBarSearch = ({ }: HeaderBarSearchProps): ReactElement => { const { queryString, placeholder, queryResult, debugData } = useQueryStore(); + // Get the query string from the url params. + const urlParams = new URLSearchParams(window.location.search); + const urlQuery = urlParams.get(QUERY_PARAM) || ""; + + // If the search bar is in hash mode, use the query string from the url params. + // Otherwise, use the query string from the query store. + const initialValue = searchBarHashMode ? queryString : urlQuery; + return (
    diff --git a/static/js/apps/explore/app.tsx b/static/js/apps/explore/app.tsx index 1d51e89b7c..0b4384ef20 100644 --- a/static/js/apps/explore/app.tsx +++ b/static/js/apps/explore/app.tsx @@ -196,7 +196,18 @@ export function App(props: AppProps): ReactElement { return hasPlace || fulfillData["entities"]; } - function processFulfillData(fulfillData: any, shouldSetQuery: boolean): void { + /** + * Process the fulfill data from the search API response. + * + * This processes the fulfill data by setting up page metadata, debug data, and user + * messages for rendering the explore page. However, if the fulfill response only + * contains place information, a page overview configuration, but no charts, it will + * redirect to /place/{placeDcid} instead. + * + * @param fulfillData The fulfill data from the search API response + * @param userQuery The user's search query + */ + function processFulfillData(fulfillData: any, userQuery?: string): void { setDebugData(fulfillData["debug"]); setStoreDebugData(fulfillData["debug"]); const userMessage = { @@ -238,7 +249,8 @@ export function App(props: AppProps): ReactElement { isPendingRedirect = shouldSkipPlaceOverview(pageMetadata); if (isPendingRedirect) { const placeDcid = pageMetadata.place.dcid; - const url = `/place/${placeDcid}`; + // If the user has a query, append it to the url + const url = `/place/${placeDcid}${userQuery ? `?q=${userQuery}` : ""}`; window.location.replace(url); } // Note: for category links, we only use the main-topic. @@ -253,7 +265,7 @@ export function App(props: AppProps): ReactElement { } } if ( - shouldSetQuery && + !userQuery && !_.isEmpty(pageMetadata.mainTopics) && pageMetadata.place.name ) { @@ -347,7 +359,7 @@ export function App(props: AppProps): ReactElement { includeStopWords ) .then((resp) => { - processFulfillData(resp, false); + processFulfillData(resp, query); }) .catch(() => { setLoadingStatus(LoadingStatus.FAILED); @@ -371,7 +383,7 @@ export function App(props: AppProps): ReactElement { client ) .then((resp) => { - processFulfillData(resp, true); + processFulfillData(resp); }) .catch(() => { setLoadingStatus(LoadingStatus.FAILED);