sources
Data license: CC-BY
2 rows where datasetId = 6017 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 |
---|---|---|---|---|---|---|---|---|
29557 | International Tanker Owners Pollution Federation (ITOPF) | { "link": "https://www.itopf.org/knowledge-resources/data-statistics/statistics/", "retrievedDate": "2023-05-18", "additionalInfo": "\nITOPF maintains a database of oil spills from tank vessels, including combined carriers, FPSOs and barges. This contains information on accidental spillages of persistent and non-persistent hydrocarbon oil since 1970, except those resulting from acts of war.\n", "dataPublishedBy": "International Tanker Owners Pollution Federation (ITOPF)" } |
2023-12-14 12:03:05 | 2024-07-08 16:18:18 | Oil Spills 6017 | ITOPF maintains a database of oil spills from tank vessels, including combined carriers, FPSOs and barges. This contains information on accidental spillages of persistent and non-persistent hydrocarbon oil since 1970, except those resulting from acts of war. | https://www.itopf.org/knowledge-resources/data-statistics/statistics/ | International Tanker Owners Pollution Federation (ITOPF) |
27630 | International Tanker Owners Pollution Federation (ITOPF) | { "link": "https://www.itopf.org/knowledge-resources/data-statistics/statistics/", "retrievedDate": "2023-05-18", "additionalInfo": "ITOPF maintains a database of oil spills from tank vessels, including combined carriers, FPSOs and barges. This contains information on accidental spillages of persistent and non-persistent hydrocarbon oil since 1970, except those resulting from acts of war.\n", "dataPublishedBy": "International Tanker Owners Pollution Federation (ITOPF)" } |
2023-05-26 09:31:03 | 2024-07-08 16:18:17 | Oil Spills 6017 | ITOPF maintains a database of oil spills from tank vessels, including combined carriers, FPSOs and barges. This contains information on accidental spillages of persistent and non-persistent hydrocarbon oil since 1970, except those resulting from acts of war. | https://www.itopf.org/knowledge-resources/data-statistics/statistics/ | International Tanker Owners Pollution Federation (ITOPF) |
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");