posts_gdocs_links
Data license: CC-BY
3 rows where sourceId = "1UdKf375jChVw4SpFrhNaRJH0Ve7VDXtjFz_CP7mon54"
This data as json, CSV (advanced)
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1821992 | Causes of death globally: what do people die from? 1UdKf375jChVw4SpFrhNaRJH0Ve7VDXtjFz_CP7mon54 | https://ourworldindata.org/causes-of-death | url | span-link | in our entry on the causes of death | ||
1821993 | Causes of death globally: what do people die from? 1UdKf375jChVw4SpFrhNaRJH0Ve7VDXtjFz_CP7mon54 | https://www.economist.com/graphic-detail/coronavirus-excess-deaths-estimates | url | span-link | the model produced by The Economist | ||
1821994 | Causes of death globally: what do people die from? 1UdKf375jChVw4SpFrhNaRJH0Ve7VDXtjFz_CP7mon54 | https://ourworldindata.org/diarrheal-diseases | url | span-link | our entry on diarrheal deaths |
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");