posts_links
Data license: CC-BY
10 rows where sourceId = 41945
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
22824 | Whales 41945 | https://en.wikipedia.org/wiki/Blue_whale | url | href | |||
22825 | Whales 41945 | https://www.jstor.org/stable/24883418 | url | href | |||
22826 | Whales 41945 | https://link.springer.com/article/10.1007/BF02257579 | url | href | |||
22827 | Whales 41945 | global-whale-biomass | grapher | prominent-link | |||
22828 | Whales 41945 | https://iwc.int/history-and-purpose | url | href | |||
22830 | Whales 41945 | whale-populations | grapher | src | |||
22831 | Whales 41945 | whale-catch | grapher | src | ?country=~OWID_WRL | ||
22832 | Whales 41945 | whales-killed-per-decade | grapher | src | |||
22833 | Whales 41945 | iwc-members | grapher | src | |||
25204 | Whales 41945 | https://ourworldindata.org/uploads/2021/03/Whale-oil-production-in-the-US-562x550.png | url | 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 );