posts_links
Data license: CC-BY
13 rows where sourceId = 3026
This data as json, CSV (advanced)
Suggested facets: hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
8648 | Forests and Deforestation 3026 | ourworldindata.org/forest-area | url | prominent-link | |||
8649 | Forests and Deforestation 3026 | https://ourworldindata.org/deforestation | url | prominent-link | |||
8650 | Forests and Deforestation 3026 | ourworldindata.org/afforestation | url | prominent-link | |||
8651 | Forests and Deforestation 3026 | ourworldindata.org/drivers-of-deforestation | url | prominent-link | |||
8652 | Forests and Deforestation 3026 | ourworldindata.org/palm-oil | url | prominent-link | |||
8653 | Forests and Deforestation 3026 | ourworldindata.org/soy | url | prominent-link | |||
8654 | Forests and Deforestation 3026 | ourworldindata.org/deforestation#the-world-has-lost-one-third-of-its-forests-but-an-end-of-deforestation-is-possible | url | prominent-link | #the-world-has-lost-one-third-of-its-forests-but-an-end-of-deforestation-is-possible | ||
8655 | Forests and Deforestation 3026 | ourworldindata.org/deforestation#global-deforestation-peaked-in-the-1980s-can-we-bring-it-to-an-end | url | prominent-link | #global-deforestation-peaked-in-the-1980s-can-we-bring-it-to-an-end | ||
8656 | Forests and Deforestation 3026 | https://ourworldindata.org/deforestation#forest-transitions-why-do-we-lose-then-regain-forests | url | prominent-link | #forest-transitions-why-do-we-lose-then-regain-forests | ||
8657 | Forests and Deforestation 3026 | ourworldindata.org/deforestation#not-all-forest-loss-is-equal-what-is-the-difference-between-deforestation-and-forest-degradation | url | prominent-link | #not-all-forest-loss-is-equal-what-is-the-difference-between-deforestation-and-forest-degradation | ||
8658 | Forests and Deforestation 3026 | ourworldindata.org/drivers-of-deforestation#cutting-down-forests-what-are-the-drivers-of-deforestation | url | prominent-link | #cutting-down-forests-what-are-the-drivers-of-deforestation | ||
8659 | Forests and Deforestation 3026 | ourworldindata.org/deforestation#do-rich-countries-export-deforestation-to-other-countries | url | prominent-link | #do-rich-countries-export-deforestation-to-other-countries | ||
8660 | Forests and Deforestation 3026 | ourworldindata.org/deforestation#carbon-emissions-from-deforestation-are-they-driven-by-domestic-demand-or-international-trade | url | prominent-link | #carbon-emissions-from-deforestation-are-they-driven-by-domestic-demand-or-international-trade |
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 );