posts_links
Data license: CC-BY
19 rows where sourceId = 3016
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
4390 | Land Use 3016 | https://ourworldindata.org/world-population-growth/ | url | href | |||
4392 | Land Use 3016 | http://www.fao.org/docrep/018/i3107e/i3107e.PDF | url | href | |||
4393 | Land Use 3016 | http://faostat.fao.org/site/375/default.aspx | url | href | |||
4394 | Land Use 3016 | http://www.fao.org/faostat/en/#data | url | href | #data | ||
4395 | Land Use 3016 | land-use-over-the-long-term | grapher | src | |||
4396 | Land Use 3016 | total-agricultural-area-over-the-long-term | grapher | src | |||
4397 | Land Use 3016 | cropland-use-over-the-long-term | grapher | src | |||
4398 | Land Use 3016 | grazing-land-use-over-the-long-term | grapher | src | |||
4399 | Land Use 3016 | share-of-land-area-used-for-agriculture | grapher | src | |||
4400 | Land Use 3016 | share-of-land-area-used-for-arable-agriculture | grapher | src | |||
4401 | Land Use 3016 | share-of-land-area-used-for-permanent-meadows-and-pastures-1961-2014 | grapher | src | |||
4402 | Land Use 3016 | cropland-per-person-over-the-long-term | grapher | src | |||
4403 | Land Use 3016 | arable-land-use-per-person | grapher | src | |||
4404 | Land Use 3016 | total-agricultural-land-use-per-person | grapher | src | |||
4405 | Land Use 3016 | agricultural-area-per-capita | grapher | src | |||
4406 | Land Use 3016 | global-agricultural-land-use-by-major-crop-type | grapher | src | |||
4407 | Land Use 3016 | land-use-per-gram-of-protein-by-food-type | grapher | src | |||
24184 | Land Use 3016 | https://ourworldindata.org/uploads/2013/10/World-Map-by-Land-Use-01.png | url | src | |||
24185 | Land Use 3016 | https://ourworldindata.org/uploads/2013/10/Land-use-classification.png | url | src |
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 );