posts_gdocs_links
Data license: CC-BY
3 rows where sourceId = "16Hv7MxMHd87y4TZR8KDyEV7UVGdA3iBoIN0KTVYP8aI"
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1880120 | Extreme poverty, though lower than in the past, is still very high in Sub-Saharan Africa 16Hv7MxMHd87y4TZR8KDyEV7UVGdA3iBoIN0KTVYP8aI | share-of-population-in-extreme-poverty | grapher | front-matter | ?tab=chart&facet=none&country=Sub-Saharan+Africa+%28PIP%29~East+Asia+and+Pacific+%28PIP%29 | ||
1880121 | Extreme poverty, though lower than in the past, is still very high in Sub-Saharan Africa 16Hv7MxMHd87y4TZR8KDyEV7UVGdA3iBoIN0KTVYP8aI | https://ourworldindata.org/sdgs/no-poverty | url | span-link | “end poverty in all its forms everywhere” | ||
1880122 | Extreme poverty, though lower than in the past, is still very high in Sub-Saharan Africa 16Hv7MxMHd87y4TZR8KDyEV7UVGdA3iBoIN0KTVYP8aI | share-of-population-in-extreme-poverty | grapher | span-link | Explore this data | ?tab=chart&facet=none&country=Sub-Saharan+Africa+%28PIP%29~East+Asia+and+Pacific+%28PIP%29 |
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");