posts_links
Data license: CC-BY
3 rows where sourceId = 43043
This data as json, CSV (advanced)
Suggested facets: componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
15642 | Living Planet Index: what does an average decline of 69% really mean? 43043 | https://ourworldindata.org/biodiversity | url | href | |||
15643 | Living Planet Index: what does an average decline of 69% really mean? 43043 | https://ourworldindata.org/living-planet-index#how-does-the-living-planet-index-vary-across-the-world | url | prominent-link | #how-does-the-living-planet-index-vary-across-the-world | ||
15644 | Living Planet Index: what does an average decline of 69% really mean? 43043 | https://ourworldindata.org/living-planet-index#how-the-living-planet-project-helps-us-understand-how-the-world-s-wildlife-is-changing | url | prominent-link | #how-the-living-planet-project-helps-us-understand-how-the-world-s-wildlife-is-changing |
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 );