posts_links
Data license: CC-BY
11 rows where sourceId = 52116
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType, queryString, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
15563 | Five key findings from the 2022 UN Population Prospects 52116 | https://population.un.org/wpp/ | url | href | |||
15564 | Five key findings from the 2022 UN Population Prospects 52116 | population-and-demography | explorer | prominent-link | |||
15565 | Five key findings from the 2022 UN Population Prospects 52116 | https://ourworldindata.org/world-population-growth#how-long-did-it-take-for-the-world-population-to-increase-by-one-billion | url | href | #how-long-did-it-take-for-the-world-population-to-increase-by-one-billion | ||
15566 | Five key findings from the 2022 UN Population Prospects 52116 | excess-deaths-cumulative-who | grapher | href | ?country=~OWID_WRL | ||
15567 | Five key findings from the 2022 UN Population Prospects 52116 | https://ourworldindata.org/fertility-rate | url | href | |||
15568 | Five key findings from the 2022 UN Population Prospects 52116 | https://tufte.owid.cloud/admin/explorers/preview/demography?time=earliest..2099&facet=none&Metric=Fertility+rate&Sex=Both+sexes&Age+group=Total&Projection+Scenario=Medium&country=CHN~IND | url | href | ?time=earliest..2099&facet=none&Metric=Fertility+rate&Sex=Both+sexes&Age+group=Total&Projection+Scenario=Medium&country=CHN~IND | ||
15569 | Five key findings from the 2022 UN Population Prospects 52116 | population-and-demography | explorer | src | ?time=earliest..2099&facet=none&Metric=Population+growth+rate&Sex=Both+sexes&Age+group=Total&Projection+Scenario=None&country=~OWID_WRL&hideControls=true | ||
15570 | Five key findings from the 2022 UN Population Prospects 52116 | population-and-demography | explorer | src | ?time=earliest..latest&facet=none&Metric=Deaths&Sex=Both+sexes&Age+group=Total&Projection+Scenario=None&country=~OWID_WRL&hideControls=true | ||
15571 | Five key findings from the 2022 UN Population Prospects 52116 | population-and-demography | explorer | src | ?time=earliest..latest&facet=none&Metric=Population&Sex=Both+sexes&Age+group=Total&Projection+Scenario=Medium&country=~OWID_WRL&hideControls=true | ||
15572 | Five key findings from the 2022 UN Population Prospects 52116 | population-and-demography | explorer | src | ?facet=none&Metric=Fertility+rate&Sex=Both+sexes&Age+group=Total&Projection+Scenario=Medium&country=High-income+countries~OWID_WRL&hideControls=true | ||
15573 | Five key findings from the 2022 UN Population Prospects 52116 | population-and-demography | explorer | src | ?time=earliest..latest&facet=none&Metric=Population&Sex=Both+sexes&Age+group=Total&Projection+Scenario=Medium&country=CHN~IND&hideControls=true |
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 );