sources
Data license: CC-BY
1 row where datasetId = 5323 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 |
---|---|---|---|---|---|---|---|---|
18043 | Gender, Institutions and Development Database (GID-DB) 2019 | { "link": "https://stats.oecd.org/Index.aspx?DataSetCode=GIDDB2019#", "retrievedDate": "14/06/21", "additionalInfo": "The Gender, Institutions and Development Database (GID-DB) compiles data on the laws on child marriage, specifically whether women and men have the same legal minimum age of marriage. The child marriage indicator has five categories listed below: \n\n0: The law guarantees the same minimum age of marriage above 18 years to women and men, without legal exceptions regarding either consent or some groups of women. Customary, religious and traditional laws or practices do not encourage girl child marriage.\n\n0.25: The minimum age of marriage might be different for men and women, but it is above 18 years, without legal exceptions regarding either consent or some groups of women. However, some customary, religious and traditional laws or practices encourage girl child marriage.\n\n0.5: The minimum age of marriage might be different for men and women, but it is above 18 years. However, legal exceptions exist regarding consent and/or some groups of women.\n\n0.75: The law allows child marriage for both women and men or there is no legal age of marriage for women nor men.\n\n1: The law allows child marriage for women but not for men.\n\nFor further information see the <a href=\"https://www.genderindex.org/methodology/\">SIGI methodology page</a>. ", "dataPublishedBy": "OECD.Stat", "dataPublisherSource": "Social Institutions & Gender Index country profiles" } |
2021-06-14 20:10:23 | 2021-06-14 20:10:23 | Laws on child marriage - Gender, Institutions and Development Database (GID-DB, 2019) 5323 | The Gender, Institutions and Development Database (GID-DB) compiles data on the laws on child marriage, specifically whether women and men have the same legal minimum age of marriage. The child marriage indicator has five categories listed below: 0: The law guarantees the same minimum age of marriage above 18 years to women and men, without legal exceptions regarding either consent or some groups of women. Customary, religious and traditional laws or practices do not encourage girl child marriage. 0.25: The minimum age of marriage might be different for men and women, but it is above 18 years, without legal exceptions regarding either consent or some groups of women. However, some customary, religious and traditional laws or practices encourage girl child marriage. 0.5: The minimum age of marriage might be different for men and women, but it is above 18 years. However, legal exceptions exist regarding consent and/or some groups of women. 0.75: The law allows child marriage for both women and men or there is no legal age of marriage for women nor men. 1: The law allows child marriage for women but not for men. For further information see the <a href="https://www.genderindex.org/methodology/">SIGI methodology page</a>. | https://stats.oecd.org/Index.aspx?DataSetCode=GIDDB2019# | 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");