posts_links
Data license: CC-BY
5 rows where sourceId = 26509
This data as json, CSV (advanced)
Suggested facets: linkType, componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
19973 | Top incomes: more women, but still very male-dominated 26509 | https://ourworldindata.org/economic-inequality-by-gender | url | href | |||
19974 | Top incomes: more women, but still very male-dominated 26509 | https://doi.org/10.1007/s10888-018-9384-z | url | href | |||
19977 | Top incomes: more women, but still very male-dominated 26509 | share-of-women-in-top-income-groups-atkinson-casarico-voitchovsky-2018 | grapher | src | |||
25085 | Top incomes: more women, but still very male-dominated 26509 | https://ourworldindata.org/uploads/2019/04/Change-2000-to-2013-hq.png | url | href | |||
25086 | Top incomes: more women, but still very male-dominated 26509 | https://ourworldindata.org/uploads/2019/04/Change-2000-to-2013-hq-573x550.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 );