sources
Data license: CC-BY
1 row where datasetId = 469 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 |
---|---|---|---|---|---|---|---|---|
591 | Child Labor (% children recorded as working) (Cunningham and Viazzo (1996) and others) | { "link": "Cunningham, H. and Viazzo, P.P. (1996), Child labor in historical perspective, 1800-1985: case studies from Europe, Japan and Colombia, Unicef, Firenze. Available at: http://www.unicef-irc.org/publications/pdf/hisper_childlabour_low.pdf\n\nToniolo, G., & Vecchi, G. (2007). Italian Children at Work, 1881\u20141961. Giornale Degli Economisti E Annali Di Economia, 66 (Anno 120)(3), nuova serie, 401-427. Available at: http://www.jstor.org/stable/23248256\n\nLong, C. D. (1958) The labor force under changing income and employment. Princeton, N.J.: Princeton University Press. Available at: http://econpapers.repec.org/bookchap/nbrnberbk/long58-1.htm\n\nBasu, Kaushik. Child labor: cause, consequence, and cure, with remarks on international labor standards. Journal of Economic literature 37.3 (1999): 1083-1119. Available at: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.25.651&rep=rep1&type=pdf\n\nILO-IPEC, Marking progress against child labour \u2013 Global estimates and trends 2000-2012 / International Labour Office, International Programme on the Elimination of Child Labour (IPEC) \u2013 Geneva: ILO, 2013. Available at: http://www.ilo.org/wcmsp5/groups/public/---ed_norm/---ipec/documents/publication/wcms_221513.pdf", "retrievedDate": "27/09/2017", "additionalInfo": "Incidence of child labour in datasets for England and Italy is based on the percentage of children (aged 10-14) recorded as working at least one hour of work per week (thus defined as \"children in employment\"). Data for the United States is for children aged 10-13 only. Figures for the US have been calculated as the weighted-average of gender-specific incidences of labour, based on the male:female ratio (10-13 year-olds) from reported population figures.\n\nData for the global level is based on the definition of full-time child labour (which excludes children participating in light part-time work). World ILO-EPEAP data from 1950-1995 is based on children aged 10-14. World ILO-IPEC data from 2000-2012 broadens this definition to those aged 5-17. Estimates are based on census and national survey data.", "dataPublishedBy": "Data on the incidence of child labor has been collated across four key sources.\nEngland: Cunningham, H. and Viazzo, P.P. (1996)\n\nItaly: Tonioli and Vecchi (2007)\n\nUnited States: Long (1958)\n\nWorld (1950-1995): International Labor Organisation Programme on Estimates and Projections on the Elimination of of Child Labor (ILO-EPEAP). Basu, 1999.\n\nWorld (2000-2012): International Labor Organisation Programme on the Elimination of Child Labor (ILO-IPEC). ILO, 2013.", "dataPublisherSource": "Scholarly work, ILO" } |
2017-05-14 22:41:29 | 2017-11-02 13:04:39 | Incidence of child labor (England, Italy, US, World) - Cunningham and Viazzo (1996) and others 469 | Incidence of child labour in datasets for England and Italy is based on the percentage of children (aged 10-14) recorded as working at least one hour of work per week (thus defined as "children in employment"). Data for the United States is for children aged 10-13 only. Figures for the US have been calculated as the weighted-average of gender-specific incidences of labour, based on the male:female ratio (10-13 year-olds) from reported population figures. Data for the global level is based on the definition of full-time child labour (which excludes children participating in light part-time work). World ILO-EPEAP data from 1950-1995 is based on children aged 10-14. World ILO-IPEC data from 2000-2012 broadens this definition to those aged 5-17. Estimates are based on census and national survey data. | Cunningham, H. and Viazzo, P.P. (1996), Child labor in historical perspective, 1800-1985: case studies from Europe, Japan and Colombia, Unicef, Firenze. Available at: http://www.unicef-irc.org/publications/pdf/hisper_childlabour_low.pdf Toniolo, G., & Vecchi, G. (2007). Italian Children at Work, 1881—1961. Giornale Degli Economisti E Annali Di Economia, 66 (Anno 120)(3), nuova serie, 401-427. Available at: http://www.jstor.org/stable/23248256 Long, C. D. (1958) The labor force under changing income and employment. Princeton, N.J.: Princeton University Press. Available at: http://econpapers.repec.org/bookchap/nbrnberbk/long58-1.htm Basu, Kaushik. Child labor: cause, consequence, and cure, with remarks on international labor standards. Journal of Economic literature 37.3 (1999): 1083-1119. Available at: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.25.651&rep=rep1&type=pdf ILO-IPEC, Marking progress against child labour – Global estimates and trends 2000-2012 / International Labour Office, International Programme on the Elimination of Child Labour (IPEC) – Geneva: ILO, 2013. Available at: http://www.ilo.org/wcmsp5/groups/public/---ed_norm/---ipec/documents/publication/wcms_221513.pdf | Data on the incidence of child labor has been collated across four key sources. England: Cunningham, H. and Viazzo, P.P. (1996) Italy: Tonioli and Vecchi (2007) United States: Long (1958) World (1950-1995): International Labor Organisation Programme on Estimates and Projections on the Elimination of of Child Labor (ILO-EPEAP). Basu, 1999. World (2000-2012): International Labor Organisation Programme on the Elimination of Child Labor (ILO-IPEC). ILO, 2013. |
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");