posts_links
Data license: CC-BY
4 rows where sourceId = 26470
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
19932 | How does sex ratio at birth vary across the world? 26470 | https://ourworldindata.org/gender-ratio#definitions | url | href | #definitions | ||
19933 | How does sex ratio at birth vary across the world? 26470 | https://pdfs.semanticscholar.org/3986/f62b66ee8450859909e122fb2974c1c9fe6b.pdf | url | href | |||
19934 | How does sex ratio at birth vary across the world? 26470 | https://ourworldindata.org/gender-ratio#biology-or-discrimination-which-countries-have-skewed-sex-ratios-at-birth | url | href | #biology-or-discrimination-which-countries-have-skewed-sex-ratios-at-birth | ||
19935 | How does sex ratio at birth vary across the world? 26470 | sex-ratio-at-birth | 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 );