variables
Data license: CC-BY
4 rows where sourceId = 29446 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt, updatedAt, createdAt (date), updatedAt (date)
id ▲ | name | unit | description | createdAt | updatedAt | code | coverage | timespan | datasetId | sourceId | shortUnit | display | columnOrder | originalMetadata | grapherConfigAdmin | shortName | catalogPath | dimensions | schemaVersion | processingLevel | processingLog | titlePublic | titleVariant | attributionShort | attribution | descriptionShort | descriptionFromProducer | descriptionKey | descriptionProcessing | licenses | license | grapherConfigETL | type | sort | dataChecksum | metadataChecksum |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
801111 | 15.4.1 - Average proportion of Mountain Key Biodiversity Areas (KBAs) covered by protected areas (%) - ER_PTD_MTN | % | Average proportion of Mountain Key Biodiversity Areas (KBAs) covered by protected areas (%) Further information available at: https://unstats.un.org/sdgs/metadata/files/Metadata-15-04-01.pdf | 2023-08-17 17:02:40 | 2024-07-08 16:15:06 | 2000-2022 | United Nations Sustainable Development Goals (2023-Q2) 6193 | BirdLife International, IUCN and UNEP-WCMC (2023). 29446 | % | { "unit": "%", "shortUnit": "%" } |
0 | _15_4_1__er_ptd_mtn | grapher/un/2023-08-16/un_sdg/_15_4_1__er_ptd_mtn#_15_4_1__er_ptd_mtn | 1 | [] |
float | [] |
834d083016d945177563c029cca3c85d | 5b940650987e80a23cbba5afcc430c28 | |||||||||||||||||
801104 | 15.1.2 - Average proportion of Terrestrial Key Biodiversity Areas (KBAs) covered by protected areas (%) - ER_PTD_TERR | % | Average proportion of Terrestrial Key Biodiversity Areas (KBAs) covered by protected areas (%) Further information available at: https://unstats.un.org/sdgs/metadata/files/Metadata-15-01-02.pdf | 2023-08-17 17:02:36 | 2024-07-08 16:15:06 | 2000-2022 | United Nations Sustainable Development Goals (2023-Q2) 6193 | BirdLife International, IUCN and UNEP-WCMC (2023). 29446 | % | { "unit": "%", "shortUnit": "%" } |
0 | _15_1_2__er_ptd_terr | grapher/un/2023-08-16/un_sdg/_15_1_2__er_ptd_terr#_15_1_2__er_ptd_terr | 1 | [] |
float | [] |
11a263cee2423a2e795a06007a704e39 | 177a39f70d5a265f47a5c9d2d68bcbca | |||||||||||||||||
801103 | 15.1.2 - Average proportion of Freshwater Key Biodiversity Areas (KBAs) covered by protected areas (%) - ER_PTD_FRHWTR | % | Average proportion of Freshwater Key Biodiversity Areas (KBAs) covered by protected areas (%) Further information available at: https://unstats.un.org/sdgs/metadata/files/Metadata-15-01-02.pdf | 2023-08-17 17:02:36 | 2024-07-08 16:15:06 | 2000-2022 | United Nations Sustainable Development Goals (2023-Q2) 6193 | BirdLife International, IUCN and UNEP-WCMC (2023). 29446 | % | { "unit": "%", "shortUnit": "%" } |
0 | _15_1_2__er_ptd_frhwtr | grapher/un/2023-08-16/un_sdg/_15_1_2__er_ptd_frhwtr#_15_1_2__er_ptd_frhwtr | 1 | [] |
float | [] |
36b7f7ee6f31fcb3ebf7b8fb4f50bd55 | 916d29de0bdf2a338aae495abbab11c8 | |||||||||||||||||
801093 | 14.5.1 - Average proportion of Marine Key Biodiversity Areas (KBAs) covered by protected areas (%) - ER_MRN_MPA | % | Average proportion of Marine Key Biodiversity Areas (KBAs) covered by protected areas (%) Further information available at: https://unstats.un.org/sdgs/metadata/files/Metadata-14-05-01.pdf | 2023-08-17 17:02:31 | 2024-07-08 16:15:05 | 2000-2022 | United Nations Sustainable Development Goals (2023-Q2) 6193 | BirdLife International, IUCN and UNEP-WCMC (2023). 29446 | % | { "unit": "%", "shortUnit": "%" } |
0 | _14_5_1__er_mrn_mpa | grapher/un/2023-08-16/un_sdg/_14_5_1__er_mrn_mpa#_14_5_1__er_mrn_mpa | 1 | [] |
float | [] |
f7e36b4978f9d3f13bff8c2ad72124cd | 8b6d58c0519ecdaaf6b72c445db1acde |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "variables" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(750) NULL , "unit" VARCHAR(255) NOT NULL , "description" TEXT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "code" VARCHAR(255) NULL , "coverage" VARCHAR(255) NOT NULL , "timespan" VARCHAR(255) NOT NULL , "datasetId" INTEGER NOT NULL , "sourceId" INTEGER NULL , "shortUnit" VARCHAR(255) NULL , "display" TEXT NOT NULL , "columnOrder" INTEGER NOT NULL DEFAULT '0' , "originalMetadata" TEXT NULL , "grapherConfigAdmin" TEXT NULL , "shortName" VARCHAR(255) NULL , "catalogPath" VARCHAR(767) NULL , "dimensions" TEXT NULL , "schemaVersion" INTEGER NOT NULL DEFAULT '1' , "processingLevel" VARCHAR(30) NULL , "processingLog" TEXT NULL , "titlePublic" VARCHAR(512) NULL , "titleVariant" VARCHAR(255) NULL , "attributionShort" VARCHAR(512) NULL , "attribution" TEXT NULL , "descriptionShort" TEXT NULL , "descriptionFromProducer" TEXT NULL , "descriptionKey" TEXT NULL , "descriptionProcessing" TEXT NULL , "licenses" TEXT NULL , "license" TEXT NULL , "grapherConfigETL" TEXT NULL , "type" TEXT NULL , "sort" TEXT NULL , "dataChecksum" VARCHAR(64) NULL , "metadataChecksum" VARCHAR(64) NULL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT, FOREIGN KEY("sourceId") REFERENCES "sources" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE UNIQUE INDEX "idx_catalogPath" ON "variables" ("catalogPath"); CREATE UNIQUE INDEX "unique_short_name_per_dataset" ON "variables" ("shortName", "datasetId"); CREATE UNIQUE INDEX "variables_code_fk_dst_id_7bde8c2a_uniq" ON "variables" ("code", "datasetId"); CREATE INDEX "variables_datasetId_50a98bfd_fk_datasets_id" ON "variables" ("datasetId"); CREATE UNIQUE INDEX "variables_name_fk_dst_id_f7453c33_uniq" ON "variables" ("name", "datasetId"); CREATE INDEX "variables_sourceId_31fce80a_fk_sources_id" ON "variables" ("sourceId");