posts_links
Data license: CC-BY
5 rows where sourceId = 56732
This data as json, CSV (advanced)
Suggested facets: linkType, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
23467 | Flu Explorer - Introductory text 56732 | https://pubmed.ncbi.nlm.nih.gov/31673337/ | url | href | |||
23468 | Flu Explorer - Introductory text 56732 | https://doi.org/10.1038/s12276-021-00603-0 | url | href | |||
23469 | Flu Explorer - Introductory text 56732 | coronavirus-data-explorer | explorer | href | |||
23470 | Flu Explorer - Introductory text 56732 | monkeypox | explorer | href | |||
23471 | Flu Explorer - Introductory text 56732 | https://ourworldindata.org/influenza#key-insights-on-influenza | url | href | #key-insights-on-influenza |
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 );