posts_links
Data license: CC-BY
5 rows where sourceId = 44720
This data as json, CSV (advanced)
Suggested facets: componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
14519 | Can we reduce fertilizer use without sacrificing food production? 44720 | https://ourworldindata.org/fertilizers | url | href | |||
14520 | Can we reduce fertilizer use without sacrificing food production? 44720 | https://ourworldindata.org/crop-yields | url | href | |||
14521 | Can we reduce fertilizer use without sacrificing food production? 44720 | https://ourworldindata.org/excess-fertilizer | url | prominent-link | |||
14522 | Can we reduce fertilizer use without sacrificing food production? 44720 | ourworldindata.org/explorers/fertilizers | url | prominent-link | |||
14523 | Can we reduce fertilizer use without sacrificing food production? 44720 | ourworldindata.org/explorers/crop-yields | 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 );