posts_gdocs_links
Data license: CC-BY
3 rows where sourceId = "1FfeqfpB_bjsB-XGIQ2PoYZeNi3pCnBBf-pv9my0jGcg"
This data as json, CSV (advanced)
Suggested facets: target, componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1857476 | Introducing our updated work on Poverty: a new design for our content 1FfeqfpB_bjsB-XGIQ2PoYZeNi3pCnBBf-pv9my0jGcg | https://ourworldindata.org/poverty | url | span-link | Poverty | ||
1857477 | Introducing our updated work on Poverty: a new design for our content 1FfeqfpB_bjsB-XGIQ2PoYZeNi3pCnBBf-pv9my0jGcg | https://ourworldindata.org/poverty | url | prominent-link | Explore our new Poverty page | ||
1857478 | Introducing our updated work on Poverty: a new design for our content 1FfeqfpB_bjsB-XGIQ2PoYZeNi3pCnBBf-pv9my0jGcg | mailto:[email protected] | url | span-link | [email protected] |
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");