sources
Data license: CC-BY
1 row where datasetId = 5328 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 |
---|---|---|---|---|---|---|---|---|
18048 | European Environment Agency; Butterfly Conservation Europe | { "link": "https://www.eea.europa.eu/data-and-maps/daviz/european-grassland-butterfly-indicator-4", "additionalInfo": "This dataset measures the change in grassland butterfly populations in Europe across 17 species. This is based on data collected in Austria, Belgium, Czechia, Estonia, Finland, France, Germany, Hungary, Ireland, Latvia, Lithuania, Luxembourg, Netherlands, Romania, Spain, Slovenia, Sweden.\n\n", "dataPublishedBy": "European Environment Agency", "dataPublisherSource": "Butterfly Conservation Europe, European Butterfly Monitoring Scheme partnership, Assessing Butterflies in Europe (ABLE) project." } |
2021-06-19 11:35:10 | 2021-06-19 11:35:10 | Butterfly Index in Europe (EEA) 5328 | This dataset measures the change in grassland butterfly populations in Europe across 17 species. This is based on data collected in Austria, Belgium, Czechia, Estonia, Finland, France, Germany, Hungary, Ireland, Latvia, Lithuania, Luxembourg, Netherlands, Romania, Spain, Slovenia, Sweden. | https://www.eea.europa.eu/data-and-maps/daviz/european-grassland-butterfly-indicator-4 | European Environment Agency |
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");