sources
Data license: CC-BY
1 row where datasetId = 921 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 |
---|---|---|---|---|---|---|---|---|
6731 | OECD Labor Force Statistics (2017) | { "link": "http://stats.oecd.org/Index.aspx?DatasetCode=AVE_HRS#)", "retrievedDate": null, "additionalInfo": "Original source notes: \nPart-time employment is defined according to a common definition of less than 30-weekly-usual hours worked in the main job. \n\nFull-time employment is defined according to a common definition of more than 30-weekly-usual hours worked in the main job. \n\nInformation for all countries and all LFS subjects may be found in the attached file : \nwww.oecd.org/els/employmentpoliciesanddata/LFSNOTES_SOURCES.pdf.", "dataPublishedBy": "OECD.stat", "dataPublisherSource": "Country surveys" } |
2017-09-11 21:39:42 | 2017-11-02 13:04:39 | Female weekly hours worked – OECD (2017) 921 | Original source notes: Part-time employment is defined according to a common definition of less than 30-weekly-usual hours worked in the main job. Full-time employment is defined according to a common definition of more than 30-weekly-usual hours worked in the main job. Information for all countries and all LFS subjects may be found in the attached file : www.oecd.org/els/employmentpoliciesanddata/LFSNOTES_SOURCES.pdf. | http://stats.oecd.org/Index.aspx?DatasetCode=AVE_HRS#) | 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");