posts_links
Data license: CC-BY
7 rows where sourceId = 25188
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, queryString, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
19508 | Has terrorism increased in the USA? 25188 | https://www.start.umd.edu/gtd/ | url | href | |||
19509 | Has terrorism increased in the USA? 25188 | https://en.wikipedia.org/wiki/List_of_major_terrorist_incidents | url | href | |||
19510 | Has terrorism increased in the USA? 25188 | https://ourworldindata.org/terrorism#what-share-of-deaths-are-from-terrorism | url | href | #what-share-of-deaths-are-from-terrorism | ||
19511 | Has terrorism increased in the USA? 25188 | road-deaths-by-type | grapher | href | ?country=USA | ||
19512 | Has terrorism increased in the USA? 25188 | http://www.healthdata.org/ | url | href | |||
19513 | Has terrorism increased in the USA? 25188 | terrorist-incidents | grapher | href | ?tab=chart&time=1970..2017&country=USA | ||
25042 | Has terrorism increased in the USA? 25188 | https://ourworldindata.org/uploads/2019/10/Terrorism-deaths-in-the-USA.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 );