posts_links
Data license: CC-BY
6 rows where sourceId = 33805
This data as json, CSV (advanced)
Suggested facets: componentType, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
8116 | Coronavirus Country Profile 33805 | https://github.com/owid/covid-19-data/tree/master/public/data | url | href | |||
8117 | Coronavirus Country Profile 33805 | https://covid.ourworldindata.org/data/owid-covid-data.xlsx | url | href | |||
8118 | Coronavirus Country Profile 33805 | https://covid.ourworldindata.org/data/owid-covid-data.csv | url | href | |||
8119 | Coronavirus Country Profile 33805 | https://github.com/owid | url | href | |||
8120 | Coronavirus Country Profile 33805 | https://ourworldindata.org/how-to-use-our-world-in-data#how-is-our-work-copyrighted | url | href | #how-is-our-work-copyrighted | ||
8121 | Coronavirus Country Profile 33805 | https://ourworldindata.org/mortality-risk-covid | 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 );