sources
Data license: CC-BY
1 row where datasetId = 2788 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 |
---|---|---|---|---|---|---|---|---|
15525 | Global Entrepreneurship Monitor | { "link": "http://www.gemconsortium.org/data/key-aps", "retrievedDate": "07/05/2018", "additionalInfo": null, "dataPublishedBy": "Global Entrepreneurship Monitor ", "dataPublisherSource": "Survey data." } |
2018-05-07 15:45:50 | 2018-05-07 15:45:50 | Share of people who report having intentions to start business - Global Entrepreneurship Monitor 2788 | http://www.gemconsortium.org/data/key-aps | Global Entrepreneurship Monitor |
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");