posts_gdocs_links
Data license: CC-BY
8 rows where sourceId = "1wF6Z7SG8ZSaiB0Mhy1vuE4UZRTrYe_QK5mD9KTv1MfU"
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType, queryString, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1883466 | "Life Expectancy" – What does this actually mean? 1wF6Z7SG8ZSaiB0Mhy1vuE4UZRTrYe_QK5mD9KTv1MfU | https://ourworldindata.org/life-expectancy#twice-as-long-life-expectancy-around-the-world | url | span-link | doubled in all world regions | #twice-as-long-life-expectancy-around-the-world | |
1883467 | "Life Expectancy" – What does this actually mean? 1wF6Z7SG8ZSaiB0Mhy1vuE4UZRTrYe_QK5mD9KTv1MfU | life-expectancy | grapher | chart | ?time=2005&tab=map | ||
1883468 | "Life Expectancy" – What does this actually mean? 1wF6Z7SG8ZSaiB0Mhy1vuE4UZRTrYe_QK5mD9KTv1MfU | life-expectancy-at-age-15 | grapher | span-link | the (period) global life expectancy at age 15 in 2005 was 73.6 years | ?tab=chart&time=1751..2005&country=~OWID_WRL | |
1883469 | "Life Expectancy" – What does this actually mean? 1wF6Z7SG8ZSaiB0Mhy1vuE4UZRTrYe_QK5mD9KTv1MfU | https://ourworldindata.org/app/uploads/2017/07/Example-Life-Table-US.png | url | span-link | Here is an example of a life table from the US | ||
1883470 | "Life Expectancy" – What does this actually mean? 1wF6Z7SG8ZSaiB0Mhy1vuE4UZRTrYe_QK5mD9KTv1MfU | https://www.measureevaluation.org/resources/training/online-courses-and-resources/non-certificate-courses-and-mini-tutorials/multiple-decrement-life-tables/lesson-3 | url | span-link | this tutorial from MEASURE Evaluation | ||
1883471 | "Life Expectancy" – What does this actually mean? 1wF6Z7SG8ZSaiB0Mhy1vuE4UZRTrYe_QK5mD9KTv1MfU | life-expectancy | grapher | span-link | historical estimates of life expectancy across world regions | ||
1883472 | "Life Expectancy" – What does this actually mean? 1wF6Z7SG8ZSaiB0Mhy1vuE4UZRTrYe_QK5mD9KTv1MfU | https://ourworldindata.org/life-expectancy/ | url | span-link | Life Expectancy | ||
1883473 | "Life Expectancy" – What does this actually mean? 1wF6Z7SG8ZSaiB0Mhy1vuE4UZRTrYe_QK5mD9KTv1MfU | https://ourworldindata.org/life-expectancy/#median-age-by-country | url | span-link | median age of a population. | #median-age-by-country |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_gdocs_links" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "sourceId" VARCHAR(255) NULL , "target" TEXT NOT NULL , "linkType" TEXT NULL , "componentType" VARCHAR(255) NOT NULL , "text" VARCHAR(255) NOT NULL , "queryString" VARCHAR(2047) NOT NULL , "hash" VARCHAR(2047) NOT NULL, FOREIGN KEY("sourceId") REFERENCES "posts_gdocs" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION ); CREATE INDEX "sourceId" ON "posts_gdocs_links" ("sourceId");