posts_links
Data license: CC-BY
8 rows where sourceId = 54361
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
15645 | How does the Living Planet Index vary by region? 54361 | https://ourworldindata.org/living-planet-index-decline | url | href | |||
15646 | How does the Living Planet Index vary by region? 54361 | global-living-planet-index | grapher | href | |||
15647 | How does the Living Planet Index vary by region? 54361 | https://ourworldindata.org/deforestation | url | href | |||
15648 | How does the Living Planet Index vary by region? 54361 | https://ourworldindata.org/afforestation | url | href | |||
15649 | How does the Living Planet Index vary by region? 54361 | https://onlinelibrary.wiley.com/doi/full/10.1111/geb.12096 | url | href | |||
15650 | How does the Living Planet Index vary by region? 54361 | https://science.sciencemag.org/content/309/5738/1239 | url | href | |||
15651 | How does the Living Planet Index vary by region? 54361 | living-planet-index-by-region | grapher | src | |||
15652 | How does the Living Planet Index vary by region? 54361 | global-living-planet-index | grapher | src | ?country=~Freshwater |
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 );