sources
Data license: CC-BY
1 row where datasetId = 855 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
id ▲ | name | description | createdAt | updatedAt | datasetId | additionalInfo | link | dataPublishedBy |
---|---|---|---|---|---|---|---|---|
3016 | Medium SSP2 - Wittgenstein Centre for Demography and Global Human Capital | { "link": "http://www.wittgensteincentre.org/dataexplorer", "retrievedDate": "06/09/2017", "additionalInfo": "The new set of projections by levels of educational attainment was produced by a large team of researchers at the Wittgenstein Centre for Demography and Global Human Capital and at other institutions. It also includes population projections developed for the 5th assessment report of the Intergovernmental Panel on Climate Change (IPCC) according to a set of Shared Socioeconomic Pathways (SSP) scenarios.", "dataPublishedBy": "Wittgenstein Centre Data Explorer", "dataPublisherSource": "These projections were produced by a large team of researchers at the Wittgenstein Centre for Demography and Global Human Capital and at other institutions." } |
2017-09-06 10:18:07 | 2017-11-20 12:27:36 | Population Estimates and Projection - Wittgenstein Centre for Demography and Global Human Capital 855 | The new set of projections by levels of educational attainment was produced by a large team of researchers at the Wittgenstein Centre for Demography and Global Human Capital and at other institutions. It also includes population projections developed for the 5th assessment report of the Intergovernmental Panel on Climate Change (IPCC) according to a set of Shared Socioeconomic Pathways (SSP) scenarios. | http://www.wittgensteincentre.org/dataexplorer | Wittgenstein Centre Data Explorer |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "sources" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(512) NULL , "description" TEXT NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "datasetId" INTEGER NULL, additionalInfo TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.additionalInfo')) VIRTUAL, link TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.link')) VIRTUAL, dataPublishedBy TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.dataPublishedBy')) VIRTUAL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "sources_datasetId" ON "sources" ("datasetId");