posts_links
Data license: CC-BY
7 rows where sourceId = 48302
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
14991 | What is undernourishment and how is it measured? 48302 | https://www.fao.org/faostat/en/#data/FS | url | href | #data/FS | ||
14992 | What is undernourishment and how is it measured? 48302 | https://ourworldindata.org/obesity | url | href | |||
14993 | What is undernourishment and how is it measured? 48302 | https://www.fao.org/3/cb4474en/cb4474en.pdf | url | href | |||
14994 | What is undernourishment and how is it measured? 48302 | prevalence-of-undernourishment | grapher | src | |||
14995 | What is undernourishment and how is it measured? 48302 | coefficient-of-variation-cv-in-per-capita-caloric-intake | grapher | src | |||
14996 | What is undernourishment and how is it measured? 48302 | minimum-requirement-calories | grapher | src | |||
14997 | What is undernourishment and how is it measured? 48302 | https://ourworldindata.org/hunger-and-undernourishment | url | prominent-link |
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 );