posts_links
Data license: CC-BY
10 rows where sourceId = 6724
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
4662 | The Our World in Data-Grapher 6724 | https://github.com/owid/owid-grapher | url | href | |||
4663 | The Our World in Data-Grapher 6724 | https://ourworldindata.org/team | url | href | |||
4664 | The Our World in Data-Grapher 6724 | child-mortality-around-the-world | grapher | src | ?tab=chart | ||
4665 | The Our World in Data-Grapher 6724 | annual-co-emissions-by-region | grapher | src | |||
4666 | The Our World in Data-Grapher 6724 | life-expectancy | grapher | src | ?tab=map | ||
4667 | The Our World in Data-Grapher 6724 | mean-income-per-person-per-day-marimekko | grapher | src | |||
4668 | The Our World in Data-Grapher 6724 | child-mortality-1990-vs-2017-slope | grapher | src | |||
4669 | The Our World in Data-Grapher 6724 | child-mortality-vs-population-growth | grapher | src | |||
4670 | The Our World in Data-Grapher 6724 | womens-educational-attainment-vs-fertility | grapher | src | ?endpointsOnly=0&country=IRN+BRA+GHA+BWA+IND+USA | ||
4671 | The Our World in Data-Grapher 6724 | deaths-by-age-group-stacked | grapher | src |
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 );