posts_gdocs_links
Data license: CC-BY
2 rows where sourceId = "1KgBTHjGoH1XpUmUg0KPmnx9rQ4Zf5rVICZQAPMRHUv4"
This data as json, CSV (advanced)
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1870393 | Data on many mental illnesses is only available for a small number of countries 1KgBTHjGoH1XpUmUg0KPmnx9rQ4Zf5rVICZQAPMRHUv4 | number-of-countries-with-primary-data-on-prevalence-of-mental-illnesses-in-the-global-burden-of-disease-study | grapher | front-matter | |||
1870394 | Data on many mental illnesses is only available for a small number of countries 1KgBTHjGoH1XpUmUg0KPmnx9rQ4Zf5rVICZQAPMRHUv4 | https://ourworldindata.org/how-do-researchers-study-the-prevalence-of-mental-illnesses | url | span-link | Read more |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_gdocs_links" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "sourceId" VARCHAR(255) NULL , "target" TEXT 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_gdocs" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION ); CREATE INDEX "sourceId" ON "posts_gdocs_links" ("sourceId");