posts_gdocs_links
Data license: CC-BY
3 rows where sourceId = "1VUw9tl8UyGNK05XMJat_19gzAGvGyBxBJsCsDJXvDAY"
This data as json, CSV (advanced)
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1822663 | How has inequality in the United Kingdom changed over the long run? 1VUw9tl8UyGNK05XMJat_19gzAGvGyBxBJsCsDJXvDAY | http://www.ons.gov.uk/ons/rel/household-income/the-effects-of-taxes-and-benefits-on-household-income/2009-2010/index.html | url | span-link | here | ||
1822664 | How has inequality in the United Kingdom changed over the long run? 1VUw9tl8UyGNK05XMJat_19gzAGvGyBxBJsCsDJXvDAY | http://www.jstor.org/stable/3679187 | url | span-link | here | ||
1822665 | How has inequality in the United Kingdom changed over the long run? 1VUw9tl8UyGNK05XMJat_19gzAGvGyBxBJsCsDJXvDAY | http://www.sciencedirect.com/science/article/pii/0014498382900092 | url | span-link | here |
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");