sources
Data license: CC-BY
1 row where datasetId = 2670 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 |
---|---|---|---|---|---|---|---|---|
14894 | How Was Life? - Gender inequality since 1980 (2014) | { "link": "https://dspace.library.uu.nl/bitstream/handle/1874/306236/3014041ec016.pdf?sequence=1", "retrievedDate": "21/03/2018", "additionalInfo": "Gendered inheritance practices for immovables in 1920 are obtained from the Murdock data, while 1980 and 2000 are from the World Bank.\n\nInformation on inheritance practices at the start of the 20th century comes from George Murdock\u2019s Ethnographic Atlas (1969). To compare Murdock's figures to contemporary data available from the World Bank\u2019s Fifty Years of Women\u2019s Legal Rights database, a dichotomous scheme had to be used where 0 indicates inequality and 1 equality.\n\nFor further information of these data, see the link above from page 221, under the heading \"Historical sources\". ", "dataPublishedBy": "How Was Life? Gender inequality since 1980 - Carmichael, Dili,and Rijpma", "dataPublisherSource": "Historical data: Murdock's Ethnographic Atlas, and national statistics from the World Bank" } |
2018-03-21 12:28:16 | 2018-03-21 12:28:16 | Inheritance for women - How Was Life? (2014) 2670 | Gendered inheritance practices for immovables in 1920 are obtained from the Murdock data, while 1980 and 2000 are from the World Bank. Information on inheritance practices at the start of the 20th century comes from George Murdock’s Ethnographic Atlas (1969). To compare Murdock's figures to contemporary data available from the World Bank’s Fifty Years of Women’s Legal Rights database, a dichotomous scheme had to be used where 0 indicates inequality and 1 equality. For further information of these data, see the link above from page 221, under the heading "Historical sources". | https://dspace.library.uu.nl/bitstream/handle/1874/306236/3014041ec016.pdf?sequence=1 | How Was Life? Gender inequality since 1980 - Carmichael, Dili,and Rijpma |
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");