posts_links
Data license: CC-BY
4 rows where sourceId = 27900
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
20576 | Smoking and lung cancer 27900 | https://ourworldindata.org/smoking | url | href | |||
20577 | Smoking and lung cancer 27900 | share-of-cancer-deaths-attributed-to-tobacco | grapher | href | ?tab=chart&country=~OWID_WRL | ||
20578 | Smoking and lung cancer 27900 | lung-cancer-deaths-per-100000-by-sex-1950-2002 | grapher | src | |||
20579 | Smoking and lung cancer 27900 | share-of-cancer-deaths-attributed-to-tobacco | grapher | src |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_links" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "sourceId" INTEGER NOT NULL , "target" VARCHAR(2047) 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" ("id") ON UPDATE CASCADE ON DELETE CASCADE );