post_links
Data license: CC-BY
8 rows where postId = 49007 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind
id | postId ▲ | link | kind |
---|---|---|---|
15249 | A century of global deaths from disasters 49007 | http://ourworldindata.org/explorers/natural-disasters | internal-link |
15250 | A century of global deaths from disasters 49007 | http://ourworldindata.org/famines | internal-link |
15251 | A century of global deaths from disasters 49007 | http://ourworldindata.org/climate-change | internal-link |
15252 | A century of global deaths from disasters 49007 | http://www.emdat.be | external-link |
15253 | A century of global deaths from disasters 49007 | https://ourworldindata.org/explorers/natural-disasters | internal-prominent-link |
15254 | A century of global deaths from disasters 49007 | https://ourworldindata.org/natural-disasters | internal-prominent-link |
15255 | A century of global deaths from disasters 49007 | https://ourworldindata.org/famines | internal-prominent-link |
15256 | A century of global deaths from disasters 49007 | https://owid.cloud/app/uploads/2022/02/Deaths-from-disasters-bubbles-1.png | image |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE post_links ( `id` integer NOT NULL PRIMARY KEY, `postId` integer NOT NULL, `link` TEXT, `kind` TEXT, CONSTRAINT `FK_post_links_postId` FOREIGN KEY (`postId`) REFERENCES `posts` (`id`) ON DELETE CASCADE );