posts_links
Data license: CC-BY
3 rows where sourceId = 30184
This data as json, CSV (advanced)
Suggested facets: componentType, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
13409 | It’s not just about child mortality, life expectancy improved at all ages 30184 | https://ourworldindata.org/life-expectancy | url | href | |||
13410 | It’s not just about child mortality, life expectancy improved at all ages 30184 | https://ourworldindata.org/child-mortality | url | href | |||
13411 | It’s not just about child mortality, life expectancy improved at all ages 30184 | https://ourworldindata.org/life-expectancy#a-different-view-on-mortality-by-age-survival-curves | url | prominent-link | #a-different-view-on-mortality-by-age-survival-curves |
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 );