sources
Data license: CC-BY
1 row where datasetId = 3004 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 |
---|---|---|---|---|---|---|---|---|
595 | OECD (SOCX) | { "link": "http://stats.oecd.org/Index.aspx?datasetcode=SOCX_AGG", "retrievedDate": "01/04/2017", "additionalInfo": "In OECD (SOCX) the main social policy areas that form Social Expenditure are as follows: Old age, Survivors, Incapacity-related benefits, Health, Family, Active labor market programmes, Unemployment, Housing, and Other social policy areas. Spending on education is not included.\n\nFor more information see pp.96-102 in Adema, W., P. Fron and M. Ladaique (2011), Is the European Welfare State Really More Expensive? Indicators on Social Spending, 1980-2012; and a Manual to the OECD Social Expenditure Database (SOCX)\u201d, OECD Social, Employment and Migration Working Papers, No. 124, OECD Publishing, Paris.", "dataPublishedBy": "OECD Social Expenditure Database (SOCX)", "dataPublisherSource": null } |
2017-05-17 04:17:06 | 2017-11-02 13:04:39 | Social Expenditure %GDP - OECD (SOCX) (split) 3004 | In OECD (SOCX) the main social policy areas that form Social Expenditure are as follows: Old age, Survivors, Incapacity-related benefits, Health, Family, Active labor market programmes, Unemployment, Housing, and Other social policy areas. Spending on education is not included. For more information see pp.96-102 in Adema, W., P. Fron and M. Ladaique (2011), Is the European Welfare State Really More Expensive? Indicators on Social Spending, 1980-2012; and a Manual to the OECD Social Expenditure Database (SOCX)”, OECD Social, Employment and Migration Working Papers, No. 124, OECD Publishing, Paris. | http://stats.oecd.org/Index.aspx?datasetcode=SOCX_AGG | OECD Social Expenditure Database (SOCX) |
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");