posts_links
Data license: CC-BY
6 rows where sourceId = 12109
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
11495 | How to use Our World In Data visualizations in presentations 12109 | https://creativecommons.org/licenses/by-sa/3.0/ | url | href | |||
11498 | How to use Our World In Data visualizations in presentations 12109 | children-per-woman-UN | grapher | src | |||
11499 | How to use Our World In Data visualizations in presentations 12109 | children-per-woman-UN | grapher | src | ?overlay=download | ||
24676 | How to use Our World In Data visualizations in presentations 12109 | https://ourworldindata.org/uploads/2017/06/Download-Icon.png | url | href | |||
24677 | How to use Our World In Data visualizations in presentations 12109 | https://ourworldindata.org/uploads/2017/06/children-per-woman-UN-1.png | url | href | |||
24678 | How to use Our World In Data visualizations in presentations 12109 | https://ourworldindata.org/uploads/2017/06/children-per-woman-UN-1-750x529.png | url | 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 );