posts_gdocs_links
Data license: CC-BY
2 rows where sourceId = "1iDWXyI3SwIiM7IzqA5o1QD4weIlop6H05lNzUuB3P0E"
This data as json, CSV (advanced)
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1882293 | 6 in 10 people in the world regularly use the Internet 1iDWXyI3SwIiM7IzqA5o1QD4weIlop6H05lNzUuB3P0E | share-of-individuals-using-the-internet | grapher | front-matter | ?time=earliest..2020 | ||
1882294 | 6 in 10 people in the world regularly use the Internet 1iDWXyI3SwIiM7IzqA5o1QD4weIlop6H05lNzUuB3P0E | share-of-individuals-using-the-internet | grapher | span-link | Explore the data | ?time=earliest..2020 |
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");