posts_links
Data license: CC-BY
5 rows where sourceId = 46623
This data as json, CSV (advanced)
Suggested facets: linkType, componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
14725 | Global comparison: how much energy do people consume? 46623 | https://ourworldindata.org/energy-poverty-air-pollution | url | href | |||
14726 | Global comparison: how much energy do people consume? 46623 | https://ourworldindata.org/energy-offshoring | url | href | |||
14727 | Global comparison: how much energy do people consume? 46623 | energy | explorer | prominent-link | |||
14728 | Global comparison: how much energy do people consume? 46623 | per-capita-energy-use | grapher | src | |||
14729 | Global comparison: how much energy do people consume? 46623 | https://ourworldindata.org/energy | 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 );