posts_links
Data license: CC-BY
14 rows where sourceId = 40217
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType, queryString, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
22689 | COVID Cases - Country Profile Streamline 40217 | https://ourworldindata.org/covid-models | url | href | |||
22690 | COVID Cases - Country Profile Streamline 40217 | https://ourworldindata.org/covid-cases#cases-of-covid-19-background | url | href | #cases-of-covid-19-background | ||
22691 | COVID Cases - Country Profile Streamline 40217 | coronavirus-data-explorer | explorer | src | ?time=2020-03-01..latest&hideControls=true&Metric=Confirmed+cases&Interval=7-day+rolling+average&Relative+to+Population=false&Color+by+test+positivity=false&country=~OWID_WRL | ||
22692 | COVID Cases - Country Profile Streamline 40217 | https://ourworldindata.org/coronavirus-data-explorer?tab=map&zoomToSelection=true&country=&region=World&casesMetric=true&interval=smoothed&hideControls=true&perCapita=true&smoothing=7&pickerMetric=location&pickerSort=asc | url | src | ?tab=map&zoomToSelection=true&country=&region=World&casesMetric=true&interval=smoothed&hideControls=true&perCapita=true&smoothing=7&pickerMetric=location&pickerSort=asc | ||
22693 | COVID Cases - Country Profile Streamline 40217 | coronavirus-data-explorer | explorer | src | ?country=~OWID_WRL&hideControls=true&Interval=Cumulative&Relative+to+Population=false&Metric=Confirmed+cases&Color+by+test+positivity=false | ||
22694 | COVID Cases - Country Profile Streamline 40217 | coronavirus-data-explorer | explorer | src | ?tab=map&hideControls=true&Interval=Cumulative&Relative+to+Population=true&Metric=Confirmed+cases&Color+by+test+positivity=false | ||
22695 | COVID Cases - Country Profile Streamline 40217 | biweekly-cases-per-million-people | grapher | src | |||
22696 | COVID Cases - Country Profile Streamline 40217 | biweekly-growth-covid-cases | grapher | src | |||
22697 | COVID Cases - Country Profile Streamline 40217 | daily-cases-covid-region | grapher | prominent-link | |||
22698 | COVID Cases - Country Profile Streamline 40217 | total-covid-cases-region | grapher | prominent-link | |||
22699 | COVID Cases - Country Profile Streamline 40217 | covid-19-total-confirmed-cases-vs-total-tests-conducted | grapher | prominent-link | |||
22700 | COVID Cases - Country Profile Streamline 40217 | weekly-cases-per-million-people | grapher | prominent-link | |||
22701 | COVID Cases - Country Profile Streamline 40217 | weekly-growth-covid-cases | grapher | prominent-link | |||
22702 | COVID Cases - Country Profile Streamline 40217 | https://ourworldindata.org/covid-cases | 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 );