posts_links
Data license: CC-BY
5 rows where sourceId = 24841
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType, queryString, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
19309 | Number of people in the world without electricity falls below one billion 24841 | share-of-the-population-with-access-to-electricity | grapher | href | ?tab=chart&country=OWID_WRL | ||
19310 | Number of people in the world without electricity falls below one billion 24841 | https://ourworldindata.org/world-population-growth#shares-by-world-regions | url | href | #shares-by-world-regions | ||
19311 | Number of people in the world without electricity falls below one billion 24841 | https://sdg-tracker.org/energy#7.1 | url | href | #7.1 | ||
19312 | Number of people in the world without electricity falls below one billion 24841 | share-of-the-population-with-access-to-electricity | grapher | href | ?tab=chart&country=Sub-Saharan%20Africa | ||
19313 | Number of people in the world without electricity falls below one billion 24841 | number-of-people-with-and-without-electricity-access | 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 );