posts_links
Data license: CC-BY
4 rows where sourceId = 24535
This data as json, CSV (advanced)
Suggested facets: componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
19242 | India will soon overtake China to become the most populous country in the world 24535 | population-by-country | grapher | href | ?time=1500..2000&country=CHN+IND | ||
19243 | India will soon overtake China to become the most populous country in the world 24535 | world-population-1750-2015-and-un-projection-until-2100 | grapher | href | ?time=-10000..2100 | ||
19244 | India will soon overtake China to become the most populous country in the world 24535 | projected-population-by-country | grapher | src | ?country=IND+CHN | ||
19245 | India will soon overtake China to become the most populous country in the world 24535 | UN-population-projection-medium-variant | grapher | 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 );