posts_gdocs_links
Data license: CC-BY
3 rows where sourceId = "1tTybpXlpzAD9hW18gDT7gLhfcdu819gx40xko8y8sik"
This data as json, CSV (advanced)
Suggested facets: linkType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1870567 | Global inequalities in CO₂ emissions from aviation 1tTybpXlpzAD9hW18gDT7gLhfcdu819gx40xko8y8sik | world-banks-income-groups | grapher | span-link | income groups | ?year=latest | |
1870568 | Global inequalities in CO₂ emissions from aviation 1tTybpXlpzAD9hW18gDT7gLhfcdu819gx40xko8y8sik | https://theicct.org/sites/default/files/publications/ICCT_CO2-commercl-aviation-2018_20190918.pdf | url | span-link | CO2 emissions from commercial aviation, 2018 | ||
1870569 | Global inequalities in CO₂ emissions from aviation 1tTybpXlpzAD9hW18gDT7gLhfcdu819gx40xko8y8sik | https://amadeus.com/en/insights/white-paper/airline-initiatives-to-reduce-climate-impact | url | span-link | Airline initiatives to reduce climate impact: ways to accelerate action |
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");