posts_links
Data license: CC-BY
8 rows where sourceId = 35258
This data as json, CSV (advanced)
Suggested facets: linkType, componentType
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
22308 | Same-sex marriage around the world 35258 | https://www.nytimes.com/1989/10/02/world/rights-for-gay-couples-in-denmark.html | url | href | |||
22309 | Same-sex marriage around the world 35258 | civil-union-for-same-sex-partners | grapher | href | |||
22310 | Same-sex marriage around the world 35258 | public-opinion-homosexuality-scatter | grapher | href | |||
22311 | Same-sex marriage around the world 35258 | marriage-for-same-sex-partners | grapher | src | |||
22312 | Same-sex marriage around the world 35258 | countries-marriage-same-sex-partners | grapher | src | |||
22313 | Same-sex marriage around the world 35258 | people-marriage-same-sex-partners | grapher | src | |||
22314 | Same-sex marriage around the world 35258 | number-countries-legal-homosexuality | grapher | src | |||
22315 | Same-sex marriage around the world 35258 | year-when-homosexuality-became-legal | grapher | prominent-link |
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 );