posts_links
Data license: CC-BY
6 rows where sourceId = 26495
This data as json, CSV (advanced)
Suggested facets: linkType, componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
19959 | Does vaccine skepticism affect immunization rates? 26495 | immunization-measles-vs-vaccine-safety | grapher | href | |||
19960 | Does vaccine skepticism affect immunization rates? 26495 | gdp-per-capita-worldbank | grapher | href | |||
19961 | Does vaccine skepticism affect immunization rates? 26495 | https://www.who.int/csr/don/06-may-2019-measles-euro/en/ | url | href | |||
19962 | Does vaccine skepticism affect immunization rates? 26495 | https://schiff.house.gov/news/press-releases/schiff-sends-letter-to-google-facebook-regarding-anti-vaccine-misinformation | url | href | |||
19963 | Does vaccine skepticism affect immunization rates? 26495 | perception-of-the-safety-of-vaccines-vs-vaccine-coverage | grapher | src | |||
19964 | Does vaccine skepticism affect immunization rates? 26495 | trust-healthcare-vs-vaccine-safety | 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 );