sources
Data license: CC-BY
1 row where datasetId = 2609 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 |
---|---|---|---|---|---|---|---|---|
14830 | OECD - Labour - Collective bargaining coverage | { "link": "https://stats.oecd.org/Index.aspx?DataSetCode=CBC", "retrievedDate": "16-March-18", "additionalInfo": "Direct source\nOECD and J.Visser, ICTWSS database (Institutional Characteristics of Trade Unions, Wage Setting, State Intervention and Social Pacts), http://www.uva-aias.net/en/ictwss/\nSource Periodicity\nYearly\nUnit of measure used\nPercentage of employees with the right to bargain\nDate last updated\n31 October 2017\nContact person\[email protected]\nKey statistical concept\nCollective bargaining coverage rate corresponds to the ratio of employees covered by collective agreements, divided by all wage earners with right to bargaining.\n", "dataPublishedBy": "OECD.Stat", "dataPublisherSource": null } |
2018-03-16 17:17:19 | 2018-03-16 17:17:19 | Labour - Collective bargaining coverage 2609 | Direct source OECD and J.Visser, ICTWSS database (Institutional Characteristics of Trade Unions, Wage Setting, State Intervention and Social Pacts), http://www.uva-aias.net/en/ictwss/ Source Periodicity Yearly Unit of measure used Percentage of employees with the right to bargain Date last updated 31 October 2017 Contact person [email protected] Key statistical concept Collective bargaining coverage rate corresponds to the ratio of employees covered by collective agreements, divided by all wage earners with right to bargaining. | https://stats.oecd.org/Index.aspx?DataSetCode=CBC | OECD.Stat |
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");