posts_gdocs_links
Data license: CC-BY
4 rows where sourceId = "1ubZTDHDc0wb0OPAiqjsO3B6WEoE8-h1aWTP9t_X-ZIE"
This data as json, CSV (advanced)
Suggested facets: target, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1882289 | How much do people value leisure? 1ubZTDHDc0wb0OPAiqjsO3B6WEoE8-h1aWTP9t_X-ZIE | how-important-leisure-is-to-people-in-life | grapher | front-matter | |||
1882290 | How much do people value leisure? 1ubZTDHDc0wb0OPAiqjsO3B6WEoE8-h1aWTP9t_X-ZIE | how-important-work-is-to-people-in-life | grapher | span-link | value work less | ||
1882291 | How much do people value leisure? 1ubZTDHDc0wb0OPAiqjsO3B6WEoE8-h1aWTP9t_X-ZIE | annual-working-hours-per-worker | grapher | span-link | work fewer hours | ?time=latest&country=GBR~DEU~USA~NGA~MEX~IDN~JPN~RUS~BRA~CHN | |
1882292 | How much do people value leisure? 1ubZTDHDc0wb0OPAiqjsO3B6WEoE8-h1aWTP9t_X-ZIE | how-important-leisure-is-to-people-in-life | grapher | span-link | Explore this data |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_gdocs_links" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "sourceId" VARCHAR(255) NULL , "target" TEXT 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_gdocs" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION ); CREATE INDEX "sourceId" ON "posts_gdocs_links" ("sourceId");