posts_links
Data license: CC-BY
7 rows where sourceId = 46556
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
14832 | Global causes of death: what do people die from? 46556 | https://ourworldindata.org/causes-of-death | url | href | |||
14833 | Global causes of death: what do people die from? 46556 | https://www.economist.com/graphic-detail/coronavirus-excess-deaths-estimates | url | href | |||
14834 | Global causes of death: what do people die from? 46556 | https://ourworldindata.org/microbes-battle-science-vaccines | url | href | |||
14835 | Global causes of death: what do people die from? 46556 | total-number-of-deaths-by-cause | grapher | href | ?stackMode=relative&country=~ESP | ||
14836 | Global causes of death: what do people die from? 46556 | total-number-of-deaths-by-cause | grapher | href | ?stackMode=relative&country=~Low+SDI | ||
14837 | Global causes of death: what do people die from? 46556 | https://ourworldindata.org/diarrheal-diseases | url | href | |||
24911 | Global causes of death: what do people die from? 46556 | https://ourworldindata.org/uploads/2021/11/Causes-of-deaths-2019.png | url | 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 );