posts_gdocs_links
Data license: CC-BY
9 rows where sourceId = "17WPmagexHbBoZONvona_NXGOvlkklsUIQE7mEd81uMo"
This data as json, CSV (advanced)
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1863983 | What is the ozone layer, and why is it important? 17WPmagexHbBoZONvona_NXGOvlkklsUIQE7mEd81uMo | https://ourworldindata.org/ozone-layer | url | span-link | ozone layer | ||
1863984 | What is the ozone layer, and why is it important? 17WPmagexHbBoZONvona_NXGOvlkklsUIQE7mEd81uMo | https://ourworldindata.org/air-pollution | url | span-link | air pollution | ||
1863985 | What is the ozone layer, and why is it important? 17WPmagexHbBoZONvona_NXGOvlkklsUIQE7mEd81uMo | https://ourworldindata.org/cancer | url | span-link | skin cancer | ||
1863986 | What is the ozone layer, and why is it important? 17WPmagexHbBoZONvona_NXGOvlkklsUIQE7mEd81uMo | https://worksinprogress.co/issue/how-we-fixed-the-ozone-layer | url | span-link | achieved rapid progress | ||
1863987 | What is the ozone layer, and why is it important? 17WPmagexHbBoZONvona_NXGOvlkklsUIQE7mEd81uMo | https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2009JD012219 | url | span-link | Global increase in UV irradiance during the past 30 years (1979–2008) estimated from satellite data | ||
1863988 | What is the ozone layer, and why is it important? 17WPmagexHbBoZONvona_NXGOvlkklsUIQE7mEd81uMo | https://www.sciencedirect.com/science/article/pii/016041209190333L | url | span-link | Melanoma mortality and exposure to ultraviolet radiation: an empirical relationship | ||
1863989 | What is the ozone layer, and why is it important? 17WPmagexHbBoZONvona_NXGOvlkklsUIQE7mEd81uMo | https://onlinelibrary.wiley.com/doi/full/10.1046/j.1440-1711.2001.01047.x | url | span-link | Ultraviolet light induced injury: immunological and inflammatory effects | ||
1863990 | What is the ozone layer, and why is it important? 17WPmagexHbBoZONvona_NXGOvlkklsUIQE7mEd81uMo | https://onlinelibrary.wiley.com/doi/full/10.1111/j.1751-1097.2012.01223.x | url | span-link | Skin Cancer Risks Avoided by the Montreal Protocol—Worldwide Modeling Integrating Coupled Climate: Chemistry Models with a Risk Model for UV | ||
1863991 | What is the ozone layer, and why is it important? 17WPmagexHbBoZONvona_NXGOvlkklsUIQE7mEd81uMo | https://www.nature.com/articles/366023a0.pdf | url | span-link | Estimates of ozone depletion and skin cancer incidence to examine the Vienna convention achievements |
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");