posts_links
Data license: CC-BY
9 rows where sourceId = 15966
This data as json, CSV (advanced)
Suggested facets: linkType, componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
9487 | Mental Health 15966 | https://ourworldindata.org/depression-lifetime-risk | url | prominent-link | |||
9488 | Mental Health 15966 | burden-disease-from-each-mental-illness | grapher | href | |||
9489 | Mental Health 15966 | https://ourworldindata.org/how-do-researchers-study-the-prevalence-of-mental-illnesses | url | prominent-link | |||
9490 | Mental Health 15966 | https://ourworldindata.org/burden-of-disease | url | href | |||
9491 | Mental Health 15966 | https://ourworldindata.org/financing-healthcare | url | href | |||
9492 | Mental Health 15966 | https://ourworldindata.org/suicide | url | href | |||
9493 | Mental Health 15966 | https://ourworldindata.org/how-are-mental-illnesses-defined | url | prominent-link | |||
9494 | Mental Health 15966 | https://ourworldindata.org/what-is-depression | url | prominent-link | |||
9495 | Mental Health 15966 | https://ourworldindata.org/depression-age-of-onset | 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 );