posts_gdocs_links
Data license: CC-BY
5 rows where sourceId = "13Gv4VhZ6llymEvrRTE1VYzLw0hg_1Ai3zTBenH2i_Ms"
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType, queryString, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1870551 | China has been expanding its nuclear weapons arsenal 13Gv4VhZ6llymEvrRTE1VYzLw0hg_1Ai3zTBenH2i_Ms | nuclear-warhead-stockpiles-lines | grapher | front-matter | ?time=2003..latest&country=GBR~FRA~CHN | ||
1870552 | China has been expanding its nuclear weapons arsenal 13Gv4VhZ6llymEvrRTE1VYzLw0hg_1Ai3zTBenH2i_Ms | nuclear-warhead-stockpiles-lines | grapher | span-link | have also increased the number of their warheads | ?time=2003..latest&facet=none&country=CHN~IND~PAK | |
1870553 | China has been expanding its nuclear weapons arsenal 13Gv4VhZ6llymEvrRTE1VYzLw0hg_1Ai3zTBenH2i_Ms | nuclear-warhead-inventories | grapher | span-link | several thousand warheads | ||
1870554 | China has been expanding its nuclear weapons arsenal 13Gv4VhZ6llymEvrRTE1VYzLw0hg_1Ai3zTBenH2i_Ms | https://ourworldindata.org/nuclear-weapons-risk | url | span-link | the threat nuclear weapons pose to humanity | ||
1870555 | China has been expanding its nuclear weapons arsenal 13Gv4VhZ6llymEvrRTE1VYzLw0hg_1Ai3zTBenH2i_Ms | https://ourworldindata.org/nuclear-weapons#few-countries-possess-nuclear-weapons-but-some-have-large-arsenals | url | span-link | Read more about nuclear arsenals | #few-countries-possess-nuclear-weapons-but-some-have-large-arsenals |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_gdocs_links" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "sourceId" VARCHAR(255) NULL , "target" TEXT 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_gdocs" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION ); CREATE INDEX "sourceId" ON "posts_gdocs_links" ("sourceId");