posts_links
Data license: CC-BY
4 rows where sourceId = 10272
This data as json, CSV (advanced)
Suggested facets: linkType, componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
11422 | Homelessness and poverty in rich countries 10272 | share-of-population-in-extreme-poverty | grapher | href | |||
11423 | Homelessness and poverty in rich countries 10272 | http://www.uclep.be/wp-content/uploads/pdf/Pub/Toro_JSI_2007.pdf | url | href | |||
11424 | Homelessness and poverty in rich countries 10272 | https://openknowledge.worldbank.org/bitstream/handle/10986/25141/9781464809613.pdf | url | href | |||
11425 | Homelessness and poverty in rich countries 10272 | share-of-population-who-have-ever-been-homeless-2003 | 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 );