posts_links
Data license: CC-BY
5 rows where sourceId = 48371
This data as json, CSV (advanced)
Suggested facets: linkType, componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
15006 | What is childhood wasting? 48371 | https://ourworldindata.org/stunting-definition | url | prominent-link | |||
15007 | What is childhood wasting? 48371 | https://www.who.int/tools/child-growth-standards | url | href | |||
15008 | What is childhood wasting? 48371 | https://www.who.int/publications/i/item/9789241547635 | url | href | |||
15009 | What is childhood wasting? 48371 | share-of-children-with-a-weight-too-low-for-their-height-wasting | grapher | src | |||
15010 | What is childhood wasting? 48371 | 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 );