sources
Data license: CC-BY
1 row where datasetId = 497 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 |
---|---|---|---|---|---|---|---|---|
629 | Share of landowners who are female (%) | { "link": "http://www.fao.org/gender-landrights-database/en/", "retrievedDate": "29/05/2017", "additionalInfo": "Data on agricultural land ownership by gender is available and reported by the FAO across 102 countries. Currently this data is not available as a time-series, and is limited to measurement in a single census year. Note that this census year is not consistent across all countries. Data for most European and North American countries is based on 2010-11 datasets, whereas other countries can extend from 1993-2011. For graphing consistency, this has been shown as a single year (e.g. assuming these figures are representative of 2011). The actual years of measurement for each country can be found in the referenced FAO report and database.\n\nThe FAO's publication on its Gender and Land Rights Database notes the following definition:\n\"The agricultural landowner is defined as the legal owner of the agricultural land; however, definitions of ownership may vary across countries and surveys. The indicator may not necessarily reflect documented ownership certified by a legal document. Especially in places where much of the land is not formally titled or documented, surveys often simply ask whether someone in the household owns the land, and if so, who owns it. In addition to officially titled ownership, it may also include proxies, such as the right to use, sell or bequeath the land, or the right to use it as collateral. This enables the indicator to capture different aspects of the \u201cbundle of rights\u201d related to land, rather than land ownership in the strictest sense of the term. The current indicator in the GLRD uses different definitions of ownership; they are specified for each country in the data notes. As data for more countries become available, it will be useful to calculate these measures using more than one definition of ownership.\n\nAn individual is defined as a landowner whether they own land solely (they are the only owner of a plot of land) or jointly with someone inside or outside the household. Thus, households may have multiple landowners. In addition, households may own multiple plots of land with different owners identified for each plot.\"\n\nReferences:\nFAO (2015). Gender and Land Statistics Recent developments in FAO\u2019s Gender and Land Rights Database. Rome. Available at: http://www.fao.org/3/a-i4862e.pdf [accessed 29/05/2017]", "dataPublishedBy": "United Nations Food and Agricultural Organisation (FAO) Gender and Land Rights Database", "dataPublisherSource": "National agricultural census data" } |
2017-05-29 15:33:31 | 2017-11-02 13:04:39 | Share of landowners who are female - FAO (2017) 497 | Data on agricultural land ownership by gender is available and reported by the FAO across 102 countries. Currently this data is not available as a time-series, and is limited to measurement in a single census year. Note that this census year is not consistent across all countries. Data for most European and North American countries is based on 2010-11 datasets, whereas other countries can extend from 1993-2011. For graphing consistency, this has been shown as a single year (e.g. assuming these figures are representative of 2011). The actual years of measurement for each country can be found in the referenced FAO report and database. The FAO's publication on its Gender and Land Rights Database notes the following definition: "The agricultural landowner is defined as the legal owner of the agricultural land; however, definitions of ownership may vary across countries and surveys. The indicator may not necessarily reflect documented ownership certified by a legal document. Especially in places where much of the land is not formally titled or documented, surveys often simply ask whether someone in the household owns the land, and if so, who owns it. In addition to officially titled ownership, it may also include proxies, such as the right to use, sell or bequeath the land, or the right to use it as collateral. This enables the indicator to capture different aspects of the “bundle of rights” related to land, rather than land ownership in the strictest sense of the term. The current indicator in the GLRD uses different definitions of ownership; they are specified for each country in the data notes. As data for more countries become available, it will be useful to calculate these measures using more than one definition of ownership. An individual is defined as a landowner whether they own land solely (they are the only owner of a plot of land) or jointly with someone inside or outside the household. Thus, households may have multiple landowners. In addition, households may own multiple plots of land with different own… | http://www.fao.org/gender-landrights-database/en/ | United Nations Food and Agricultural Organisation (FAO) Gender and Land Rights Database |
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");