posts_links
Data license: CC-BY
4 rows where sourceId = 11701
This data as json, CSV (advanced)
Suggested facets: componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
11491 | Structural transformation: how did today’s rich countries become ‘deindustrialized’? 11701 | real-gdp-per-capita-pennwt | grapher | href | ?tab=chart&country=~KOR | ||
11492 | Structural transformation: how did today’s rich countries become ‘deindustrialized’? 11701 | employment-by-economic-sector | grapher | src | ?country=USA&stackMode=relative | ||
11493 | Structural transformation: how did today’s rich countries become ‘deindustrialized’? 11701 | shares-of-gdp-by-economic-sector | grapher | src | |||
11494 | Structural transformation: how did today’s rich countries become ‘deindustrialized’? 11701 | labor-productivity-agriculture-sweden | 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 );