posts_links
Data license: CC-BY
7 rows where sourceId = 25185
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, queryString, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
19501 | Has terrorism increased in Western Europe? 25185 | https://ourworldindata.org/does-the-news-reflect-what-we-die-from | url | href | |||
19502 | Has terrorism increased in Western Europe? 25185 | https://www.start.umd.edu/gtd/ | url | href | |||
19503 | Has terrorism increased in Western Europe? 25185 | https://en.wikipedia.org/wiki/Terrorism_in_Europe#Incidents | url | href | #Incidents | ||
19504 | Has terrorism increased in Western Europe? 25185 | road-deaths-by-type | grapher | href | ?country=Western%20Europe | ||
19505 | Has terrorism increased in Western Europe? 25185 | http://www.healthdata.org/ | url | href | |||
19506 | Has terrorism increased in Western Europe? 25185 | terrorist-incidents | grapher | href | ?tab=chart&time=1970..2017&country=Western%20Europe | ||
25041 | Has terrorism increased in Western Europe? 25185 | https://ourworldindata.org/uploads/2019/10/Terrorism-in-Western-Europe.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 );