posts_gdocs_links
Data license: CC-BY
3 rows where sourceId = "10rO92R2yalg8EAukD4njwrDNQ40LH2Xhtnn3SnuzJlE"
This data as json, CSV (advanced)
Suggested facets: target, componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1878531 | There are large differences in LGBT+ rights across the world 10rO92R2yalg8EAukD4njwrDNQ40LH2Xhtnn3SnuzJlE | lgbt-rights-index | grapher | front-matter | |||
1878532 | There are large differences in LGBT+ rights across the world 10rO92R2yalg8EAukD4njwrDNQ40LH2Xhtnn3SnuzJlE | countries-protecting-core-lgbt-rights | grapher | span-link | have made progress in protecting LGBT+ rights | ||
1878533 | There are large differences in LGBT+ rights across the world 10rO92R2yalg8EAukD4njwrDNQ40LH2Xhtnn3SnuzJlE | lgbt-rights-index | grapher | span-link | Explore differences in LGBT+ rights across countries and over time |
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");