posts_links
Data license: CC-BY
6 rows where sourceId = 39941
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
8642 | Deforestation and Forest Loss 39941 | https://fra-data.fao.org/ | url | href | |||
8643 | Deforestation and Forest Loss 39941 | https://doi.org/10.4060/ca8753en | url | href | |||
8644 | Deforestation and Forest Loss 39941 | annual-change-forest-area | grapher | src | ?stackMode=absolute&region=World | ||
8645 | Deforestation and Forest Loss 39941 | annual-deforestation | grapher | src | ?stackMode=absolute&region=World | ||
8646 | Deforestation and Forest Loss 39941 | change-forest-area-share-total | grapher | prominent-link | |||
8647 | Deforestation and Forest Loss 39941 | share-global-deforestation | grapher | prominent-link |
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 );