posts_links
Data license: CC-BY
6 rows where sourceId = 20318
This data as json, CSV (advanced)
Suggested facets: linkType, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
12365 | How urban is the world? 20318 | https://ourworldindata.org/urbanization | url | href | |||
12366 | How urban is the world? 20318 | https://ourworldindata.org/urbanization#urbanization-over-the-very-long-term | url | href | #urbanization-over-the-very-long-term | ||
12367 | How urban is the world? 20318 | http://dx.doi.org/10.1177/0959683609356587 | url | href | |||
12368 | How urban is the world? 20318 | https://ourworldindata.org/urbanization#urban-shares-over-the-last-500-years | url | href | #urban-shares-over-the-last-500-years | ||
12369 | How urban is the world? 20318 | https://www.census.gov/population/censusdata/table-4.pdf | url | href | |||
12370 | How urban is the world? 20318 | urban-vs-rural-majority | grapher | href |
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 );