posts_links
Data license: CC-BY
6 rows where sourceId = 45589
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
14570 | When will countries phase out coal power? 45589 | global-energy-substitution | grapher | href | ?country=~OWID_WRL | ||
14571 | When will countries phase out coal power? 45589 | https://ourworldindata.org/safest-sources-of-energy | url | href | |||
14572 | When will countries phase out coal power? 45589 | https://ourworldindata.org/air-pollution | url | href | |||
14573 | When will countries phase out coal power? 45589 | coal-phase-out-timeline | grapher | src | |||
14574 | When will countries phase out coal power? 45589 | energy | explorer | prominent-link | ?facet=none\u0026country=USA~GBR~CHN~OWID_WRL~IND~BRA~ZAF\u0026Total+or+Breakdown=Select+a+source\u0026Select+a+source=Coal\u0026Energy+or+Electricity=Primary+energy\u0026Metric=Share+of+total | ||
14575 | When will countries phase out coal power? 45589 | 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 );