posts_links
Data license: CC-BY
5 rows where sourceId = 42388
This data as json, CSV (advanced)
Suggested facets: linkType, componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
22967 | Quaternary Extinctions 42388 | world-population-1750-2015-and-un-projection-until-2100 | grapher | href | |||
22968 | Quaternary Extinctions 42388 | https://advances.sciencemag.org/content/6/36/eabb2313 | url | href | |||
22969 | Quaternary Extinctions 42388 | https://science.sciencemag.org/content/360/6386/310 | url | href | |||
23561 | Quaternary Extinctions 42388 | https://ourworldindata.org/uploads/2023/09/QME-Extinctions-800x524.png | url | src | |||
23562 | Quaternary Extinctions 42388 | https://ourworldindata.org/uploads/2023/09/Human-arrival-map.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 );