posts_links
Data license: CC-BY
3 rows where sourceId = 24505
This data as json, CSV (advanced)
Suggested facets: linkType, componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
19221 | More than 8 out of 10 people in the world will live in Asia or Africa by 2100 24505 | https://ourworldindata.org/world-population-growth#the-demographic-transition-why-is-rapid-population-increase-a-temporary-phenomenon | url | href | #the-demographic-transition-why-is-rapid-population-increase-a-temporary-phenomenon | ||
19222 | More than 8 out of 10 people in the world will live in Asia or Africa by 2100 24505 | https://ourworldindata.org/extreme-poverty#is-the-world-on-track-to-end-extreme-poverty-by-2030 | url | href | #is-the-world-on-track-to-end-extreme-poverty-by-2030 | ||
19223 | More than 8 out of 10 people in the world will live in Asia or Africa by 2100 24505 | historical-and-projected-population-by-region | grapher | src |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_links" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "sourceId" INTEGER NOT NULL , "target" VARCHAR(2047) 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" ("id") ON UPDATE CASCADE ON DELETE CASCADE );