posts_links
Data license: CC-BY
4 rows where sourceId = 28209
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
20586 | Global distribution of deaths from outdoor air pollution 28209 | absolute-number-of-deaths-from-outdoor-air-pollution | grapher | href | |||
20587 | Global distribution of deaths from outdoor air pollution 28209 | https://ourworldindata.org/outdoor-air-pollution#link-between-exposure-to-pollution-and-death-rates | url | href | #link-between-exposure-to-pollution-and-death-rates | ||
20588 | Global distribution of deaths from outdoor air pollution 28209 | share-deaths-outdoor-pollution | grapher | src | |||
20589 | Global distribution of deaths from outdoor air pollution 28209 | outdoor-pollution-death-rate | 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 );