posts_links
Data license: CC-BY
3 rows where sourceId = 49007
This data as json, CSV (advanced)
Suggested facets: linkType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
15085 | A century of global deaths from disasters 49007 | natural-disasters | explorer | prominent-link | |||
15086 | A century of global deaths from disasters 49007 | https://ourworldindata.org/natural-disasters | url | prominent-link | |||
15087 | A century of global deaths from disasters 49007 | https://ourworldindata.org/famines | url | prominent-link |
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 );