posts_links
Data license: CC-BY
4 rows where sourceId = 27366
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
20499 | Tetanus vaccination and treatment 27366 | https://www.cdc.gov/vaccines/pubs/pinkbook/tetanus.html | url | href | |||
20501 | Tetanus vaccination and treatment 27366 | share-of-children-immunized-dtp3 | grapher | src | ?tab=chart&country=OWID_WRL | ||
25126 | Tetanus vaccination and treatment 27366 | https://ourworldindata.org/uploads/2019/02/Tetanus-vaccination-vs-cases-v2-1.png | url | href | |||
25127 | Tetanus vaccination and treatment 27366 | https://ourworldindata.org/uploads/2019/02/Tetanus-vaccination-vs-cases-v2-1-800x518.png | url | 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 );