post_links
Data license: CC-BY
7 rows where postId = 39899 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind
id | postId ▲ | link | kind |
---|---|---|---|
12462 | Forest area 39899 | https://ourworldindata.org/land-use | internal-link |
12463 | Forest area 39899 | https://owid.cloud/admin/posts/preview/36933#note-3 | external-link |
12464 | Forest area 39899 | http://www.fao.org/3/i8661en/i8661en.pdf | external-link |
12465 | Forest area 39899 | https://owid.cloud/admin/posts/preview/36933#note-4 | external-link |
12466 | Forest area 39899 | https://ourworldindata.org/grapher/number-of-trees-per-km | internal-prominent-link |
12467 | Forest area 39899 | https://ourworldindata.org/grapher/trees-per-capita | internal-prominent-link |
12468 | Forest area 39899 | https://owid.cloud/app/uploads/2021/02/Long-term-change-in-land-use-610x550.png | image |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE post_links ( `id` integer NOT NULL PRIMARY KEY, `postId` integer NOT NULL, `link` TEXT, `kind` TEXT, CONSTRAINT `FK_post_links_postId` FOREIGN KEY (`postId`) REFERENCES `posts` (`id`) ON DELETE CASCADE );