posts_links
Data license: CC-BY
3 rows where sourceId = 42019
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
22929 | Global fish stocks overexploited 42019 | http://www.fao.org/publications/sofia/2020/en/ | url | href | |||
22930 | Global fish stocks overexploited 42019 | https://ourworldindata.org/seafood-production#the-world-now-produces-more-seafood-from-fish-farms-than-wild-catch | url | href | #the-world-now-produces-more-seafood-from-fish-farms-than-wild-catch | ||
22931 | Global fish stocks overexploited 42019 | fish-stocks-within-sustainable-levels | grapher | src |
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 );