sources
Data license: CC-BY
1 row where datasetId = 2909 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
id ▲ | name | description | createdAt | updatedAt | datasetId | additionalInfo | link | dataPublishedBy |
---|---|---|---|---|---|---|---|---|
15637 | Required rate of maternal mortality decline for SDG - based on World Bank (2018) | { "link": null, "retrievedDate": null, "additionalInfo": "Data was calculated by Our World in Data based on 2015 estimates of maternal mortality published by the World Bank, and UN Sustainable Development Goal (SDG) Target 3.1.\n\nThe World Bank's World Development Indicators, available at: https://datacatalog.worldbank.org/search/indicators. Data was downloaded on 30th August 2018.\n\nMaternal mortality ratio is the number of women who die from pregnancy-related causes while pregnant or within 42 days of pregnancy termination per 100,000 live births. The data are estimated with a regression model using information on the proportion of maternal deaths among non-AIDS deaths in women ages 15-49, fertility, birth attendants, and GDP.\n\nThe World Bank's source data is derived from: WHO, UNICEF, UNFPA, World Bank Group, and the United Nations Population Division. Trends in Maternal Mortality: 1990 to 2015. Geneva, World Health Organization, 2015.\n\nHere we calculate the average annual rate of decline required for each country to attain a maternal mortality ratio as low as 70 per 100,000 live births over the period 2015 to 2030. Data for countries with maternal mortality rates already below 70 per 100,000 (in 2015) are not included.\n\nNote that these figures therefore do not represent a forecast or prediction, but simply represent required rates of progress to attain a maternal mortality ratio as low as 70 per 100,000 live births by 2030.", "dataPublishedBy": "Required rate of maternal mortality decline for SDG - based on World Bank (2018)", "dataPublisherSource": null } |
2018-08-30 17:26:49 | 2018-08-31 08:50:50 | Required rate of maternal mortality decline for SDG - based on World Bank (2018) 2909 | Data was calculated by Our World in Data based on 2015 estimates of maternal mortality published by the World Bank, and UN Sustainable Development Goal (SDG) Target 3.1. The World Bank's World Development Indicators, available at: https://datacatalog.worldbank.org/search/indicators. Data was downloaded on 30th August 2018. Maternal mortality ratio is the number of women who die from pregnancy-related causes while pregnant or within 42 days of pregnancy termination per 100,000 live births. The data are estimated with a regression model using information on the proportion of maternal deaths among non-AIDS deaths in women ages 15-49, fertility, birth attendants, and GDP. The World Bank's source data is derived from: WHO, UNICEF, UNFPA, World Bank Group, and the United Nations Population Division. Trends in Maternal Mortality: 1990 to 2015. Geneva, World Health Organization, 2015. Here we calculate the average annual rate of decline required for each country to attain a maternal mortality ratio as low as 70 per 100,000 live births over the period 2015 to 2030. Data for countries with maternal mortality rates already below 70 per 100,000 (in 2015) are not included. Note that these figures therefore do not represent a forecast or prediction, but simply represent required rates of progress to attain a maternal mortality ratio as low as 70 per 100,000 live births by 2030. | Required rate of maternal mortality decline for SDG - based on World Bank (2018) |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "sources" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(512) NULL , "description" TEXT NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "datasetId" INTEGER NULL, additionalInfo TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.additionalInfo')) VIRTUAL, link TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.link')) VIRTUAL, dataPublishedBy TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.dataPublishedBy')) VIRTUAL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "sources_datasetId" ON "sources" ("datasetId");