sources
Data license: CC-BY
2 rows where datasetId = 6107 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 |
---|---|---|---|---|---|---|---|---|
29582 | Lloyd's Register Foundation (2022) | { "link": "https://wrp.lrfoundation.org.uk/data-resources/", "retrievedDate": "2023-06-26", "additionalInfo": "\nSpread across four themed reports, the 2021 World Risk Poll covers the biggest risks facing people and communities globally, ranging from road crashes, severe weather, climate change and disaster resilience, to work-related harm, violence and harassment at work, and use of personal data. It will be repeated at least two more times, in 2023 and 2025.\n\nThis data includes aggregates of survey responses to the following two questions:\n\n1) Will artificial intelligence help or harm people in the next 20 years?\n\n2) Would you feel safe in a car driven by computer without a human driver?", "dataPublishedBy": "World Risk Poll 2021, Lloyd's Register Foundation (2022)" } |
2023-12-14 12:11:09 | 2024-07-08 15:47:04 | World Risk Poll - AI questions, grouped by gender, income, education, age and region (2021) 6107 | Spread across four themed reports, the 2021 World Risk Poll covers the biggest risks facing people and communities globally, ranging from road crashes, severe weather, climate change and disaster resilience, to work-related harm, violence and harassment at work, and use of personal data. It will be repeated at least two more times, in 2023 and 2025. This data includes aggregates of survey responses to the following two questions: 1) Will artificial intelligence help or harm people in the next 20 years? 2) Would you feel safe in a car driven by computer without a human driver? | https://wrp.lrfoundation.org.uk/data-resources/ | World Risk Poll 2021, Lloyd's Register Foundation (2022) |
28066 | Lloyd's Register Foundation (2022) | { "link": "https://wrp.lrfoundation.org.uk/data-resources/", "retrievedDate": "2023-06-26", "additionalInfo": "Spread across four themed reports, the 2021 World Risk Poll covers the biggest risks facing people and communities globally, ranging from road crashes, severe weather, climate change and disaster resilience, to work-related harm, violence and harassment at work, and use of personal data. It will be repeated at least two more times, in 2023 and 2025.\n\nThis data includes aggregates of survey responses to the following two questions:\n\n1) Will artificial intelligence help or harm people in the next 20 years?\n\n2) Would you feel safe in a car driven by computer without a human driver?", "dataPublishedBy": "World Risk Poll 2021, Lloyd's Register Foundation (2022)" } |
2023-07-20 09:38:48 | 2024-07-08 15:47:03 | World Risk Poll - AI questions, grouped by gender, income, education, age and region (2021) 6107 | Spread across four themed reports, the 2021 World Risk Poll covers the biggest risks facing people and communities globally, ranging from road crashes, severe weather, climate change and disaster resilience, to work-related harm, violence and harassment at work, and use of personal data. It will be repeated at least two more times, in 2023 and 2025. This data includes aggregates of survey responses to the following two questions: 1) Will artificial intelligence help or harm people in the next 20 years? 2) Would you feel safe in a car driven by computer without a human driver? | https://wrp.lrfoundation.org.uk/data-resources/ | World Risk Poll 2021, Lloyd's Register Foundation (2022) |
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");