sources
Data license: CC-BY
2 rows where datasetId = 6015 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 |
---|---|---|---|---|---|---|---|---|
29558 | UNWTO and OECD | { "link": "https://www.unwto.org/tourism-statistics/economic-contribution-SDG", "retrievedDate": "2023-05-09", "additionalInfo": "\nImplementation of standards accounting tools to monitor the economic and environmental aspects of tourism sustainability (indicator 12.b.1). Indicator 12.b.1 shows the preparedness of countries to \u201cdevelop and implement tools to monitor sustainable development impacts for sustainable tourism\u201d called for in target 12.b under Goal 12 on Sustainable Consumption and Production. More specifically, it tracks the implementation of the most relevant Tourism Satellite Account (TSA) and System of Environmental Economic Accounting (SEEA) tables.\n", "dataPublishedBy": "World Tourism Organization, 2023" } |
2023-12-14 12:03:08 | 2024-07-08 18:04:03 | UNWTO Environmental and Economic Aspects of Tourism 6015 | Implementation of standards accounting tools to monitor the economic and environmental aspects of tourism sustainability (indicator 12.b.1). Indicator 12.b.1 shows the preparedness of countries to “develop and implement tools to monitor sustainable development impacts for sustainable tourism” called for in target 12.b under Goal 12 on Sustainable Consumption and Production. More specifically, it tracks the implementation of the most relevant Tourism Satellite Account (TSA) and System of Environmental Economic Accounting (SEEA) tables. | https://www.unwto.org/tourism-statistics/economic-contribution-SDG | World Tourism Organization, 2023 |
27628 | UNWTO and OECD | { "link": "https://www.unwto.org/tourism-statistics/economic-contribution-SDG", "retrievedDate": "2023-05-09", "additionalInfo": "Implementation of standards accounting tools to monitor the economic and environmental aspects of tourism sustainability (indicator 12.b.1). Indicator 12.b.1 shows the preparedness of countries to \u201cdevelop and implement tools to monitor sustainable development impacts for sustainable tourism\u201d called for in target 12.b under Goal 12 on Sustainable Consumption and Production. More specifically, it tracks the implementation of the most relevant Tourism Satellite Account (TSA) and System of Environmental Economic Accounting (SEEA) tables.\n", "dataPublishedBy": "World Tourism Organization, 2023" } |
2023-05-26 09:30:50 | 2024-07-08 18:04:03 | UNWTO Environmental and Economic Aspects of Tourism 6015 | Implementation of standards accounting tools to monitor the economic and environmental aspects of tourism sustainability (indicator 12.b.1). Indicator 12.b.1 shows the preparedness of countries to “develop and implement tools to monitor sustainable development impacts for sustainable tourism” called for in target 12.b under Goal 12 on Sustainable Consumption and Production. More specifically, it tracks the implementation of the most relevant Tourism Satellite Account (TSA) and System of Environmental Economic Accounting (SEEA) tables. | https://www.unwto.org/tourism-statistics/economic-contribution-SDG | World Tourism Organization, 2023 |
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");