posts_links
Data license: CC-BY
4 rows where sourceId = 52598
This data as json, CSV (advanced)
Suggested facets: linkType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
15599 | The world has recently become less democratic 52598 | democracy | explorer | prominent-link | |||
15600 | The world has recently become less democratic 52598 | https://ourworldindata.org/democratic-rights | url | prominent-link | |||
15601 | The world has recently become less democratic 52598 | https://ourworldindata.org/democracies-age | url | prominent-link | |||
15602 | The world has recently become less democratic 52598 | https://ourworldindata.org/democratic-world | url | prominent-link |
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 );