posts_links
Data license: CC-BY
6 rows where sourceId = 26553
This data as json, CSV (advanced)
Suggested facets: linkType, componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
20015 | Not all deaths are equal: How many deaths make a natural disaster newsworthy? 26553 | http://perseus.iies.su.se/~dstro/wpdisasters.pdf | url | href | |||
20016 | Not all deaths are equal: How many deaths make a natural disaster newsworthy? 26553 | https://ourworldindata.org/famines/ | url | href | |||
20017 | Not all deaths are equal: How many deaths make a natural disaster newsworthy? 26553 | news-coverage-of-disasters | grapher | src | |||
20018 | Not all deaths are equal: How many deaths make a natural disaster newsworthy? 26553 | how-many-deaths-does-it-take-for-a-disaster-to-receive-news-coverage | grapher | src | |||
20019 | Not all deaths are equal: How many deaths make a natural disaster newsworthy? 26553 | news-coverage-of-disasters-by-continent | grapher | src | |||
20020 | Not all deaths are equal: How many deaths make a natural disaster newsworthy? 26553 | how-many-deaths-does-it-take-for-a-disaster-in-different-continents-to-receive-news-coverage | 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 );