posts_links
Data license: CC-BY
4 rows where sourceId = 48643
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
15035 | CO₂ emissions dataset: Our sources and methods 48643 | https://github.com/owid/co2-data | url | href | |||
15036 | CO₂ emissions dataset: Our sources and methods 48643 | co2 | explorer | href | |||
15037 | CO₂ emissions dataset: Our sources and methods 48643 | annual-co2-emissions-per-country | grapher | src | ?country=~OWID_WRL | ||
15038 | CO₂ emissions dataset: Our sources and methods 48643 | ourworldindata.org/explorers/co2 | 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 );