posts_gdocs_links
Data license: CC-BY
2 rows where sourceId = "1WSnQyKck2OARVwI_ZTZ2zKY4VxT4f8v3nrfr6rHvZ-c"
This data as json, CSV (advanced)
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1862734 | FAQs on the Living Planet Index 1WSnQyKck2OARVwI_ZTZ2zKY4VxT4f8v3nrfr6rHvZ-c | https://ourworldindata.org/living-planet-index-decline | url | span-link | accompanying article | ||
1862735 | FAQs on the Living Planet Index 1WSnQyKck2OARVwI_ZTZ2zKY4VxT4f8v3nrfr6rHvZ-c | https://ourworldindata.org/living-planet-index#example-calculation-why-we-should-use-the-term-decline-and-not-lost | url | span-link | here | #example-calculation-why-we-should-use-the-term-decline-and-not-lost |
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");