posts_links
Data license: CC-BY
7 rows where sourceId = 24613
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
17649 | How many people die and how many are born each year? 24613 | https://ourworldindata.org/world-population-growth#how-has-world-population-growth-changed-over-time | url | href | #how-has-world-population-growth-changed-over-time | ||
17650 | How many people die and how many are born each year? 24613 | births-and-deaths-projected-to-2100 | grapher | href | |||
17651 | How many people die and how many are born each year? 24613 | https://ourworldindata.org/age-structure | url | href | |||
17652 | How many people die and how many are born each year? 24613 | number-of-births-per-year | grapher | src | |||
17653 | How many people die and how many are born each year? 24613 | annual-number-of-births-by-world-region | grapher | src | |||
17654 | How many people die and how many are born each year? 24613 | number-of-deaths-per-year | grapher | src | |||
17655 | How many people die and how many are born each year? 24613 | annual-number-of-deaths-by-world-region | 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 );