sources
Data license: CC-BY
2 rows where datasetId = 6651 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 |
---|---|---|---|---|---|---|---|---|
30959 | OWID based on Eisner (2014); United Nations Office of Drugs and Crime (2022); WHO Mortality Database (2024) | { "link": null, "retrievedDate": null, "additionalInfo": "\nThe homicide rate data shown here is taken from Table 4 on pages 80-81 in Eisner (2015). In the table homicide rate estimates are given for a range of years, we present data for the mid-point year here. For example, if data is given for 1200-1299 we show this as 1250.\n\nDataset notes:\n\n* For 1775 and 1862 the data for Switzerland are for the canton of Zurich only.\n* From 1825 onwards the estimates for Corsica and Sardinia are for Sardinia only.", "dataPublishedBy": "OWID based on Eisner (2014); United Nations Office of Drugs and Crime (2022); WHO Mortality Database (2024)" } |
2024-07-31 12:15:49 | 2024-07-31 12:15:49 | Long run homicide rates (1250-2022; Eisner, WHO, UNODC) 6651 | The homicide rate data shown here is taken from Table 4 on pages 80-81 in Eisner (2015). In the table homicide rate estimates are given for a range of years, we present data for the mid-point year here. For example, if data is given for 1200-1299 we show this as 1250. Dataset notes: * For 1775 and 1862 the data for Switzerland are for the canton of Zurich only. * From 1825 onwards the estimates for Corsica and Sardinia are for Sardinia only. | OWID based on Eisner (2014); United Nations Office of Drugs and Crime (2022); WHO Mortality Database (2024) | |
30958 | OWID based on Eisner (2014); United Nations Office of Drugs and Crime (2022); WHO Mortality Database (2024) | { "link": null, "retrievedDate": null, "additionalInfo": "The homicide rate data shown here is taken from Table 4 on pages 80-81 in Eisner (2015). In the table homicide rate estimates are given for a range of years, we present data for the mid-point year here. For example, if data is given for 1200-1299 we show this as 1250.\n\nDataset notes:\n\n* For 1775 and 1862 the data for Switzerland are for the canton of Zurich only.\n* From 1825 onwards the estimates for Corsica and Sardinia are for Sardinia only.", "dataPublishedBy": "OWID based on Eisner (2014); United Nations Office of Drugs and Crime (2022); WHO Mortality Database (2024)" } |
2024-07-31 12:15:49 | Long run homicide rates (1250-2022; Eisner, WHO, UNODC) 6651 | The homicide rate data shown here is taken from Table 4 on pages 80-81 in Eisner (2015). In the table homicide rate estimates are given for a range of years, we present data for the mid-point year here. For example, if data is given for 1200-1299 we show this as 1250. Dataset notes: * For 1775 and 1862 the data for Switzerland are for the canton of Zurich only. * From 1825 onwards the estimates for Corsica and Sardinia are for Sardinia only. | OWID based on Eisner (2014); United Nations Office of Drugs and Crime (2022); WHO Mortality Database (2024) |
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");