posts_gdocs_links
Data license: CC-BY
3 rows where sourceId = "1Xp_-ABXa7bzRO3N9a6RlOTn4Rk7oB7V3jMe4G2U28FA"
This data as json, CSV (advanced)
Suggested facets: linkType, componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1884559 | How to use Our World in Data visualizations in presentations 1Xp_-ABXa7bzRO3N9a6RlOTn4Rk7oB7V3jMe4G2U28FA | https://creativecommons.org/licenses/by/4.0/ | url | span-link | CC BY | ||
1884560 | How to use Our World in Data visualizations in presentations 1Xp_-ABXa7bzRO3N9a6RlOTn4Rk7oB7V3jMe4G2U28FA | https://ourworldindata.org/app/uploads/2017/06/Download-Icon.png | url | span-link | hard disk with a downward arrow on top | ||
1884561 | How to use Our World in Data visualizations in presentations 1Xp_-ABXa7bzRO3N9a6RlOTn4Rk7oB7V3jMe4G2U28FA | children-per-woman-un | grapher | chart |
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");