Skip to content

Instantly share code, notes, and snippets.

@gubi
Last active November 1, 2018 10:58
Show Gist options
  • Save gubi/7528715ec80ceba07841d9e8db01b41a to your computer and use it in GitHub Desktop.
Save gubi/7528715ec80ceba07841d9e8db01b41a to your computer and use it in GitHub Desktop.
PHP script that extract data from the `resultAgrovoc_filled_20181029.xlsx` file
<?php
header("Content-type: text/plain");
require 'vendor/autoload.php';
use PhpOffice\PhpSpreadsheet\Spreadsheet;
use PhpOffice\PhpSpreadsheet\IOFactory;
use Monolog\Logger;
use Monolog\Handler\StreamHandler;
define("FILENAME", "resultAgrovoc_filled_20181029.xlsx");
$spreadsheet = new Spreadsheet();
$reader = new \PhpOffice\PhpSpreadsheet\Reader\Xlsx();
$spreadsheet = $reader->load(FILENAME);
$worksheet = $spreadsheet->getActiveSheet();
$json = [];
$json[FILENAME] = [];
function url_open($url) {
$logger = new Logger("agrovoc-indexing");
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$output = curl_exec($ch);
if(curl_getinfo($ch, CURLINFO_HTTP_CODE) !== 200) {
$logger->pushHandler(new StreamHandler(getcwd() . "/curl.log", Logger::ERROR));
$logger->error($output);
return json_decode($output);
}
// $logger->pushHandler(new StreamHandler(getcwd() . "/curl.log", Logger::INFO));
// $logger->info($output->data);
return json_decode($output)->data;
curl_close($ch);
}
function parse_xml($json, $row, $worksheet, $visible) {
$visible_label = ($visible) ? "visible" : "not visible";
$rownr = 0;
$highestRow = $worksheet->getHighestRow(); // e.g. 10
$highestColumn = $worksheet->getHighestColumn(); // e.g 'F'
$highestColumnIndex = \PhpOffice\PhpSpreadsheet\Cell\Coordinate::columnIndexFromString($highestColumn); // e.g. 5
for($col = 1; $col <= $highestColumnIndex; $col++) {
// $lastCellAddress = $worksheet->getCellByColumnAndRow($$col, 1)->getCoordinate();
// The first row is used for labels
$title = $worksheet->getCellByColumnAndRow($col, 1)->getValue();
$value = $worksheet->getCellByColumnAndRow($col, $row->getRowIndex())->getValue();
if($row->getRowIndex() == 1) { // ---------------------------------> "_labels" section
$column_name = $worksheet->getCellByColumnAndRow($col, 1)->getCoordinate();
// Split keywords in sub-labels
if(strpos($title, "__") !== false) {
$keywords = explode("__", $title);
$json[$visible_label]["_labels"]["row " . $row->getRowIndex()]["_keywords"][$column_name] = $keywords[1];
} else {
$json[$visible_label]["_labels"]["row " . $row->getRowIndex()][$column_name] = $value;
}
} elseif($row->getRowIndex() > 1) { // ----------------------------> "contents" section
// $visible_rows = [];
// Split keywords in sub-labels
if(strpos($title, "__") !== false) {
$keywords = explode("__", $title);
$json[$visible_label]["contents"]["row " . $row->getRowIndex()]["_keywords"][$keywords[1]] = $value;
} else {
$json[$visible_label]["contents"]["row " . $row->getRowIndex()][$title] = $value;
}
if($title == "id") {
$doi = substr(parse_url($value)["path"], 1);
$dataset_api_url = "https://dataverse.harvard.edu/api/datasets/:persistentId?persistentId=doi:" . $doi;
$json[$visible_label]["contents"]["row " . $row->getRowIndex()]["dataset"] = parse_url($value);
if($visible) {
$json[$visible_label]["contents"]["row " . $rownr]["dataset"]["doi"] = $doi;
$json[$visible_label]["contents"]["row " . $rownr]["dataset"]["dataset_api_url"] = $dataset_api_url;
// $json[$visible_label]["contents"]["row " . $rownr]["dataset"]["data"] = json_decode(url_open($dataset_api_url), 1)["data"];
// LOG
// $logger->warning(escapeshellcmd(url_open($dataset_api_url)));
// print $dataset_api_url ."\n";
$json[$visible_label]["contents"]["row " . $rownr]["dataset"]["data"] = url_open($dataset_api_url);
}
}
}
}
$rownr++;
// print_r($json);
return $json;
}
foreach($spreadsheet->getActiveSheet()->getRowIterator() as $row) {
// print $spreadsheet->getActiveSheet()->getRowDimension($row->getRowIndex())->getVisible();
if($spreadsheet->getActiveSheet()->getRowDimension($row->getRowIndex())->getVisible()) {
// print $row->getRowIndex() . "\n";
// exit();
$json[FILENAME] = parse_xml($json[FILENAME], $row, $worksheet, true);
} else {
$json[FILENAME] = parse_xml($json[FILENAME], $row, $worksheet, false);
}
}
print_r($json);
file_put_contents(getcwd() . "/output.txt", print_r($json, true));
file_put_contents(getcwd() . "/output.json", json_encode($json));
// header("Content-type: application/json");
// print_r(json_encode($json));
?>
{
"resultAgrovoc_filled_20181029.xlsx": {
"visible": {
"_labels": {
"row 1": {
"A1": null,
"B1": "id",
"C1": "name",
"_keywords": {
"D1": "value",
"E1": "agrovoc label",
"G1": "uri",
"H1": "score"
},
"F1": "Vocabulary"
}
},
"contents": {
"row 24": {
"": 32,
"id": "http://dx.doi.org/10.7910/DVN/27480",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/27480"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "baillonella toxisperma",
"agrovoc label": "BAILLONELLA TOXISPERMA",
"uri": "http://purl.obolibrary.org/obo/NCBITaxon_568231",
"score": 0.5
},
"Vocabulary": "NCBI"
},
"row 0": {
"dataset": {
"doi": "10.7910/DVN/UHULV3",
"dataset_api_url": "https://dataverse.harvard.edu/api/datasets/:persistentId?persistentId=doi:10.7910/DVN/UHULV3",
"data": {
"id": 3092844,
"identifier": "DVN/UHULV3",
"persistentUrl": "https://doi.org/10.7910/DVN/UHULV3",
"protocol": "doi",
"authority": "10.7910",
"publisher": "Harvard Dataverse",
"publicationDate": "2018-01-17",
"storageIdentifier": "file",
"latestVersion": {
"id": 131598,
"storageIdentifier": "file",
"versionNumber": 1,
"versionMinorNumber": 0,
"versionState": "RELEASED",
"productionDate": "Production Date",
"UNF": "UNF:6:dv7tWHrPFs1CfcXjTkGxcg==",
"lastUpdateTime": "2018-01-17T12:54:00Z",
"releaseTime": "2018-01-17T12:54:00Z",
"createTime": "2017-12-22T14:01:04Z",
"license": "NONE",
"termsOfUse": "<a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"><img alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by/4.0/88x31.png\" /></a><br />This work is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>.",
"citationRequirements": "Kidane, Y.G.; Mancini, C. ; Mengistu, D.K; Frascaroli, E.; Fadda, C.; Pè, M.E.; Dell’Acqua, M. ; Hailemariam, B.N., 2018, \"Genome wide association study to identify the genetic base of smallholder farmer preferences of durum wheat traits\", doi:10.7910/DVN/UHULV3 ",
"disclaimer": "Bioversity International adheres to the principle of unrestricted public access to its own final research outputs and will make such outputs freely available. These datasets are provided \"as is\" and in no event shall Bioversity International be liable for any damages resulting from use of the data. While great effort was taken to obtain high quality data, the accuracy or reliability of the data is not guaranteed or warranted in any way. Bioversity International encourages the use of these datasets, but emphasizes that many of them contain \"raw data\" files. When applicable, all information which would allow individuals to be identified has been deleted from the files. For some of the datasets, the user will need to take care in handling missing observations, outlier values and violations of logical consistency. ",
"metadataBlocks": {
"citation": {
"displayName": "Citation Metadata",
"fields": [
{
"typeName": "title",
"multiple": false,
"typeClass": "primitive",
"value": "Genome wide association study to identify the genetic base of smallholder farmer preferences of durum wheat traits"
},
{
"typeName": "author",
"multiple": true,
"typeClass": "compound",
"value": [
{
"authorName": {
"typeName": "authorName",
"multiple": false,
"typeClass": "primitive",
"value": "Kidane, Y.G."
},
"authorAffiliation": {
"typeName": "authorAffiliation",
"multiple": false,
"typeClass": "primitive",
"value": "Bioversity International"
}
},
{
"authorName": {
"typeName": "authorName",
"multiple": false,
"typeClass": "primitive",
"value": "Mancini, C. "
},
"authorAffiliation": {
"typeName": "authorAffiliation",
"multiple": false,
"typeClass": "primitive",
"value": "Scuola Superiore Sant'Anna, Pisa (Italy)"
}
},
{
"authorName": {
"typeName": "authorName",
"multiple": false,
"typeClass": "primitive",
"value": "Mengistu, D.K"
},
"authorAffiliation": {
"typeName": "authorAffiliation",
"multiple": false,
"typeClass": "primitive",
"value": "Mekelle University"
}
},
{
"authorName": {
"typeName": "authorName",
"multiple": false,
"typeClass": "primitive",
"value": "Frascaroli, E."
},
"authorAffiliation": {
"typeName": "authorAffiliation",
"multiple": false,
"typeClass": "primitive",
"value": "Univeristy of Bologna"
}
},
{
"authorName": {
"typeName": "authorName",
"multiple": false,
"typeClass": "primitive",
"value": "Fadda, C."
},
"authorAffiliation": {
"typeName": "authorAffiliation",
"multiple": false,
"typeClass": "primitive",
"value": "Bioversity International"
}
},
{
"authorName": {
"typeName": "authorName",
"multiple": false,
"typeClass": "primitive",
"value": "Pè, M.E."
},
"authorAffiliation": {
"typeName": "authorAffiliation",
"multiple": false,
"typeClass": "primitive",
"value": "Scuola Superiore Sant'Anna, Pisa (Italy)"
}
},
{
"authorName": {
"typeName": "authorName",
"multiple": false,
"typeClass": "primitive",
"value": "Dell’Acqua, M. "
},
"authorAffiliation": {
"typeName": "authorAffiliation",
"multiple": false,
"typeClass": "primitive",
"value": "Scuola Superiore Sant'Anna, Pisa (Italy)"
}
},
{
"authorName": {
"typeName": "authorName",
"multiple": false,
"typeClass": "primitive",
"value": "Hailemariam, B.N."
},
"authorAffiliation": {
"typeName": "authorAffiliation",
"multiple": false,
"typeClass": "primitive",
"value": "Scuola Superiore Sant'Anna, Pisa (Italy)"
}
}
]
},
{
"typeName": "datasetContact",
"multiple": true,
"typeClass": "compound",
"value": [
{
"datasetContactName": {
"typeName": "datasetContactName",
"multiple": false,
"typeClass": "primitive",
"value": "Yosef G. Kidane"
},
"datasetContactAffiliation": {
"typeName": "datasetContactAffiliation",
"multiple": false,
"typeClass": "primitive",
"value": "Bioversity International"
},
"datasetContactEmail": {
"typeName": "datasetContactEmail",
"multiple": false,
"typeClass": "primitive",
"value": "y.gebrehawaryat@cgiar.org"
}
}
]
},
{
"typeName": "dsDescription",
"multiple": true,
"typeClass": "compound",
"value": [
{
"dsDescriptionValue": {
"typeName": "dsDescriptionValue",
"multiple": false,
"typeClass": "primitive",
"value": "The study was conducted during the 2012 wheat growing season in two locations in the Ethiopian highlands. The first location was in the Geregera area, in the village of Workaye, Meket district (Amhara region, 11◦40′N/38◦52′E, WGS84). The second location was in the Hagreselam district, in the village of Melfa (Tigray region, 13◦39′N/39◦10′E, WGS84). In each location, 30 smallholder farmers growing wheat were selected on a voluntary basis, but keeping a 50:50 gender representation Farmers were asked to list the traits they used to evaluate wheat varieties, hereafter termed farmer traits (FT), and these were ranked by importance. Technicians collected 10 metrics traits on these sites and farmers provided a score for their overall plot evaluation. The genetic material here analyzed is a diversity panel comprising 400 Ethiopian wheat accessions conserved ex situ at the Ethiopian Biodiversity Institute. DNA extraction for genotyping was conducted in Ethiopia, at the Mekelle University Molecular and Biotechnology Laboratory (Mekelle,Tigray). "
}
}
]
},
{
"typeName": "subject",
"multiple": true,
"typeClass": "controlledVocabulary",
"value": [
"Agricultural Sciences"
]
},
{
"typeName": "keyword",
"multiple": true,
"typeClass": "compound",
"value": [
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "HARD WHEAT"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "AGROVOC"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "http://aims.fao.org/aos/agrovoc/c_11456"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "COMMUNITY INVOLVMENT"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "AGROVOC"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": " http://aims.fao.org/aos/agrovoc/c_37559"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "CULTIVAR SELECTION"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "AGROVOC"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "http://aims.fao.org/aos/agrovoc/c_330719"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "GENOMES"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "AGROVOC"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": " http://aims.fao.org/aos/agrovoc/c_3224"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "PHENOTYPES"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "AGROVOC"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "http://aims.fao.org/aos/agrovoc/c_5776"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "EVALUATION"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "AGROVOC"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "http://aims.fao.org/aos/agrovoc/c_2736"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "QUANTITATIVE TRAIT LOCI"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "AGROVOC"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "http://aims.fao.org/aos/agrovoc/c_37974"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "BOOTING TIME"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "CROP ONTOLOGY"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "http://www.cropontology.org/rdf/CO_321:0000191"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "ANTHESIS TIME"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "CROP ONTOLOGY"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "http://www.cropontology.org/rdf/CO_321:0000121)"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "MATURITY TIME"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "CROP ONTOLOGY"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "http://www.cropontology.org/rdf/CO_321:0000022"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "GRAIN YIELD"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "CROP ONTOLOGY"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "http://www.cropontology.org/rdf/CO_321:0000013"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "PLANT HEIGHT"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "CROP ONTOLOGY"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "http://www.cropontology.org/rdf/CO_321:0000020"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "SPIKE LENGTH"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "CROP ONTOLOGY"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "http://www.cropontology.org/rdf/CO_321:0000056"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "GRAIN NUMBER PER SPIKE"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "CROP ONTOLOGY"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "http://www.cropontology.org/rdf/CO_321:0000038"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "ABOVE GROUND BIOMASS BY MATURITY"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "CROP ONTOLOGY"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "http://www.cropontology.org/rdf/CO_321:0000005"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "GRAIN WEIGHT"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "CROP ONTOLOGY"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "http://www.cropontology.org/rdf/CO_321:0001213"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "TILLERING CAPACITY"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "CROP ONTOLOGY"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "http://www.cropontology.org/rdf/CO_321:0000189"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "AGRONOMIC SCORE"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "CROP ONTOLOGY"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "http://www.cropontology.org/rdf/CO_321:0000025"
}
},
{
"keywordValue": {
"typeName": "keywordValue",
"multiple": false,
"typeClass": "primitive",
"value": "TRITICUM TURGIDUM SUBSP. DURUM"
},
"keywordVocabulary": {
"typeName": "keywordVocabulary",
"multiple": false,
"typeClass": "primitive",
"value": "NCBI Taxonomy"
},
"keywordVocabularyURI": {
"typeName": "keywordVocabularyURI",
"multiple": false,
"typeClass": "primitive",
"value": "https://www.ebi.ac.uk/ols/ontologies/ncbitaxon/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FNCBITaxon_4567"
}
}
]
},
{
"typeName": "publication",
"multiple": true,
"typeClass": "compound",
"value": [
{
"publicationCitation": {
"typeName": "publicationCitation",
"multiple": false,
"typeClass": "primitive",
"value": "Kidane, Y.G.; Mancini, C.; Mengistu, D.K.; Frascaroli, E.; Fadda, C.; Pe, M.E.; Dell'Acqua, M. (2017) Genome wide association study to identify the genetic base of smallholder farmer preferences of Durum wheat traits. Frontiers in Plant Science. Online first paper (17JUL17). ISSN: 1664-462X"
},
"publicationIDType": {
"typeName": "publicationIDType",
"multiple": false,
"typeClass": "controlledVocabulary",
"value": "handle"
},
"publicationIDNumber": {
"typeName": "publicationIDNumber",
"multiple": false,
"typeClass": "primitive",
"value": "10568/82830"
},
"publicationURL": {
"typeName": "publicationURL",
"multiple": false,
"typeClass": "primitive",
"value": " http://hdl.handle.net/10568/82830"
}
},
{
"publicationCitation": {
"typeName": "publicationCitation",
"multiple": false,
"typeClass": "primitive",
"value": "Mancini, C.; Kidane, Y.G.; Mengistu, D.K.; Pè, M.E.; Fadda, C.; Dell’Acqua, M.; Melfa and Workaye Farmer Community (2017) Joining smallholder farmers’ traditional knowledge with metric traits to select better varieties of Ethiopian wheat. Scientific Reports 7, Article number: 9120 ISSN: 2045-2322"
},
"publicationIDType": {
"typeName": "publicationIDType",
"multiple": false,
"typeClass": "controlledVocabulary",
"value": "handle"
},
"publicationIDNumber": {
"typeName": "publicationIDNumber",
"multiple": false,
"typeClass": "primitive",
"value": "10568/83491"
},
"publicationURL": {
"typeName": "publicationURL",
"multiple": false,
"typeClass": "primitive",
"value": " http://hdl.handle.net/10568/83491"
}
}
]
},
{
"typeName": "language",
"multiple": true,
"typeClass": "controlledVocabulary",
"value": [
"English"
]
},
{
"typeName": "contributor",
"multiple": true,
"typeClass": "compound",
"value": [
{
"contributorType": {
"typeName": "contributorType",
"multiple": false,
"typeClass": "controlledVocabulary",
"value": "Data Manager"
},
"contributorName": {
"typeName": "contributorName",
"multiple": false,
"typeClass": "primitive",
"value": "Elizabeth Arnaud"
}
}
]
},
{
"typeName": "grantNumber",
"multiple": true,
"typeClass": "compound",
"value": [
{
"grantNumberAgency": {
"typeName": "grantNumberAgency",
"multiple": false,
"typeClass": "primitive",
"value": "CGIAR Research Program on Climate Change, Agriculture and Food Security"
}
}
]
},
{
"typeName": "depositor",
"multiple": false,
"typeClass": "primitive",
"value": "Bioversity International"
},
{
"typeName": "dateOfDeposit",
"multiple": false,
"typeClass": "primitive",
"value": "2017-12-22"
},
{
"typeName": "timePeriodCovered",
"multiple": true,
"typeClass": "compound",
"value": [
{
"timePeriodCoveredStart": {
"typeName": "timePeriodCoveredStart",
"multiple": false,
"typeClass": "primitive",
"value": "2012"
},
"timePeriodCoveredEnd": {
"typeName": "timePeriodCoveredEnd",
"multiple": false,
"typeClass": "primitive",
"value": "2016"
}
}
]
},
{
"typeName": "kindOfData",
"multiple": true,
"typeClass": "primitive",
"value": [
"Crop/Field data",
"Other"
]
}
]
},
"geospatial": {
"displayName": "Geospatial Metadata",
"fields": [
{
"typeName": "geographicCoverage",
"multiple": true,
"typeClass": "compound",
"value": [
{
"country": {
"typeName": "country",
"multiple": false,
"typeClass": "controlledVocabulary",
"value": "Ethiopia"
}
}
]
},
{
"typeName": "geographicUnit",
"multiple": true,
"typeClass": "primitive",
"value": [
"Workaye, Meket district. (Amhara region)",
"Melfa, Hagreselam district (Tigray region)"
]
}
]
},
"journal": {
"displayName": "Journal Metadata",
"fields": []
}
},
"files": [
{
"label": "Metric traits details _Crop Ontology_Seeds4Needs-Ethiopia_Durum Wheat_2012.tab",
"restricted": false,
"version": 2,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097484,
"persistentId": "doi:10.7910/DVN/UHULV3/8EEOP3",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/8EEOP3",
"filename": "Metric traits details _Crop Ontology_Seeds4Needs-Ethiopia_Durum Wheat_2012.tab",
"contentType": "text/tab-separated-values",
"filesize": 1476,
"storageIdentifier": "s3://dvn-cloud:160d56fb780-a803dd408913",
"originalFileFormat": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"originalFormatLabel": "MS Excel (XLSX)",
"UNF": "UNF:6:Ug+o5uLYvIiY4oMtGOp/cQ==",
"rootDataFileId": -1,
"md5": "df1bb1a2fd0e1dca04a9764e55343119",
"checksum": {
"type": "MD5",
"value": "df1bb1a2fd0e1dca04a9764e55343119"
}
}
},
{
"label": "S10_Fig_GWA_Tillering FT.pdf",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097509,
"persistentId": "doi:10.7910/DVN/UHULV3/SSR9GJ",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/SSR9GJ",
"filename": "S10_Fig_GWA_Tillering FT.pdf",
"contentType": "application/pdf",
"filesize": 2043214,
"storageIdentifier": "s3://dvn-cloud:160d57762dd-5fe3e03506e0",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "9ce9367e1c38c71ebb13afd22afd7330",
"checksum": {
"type": "MD5",
"value": "9ce9367e1c38c71ebb13afd22afd7330"
}
}
},
{
"label": "S11_Fig_distribution putative QTL.tif",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097510,
"persistentId": "doi:10.7910/DVN/UHULV3/BGWEFB",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/BGWEFB",
"filename": "S11_Fig_distribution putative QTL.tif",
"contentType": "image/tiff",
"filesize": 12378704,
"storageIdentifier": "s3://dvn-cloud:160d57769ff-38905298fd0b",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "e97bb59eda03471a3cb3b9fb911cb3be",
"checksum": {
"type": "MD5",
"value": "e97bb59eda03471a3cb3b9fb911cb3be"
}
}
},
{
"label": "S12_Fig_GWA PC.pdf",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097511,
"persistentId": "doi:10.7910/DVN/UHULV3/LRQBDC",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/LRQBDC",
"filename": "S12_Fig_GWA PC.pdf",
"contentType": "application/pdf",
"filesize": 4416795,
"storageIdentifier": "s3://dvn-cloud:160d57776a4-89eedc37cff1",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "d3d864f8706189442338b2bb20f13560",
"checksum": {
"type": "MD5",
"value": "d3d864f8706189442338b2bb20f13560"
}
}
},
{
"label": "S13_Fig_GWA Scan_overall TF_cmparison PC1-5 MTs.tiff",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097512,
"persistentId": "doi:10.7910/DVN/UHULV3/OFYQEZ",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/OFYQEZ",
"filename": "S13_Fig_GWA Scan_overall TF_cmparison PC1-5 MTs.tiff",
"contentType": "image/tiff",
"filesize": 66752834,
"storageIdentifier": "s3://dvn-cloud:160d57784d0-0f2b97e10046",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "91f385b85a37f77795e8bf7e611ee4f1",
"checksum": {
"type": "MD5",
"value": "91f385b85a37f77795e8bf7e611ee4f1"
}
}
},
{
"label": "S14_Fig_correlation_Geregera MTs_DErivedPC value.tiff",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097513,
"persistentId": "doi:10.7910/DVN/UHULV3/XJAAZY",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/XJAAZY",
"filename": "S14_Fig_correlation_Geregera MTs_DErivedPC value.tiff",
"contentType": "image/tiff",
"filesize": 15885856,
"storageIdentifier": "s3://dvn-cloud:160d5778d07-b87e1ace12f9",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "b6cd3a98dd6638d259fa962ec7ddad1c",
"checksum": {
"type": "MD5",
"value": "b6cd3a98dd6638d259fa962ec7ddad1c"
}
}
},
{
"label": "S15_Fig_GWA scan_overall FT_comparison PC 1 to 5 MT_Hagreselam.tiff",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097514,
"persistentId": "doi:10.7910/DVN/UHULV3/Z4DHX5",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/Z4DHX5",
"filename": "S15_Fig_GWA scan_overall FT_comparison PC 1 to 5 MT_Hagreselam.tiff",
"contentType": "image/tiff",
"filesize": 66291942,
"storageIdentifier": "s3://dvn-cloud:160d5779cf6-6a0787a1ee39",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "70e23307b45460f3a2bbcaff96f5f672",
"checksum": {
"type": "MD5",
"value": "70e23307b45460f3a2bbcaff96f5f672"
}
}
},
{
"label": "S16_Fig_Correlation_Hegrselam MTs_DerivedPC values.tiff",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097515,
"persistentId": "doi:10.7910/DVN/UHULV3/ECF8XT",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/ECF8XT",
"filename": "S16_Fig_Correlation_Hegrselam MTs_DerivedPC values.tiff",
"contentType": "image/tiff",
"filesize": 13239072,
"storageIdentifier": "s3://dvn-cloud:160d577a272-6e124205959a",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "50a211ef80571caf97eb10907ad08350",
"checksum": {
"type": "MD5",
"value": "50a211ef80571caf97eb10907ad08350"
}
}
},
{
"label": "S1_Fig_correlation_farmer traits_metric traits.tif",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097500,
"persistentId": "doi:10.7910/DVN/UHULV3/DBZXJX",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/DBZXJX",
"filename": "S1_Fig_correlation_farmer traits_metric traits.tif",
"contentType": "image/tiff",
"filesize": 67941820,
"storageIdentifier": "s3://dvn-cloud:160d5770a06-312d8c96aecc",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "2d39b25a780ff20e87e8ecb8885e3411",
"checksum": {
"type": "MD5",
"value": "2d39b25a780ff20e87e8ecb8885e3411"
}
}
},
{
"label": "S2_Fig_GWAS_earliness FT_MTs.pdf",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097501,
"persistentId": "doi:10.7910/DVN/UHULV3/PL88J7",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/PL88J7",
"filename": "S2_Fig_GWAS_earliness FT_MTs.pdf",
"contentType": "application/pdf",
"filesize": 3264041,
"storageIdentifier": "s3://dvn-cloud:160d5771031-65fc16fe2a88",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "178be86eff11d84e5804611c0588b9f1",
"checksum": {
"type": "MD5",
"value": "178be86eff11d84e5804611c0588b9f1"
}
}
},
{
"label": "S3_Fig_Comparison_Spike Morphology Scores.tiff",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097502,
"persistentId": "doi:10.7910/DVN/UHULV3/IZXXOE",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/IZXXOE",
"filename": "S3_Fig_Comparison_Spike Morphology Scores.tiff",
"contentType": "image/tiff",
"filesize": 70661694,
"storageIdentifier": "s3://dvn-cloud:160d5771f91-12c5a1e9feea",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "a53197f82d3ab3e28c8f266dcfcd6e04",
"checksum": {
"type": "MD5",
"value": "a53197f82d3ab3e28c8f266dcfcd6e04"
}
}
},
{
"label": "S4_Fig_GWAS_Spike FT.pdf",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097503,
"persistentId": "doi:10.7910/DVN/UHULV3/WPC69I",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/WPC69I",
"filename": "S4_Fig_GWAS_Spike FT.pdf",
"contentType": "application/pdf",
"filesize": 3723224,
"storageIdentifier": "s3://dvn-cloud:160d5772634-1ddeb9bdb569",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "a6a77c2179ecb17d78acfa03ae4f7a2d",
"checksum": {
"type": "MD5",
"value": "a6a77c2179ecb17d78acfa03ae4f7a2d"
}
}
},
{
"label": "S5_Fig_comparison_overall evaluation scores_gender.tiff",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097504,
"persistentId": "doi:10.7910/DVN/UHULV3/89UABT",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/89UABT",
"filename": "S5_Fig_comparison_overall evaluation scores_gender.tiff",
"contentType": "image/tiff",
"filesize": 67788342,
"storageIdentifier": "s3://dvn-cloud:160d57737f7-0fadfa801f9a",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "6f8b43cb9c4617f7926163e40fd0b5b8",
"checksum": {
"type": "MD5",
"value": "6f8b43cb9c4617f7926163e40fd0b5b8"
}
}
},
{
"label": "S6_Fig_GWAS_overall FT.pdf",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097505,
"persistentId": "doi:10.7910/DVN/UHULV3/G0VHMR",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/G0VHMR",
"filename": "S6_Fig_GWAS_overall FT.pdf",
"contentType": "application/pdf",
"filesize": 2414517,
"storageIdentifier": "s3://dvn-cloud:160d5773df4-7b3f39e2a8d4",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "4435715a47d19a68a4f3049d67f243cf",
"checksum": {
"type": "MD5",
"value": "4435715a47d19a68a4f3049d67f243cf"
}
}
},
{
"label": "S7_Fig_distribution farmers traits_by location and gender.tiff",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097506,
"persistentId": "doi:10.7910/DVN/UHULV3/TNZX0Z",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/TNZX0Z",
"filename": "S7_Fig_distribution farmers traits_by location and gender.tiff",
"contentType": "image/tiff",
"filesize": 15171706,
"storageIdentifier": "s3://dvn-cloud:160d57745dd-bb96cce5222d",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "d367605fce675933910fba5ef2b6c4ee",
"checksum": {
"type": "MD5",
"value": "d367605fce675933910fba5ef2b6c4ee"
}
}
},
{
"label": "S8_Fig_Comparison_tillering scores_gnder_location.tiff",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097507,
"persistentId": "doi:10.7910/DVN/UHULV3/YAGONU",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/YAGONU",
"filename": "S8_Fig_Comparison_tillering scores_gnder_location.tiff",
"contentType": "image/tiff",
"filesize": 70076384,
"storageIdentifier": "s3://dvn-cloud:160d577566b-ea34bd21ee2a",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "b0594d8dd1c10d110880be3e07d94ee3",
"checksum": {
"type": "MD5",
"value": "b0594d8dd1c10d110880be3e07d94ee3"
}
}
},
{
"label": "S9_Fig_GWA scan_tillering_nb effective tillers.tiff",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097508,
"persistentId": "doi:10.7910/DVN/UHULV3/SUYJP7",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/SUYJP7",
"filename": "S9_Fig_GWA scan_tillering_nb effective tillers.tiff",
"contentType": "image/tiff",
"filesize": 16677206,
"storageIdentifier": "s3://dvn-cloud:160d5775f42-158405a07bf6",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "ed49dbe6ba634e0d5ff195b6743fca27",
"checksum": {
"type": "MD5",
"value": "ed49dbe6ba634e0d5ff195b6743fca27"
}
}
},
{
"label": "table 10_GWA_overall evaluation_PCA_combined traits.xlsx",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097495,
"persistentId": "doi:10.7910/DVN/UHULV3/EBVZTI",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/EBVZTI",
"filename": "table 10_GWA_overall evaluation_PCA_combined traits.xlsx",
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"filesize": 2712874,
"storageIdentifier": "s3://dvn-cloud:160d56fd518-b00b2655ac1f",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "3d379ac17f16e47c283e8d10c0446b89",
"checksum": {
"type": "MD5",
"value": "3d379ac17f16e47c283e8d10c0446b89"
}
}
},
{
"label": "table 11_GWA_overall evaluation_PCA metric traits_Geregera.xlsx",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097496,
"persistentId": "doi:10.7910/DVN/UHULV3/XS5NZQ",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/XS5NZQ",
"filename": "table 11_GWA_overall evaluation_PCA metric traits_Geregera.xlsx",
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"filesize": 2161487,
"storageIdentifier": "s3://dvn-cloud:160d56fd931-9659a0e6da02",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "379a1c207316099ddd126d16541e07f2",
"checksum": {
"type": "MD5",
"value": "379a1c207316099ddd126d16541e07f2"
}
}
},
{
"label": "table 12_GWA_overall evaluation_PCA metric traits_Hagreselam.xlsx",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097497,
"persistentId": "doi:10.7910/DVN/UHULV3/JHA8XP",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/JHA8XP",
"filename": "table 12_GWA_overall evaluation_PCA metric traits_Hagreselam.xlsx",
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"filesize": 2159553,
"storageIdentifier": "s3://dvn-cloud:160d56fde5f-e02e5facb128",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "8ed08d74d944b98aecce3a02f2ffbb99",
"checksum": {
"type": "MD5",
"value": "8ed08d74d944b98aecce3a02f2ffbb99"
}
}
},
{
"label": "table 13-Phenotypic values_wheat samples.xlsx",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097498,
"persistentId": "doi:10.7910/DVN/UHULV3/MB8CO0",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/MB8CO0",
"filename": "table 13-Phenotypic values_wheat samples.xlsx",
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"filesize": 255893,
"storageIdentifier": "s3://dvn-cloud:160d56fe0b8-74161b38ae3a",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "f4c57441f214b49c6f06e5fd0d72b5a1",
"checksum": {
"type": "MD5",
"value": "f4c57441f214b49c6f06e5fd0d72b5a1"
}
}
},
{
"label": "table 14_marker data used in the study.xls",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097499,
"persistentId": "doi:10.7910/DVN/UHULV3/TB2LAN",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/TB2LAN",
"filename": "table 14_marker data used in the study.xls",
"contentType": "application/vnd.ms-excel",
"filesize": 73965568,
"storageIdentifier": "s3://dvn-cloud:160d56ff26a-9b69a26e6a96",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "ffe96a986c49ec81f3aa13582906b808",
"checksum": {
"type": "MD5",
"value": "ffe96a986c49ec81f3aa13582906b808"
}
}
},
{
"label": "table 1_variance metrics traits (Copie en conflit de Elizabeth Arnaud 2017-12-11).xlsx",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097485,
"persistentId": "doi:10.7910/DVN/UHULV3/SISV7A",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/SISV7A",
"filename": "table 1_variance metrics traits (Copie en conflit de Elizabeth Arnaud 2017-12-11).xlsx",
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"filesize": 21103,
"storageIdentifier": "s3://dvn-cloud:160d56fb947-38060285e3a0",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "252164960e12fa5341c1180582173b86",
"checksum": {
"type": "MD5",
"value": "252164960e12fa5341c1180582173b86"
}
}
},
{
"label": "table 1_variance metrics traits.xlsx",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097486,
"persistentId": "doi:10.7910/DVN/UHULV3/PHKPJS",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/PHKPJS",
"filename": "table 1_variance metrics traits.xlsx",
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"filesize": 22257,
"storageIdentifier": "s3://dvn-cloud:160d56fbad1-957661bf064c",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "ca271d4694ab55fb2982ebcec50b72f9",
"checksum": {
"type": "MD5",
"value": "ca271d4694ab55fb2982ebcec50b72f9"
}
}
},
{
"label": "table 2_correlation MST-FTS.tab",
"restricted": false,
"version": 2,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097487,
"persistentId": "doi:10.7910/DVN/UHULV3/TTVMSL",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/TTVMSL",
"filename": "table 2_correlation MST-FTS.tab",
"contentType": "text/tab-separated-values",
"filesize": 31721,
"storageIdentifier": "s3://dvn-cloud:160d56fbc40-e5048d8c61c4",
"originalFileFormat": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"originalFormatLabel": "MS Excel (XLSX)",
"UNF": "UNF:6:3o5flr486EyHgXA6XKxuwg==",
"rootDataFileId": -1,
"md5": "6b4ea52f3bf03d3259a03b0e41472dca",
"checksum": {
"type": "MD5",
"value": "6b4ea52f3bf03d3259a03b0e41472dca"
}
}
},
{
"label": "table 3_GWA outputs_earliness.xlsx",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097488,
"persistentId": "doi:10.7910/DVN/UHULV3/VMP5LH",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/VMP5LH",
"filename": "table 3_GWA outputs_earliness.xlsx",
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"filesize": 3493848,
"storageIdentifier": "s3://dvn-cloud:160d56fbefd-57f1a39d9dd6",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "a60dc29ae6633b3d72128f2b1742f0fc",
"checksum": {
"type": "MD5",
"value": "a60dc29ae6633b3d72128f2b1742f0fc"
}
}
},
{
"label": "table 4_GWA_Spike morphology.xlsx",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097489,
"persistentId": "doi:10.7910/DVN/UHULV3/ST9RBB",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/ST9RBB",
"filename": "table 4_GWA_Spike morphology.xlsx",
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"filesize": 4044980,
"storageIdentifier": "s3://dvn-cloud:160d56fc223-7b5767592eea",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "b30b1b7d9b1e699f41456486ef52120e",
"checksum": {
"type": "MD5",
"value": "b30b1b7d9b1e699f41456486ef52120e"
}
}
},
{
"label": "table 5_GWA_overall evaluation.xlsx",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097490,
"persistentId": "doi:10.7910/DVN/UHULV3/AUQ613",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/AUQ613",
"filename": "table 5_GWA_overall evaluation.xlsx",
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"filesize": 2972786,
"storageIdentifier": "s3://dvn-cloud:160d56fc4e0-807a24e56820",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "963d5384f5dad015043372d627152317",
"checksum": {
"type": "MD5",
"value": "963d5384f5dad015043372d627152317"
}
}
},
{
"label": "table 6_GWA_tillering capacities.xlsx",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097491,
"persistentId": "doi:10.7910/DVN/UHULV3/IQ0JBV",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/IQ0JBV",
"filename": "table 6_GWA_tillering capacities.xlsx",
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"filesize": 2411726,
"storageIdentifier": "s3://dvn-cloud:160d56fca40-33a4818318b5",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "a6889f9df04f6131790ef415d3a9ebfd",
"checksum": {
"type": "MD5",
"value": "a6889f9df04f6131790ef415d3a9ebfd"
}
}
},
{
"label": "table 7_MTA traits.xlsx",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097492,
"persistentId": "doi:10.7910/DVN/UHULV3/GPQ3EW",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/GPQ3EW",
"filename": "table 7_MTA traits.xlsx",
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"filesize": 216419,
"storageIdentifier": "s3://dvn-cloud:160d56fcc3e-09acf33e9274",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "6ef714fc66f4a8905a0657df55486205",
"checksum": {
"type": "MD5",
"value": "6ef714fc66f4a8905a0657df55486205"
}
}
},
{
"label": "table 8_putative QTL.xlsx",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097493,
"persistentId": "doi:10.7910/DVN/UHULV3/61YIH6",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/61YIH6",
"filename": "table 8_putative QTL.xlsx",
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"filesize": 24954,
"storageIdentifier": "s3://dvn-cloud:160d56fcdaf-fb9497162ac0",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "70540cfd585c7d19b6123e6b57b76b6b",
"checksum": {
"type": "MD5",
"value": "70540cfd585c7d19b6123e6b57b76b6b"
}
}
},
{
"label": "table 9_individual MAT per trait.xlsx",
"restricted": false,
"version": 1,
"datasetVersionId": 131598,
"dataFile": {
"id": 3097494,
"persistentId": "doi:10.7910/DVN/UHULV3/GNRCRZ",
"pidURL": "https://doi.org/10.7910/DVN/UHULV3/GNRCRZ",
"filename": "table 9_individual MAT per trait.xlsx",
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"filesize": 44349,
"storageIdentifier": "s3://dvn-cloud:160d56fcf51-5c248c77ff18",
"originalFormatLabel": "UNKNOWN",
"rootDataFileId": -1,
"md5": "3ac11c2973d3954130d81ddbbd16bb8e",
"checksum": {
"type": "MD5",
"value": "3ac11c2973d3954130d81ddbbd16bb8e"
}
}
}
]
}
}
}
},
"row 57": {
"": 377,
"id": "http://dx.doi.org/10.7910/DVN/8YXCFR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/8YXCFR"
},
"name": "CWR checklist and priority CWR of Zambia",
"_keywords": {
"value": "checklist",
"agrovoc label": null,
"uri": null,
"score": 0.555555555555556
},
"Vocabulary": null
},
"row 58": {
"": 417,
"id": "https://doi.org/10.7910/DVN/B8YOQL",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/B8YOQL"
},
"name": "CWR checklist and inventory data template v.1",
"_keywords": {
"value": "checklist",
"agrovoc label": null,
"uri": null,
"score": 0.555555555555556
},
"Vocabulary": null
},
"row 73": {
"": 426,
"id": "http://dx.doi.org/10.7910/DVN/AI4CRZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/AI4CRZ"
},
"name": "Maps of Volta basin hydrometeorogical baselines",
"_keywords": {
"value": "climate monitoring",
"agrovoc label": "CLIMATIC DATA",
"uri": "http://aims.fao.org/aos/agrovoc/c_29553",
"score": 0.666666666666667
},
"Vocabulary": "AGROVOC"
},
"row 76": {
"": 0,
"id": "https://hdl.handle.net/1902.1/21250",
"dataset": {
"scheme": "https",
"host": "hdl.handle.net",
"path": "/1902.1/21250"
},
"name": "Bioversity Collecting Mission Database",
"_keywords": {
"value": "collecting missions",
"agrovoc label": "PLANT EXPLORATION",
"uri": "http://aims.fao.org/aos/agrovoc/c_13428",
"score": 0.684210526315789
},
"Vocabulary": "AGROVOC"
},
"row 79": {
"": 367,
"id": "http://dx.doi.org/10.7910/DVN/UFFGSV",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/UFFGSV"
},
"name": "Occurrence data for priority CWR in South Africa",
"_keywords": {
"value": "conservation",
"agrovoc label": "GENETIC RESOURCES CONSERVATION",
"uri": "http://aims.fao.org/aos/agrovoc/c_37280",
"score": 0.75
},
"Vocabulary": "AGROVOC"
},
"row 80": {
"": 374,
"id": "http://dx.doi.org/10.7910/DVN/LJWKBN",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/LJWKBN"
},
"name": "CWR checklist and priority taxa of South Africa",
"_keywords": {
"value": "conservation",
"agrovoc label": "GENETIC RESOURCES CONSERVATION",
"uri": "http://aims.fao.org/aos/agrovoc/c_37280",
"score": 0.75
},
"Vocabulary": "AGROVOC"
},
"row 81": {
"": 403,
"id": "http://dx.doi.org/10.7910/DVN/QH9XWB",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/QH9XWB"
},
"name": "Template for the Preparation of a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives",
"_keywords": {
"value": "conservation implementation",
"agrovoc label": null,
"uri": null,
"score": 0.555555555555556
},
"Vocabulary": null
},
"row 82": {
"": 361,
"id": "http://dx.doi.org/10.7910/DVN/QUOPCB",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/QUOPCB"
},
"name": "Occurrence data for priority CWR of the SADC region",
"_keywords": {
"value": "conservation planning",
"agrovoc label": null,
"uri": null,
"score": 0.666666666666667
},
"Vocabulary": null
},
"row 83": {
"": 370,
"id": "http://dx.doi.org/10.7910/DVN/Z5XN1F",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/Z5XN1F"
},
"name": "Occurrence data for priority CWR of Zambia",
"_keywords": {
"value": "conservation planning",
"agrovoc label": null,
"uri": null,
"score": 0.666666666666667
},
"Vocabulary": null
},
"row 84": {
"": 386,
"id": "http://dx.doi.org/10.7910/DVN/VYZZFF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VYZZFF"
},
"name": "Technical Background Document to the National Strategic Action Plan for the Conservation and Sustainable Use of Cop Wild Relatives in Zambia",
"_keywords": {
"value": "conservation planning",
"agrovoc label": null,
"uri": null,
"score": 0.666666666666667
},
"Vocabulary": null
},
"row 85": {
"": 397,
"id": "http://dx.doi.org/10.7910/DVN/VQVDFA",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VQVDFA"
},
"name": "Template for the Preparation of a Technical Background Document for a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives",
"_keywords": {
"value": "conservation planning",
"agrovoc label": null,
"uri": null,
"score": 0.666666666666667
},
"Vocabulary": null
},
"row 86": {
"": 402,
"id": "http://dx.doi.org/10.7910/DVN/QH9XWB",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/QH9XWB"
},
"name": "Template for the Preparation of a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives",
"_keywords": {
"value": "conservation planning",
"agrovoc label": null,
"uri": null,
"score": 0.666666666666667
},
"Vocabulary": null
},
"row 87": {
"": 415,
"id": "http://dx.doi.org/10.7910/DVN/5B9IV5",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5B9IV5"
},
"name": "Occurrence data collation template v.1",
"_keywords": {
"value": "conservation planning",
"agrovoc label": null,
"uri": null,
"score": 0.666666666666667
},
"Vocabulary": null
},
"row 88": {
"": 419,
"id": "https://doi.org/10.7910/DVN/B8YOQL",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/B8YOQL"
},
"name": "CWR checklist and inventory data template v.1",
"_keywords": {
"value": "conservation planning",
"agrovoc label": null,
"uri": null,
"score": 0.666666666666667
},
"Vocabulary": null
},
"row 89": {
"": 421,
"id": "https://doi.org/10.7910/DVN/SYUSY8",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/SYUSY8"
},
"name": "Interactive toolkit for crop wild relative conservation planning - version 1",
"_keywords": {
"value": "conservation planning",
"agrovoc label": null,
"uri": null,
"score": 0.666666666666667
},
"Vocabulary": null
},
"row 95": {
"": 390,
"id": "http://dx.doi.org/10.7910/DVN/HSXUVE",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/HSXUVE"
},
"name": "Priority CWR species of the SADC region",
"_keywords": {
"value": "country of occurrence",
"agrovoc label": null,
"uri": null,
"score": 0.523809523809524
},
"Vocabulary": null
},
"row 97": {
"": 438,
"id": "https://doi.org/10.7910/DVN/YLBPZE",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/YLBPZE"
},
"name": "Agricultural land use and cover data",
"_keywords": {
"value": "crop type",
"agrovoc label": null,
"uri": null,
"score": 0.6
},
"Vocabulary": null
},
"row 98": {
"": 359,
"id": "http://dx.doi.org/10.7910/DVN/QUOPCB",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/QUOPCB"
},
"name": "Occurrence data for priority CWR of the SADC region",
"_keywords": {
"value": "crop wild relative",
"agrovoc label": null,
"uri": null,
"score": 0.523809523809524
},
"Vocabulary": null
},
"row 99": {
"": 365,
"id": "http://dx.doi.org/10.7910/DVN/UFFGSV",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/UFFGSV"
},
"name": "Occurrence data for priority CWR in South Africa",
"_keywords": {
"value": "crop wild relative",
"agrovoc label": null,
"uri": null,
"score": 0.523809523809524
},
"Vocabulary": null
},
"row 100": {
"": 373,
"id": "http://dx.doi.org/10.7910/DVN/LJWKBN",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/LJWKBN"
},
"name": "CWR checklist and priority taxa of South Africa",
"_keywords": {
"value": "crop wild relative",
"agrovoc label": null,
"uri": null,
"score": 0.523809523809524
},
"Vocabulary": null
},
"row 101": {
"": 379,
"id": "http://dx.doi.org/10.7910/DVN/VYZZFF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VYZZFF"
},
"name": "Technical Background Document to the National Strategic Action Plan for the Conservation and Sustainable Use of Cop Wild Relatives in Zambia",
"_keywords": {
"value": "crop wild relative",
"agrovoc label": null,
"uri": null,
"score": 0.523809523809524
},
"Vocabulary": null
},
"row 102": {
"": 387,
"id": "http://dx.doi.org/10.7910/DVN/HSXUVE",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/HSXUVE"
},
"name": "Priority CWR species of the SADC region",
"_keywords": {
"value": "crop wild relative",
"agrovoc label": null,
"uri": null,
"score": 0.523809523809524
},
"Vocabulary": null
},
"row 103": {
"": 394,
"id": "http://dx.doi.org/10.7910/DVN/VQVDFA",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VQVDFA"
},
"name": "Template for the Preparation of a Technical Background Document for a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives",
"_keywords": {
"value": "crop wild relative",
"agrovoc label": null,
"uri": null,
"score": 0.523809523809524
},
"Vocabulary": null
},
"row 104": {
"": 400,
"id": "http://dx.doi.org/10.7910/DVN/QH9XWB",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/QH9XWB"
},
"name": "Template for the Preparation of a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives",
"_keywords": {
"value": "crop wild relative",
"agrovoc label": null,
"uri": null,
"score": 0.523809523809524
},
"Vocabulary": null
},
"row 105": {
"": 406,
"id": "http://dx.doi.org/10.7910/DVN/5B9IV5",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5B9IV5"
},
"name": "Occurrence data collation template v.1",
"_keywords": {
"value": "crop wild relative",
"agrovoc label": null,
"uri": null,
"score": 0.523809523809524
},
"Vocabulary": null
},
"row 106": {
"": 416,
"id": "https://doi.org/10.7910/DVN/B8YOQL",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/B8YOQL"
},
"name": "CWR checklist and inventory data template v.1",
"_keywords": {
"value": "crop wild relative",
"agrovoc label": null,
"uri": null,
"score": 0.523809523809524
},
"Vocabulary": null
},
"row 107": {
"": 420,
"id": "https://doi.org/10.7910/DVN/SYUSY8",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/SYUSY8"
},
"name": "Interactive toolkit for crop wild relative conservation planning - version 1",
"_keywords": {
"value": "crop wild relative",
"agrovoc label": null,
"uri": null,
"score": 0.523809523809524
},
"Vocabulary": null
},
"row 108": {
"": 368,
"id": "http://dx.doi.org/10.7910/DVN/Z5XN1F",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/Z5XN1F"
},
"name": "Occurrence data for priority CWR of Zambia",
"_keywords": {
"value": "crop wild relatives",
"agrovoc label": null,
"uri": null,
"score": 0.526315789473684
},
"Vocabulary": null
},
"row 109": {
"": 378,
"id": "http://dx.doi.org/10.7910/DVN/8YXCFR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/8YXCFR"
},
"name": "CWR checklist and priority CWR of Zambia",
"_keywords": {
"value": "crop wild relatives",
"agrovoc label": null,
"uri": null,
"score": 0.526315789473684
},
"Vocabulary": null
},
"row 110": {
"": 380,
"id": "http://dx.doi.org/10.7910/DVN/VYZZFF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VYZZFF"
},
"name": "Technical Background Document to the National Strategic Action Plan for the Conservation and Sustainable Use of Cop Wild Relatives in Zambia",
"_keywords": {
"value": "crop wild relatives checklis",
"agrovoc label": null,
"uri": null,
"score": 0.428571428571429
},
"Vocabulary": null
},
"row 114": {
"": 3,
"id": "https://hdl.handle.net/1902.1/21250",
"dataset": {
"scheme": "https",
"host": "hdl.handle.net",
"path": "/1902.1/21250"
},
"name": "Bioversity Collecting Mission Database",
"_keywords": {
"value": "cwr",
"agrovoc label": null,
"uri": null,
"score": 0.5
},
"Vocabulary": null
},
"row 115": {
"": 375,
"id": "http://dx.doi.org/10.7910/DVN/LJWKBN",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/LJWKBN"
},
"name": "CWR checklist and priority taxa of South Africa",
"_keywords": {
"value": "cwr checklist",
"agrovoc label": null,
"uri": null,
"score": 0.461538461538462
},
"Vocabulary": null
},
"row 116": {
"": 35,
"id": "http://dx.doi.org/10.7910/DVN/27480",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/27480"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "dacryodes buettnerii",
"agrovoc label": "DACRYODES BUETTNERI",
"uri": "http://purl.obolibrary.org/obo/NCBITaxon_246364",
"score": 0.6
},
"Vocabulary": "NCBI"
},
"row 117": {
"": 425,
"id": "http://dx.doi.org/10.7910/DVN/AI4CRZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/AI4CRZ"
},
"name": "Maps of Volta basin hydrometeorogical baselines",
"_keywords": {
"value": "dam",
"agrovoc label": null,
"uri": null,
"score": 0.75
},
"Vocabulary": null
},
"row 118": {
"": 103,
"id": "https://doi.org/10.7910/DVN/CG1OUZ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/CG1OUZ"
},
"name": "Genotyping of Musa accessions from ITC by DArT markers",
"_keywords": {
"value": "dart",
"agrovoc label": "DART_MARKER",
"uri": "http://purl.obolibrary.org/obo/SO_0001646",
"score": 0.6
},
"Vocabulary": "SO"
},
"row 121": {
"": 411,
"id": "http://dx.doi.org/10.7910/DVN/5B9IV5",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5B9IV5"
},
"name": "Occurrence data collation template v.1",
"_keywords": {
"value": "data standards",
"agrovoc label": null,
"uri": null,
"score": 0.714285714285714
},
"Vocabulary": null
},
"row 149": {
"": 147,
"id": "http://dx.doi.org/10.7910/DVN/XWSNX8",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/XWSNX8"
},
"name": "Ghana Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diets",
"agrovoc label": "DIET",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 0.8
},
"Vocabulary": "AGROVOC"
},
"row 150": {
"": 155,
"id": "http://dx.doi.org/10.7910/DVN/KI92MG",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/KI92MG"
},
"name": "Protocol for the Agricultural Biodiversity (ABD) Assessment in Ghana",
"_keywords": {
"value": "diets",
"agrovoc label": "DIET",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 0.8
},
"Vocabulary": "AGROVOC"
},
"row 151": {
"": 244,
"id": "http://dx.doi.org/10.7910/DVN/3QIG77",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/3QIG77"
},
"name": "Protocol for the Agricultural Biodiversity (ABD) Assessment in Mali / Protocole pour l’évaluation de la Biodiversité Agricole (ABD) á Mali",
"_keywords": {
"value": "diets",
"agrovoc label": "DIET",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 0.8
},
"Vocabulary": "AGROVOC"
},
"row 152": {
"": 360,
"id": "http://dx.doi.org/10.7910/DVN/QUOPCB",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/QUOPCB"
},
"name": "Occurrence data for priority CWR of the SADC region",
"_keywords": {
"value": "distribution",
"agrovoc label": null,
"uri": null,
"score": 0.705882352941176
},
"Vocabulary": null
},
"row 153": {
"": 369,
"id": "http://dx.doi.org/10.7910/DVN/Z5XN1F",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/Z5XN1F"
},
"name": "Occurrence data for priority CWR of Zambia",
"_keywords": {
"value": "distribution",
"agrovoc label": null,
"uri": null,
"score": 0.705882352941176
},
"Vocabulary": null
},
"row 174": {
"": 436,
"id": "https://doi.org/10.7910/DVN/XGR0GJ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/XGR0GJ"
},
"name": "Phantom III drone imagery",
"_keywords": {
"value": "drone imagery",
"agrovoc label": "AERIAL SURVEYING",
"uri": "http://aims.fao.org/aos/agrovoc/c_156",
"score": 0.538461538461538
},
"Vocabulary": "AGROVOC"
},
"row 180": {
"": 33,
"id": "http://dx.doi.org/10.7910/DVN/27480",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/27480"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "entandrophragma cylindricum",
"agrovoc label": "ENTANDROPHRAGMA CYLINDRICUM",
"uri": "http://purl.obolibrary.org/obo/NCBITaxon_179994",
"score": 0.555555555555556
},
"Vocabulary": "NCBI"
},
"row 181": {
"": 34,
"id": "http://dx.doi.org/10.7910/DVN/27480",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/27480"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "erythrophleum suaveolens",
"agrovoc label": "ERYTHROPHLEUM SUAVEOLENS",
"uri": "http://purl.obolibrary.org/obo/NCBITaxon_162772",
"score": 0.541666666666667
},
"Vocabulary": "NCBI"
},
"row 182": {
"": 6,
"id": "https://hdl.handle.net/1902.1/21250",
"dataset": {
"scheme": "https",
"host": "hdl.handle.net",
"path": "/1902.1/21250"
},
"name": "Bioversity Collecting Mission Database",
"_keywords": {
"value": "eurisco",
"agrovoc label": null,
"uri": null,
"score": 0.714285714285714
},
"Vocabulary": null
},
"row 184": {
"": 363,
"id": "http://dx.doi.org/10.7910/DVN/QUOPCB",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/QUOPCB"
},
"name": "Occurrence data for priority CWR of the SADC region",
"_keywords": {
"value": "ex situ conservation",
"agrovoc label": "GERMPLASM CONSERVATION",
"uri": "http://aims.fao.org/aos/agrovoc/c_3250",
"score": 0.714285714285714
},
"Vocabulary": "AGROVOC"
},
"row 185": {
"": 372,
"id": "http://dx.doi.org/10.7910/DVN/Z5XN1F",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/Z5XN1F"
},
"name": "Occurrence data for priority CWR of Zambia",
"_keywords": {
"value": "ex situ conservation",
"agrovoc label": "GERMPLASM CONSERVATION",
"uri": "http://aims.fao.org/aos/agrovoc/c_3250",
"score": 0.714285714285714
},
"Vocabulary": "AGROVOC"
},
"row 186": {
"": 384,
"id": "http://dx.doi.org/10.7910/DVN/VYZZFF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VYZZFF"
},
"name": "Technical Background Document to the National Strategic Action Plan for the Conservation and Sustainable Use of Cop Wild Relatives in Zambia",
"_keywords": {
"value": "ex situ conservation",
"agrovoc label": "GERMPLASM CONSERVATION",
"uri": "http://aims.fao.org/aos/agrovoc/c_3250",
"score": 0.714285714285714
},
"Vocabulary": "AGROVOC"
},
"row 187": {
"": 399,
"id": "http://dx.doi.org/10.7910/DVN/VQVDFA",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VQVDFA"
},
"name": "Template for the Preparation of a Technical Background Document for a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives",
"_keywords": {
"value": "ex situ conservation",
"agrovoc label": "GERMPLASM CONSERVATION",
"uri": "http://aims.fao.org/aos/agrovoc/c_3250",
"score": 0.714285714285714
},
"Vocabulary": "AGROVOC"
},
"row 188": {
"": 405,
"id": "http://dx.doi.org/10.7910/DVN/QH9XWB",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/QH9XWB"
},
"name": "Template for the Preparation of a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives",
"_keywords": {
"value": "ex situ conservation",
"agrovoc label": "GERMPLASM CONSERVATION",
"uri": "http://aims.fao.org/aos/agrovoc/c_3250",
"score": 0.714285714285714
},
"Vocabulary": "AGROVOC"
},
"row 189": {
"": 414,
"id": "http://dx.doi.org/10.7910/DVN/5B9IV5",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5B9IV5"
},
"name": "Occurrence data collation template v.1",
"_keywords": {
"value": "ex situ conservation",
"agrovoc label": "GERMPLASM CONSERVATION",
"uri": "http://aims.fao.org/aos/agrovoc/c_3250",
"score": 0.714285714285714
},
"Vocabulary": "AGROVOC"
},
"row 200": {
"": 265,
"id": "http://dx.doi.org/10.7910/DVN/XXNOAZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/XXNOAZ"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "food",
"agrovoc label": "NONWOOD FOREST PRODUCTS",
"uri": "http://aims.fao.org/aos/agrovoc/c_5211",
"score": 0.8
},
"Vocabulary": "AGROVOC"
},
"row 211": {
"": 31,
"id": "http://dx.doi.org/10.7910/DVN/27480",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/27480"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "food trees",
"agrovoc label": "NONWOOD FOREST PRODUCTS",
"uri": "http://aims.fao.org/aos/agrovoc/c_5211",
"score": 0.727272727272727
},
"Vocabulary": "AGROVOC"
},
"row 224": {
"": 36,
"id": "http://dx.doi.org/10.7910/DVN/27480",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/27480"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "gambeya spp",
"agrovoc label": "CHRYSOPHYLLUM",
"uri": "http://purl.obolibrary.org/obo/NCBITaxon_13424",
"score": 0.454545454545455
},
"Vocabulary": "NCBI"
},
"row 226": {
"": 408,
"id": "http://dx.doi.org/10.7910/DVN/5B9IV5",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5B9IV5"
},
"name": "Occurrence data collation template v.1",
"_keywords": {
"value": "genebank accession",
"agrovoc label": null,
"uri": null,
"score": 0.555555555555556
},
"Vocabulary": null
},
"row 228": {
"": 8,
"id": "https://hdl.handle.net/1902.1/21250",
"dataset": {
"scheme": "https",
"host": "hdl.handle.net",
"path": "/1902.1/21250"
},
"name": "Bioversity Collecting Mission Database",
"_keywords": {
"value": "genesys",
"agrovoc label": null,
"uri": null,
"score": 0.714285714285714
},
"Vocabulary": null
},
"row 229": {
"": 42,
"id": "http://dx.doi.org/10.7910/DVN/26678",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/26678"
},
"name": "Assessing the effectivness of on-farm conservation projects in the High Andes",
"_keywords": {
"value": "genetic diversity",
"agrovoc label": null,
"uri": null,
"score": 0.722222222222222
},
"Vocabulary": null
},
"row 232": {
"": 15,
"id": "http://dx.doi.org/10.7910/DVN/25450",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/25450"
},
"name": "Fingerprinting data musa accessions with SSR",
"_keywords": {
"value": "genotyping",
"agrovoc label": "GENOTYPING",
"uri": "http://edamontology.org/operation_3196",
"score": 0.7
},
"Vocabulary": "EDAM"
},
"row 237": {
"": 7,
"id": "https://hdl.handle.net/1902.1/21250",
"dataset": {
"scheme": "https",
"host": "hdl.handle.net",
"path": "/1902.1/21250"
},
"name": "Bioversity Collecting Mission Database",
"_keywords": {
"value": "grin usda",
"agrovoc label": null,
"uri": null,
"score": 0.555555555555556
},
"Vocabulary": null
},
"row 238": {
"": 409,
"id": "http://dx.doi.org/10.7910/DVN/5B9IV5",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5B9IV5"
},
"name": "Occurrence data collation template v.1",
"_keywords": {
"value": "herbarium voucher",
"agrovoc label": null,
"uri": null,
"score": 0.470588235294118
},
"Vocabulary": null
},
"row 239": {
"": 437,
"id": "https://doi.org/10.7910/DVN/XGR0GJ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/XGR0GJ"
},
"name": "Phantom III drone imagery",
"_keywords": {
"value": "high resolution",
"agrovoc label": null,
"uri": null,
"score": 0.625
},
"Vocabulary": null
},
"row 267": {
"": 9,
"id": "https://hdl.handle.net/1902.1/21250",
"dataset": {
"scheme": "https",
"host": "hdl.handle.net",
"path": "/1902.1/21250"
},
"name": "Bioversity Collecting Mission Database",
"_keywords": {
"value": "ibpgr",
"agrovoc label": null,
"uri": null,
"score": 0.4
},
"Vocabulary": null
},
"row 268": {
"": 362,
"id": "http://dx.doi.org/10.7910/DVN/QUOPCB",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/QUOPCB"
},
"name": "Occurrence data for priority CWR of the SADC region",
"_keywords": {
"value": "in situ conservation",
"agrovoc label": "GERMPLASM CONSERVATION",
"uri": "http://aims.fao.org/aos/agrovoc/c_3250",
"score": 0.76
},
"Vocabulary": "AGROVOC"
},
"row 269": {
"": 371,
"id": "http://dx.doi.org/10.7910/DVN/Z5XN1F",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/Z5XN1F"
},
"name": "Occurrence data for priority CWR of Zambia",
"_keywords": {
"value": "in situ conservation",
"agrovoc label": "GERMPLASM CONSERVATION",
"uri": "http://aims.fao.org/aos/agrovoc/c_3250",
"score": 0.76
},
"Vocabulary": "AGROVOC"
},
"row 270": {
"": 383,
"id": "http://dx.doi.org/10.7910/DVN/VYZZFF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VYZZFF"
},
"name": "Technical Background Document to the National Strategic Action Plan for the Conservation and Sustainable Use of Cop Wild Relatives in Zambia",
"_keywords": {
"value": "in situ conservation",
"agrovoc label": "GERMPLASM CONSERVATION",
"uri": "http://aims.fao.org/aos/agrovoc/c_3250",
"score": 0.76
},
"Vocabulary": "AGROVOC"
},
"row 271": {
"": 398,
"id": "http://dx.doi.org/10.7910/DVN/VQVDFA",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VQVDFA"
},
"name": "Template for the Preparation of a Technical Background Document for a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives",
"_keywords": {
"value": "in situ conservation",
"agrovoc label": "GERMPLASM CONSERVATION",
"uri": "http://aims.fao.org/aos/agrovoc/c_3250",
"score": 0.76
},
"Vocabulary": "AGROVOC"
},
"row 272": {
"": 404,
"id": "http://dx.doi.org/10.7910/DVN/QH9XWB",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/QH9XWB"
},
"name": "Template for the Preparation of a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives",
"_keywords": {
"value": "in situ conservation",
"agrovoc label": "GERMPLASM CONSERVATION",
"uri": "http://aims.fao.org/aos/agrovoc/c_3250",
"score": 0.76
},
"Vocabulary": "AGROVOC"
},
"row 273": {
"": 413,
"id": "http://dx.doi.org/10.7910/DVN/5B9IV5",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5B9IV5"
},
"name": "Occurrence data collation template v.1",
"_keywords": {
"value": "in situ conservation",
"agrovoc label": "GERMPLASM CONSERVATION",
"uri": "http://aims.fao.org/aos/agrovoc/c_3250",
"score": 0.76
},
"Vocabulary": "AGROVOC"
},
"row 274": {
"": 18,
"id": "http://hdl.handle.net/1902.1/20804",
"dataset": {
"scheme": "http",
"host": "hdl.handle.net",
"path": "/1902.1/20804"
},
"name": "Farmers' perceptions of climate change and actions taken to cope with the changes, as well as associated socio-economic information and crop diversity for the household.",
"_keywords": {
"value": "indigenous communities",
"agrovoc label": "INDIGENOUS PEOPLES",
"uri": "http://aims.fao.org/aos/agrovoc/c_331524",
"score": 0.681818181818182
},
"Vocabulary": "AGROVOC"
},
"row 277": {
"": 389,
"id": "http://dx.doi.org/10.7910/DVN/HSXUVE",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/HSXUVE"
},
"name": "Priority CWR species of the SADC region",
"_keywords": {
"value": "inventory",
"agrovoc label": null,
"uri": null,
"score": 0.666666666666667
},
"Vocabulary": null
},
"row 278": {
"": 418,
"id": "https://doi.org/10.7910/DVN/B8YOQL",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/B8YOQL"
},
"name": "CWR checklist and inventory data template v.1",
"_keywords": {
"value": "inventory",
"agrovoc label": null,
"uri": null,
"score": 0.666666666666667
},
"Vocabulary": null
},
"row 279": {
"": 10,
"id": "https://hdl.handle.net/1902.1/21250",
"dataset": {
"scheme": "https",
"host": "hdl.handle.net",
"path": "/1902.1/21250"
},
"name": "Bioversity Collecting Mission Database",
"_keywords": {
"value": "ipgri",
"agrovoc label": null,
"uri": null,
"score": 0.6
},
"Vocabulary": null
},
"row 280": {
"": 440,
"id": "https://doi.org/10.7910/DVN/YLBPZE",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/YLBPZE"
},
"name": "Agricultural land use and cover data",
"_keywords": {
"value": "irrigation practices",
"agrovoc label": "IRRIGATION METHODS",
"uri": "HTTP://AIMS.FAO.ORG/AOS/AGROVOC/C_3957",
"score": 0.8
},
"Vocabulary": "AGROVOC"
},
"row 324": {
"": 382,
"id": "http://dx.doi.org/10.7910/DVN/VYZZFF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VYZZFF"
},
"name": "Technical Background Document to the National Strategic Action Plan for the Conservation and Sustainable Use of Cop Wild Relatives in Zambia",
"_keywords": {
"value": "national food security",
"agrovoc label": null,
"uri": null,
"score": 0.652173913043478
},
"Vocabulary": null
},
"row 325": {
"": 385,
"id": "http://dx.doi.org/10.7910/DVN/VYZZFF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VYZZFF"
},
"name": "Technical Background Document to the National Strategic Action Plan for the Conservation and Sustainable Use of Cop Wild Relatives in Zambia",
"_keywords": {
"value": "national strategic action plan",
"agrovoc label": null,
"uri": null,
"score": 0.533333333333333
},
"Vocabulary": null
},
"row 326": {
"": 395,
"id": "http://dx.doi.org/10.7910/DVN/VQVDFA",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VQVDFA"
},
"name": "Template for the Preparation of a Technical Background Document for a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives",
"_keywords": {
"value": "national strategic action plan",
"agrovoc label": null,
"uri": null,
"score": 0.533333333333333
},
"Vocabulary": null
},
"row 327": {
"": 401,
"id": "http://dx.doi.org/10.7910/DVN/QH9XWB",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/QH9XWB"
},
"name": "Template for the Preparation of a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives",
"_keywords": {
"value": "national strategic action plan",
"agrovoc label": null,
"uri": null,
"score": 0.533333333333333
},
"Vocabulary": null
},
"row 328": {
"": 396,
"id": "http://dx.doi.org/10.7910/DVN/VQVDFA",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VQVDFA"
},
"name": "Template for the Preparation of a Technical Background Document for a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives",
"_keywords": {
"value": "national strategy",
"agrovoc label": null,
"uri": null,
"score": 0.588235294117647
},
"Vocabulary": null
},
"row 329": {
"": 412,
"id": "http://dx.doi.org/10.7910/DVN/5B9IV5",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5B9IV5"
},
"name": "Occurrence data collation template v.1",
"_keywords": {
"value": "national strategy",
"agrovoc label": null,
"uri": null,
"score": 0.588235294117647
},
"Vocabulary": null
},
"row 330": {
"": 391,
"id": "http://dx.doi.org/10.7910/DVN/HSXUVE",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/HSXUVE"
},
"name": "Priority CWR species of the SADC region",
"_keywords": {
"value": "native status",
"agrovoc label": null,
"uri": null,
"score": 0.5625
},
"Vocabulary": null
},
"row 332": {
"": 16,
"id": "http://hdl.handle.net/1902.1/20804",
"dataset": {
"scheme": "http",
"host": "hdl.handle.net",
"path": "/1902.1/20804"
},
"name": "Farmers' perceptions of climate change and actions taken to cope with the changes, as well as associated socio-economic information and crop diversity for the household.",
"_keywords": {
"value": "neglected and underutilized species",
"agrovoc label": null,
"uri": null,
"score": 0.457142857142857
},
"Vocabulary": null
},
"row 334": {
"": 26,
"id": "http://hdl.handle.net/1902.1/20796",
"dataset": {
"scheme": "http",
"host": "hdl.handle.net",
"path": "/1902.1/20796"
},
"name": "Farmers' survey: niche market development for neglected and underutlized (NUS) products in Nepal.",
"_keywords": {
"value": "niche markets",
"agrovoc label": null,
"uri": null,
"score": 0.642857142857143
},
"Vocabulary": null
},
"row 344": {
"": 4,
"id": "https://hdl.handle.net/1902.1/21250",
"dataset": {
"scheme": "https",
"host": "hdl.handle.net",
"path": "/1902.1/21250"
},
"name": "Bioversity Collecting Mission Database",
"_keywords": {
"value": "nus",
"agrovoc label": null,
"uri": null,
"score": 0.75
},
"Vocabulary": null
},
"row 345": {
"": 17,
"id": "http://hdl.handle.net/1902.1/20804",
"dataset": {
"scheme": "http",
"host": "hdl.handle.net",
"path": "/1902.1/20804"
},
"name": "Farmers' perceptions of climate change and actions taken to cope with the changes, as well as associated socio-economic information and crop diversity for the household.",
"_keywords": {
"value": "nus",
"agrovoc label": null,
"uri": null,
"score": 0.75
},
"Vocabulary": null
},
"row 346": {
"": 25,
"id": "http://hdl.handle.net/1902.1/20796",
"dataset": {
"scheme": "http",
"host": "hdl.handle.net",
"path": "/1902.1/20796"
},
"name": "Farmers' survey: niche market development for neglected and underutlized (NUS) products in Nepal.",
"_keywords": {
"value": "nus",
"agrovoc label": null,
"uri": null,
"score": 0.75
},
"Vocabulary": null
},
"row 347": {
"": 407,
"id": "http://dx.doi.org/10.7910/DVN/5B9IV5",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5B9IV5"
},
"name": "Occurrence data collation template v.1",
"_keywords": {
"value": "occurrence data",
"agrovoc label": null,
"uri": null,
"score": 0.466666666666667
},
"Vocabulary": null
},
"row 362": {
"": 1,
"id": "https://hdl.handle.net/1902.1/21250",
"dataset": {
"scheme": "https",
"host": "hdl.handle.net",
"path": "/1902.1/21250"
},
"name": "Bioversity Collecting Mission Database",
"_keywords": {
"value": "passport data",
"agrovoc label": null,
"uri": null,
"score": 0.538461538461538
},
"Vocabulary": null
},
"row 367": {
"": 381,
"id": "http://dx.doi.org/10.7910/DVN/VYZZFF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VYZZFF"
},
"name": "Technical Background Document to the National Strategic Action Plan for the Conservation and Sustainable Use of Cop Wild Relatives in Zambia",
"_keywords": {
"value": "priority cwr taxa",
"agrovoc label": null,
"uri": null,
"score": 0.470588235294118
},
"Vocabulary": null
},
"row 368": {
"": 388,
"id": "http://dx.doi.org/10.7910/DVN/HSXUVE",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/HSXUVE"
},
"name": "Priority CWR species of the SADC region",
"_keywords": {
"value": "priority taxa",
"agrovoc label": null,
"uri": null,
"score": 0.5
},
"Vocabulary": null
},
"row 373": {
"": 427,
"id": "http://dx.doi.org/10.7910/DVN/MEAPCE",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/MEAPCE"
},
"name": "LACOSREP Upper-East Ghana Reservoir Inventory",
"_keywords": {
"value": "reservoir",
"agrovoc label": "WATER RESERVOIRS",
"uri": "http://aims.fao.org/aos/agrovoc/c_8324",
"score": 0.583333333333333
},
"Vocabulary": "AGROVOC"
},
"row 376": {
"": 126,
"id": "http://dx.doi.org/10.7910/DVN/5774FJ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5774FJ"
},
"name": "Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets",
"_keywords": {
"value": "risk",
"agrovoc label": null,
"uri": null,
"score": 0.8
},
"Vocabulary": null
},
"row 384": {
"": 364,
"id": "http://dx.doi.org/10.7910/DVN/QUOPCB",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/QUOPCB"
},
"name": "Occurrence data for priority CWR of the SADC region",
"_keywords": {
"value": "sadc region",
"agrovoc label": "SADC COUNTRIES",
"uri": "http://aims.fao.org/aos/agrovoc/c_35295",
"score": 0.666666666666667
},
"Vocabulary": "AGROVOC"
},
"row 385": {
"": 393,
"id": "http://dx.doi.org/10.7910/DVN/HSXUVE",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/HSXUVE"
},
"name": "Priority CWR species of the SADC region",
"_keywords": {
"value": "sadc region",
"agrovoc label": "SADC COUNTRIES",
"uri": "http://aims.fao.org/aos/agrovoc/c_35295",
"score": 0.666666666666667
},
"Vocabulary": "AGROVOC"
},
"row 386": {
"": 19,
"id": "http://hdl.handle.net/1902.1/20804",
"dataset": {
"scheme": "http",
"host": "hdl.handle.net",
"path": "/1902.1/20804"
},
"name": "Farmers' perceptions of climate change and actions taken to cope with the changes, as well as associated socio-economic information and crop diversity for the household.",
"_keywords": {
"value": "seed systems",
"agrovoc label": null,
"uri": null,
"score": 0.733333333333333
},
"Vocabulary": null
},
"row 387": {
"": 125,
"id": "http://dx.doi.org/10.7910/DVN/5774FJ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5774FJ"
},
"name": "Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets",
"_keywords": {
"value": "seed systems",
"agrovoc label": null,
"uri": null,
"score": 0.733333333333333
},
"Vocabulary": null
},
"row 388": {
"": 145,
"id": "http://dx.doi.org/10.7910/DVN/IXSOMM",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/IXSOMM"
},
"name": "Ghana Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "seed systems",
"agrovoc label": null,
"uri": null,
"score": 0.733333333333333
},
"Vocabulary": null
},
"row 389": {
"": 170,
"id": "http://dx.doi.org/10.7910/DVN/OZWE7N",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/OZWE7N"
},
"name": "Karnataka Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "seed systems",
"agrovoc label": null,
"uri": null,
"score": 0.733333333333333
},
"Vocabulary": null
},
"row 390": {
"": 198,
"id": "http://dx.doi.org/10.7910/DVN/JDUSDR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/JDUSDR"
},
"name": "Rajasthan Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "seed systems",
"agrovoc label": null,
"uri": null,
"score": 0.733333333333333
},
"Vocabulary": null
},
"row 391": {
"": 219,
"id": "http://dx.doi.org/10.7910/DVN/NDALXF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NDALXF"
},
"name": "Malawi Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "seed systems",
"agrovoc label": null,
"uri": null,
"score": 0.733333333333333
},
"Vocabulary": null
},
"row 392": {
"": 227,
"id": "http://dx.doi.org/10.7910/DVN/NEF7ZD",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NEF7ZD"
},
"name": "Mali Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "seed systems",
"agrovoc label": null,
"uri": null,
"score": 0.733333333333333
},
"Vocabulary": null
},
"row 394": {
"": 5,
"id": "https://hdl.handle.net/1902.1/21250",
"dataset": {
"scheme": "https",
"host": "hdl.handle.net",
"path": "/1902.1/21250"
},
"name": "Bioversity Collecting Mission Database",
"_keywords": {
"value": "singer",
"agrovoc label": null,
"uri": null,
"score": 0.833333333333333
},
"Vocabulary": null
},
"row 395": {
"": 428,
"id": "http://dx.doi.org/10.7910/DVN/MEAPCE",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/MEAPCE"
},
"name": "LACOSREP Upper-East Ghana Reservoir Inventory",
"_keywords": {
"value": "small dam",
"agrovoc label": null,
"uri": null,
"score": 0.727272727272727
},
"Vocabulary": null
},
"row 396": {
"": 89,
"id": "https://doi.org/10.7910/DVN/2YAJPQ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/2YAJPQ"
},
"name": "SNP dataset in musa acuminata (banana) panel",
"_keywords": {
"value": "snp",
"agrovoc label": "SNP",
"uri": "http://purl.obolibrary.org/obo/SO_0000694",
"score": 0.5
},
"Vocabulary": "SO"
},
"row 403": {
"": 12,
"id": "http://dx.doi.org/10.7910/DVN/25450",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/25450"
},
"name": "Fingerprinting data musa accessions with SSR",
"_keywords": {
"value": "ssr",
"agrovoc label": null,
"uri": null,
"score": 0.75
},
"Vocabulary": null
},
"row 420": {
"": 2,
"id": "https://hdl.handle.net/1902.1/21250",
"dataset": {
"scheme": "https",
"host": "hdl.handle.net",
"path": "/1902.1/21250"
},
"name": "Bioversity Collecting Mission Database",
"_keywords": {
"value": "traits",
"agrovoc label": "PLANT TRAIT",
"uri": "http://purl.obolibrary.org/obo/TO_0000387",
"score": 0.666666666666667
},
"Vocabulary": "TO"
},
"row 423": {
"": 435,
"id": "https://doi.org/10.7910/DVN/XGR0GJ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/XGR0GJ"
},
"name": "Phantom III drone imagery",
"_keywords": {
"value": "uav",
"agrovoc label": "UNMANNED AERIAL VEHICLES",
"uri": "http://aims.fao.org/aos/agrovoc/c_3eb20052",
"score": 0.5
},
"Vocabulary": "AGROVOC"
},
"row 424": {
"": 429,
"id": "http://dx.doi.org/10.7910/DVN/MEAPCE",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/MEAPCE"
},
"name": "LACOSREP Upper-East Ghana Reservoir Inventory",
"_keywords": {
"value": "upper east ghana",
"agrovoc label": null,
"uri": null,
"score": 0.5625
},
"Vocabulary": null
},
"row 425": {
"": 392,
"id": "http://dx.doi.org/10.7910/DVN/HSXUVE",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/HSXUVE"
},
"name": "Priority CWR species of the SADC region",
"_keywords": {
"value": "use in crop improvement",
"agrovoc label": null,
"uri": null,
"score": 0.695652173913043
},
"Vocabulary": null
},
"row 429": {
"": 424,
"id": "http://dx.doi.org/10.7910/DVN/AI4CRZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/AI4CRZ"
},
"name": "Maps of Volta basin hydrometeorogical baselines",
"_keywords": {
"value": "volta basin",
"agrovoc label": null,
"uri": null,
"score": 0.615384615384615
},
"Vocabulary": null
},
"row 430": {
"": 443,
"id": "https://doi.org/10.7910/DVN/BV1TQ2",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/BV1TQ2"
},
"name": "Baseline ecosystem service maps",
"_keywords": {
"value": "volta basin",
"agrovoc label": null,
"uri": null,
"score": 0.615384615384615
},
"Vocabulary": null
},
"row 433": {
"": 376,
"id": "http://dx.doi.org/10.7910/DVN/8YXCFR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/8YXCFR"
},
"name": "CWR checklist and priority CWR of Zambia",
"_keywords": {
"value": "zambia vascular plants",
"agrovoc label": "TRACHEOPHYTA",
"uri": "http://aims.fao.org/aos/agrovoc/c_7838",
"score": 0.636363636363636
},
"Vocabulary": "AGROVOC"
},
"row 434": {
"": 47,
"id": "https://doi.org/10.7910/DVN/27236",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/27236"
},
"name": "Geographic coordinates, environmental and genetic data for 256 wild barley accessions.",
"_keywords": {
"value": null,
"agrovoc label": null,
"uri": null,
"score": null
},
"Vocabulary": null
},
"row 435": {
"": 90,
"id": "http://dx.doi.org/10.7910/DVN/FCENUH",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/FCENUH"
},
"name": "Banana (Musa spp.) genetic resources information and high-throughput genotyping data",
"_keywords": {
"value": null,
"agrovoc label": null,
"uri": null,
"score": null
},
"Vocabulary": null
},
"row 436": {
"": 91,
"id": "https://doi.org/10.7910/DVN/LZWPJP",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/LZWPJP"
},
"name": "Multi-fasta file of GRAS Transcription Factors in Angiosperms",
"_keywords": {
"value": null,
"agrovoc label": null,
"uri": null,
"score": null
},
"Vocabulary": null
},
"row 437": {
"": 111,
"id": "https://doi.org/10.7910/DVN/Q0ESWS",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/Q0ESWS"
},
"name": "Banana triploid cultivars under osmotic stress conditions",
"_keywords": {
"value": null,
"agrovoc label": null,
"uri": null,
"score": null
},
"Vocabulary": null
},
"row 438": {
"": 112,
"id": "https://doi.org/10.7910/DVN/QBRNED",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/QBRNED"
},
"name": "Gene ontology mapping to DH pahang reference genome v2",
"_keywords": {
"value": null,
"agrovoc label": null,
"uri": null,
"score": null
},
"Vocabulary": null
},
"row 439": {
"": 113,
"id": "https://doi.org/10.7910/DVN/D6S9LI",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/D6S9LI"
},
"name": "Surveys of farmer households and seed suppliers in the context of a seed value chain analysis for common bean and banana in Uganda",
"_keywords": {
"value": null,
"agrovoc label": null,
"uri": null,
"score": null
},
"Vocabulary": null
},
"row 440": {
"": 114,
"id": "https://doi.org/10.7910/DVN/4ICF6W",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/4ICF6W"
},
"name": "Replication data for: \"Crop variety management for climate adaptation supported by citizen science\"",
"_keywords": {
"value": null,
"agrovoc label": null,
"uri": null,
"score": null
},
"Vocabulary": null
},
"row 441": {
"": 115,
"id": "https://doi.org/10.7910/DVN/IFI1QU",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/IFI1QU"
},
"name": "Gene annotation, orthogroups and gene trees in Musa acuminata subspecies",
"_keywords": {
"value": null,
"agrovoc label": null,
"uri": null,
"score": null
},
"Vocabulary": null
},
"row 442": {
"": 116,
"id": "https://doi.org/10.7910/DVN/0O1GW1",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/0O1GW1"
},
"name": "Replication data for: \"The future of coffee and cocoa agroforestry in a warmer Mesoamerica\"",
"_keywords": {
"value": null,
"agrovoc label": null,
"uri": null,
"score": null
},
"Vocabulary": null
},
"row 443": {
"": 117,
"id": "https://doi.org/10.7910/DVN/KSOSDU",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/KSOSDU"
},
"name": "Glycosyltransferase family 61 (GT61) protein sequences",
"_keywords": {
"value": null,
"agrovoc label": null,
"uri": null,
"score": null
},
"Vocabulary": null
},
"row 444": {
"": 247,
"id": "http://dx.doi.org/10.7910/DVN/MHG945",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/MHG945"
},
"name": "Mali- Protocole Rappel Alimentaire de 24 heures ouvert",
"_keywords": {
"value": null,
"agrovoc label": null,
"uri": null,
"score": null
},
"Vocabulary": null
},
"row 445": {
"": 422,
"id": "https://doi.org/10.7910/DVN/UHULV3",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/UHULV3"
},
"name": "Genome wide association study to identify the genetic base of smallholder farmer preferences of durum wheat traits",
"_keywords": {
"value": null,
"agrovoc label": null,
"uri": null,
"score": null
},
"Vocabulary": null
}
}
},
"not visible": {
"contents": {
"row 2": {
"": 118,
"id": "http://dx.doi.org/10.7910/DVN/5774FJ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5774FJ"
},
"name": "Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets",
"_keywords": {
"value": "agriculture",
"agrovoc label": "agriculture",
"uri": "http://aims.fao.org/aos/agrovoc/c_203",
"score": 1
},
"Vocabulary": null
},
"row 3": {
"": 131,
"id": "http://dx.doi.org/10.7910/DVN/DKAS4Z",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/DKAS4Z"
},
"name": "Ghana Focus Group Discussions Data",
"_keywords": {
"value": "agriculture",
"agrovoc label": "agriculture",
"uri": "http://aims.fao.org/aos/agrovoc/c_203",
"score": 1
},
"Vocabulary": null
},
"row 4": {
"": 138,
"id": "http://dx.doi.org/10.7910/DVN/IXSOMM",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/IXSOMM"
},
"name": "Ghana Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "agriculture",
"agrovoc label": "agriculture",
"uri": "http://aims.fao.org/aos/agrovoc/c_203",
"score": 1
},
"Vocabulary": null
},
"row 5": {
"": 153,
"id": "http://dx.doi.org/10.7910/DVN/KI92MG",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/KI92MG"
},
"name": "Protocol for the Agricultural Biodiversity (ABD) Assessment in Ghana",
"_keywords": {
"value": "agriculture",
"agrovoc label": "agriculture",
"uri": "http://aims.fao.org/aos/agrovoc/c_203",
"score": 1
},
"Vocabulary": null
},
"row 6": {
"": 164,
"id": "http://dx.doi.org/10.7910/DVN/OZWE7N",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/OZWE7N"
},
"name": "Karnataka Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "agriculture",
"agrovoc label": "agriculture",
"uri": "http://aims.fao.org/aos/agrovoc/c_203",
"score": 1
},
"Vocabulary": null
},
"row 7": {
"": 171,
"id": "http://dx.doi.org/10.7910/DVN/JDC7QW",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/JDC7QW"
},
"name": "Karnataka Focus Group Discussions Data",
"_keywords": {
"value": "agriculture",
"agrovoc label": "agriculture",
"uri": "http://aims.fao.org/aos/agrovoc/c_203",
"score": 0.916666666666667
},
"Vocabulary": null
},
"row 8": {
"": 184,
"id": "http://dx.doi.org/10.7910/DVN/G6VP2L",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/G6VP2L"
},
"name": "Rajasthan Focus Group Discussions Data",
"_keywords": {
"value": "agriculture",
"agrovoc label": "agriculture",
"uri": "http://aims.fao.org/aos/agrovoc/c_203",
"score": 1
},
"Vocabulary": null
},
"row 9": {
"": 191,
"id": "http://dx.doi.org/10.7910/DVN/JDUSDR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/JDUSDR"
},
"name": "Rajasthan Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "agriculture",
"agrovoc label": "agriculture",
"uri": "http://aims.fao.org/aos/agrovoc/c_203",
"score": 1
},
"Vocabulary": null
},
"row 10": {
"": 205,
"id": "http://dx.doi.org/10.7910/DVN/SOHK1P",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SOHK1P"
},
"name": "Malawi Focus Group Discussions Data",
"_keywords": {
"value": "agriculture",
"agrovoc label": "agriculture",
"uri": "http://aims.fao.org/aos/agrovoc/c_203",
"score": 1
},
"Vocabulary": null
},
"row 11": {
"": 212,
"id": "http://dx.doi.org/10.7910/DVN/NDALXF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NDALXF"
},
"name": "Malawi Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "agriculture",
"agrovoc label": "agriculture",
"uri": "http://aims.fao.org/aos/agrovoc/c_203",
"score": 1
},
"Vocabulary": null
},
"row 12": {
"": 221,
"id": "http://dx.doi.org/10.7910/DVN/NEF7ZD",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NEF7ZD"
},
"name": "Mali Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "agriculture",
"agrovoc label": "agriculture",
"uri": "http://aims.fao.org/aos/agrovoc/c_203",
"score": 1
},
"Vocabulary": null
},
"row 13": {
"": 235,
"id": "http://dx.doi.org/10.7910/DVN/5SZUZ4",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5SZUZ4"
},
"name": "Mali Focus Group Discussions Data",
"_keywords": {
"value": "agriculture",
"agrovoc label": "agriculture",
"uri": "http://aims.fao.org/aos/agrovoc/c_203",
"score": 1
},
"Vocabulary": null
},
"row 14": {
"": 242,
"id": "http://dx.doi.org/10.7910/DVN/3QIG77",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/3QIG77"
},
"name": "Protocol for the Agricultural Biodiversity (ABD) Assessment in Mali / Protocole pour l’évaluation de la Biodiversité Agricole (ABD) á Mali",
"_keywords": {
"value": "agriculture",
"agrovoc label": "agriculture",
"uri": "http://aims.fao.org/aos/agrovoc/c_203",
"score": 1
},
"Vocabulary": null
},
"row 15": {
"": 248,
"id": "http://dx.doi.org/10.7910/DVN/GTNSIL",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/GTNSIL"
},
"name": "Niger Focus Group Discussion Data",
"_keywords": {
"value": "agriculture",
"agrovoc label": "agriculture",
"uri": "http://aims.fao.org/aos/agrovoc/c_203",
"score": 1
},
"Vocabulary": null
},
"row 16": {
"": 321,
"id": "https://doi.org/10.7910/DVN/J94MZQ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/J94MZQ"
},
"name": "Biodiversity and complementary feeding practices of children in the north west region of Cameroon",
"_keywords": {
"value": "agrobiodiversity",
"agrovoc label": "agrobiodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_37977",
"score": 1
},
"Vocabulary": null
},
"row 17": {
"": 327,
"id": "https://doi.org/10.7910/DVN/ZO9YA2",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/ZO9YA2"
},
"name": "Biodiversity and complementary feeding practices of children in the north west region of Viet Nam",
"_keywords": {
"value": "agrobiodiversity",
"agrovoc label": "agrobiodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_37977",
"score": 1
},
"Vocabulary": null
},
"row 18": {
"": 333,
"id": "https://doi.org/10.7910/DVN/GDGPTK",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/GDGPTK"
},
"name": "Traditional food consumption and its nutritional contribution in Guasaganda, Central Ecuador.",
"_keywords": {
"value": "agrobiodiversity",
"agrovoc label": "agrobiodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_37977",
"score": 1
},
"Vocabulary": null
},
"row 19": {
"": 338,
"id": "https://doi.org/10.7910/DVN/I5FVAI",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/I5FVAI"
},
"name": "Wild edible plant use in Tshopo district, DR Congo",
"_keywords": {
"value": "agrobiodiversity",
"agrovoc label": "agrobiodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_37977",
"score": 1
},
"Vocabulary": null
},
"row 20": {
"": 344,
"id": "https://doi.org/10.7910/DVN/O0CDZB",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/O0CDZB"
},
"name": "Biodiversity and dietary diversity in Vihiga Kenya",
"_keywords": {
"value": "agrobiodiversity",
"agrovoc label": "agrobiodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_37977",
"score": 1
},
"Vocabulary": null
},
"row 21": {
"": 351,
"id": "https://doi.org/10.7910/DVN/ENDSGS",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/ENDSGS"
},
"name": "Investigating the current and potential role of local biodiversity in meeting nutritional requirements of infants and young children in rural Southern Benin",
"_keywords": {
"value": "agrobiodiversity",
"agrovoc label": "agrobiodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_37977",
"score": 1
},
"Vocabulary": null
},
"row 22": {
"": 357,
"id": "https://doi.org/10.7910/DVN/QW0SEO",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/QW0SEO"
},
"name": "Food security and the contribution of wild foods to diets, nutrition at three villages of Sinharaja Forest in Sri Lanka",
"_keywords": {
"value": "agrobiodiversity",
"agrovoc label": "agrobiodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_37977",
"score": 1
},
"Vocabulary": null
},
"row 23": {
"": 81,
"id": "http://dx.doi.org/10.7910/DVN/IABY1D",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/IABY1D"
},
"name": "CGIAR activities and partnerships",
"_keywords": {
"value": "analysis",
"agrovoc label": "analysis",
"uri": "http://aims.fao.org/aos/agrovoc/c_49928",
"score": 1
},
"Vocabulary": null
},
"row 25": {
"": 13,
"id": "http://dx.doi.org/10.7910/DVN/25450",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/25450"
},
"name": "Fingerprinting data musa accessions with SSR",
"_keywords": {
"value": "banana",
"agrovoc label": "bananas",
"uri": "http://aims.fao.org/aos/agrovoc/c_806",
"score": 0.857142857142857
},
"Vocabulary": null
},
"row 26": {
"": 49,
"id": "http://dx.doi.org/10.7910/DVN/68PZZ3",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/68PZZ3"
},
"name": "Sequences of NAC genes of M. acuminata, O.sativa, V. vinifera and A. thaliana",
"_keywords": {
"value": "bananas",
"agrovoc label": "bananas",
"uri": "http://aims.fao.org/aos/agrovoc/c_806",
"score": 1
},
"Vocabulary": null
},
"row 27": {
"": 88,
"id": "https://doi.org/10.7910/DVN/2YAJPQ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/2YAJPQ"
},
"name": "SNP dataset in musa acuminata (banana) panel",
"_keywords": {
"value": "bananas",
"agrovoc label": "bananas",
"uri": "http://aims.fao.org/aos/agrovoc/c_806",
"score": 1
},
"Vocabulary": null
},
"row 28": {
"": 352,
"id": "https://doi.org/10.7910/DVN/ENDSGS",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/ENDSGS"
},
"name": "Investigating the current and potential role of local biodiversity in meeting nutritional requirements of infants and young children in rural Southern Benin",
"_keywords": {
"value": "benin",
"agrovoc label": "Benin",
"uri": "http://aims.fao.org/aos/agrovoc/c_875",
"score": 1
},
"Vocabulary": null
},
"row 29": {
"": 62,
"id": "http://dx.doi.org/10.7910/DVN/CX3DIR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/CX3DIR"
},
"name": "Farm characterization in Cuba",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 30": {
"": 75,
"id": "http://dx.doi.org/10.7910/DVN/U3MS5K",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/U3MS5K"
},
"name": "On-farm diversity and market participation are positively associated with dietary diversity of rural mothers in southern Benin, West Africa",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 31": {
"": 84,
"id": "http://dx.doi.org/10.7910/DVN/POJCMA",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/POJCMA"
},
"name": "Data from: Origins of food crops connect countries worldwide",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 32": {
"": 110,
"id": "https://doi.org/10.7910/DVN/CGNMCZ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/CGNMCZ"
},
"name": "Online checklist of banana cultivars",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 33": {
"": 119,
"id": "http://dx.doi.org/10.7910/DVN/5774FJ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5774FJ"
},
"name": "Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 34": {
"": 132,
"id": "http://dx.doi.org/10.7910/DVN/DKAS4Z",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/DKAS4Z"
},
"name": "Ghana Focus Group Discussions Data",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 35": {
"": 139,
"id": "http://dx.doi.org/10.7910/DVN/IXSOMM",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/IXSOMM"
},
"name": "Ghana Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 36": {
"": 154,
"id": "http://dx.doi.org/10.7910/DVN/KI92MG",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/KI92MG"
},
"name": "Protocol for the Agricultural Biodiversity (ABD) Assessment in Ghana",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 37": {
"": 165,
"id": "http://dx.doi.org/10.7910/DVN/OZWE7N",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/OZWE7N"
},
"name": "Karnataka Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 38": {
"": 172,
"id": "http://dx.doi.org/10.7910/DVN/JDC7QW",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/JDC7QW"
},
"name": "Karnataka Focus Group Discussions Data",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 39": {
"": 185,
"id": "http://dx.doi.org/10.7910/DVN/G6VP2L",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/G6VP2L"
},
"name": "Rajasthan Focus Group Discussions Data",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 40": {
"": 192,
"id": "http://dx.doi.org/10.7910/DVN/JDUSDR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/JDUSDR"
},
"name": "Rajasthan Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 41": {
"": 206,
"id": "http://dx.doi.org/10.7910/DVN/SOHK1P",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SOHK1P"
},
"name": "Malawi Focus Group Discussions Data",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 42": {
"": 213,
"id": "http://dx.doi.org/10.7910/DVN/NDALXF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NDALXF"
},
"name": "Malawi Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 43": {
"": 222,
"id": "http://dx.doi.org/10.7910/DVN/NEF7ZD",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NEF7ZD"
},
"name": "Mali Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 44": {
"": 236,
"id": "http://dx.doi.org/10.7910/DVN/5SZUZ4",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5SZUZ4"
},
"name": "Mali Focus Group Discussions Data",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 45": {
"": 243,
"id": "http://dx.doi.org/10.7910/DVN/3QIG77",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/3QIG77"
},
"name": "Protocol for the Agricultural Biodiversity (ABD) Assessment in Mali / Protocole pour l’évaluation de la Biodiversité Agricole (ABD) á Mali",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 46": {
"": 249,
"id": "http://dx.doi.org/10.7910/DVN/GTNSIL",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/GTNSIL"
},
"name": "Niger Focus Group Discussion Data",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 47": {
"": 286,
"id": "https://doi.org/10.7910/DVN/BKJG4P",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/BKJG4P"
},
"name": "Samples collected for genetic activities on sapelli, moabi in Cameroon, DRC and Gabon and tali in the context of the Beyond Timber project",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 48": {
"": 292,
"id": "https://doi.org/10.7910/DVN/GSLLWP",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/GSLLWP"
},
"name": "Molecular data acquired by genetic activities on sapelli, moabi in Cameroon, DRC and Gabon and tali in the context of the Beyond Timber project",
"_keywords": {
"value": "biodiversity",
"agrovoc label": "biodiversity",
"uri": "http://aims.fao.org/aos/agrovoc/c_33949",
"score": 1
},
"Vocabulary": null
},
"row 49": {
"": 66,
"id": "https://doi.org/10.7910/DVN/NYDIXU",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/NYDIXU"
},
"name": "Comparative phylogeography in rainforest trees from Lower Guinea, Africa",
"_keywords": {
"value": "biogeography",
"agrovoc label": "biogeography",
"uri": "http://aims.fao.org/aos/agrovoc/c_915",
"score": 1
},
"Vocabulary": null
},
"row 50": {
"": 68,
"id": "https://doi.org/10.7910/DVN/NYDIXU",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/NYDIXU"
},
"name": "Comparative phylogeography in rainforest trees from Lower Guinea, Africa",
"_keywords": {
"value": "biology",
"agrovoc label": "biology",
"uri": "http://aims.fao.org/aos/agrovoc/c_925",
"score": 1
},
"Vocabulary": null
},
"row 51": {
"": 301,
"id": "http://dx.doi.org/10.7910/DVN/ABKJ9H",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/ABKJ9H"
},
"name": "Characterisation of dwellers and their activity in Cameroon",
"_keywords": {
"value": "budget",
"agrovoc label": "budgets",
"uri": "http://aims.fao.org/aos/agrovoc/c_1134",
"score": 0.857142857142857
},
"Vocabulary": null
},
"row 52": {
"": 102,
"id": "https://doi.org/10.7910/DVN/3BTC8J",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/3BTC8J"
},
"name": "Individual and combined threat maps of 16 selected food tree species within the boundaries of Burkina Faso",
"_keywords": {
"value": "burkina faso",
"agrovoc label": "Burkina Faso",
"uri": "http://aims.fao.org/aos/agrovoc/c_8081",
"score": 1
},
"Vocabulary": null
},
"row 53": {
"": 283,
"id": "http://dx.doi.org/10.7910/DVN/SUEWWX",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SUEWWX"
},
"name": "Skills needed for using social science research tools in natural resource management: Personal experience from gender research in the “Beyond timber project” in Cameroon",
"_keywords": {
"value": "cameroon",
"agrovoc label": "Cameroon",
"uri": "http://aims.fao.org/aos/agrovoc/c_1229",
"score": 1
},
"Vocabulary": null
},
"row 54": {
"": 289,
"id": "https://doi.org/10.7910/DVN/BKJG4P",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/BKJG4P"
},
"name": "Samples collected for genetic activities on sapelli, moabi in Cameroon, DRC and Gabon and tali in the context of the Beyond Timber project",
"_keywords": {
"value": "cameroon",
"agrovoc label": "Cameroon",
"uri": "http://aims.fao.org/aos/agrovoc/c_1229",
"score": 1
},
"Vocabulary": null
},
"row 55": {
"": 322,
"id": "https://doi.org/10.7910/DVN/J94MZQ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/J94MZQ"
},
"name": "Biodiversity and complementary feeding practices of children in the north west region of Cameroon",
"_keywords": {
"value": "cameroon",
"agrovoc label": "Cameroon",
"uri": "http://aims.fao.org/aos/agrovoc/c_1229",
"score": 1
},
"Vocabulary": null
},
"row 56": {
"": 37,
"id": "http://dx.doi.org/10.7910/DVN/27275",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/27275"
},
"name": "Compositional characterization of native Peruvian chili peppers (Capsicum spp.)",
"_keywords": {
"value": "capsicum",
"agrovoc label": "Capsicum",
"uri": "http://aims.fao.org/aos/agrovoc/c_1287",
"score": 1
},
"Vocabulary": null
},
"row 59": {
"": 130,
"id": "http://dx.doi.org/10.7910/DVN/5774FJ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5774FJ"
},
"name": "Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets",
"_keywords": {
"value": "children",
"agrovoc label": "children",
"uri": "http://aims.fao.org/aos/agrovoc/c_1547",
"score": 1
},
"Vocabulary": null
},
"row 60": {
"": 152,
"id": "http://dx.doi.org/10.7910/DVN/XWSNX8",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/XWSNX8"
},
"name": "Ghana Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "children",
"agrovoc label": "children",
"uri": "http://aims.fao.org/aos/agrovoc/c_1547",
"score": 1
},
"Vocabulary": null
},
"row 61": {
"": 163,
"id": "http://dx.doi.org/10.7910/DVN/RLMYMR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/RLMYMR"
},
"name": "Karnataka Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "children",
"agrovoc label": "children",
"uri": "http://aims.fao.org/aos/agrovoc/c_1547",
"score": 1
},
"Vocabulary": null
},
"row 62": {
"": 183,
"id": "http://dx.doi.org/10.7910/DVN/VGU2DW",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VGU2DW"
},
"name": "Rajasthan Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "children",
"agrovoc label": "children",
"uri": "http://aims.fao.org/aos/agrovoc/c_1547",
"score": 1
},
"Vocabulary": null
},
"row 63": {
"": 234,
"id": "http://dx.doi.org/10.7910/DVN/2DT22T",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/2DT22T"
},
"name": "Mali Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "children",
"agrovoc label": "children",
"uri": "http://aims.fao.org/aos/agrovoc/c_1547",
"score": 1
},
"Vocabulary": null
},
"row 64": {
"": 320,
"id": "https://doi.org/10.7910/DVN/J94MZQ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/J94MZQ"
},
"name": "Biodiversity and complementary feeding practices of children in the north west region of Cameroon",
"_keywords": {
"value": "children",
"agrovoc label": "children",
"uri": "http://aims.fao.org/aos/agrovoc/c_1547",
"score": 1
},
"Vocabulary": null
},
"row 65": {
"": 326,
"id": "https://doi.org/10.7910/DVN/ZO9YA2",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/ZO9YA2"
},
"name": "Biodiversity and complementary feeding practices of children in the north west region of Viet Nam",
"_keywords": {
"value": "children",
"agrovoc label": "children",
"uri": "http://aims.fao.org/aos/agrovoc/c_1547",
"score": 1
},
"Vocabulary": null
},
"row 66": {
"": 332,
"id": "https://doi.org/10.7910/DVN/GDGPTK",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/GDGPTK"
},
"name": "Traditional food consumption and its nutritional contribution in Guasaganda, Central Ecuador.",
"_keywords": {
"value": "children",
"agrovoc label": "children",
"uri": "http://aims.fao.org/aos/agrovoc/c_1547",
"score": 1
},
"Vocabulary": null
},
"row 67": {
"": 343,
"id": "https://doi.org/10.7910/DVN/O0CDZB",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/O0CDZB"
},
"name": "Biodiversity and dietary diversity in Vihiga Kenya",
"_keywords": {
"value": "children",
"agrovoc label": "children",
"uri": "http://aims.fao.org/aos/agrovoc/c_1547",
"score": 1
},
"Vocabulary": null
},
"row 68": {
"": 349,
"id": "https://doi.org/10.7910/DVN/ENDSGS",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/ENDSGS"
},
"name": "Investigating the current and potential role of local biodiversity in meeting nutritional requirements of infants and young children in rural Southern Benin",
"_keywords": {
"value": "children",
"agrovoc label": "children",
"uri": "http://aims.fao.org/aos/agrovoc/c_1547",
"score": 1
},
"Vocabulary": null
},
"row 69": {
"": 356,
"id": "https://doi.org/10.7910/DVN/QW0SEO",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/QW0SEO"
},
"name": "Food security and the contribution of wild foods to diets, nutrition at three villages of Sinharaja Forest in Sri Lanka",
"_keywords": {
"value": "children",
"agrovoc label": "children",
"uri": "http://aims.fao.org/aos/agrovoc/c_1547",
"score": 1
},
"Vocabulary": null
},
"row 70": {
"": 38,
"id": "http://dx.doi.org/10.7910/DVN/27275",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/27275"
},
"name": "Compositional characterization of native Peruvian chili peppers (Capsicum spp.)",
"_keywords": {
"value": "chillies",
"agrovoc label": "chillies",
"uri": "http://aims.fao.org/aos/agrovoc/c_9795",
"score": 1
},
"Vocabulary": null
},
"row 71": {
"": 107,
"id": "https://doi.org/10.7910/DVN/CGNMCZ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/CGNMCZ"
},
"name": "Online checklist of banana cultivars",
"_keywords": {
"value": "classification",
"agrovoc label": "classification",
"uri": "http://aims.fao.org/aos/agrovoc/c_1653",
"score": 1
},
"Vocabulary": null
},
"row 72": {
"": 97,
"id": "https://doi.org/10.7910/DVN/3BTC8J",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/3BTC8J"
},
"name": "Individual and combined threat maps of 16 selected food tree species within the boundaries of Burkina Faso",
"_keywords": {
"value": "climate change",
"agrovoc label": "climate change",
"uri": "http://aims.fao.org/aos/agrovoc/c_1666",
"score": 1
},
"Vocabulary": null
},
"row 74": {
"": 55,
"id": "http://dx.doi.org/10.7910/DVN/ZFQM2U",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/ZFQM2U"
},
"name": "The Coffee Genome Hub: a resource for coffee genomes",
"_keywords": {
"value": "coffea",
"agrovoc label": "Coffea",
"uri": "http://aims.fao.org/aos/agrovoc/c_1720",
"score": 1
},
"Vocabulary": null
},
"row 75": {
"": 56,
"id": "http://dx.doi.org/10.7910/DVN/ZFQM2U",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/ZFQM2U"
},
"name": "The Coffee Genome Hub: a resource for coffee genomes",
"_keywords": {
"value": "coffea canephora",
"agrovoc label": "Coffea canephora",
"uri": "http://aims.fao.org/aos/agrovoc/c_1723",
"score": 1
},
"Vocabulary": null
},
"row 77": {
"": 39,
"id": "http://dx.doi.org/10.7910/DVN/27275",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/27275"
},
"name": "Compositional characterization of native Peruvian chili peppers (Capsicum spp.)",
"_keywords": {
"value": "colour",
"agrovoc label": "colour",
"uri": "http://aims.fao.org/aos/agrovoc/c_1773",
"score": 1
},
"Vocabulary": null
},
"row 78": {
"": 282,
"id": "http://dx.doi.org/10.7910/DVN/SUEWWX",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SUEWWX"
},
"name": "Skills needed for using social science research tools in natural resource management: Personal experience from gender research in the “Beyond timber project” in Cameroon",
"_keywords": {
"value": "community involvement",
"agrovoc label": "community involvement",
"uri": "http://aims.fao.org/aos/agrovoc/c_37559",
"score": 0.954545454545455
},
"Vocabulary": null
},
"row 90": {
"": 257,
"id": "http://dx.doi.org/10.7910/DVN/GCODBQ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/GCODBQ"
},
"name": "Individuals and stumps of Moabi, Sapelli, Tali, Ozigo and Abam (timber species with food values) recorded around villages and within logged areas of timber concessions in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "contracts",
"agrovoc label": "contracts",
"uri": "http://aims.fao.org/aos/agrovoc/c_1840",
"score": 1
},
"Vocabulary": null
},
"row 91": {
"": 297,
"id": "http://dx.doi.org/10.7910/DVN/ABKJ9H",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/ABKJ9H"
},
"name": "Characterisation of dwellers and their activity in Cameroon",
"_keywords": {
"value": "contracts",
"agrovoc label": "contracts",
"uri": "http://aims.fao.org/aos/agrovoc/c_1840",
"score": 1
},
"Vocabulary": null
},
"row 92": {
"": 305,
"id": "http://dx.doi.org/10.7910/DVN/J4TRIH",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/J4TRIH"
},
"name": "Characterisation of dwellers and their activity in Gabon",
"_keywords": {
"value": "contracts",
"agrovoc label": "contracts",
"uri": "http://aims.fao.org/aos/agrovoc/c_1840",
"score": 1
},
"Vocabulary": null
},
"row 93": {
"": 312,
"id": "http://dx.doi.org/10.7910/DVN/SOM6RZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SOM6RZ"
},
"name": "Characterisation of dwellers and their activity in the Democratic Republic of the Congo (DRC)",
"_keywords": {
"value": "contracts",
"agrovoc label": "contracts",
"uri": "http://aims.fao.org/aos/agrovoc/c_1840",
"score": 0.9
},
"Vocabulary": null
},
"row 94": {
"": 98,
"id": "https://doi.org/10.7910/DVN/3BTC8J",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/3BTC8J"
},
"name": "Individual and combined threat maps of 16 selected food tree species within the boundaries of Burkina Faso",
"_keywords": {
"value": "cotton",
"agrovoc label": "cotton",
"uri": "http://aims.fao.org/aos/agrovoc/c_1926",
"score": 1
},
"Vocabulary": null
},
"row 96": {
"": 87,
"id": "http://dx.doi.org/10.7910/DVN/POJCMA",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/POJCMA"
},
"name": "Data from: Origins of food crops connect countries worldwide",
"_keywords": {
"value": "crop improvement",
"agrovoc label": "crop improvement",
"uri": "http://aims.fao.org/aos/agrovoc/c_331560",
"score": 1
},
"Vocabulary": null
},
"row 111": {
"": 61,
"id": "http://dx.doi.org/10.7910/DVN/CX3DIR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/CX3DIR"
},
"name": "Farm characterization in Cuba",
"_keywords": {
"value": "cropping systems",
"agrovoc label": "cropping systems",
"uri": "http://aims.fao.org/aos/agrovoc/c_1971",
"score": 1
},
"Vocabulary": null
},
"row 112": {
"": 74,
"id": "http://dx.doi.org/10.7910/DVN/U3MS5K",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/U3MS5K"
},
"name": "On-farm diversity and market participation are positively associated with dietary diversity of rural mothers in southern Benin, West Africa",
"_keywords": {
"value": "crops",
"agrovoc label": "crops",
"uri": "http://aims.fao.org/aos/agrovoc/c_1972",
"score": 0.833333333333333
},
"Vocabulary": null
},
"row 113": {
"": 83,
"id": "http://dx.doi.org/10.7910/DVN/POJCMA",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/POJCMA"
},
"name": "Data from: Origins of food crops connect countries worldwide",
"_keywords": {
"value": "crops",
"agrovoc label": "crops",
"uri": "http://aims.fao.org/aos/agrovoc/c_1972",
"score": 1
},
"Vocabulary": null
},
"row 119": {
"": 58,
"id": "http://dx.doi.org/10.7910/DVN/ZFQM2U",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/ZFQM2U"
},
"name": "The Coffee Genome Hub: a resource for coffee genomes",
"_keywords": {
"value": "data analysis",
"agrovoc label": "data analysis",
"uri": "http://aims.fao.org/aos/agrovoc/c_15962",
"score": 1
},
"Vocabulary": null
},
"row 120": {
"": 410,
"id": "http://dx.doi.org/10.7910/DVN/5B9IV5",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5B9IV5"
},
"name": "Occurrence data collation template v.1",
"_keywords": {
"value": "data collation",
"agrovoc label": "data collection",
"uri": "http://aims.fao.org/aos/agrovoc/c_2128",
"score": 0.866666666666667
},
"Vocabulary": null
},
"row 122": {
"": 22,
"id": "http://dx.doi.org/10.7910/DVN/26086",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/26086"
},
"name": "The Banana Genome Hub",
"_keywords": {
"value": "databases",
"agrovoc label": "databases",
"uri": "http://aims.fao.org/aos/agrovoc/c_24833",
"score": 1
},
"Vocabulary": null
},
"row 123": {
"": 339,
"id": "https://doi.org/10.7910/DVN/I5FVAI",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/I5FVAI"
},
"name": "Wild edible plant use in Tshopo district, DR Congo",
"_keywords": {
"value": "democratic republic of congo",
"agrovoc label": "Democratic Republic of the Congo",
"uri": "http://aims.fao.org/aos/agrovoc/c_8500",
"score": 0.875
},
"Vocabulary": null
},
"row 124": {
"": 290,
"id": "https://doi.org/10.7910/DVN/BKJG4P",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/BKJG4P"
},
"name": "Samples collected for genetic activities on sapelli, moabi in Cameroon, DRC and Gabon and tali in the context of the Beyond Timber project",
"_keywords": {
"value": "democratic republic of the congo",
"agrovoc label": "Democratic Republic of the Congo",
"uri": "http://aims.fao.org/aos/agrovoc/c_8500",
"score": 1
},
"Vocabulary": null
},
"row 125": {
"": 278,
"id": "http://dx.doi.org/10.7910/DVN/SUEWWX",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SUEWWX"
},
"name": "Skills needed for using social science research tools in natural resource management: Personal experience from gender research in the “Beyond timber project” in Cameroon",
"_keywords": {
"value": "design",
"agrovoc label": "design",
"uri": "http://aims.fao.org/aos/agrovoc/c_2208",
"score": 1
},
"Vocabulary": null
},
"row 126": {
"": 52,
"id": "http://dx.doi.org/10.7910/DVN/68PZZ3",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/68PZZ3"
},
"name": "Sequences of NAC genes of M. acuminata, O.sativa, V. vinifera and A. thaliana",
"_keywords": {
"value": "dicotyledons",
"agrovoc label": "dicotyledons",
"uri": "http://aims.fao.org/aos/agrovoc/c_2253",
"score": 1
},
"Vocabulary": null
},
"row 127": {
"": 78,
"id": "http://dx.doi.org/10.7910/DVN/U3MS5K",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/U3MS5K"
},
"name": "On-farm diversity and market participation are positively associated with dietary diversity of rural mothers in southern Benin, West Africa",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 128": {
"": 120,
"id": "http://dx.doi.org/10.7910/DVN/5774FJ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5774FJ"
},
"name": "Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 129": {
"": 133,
"id": "http://dx.doi.org/10.7910/DVN/DKAS4Z",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/DKAS4Z"
},
"name": "Ghana Focus Group Discussions Data",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 130": {
"": 140,
"id": "http://dx.doi.org/10.7910/DVN/IXSOMM",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/IXSOMM"
},
"name": "Ghana Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 131": {
"": 158,
"id": "http://dx.doi.org/10.7910/DVN/RLMYMR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/RLMYMR"
},
"name": "Karnataka Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 132": {
"": 173,
"id": "http://dx.doi.org/10.7910/DVN/JDC7QW",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/JDC7QW"
},
"name": "Karnataka Focus Group Discussions Data",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 133": {
"": 178,
"id": "http://dx.doi.org/10.7910/DVN/VGU2DW",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VGU2DW"
},
"name": "Rajasthan Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 134": {
"": 186,
"id": "http://dx.doi.org/10.7910/DVN/G6VP2L",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/G6VP2L"
},
"name": "Rajasthan Focus Group Discussions Data",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 135": {
"": 193,
"id": "http://dx.doi.org/10.7910/DVN/JDUSDR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/JDUSDR"
},
"name": "Rajasthan Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 136": {
"": 200,
"id": "http://dx.doi.org/10.7910/DVN/9GFLHO",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/9GFLHO"
},
"name": "Malawi Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 137": {
"": 207,
"id": "http://dx.doi.org/10.7910/DVN/SOHK1P",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SOHK1P"
},
"name": "Malawi Focus Group Discussions Data",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 138": {
"": 214,
"id": "http://dx.doi.org/10.7910/DVN/NDALXF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NDALXF"
},
"name": "Malawi Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 139": {
"": 229,
"id": "http://dx.doi.org/10.7910/DVN/2DT22T",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/2DT22T"
},
"name": "Mali Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 140": {
"": 237,
"id": "http://dx.doi.org/10.7910/DVN/5SZUZ4",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5SZUZ4"
},
"name": "Mali Focus Group Discussions Data",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 141": {
"": 250,
"id": "http://dx.doi.org/10.7910/DVN/GTNSIL",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/GTNSIL"
},
"name": "Niger Focus Group Discussion Data",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 142": {
"": 318,
"id": "https://doi.org/10.7910/DVN/J94MZQ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/J94MZQ"
},
"name": "Biodiversity and complementary feeding practices of children in the north west region of Cameroon",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 143": {
"": 324,
"id": "https://doi.org/10.7910/DVN/ZO9YA2",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/ZO9YA2"
},
"name": "Biodiversity and complementary feeding practices of children in the north west region of Viet Nam",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 144": {
"": 330,
"id": "https://doi.org/10.7910/DVN/GDGPTK",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/GDGPTK"
},
"name": "Traditional food consumption and its nutritional contribution in Guasaganda, Central Ecuador.",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 145": {
"": 336,
"id": "https://doi.org/10.7910/DVN/I5FVAI",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/I5FVAI"
},
"name": "Wild edible plant use in Tshopo district, DR Congo",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 146": {
"": 341,
"id": "https://doi.org/10.7910/DVN/O0CDZB",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/O0CDZB"
},
"name": "Biodiversity and dietary diversity in Vihiga Kenya",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 147": {
"": 347,
"id": "https://doi.org/10.7910/DVN/ENDSGS",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/ENDSGS"
},
"name": "Investigating the current and potential role of local biodiversity in meeting nutritional requirements of infants and young children in rural Southern Benin",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 148": {
"": 354,
"id": "https://doi.org/10.7910/DVN/QW0SEO",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/QW0SEO"
},
"name": "Food security and the contribution of wild foods to diets, nutrition at three villages of Sinharaja Forest in Sri Lanka",
"_keywords": {
"value": "diet",
"agrovoc label": "diet",
"uri": "http://aims.fao.org/aos/agrovoc/c_2261",
"score": 1
},
"Vocabulary": null
},
"row 154": {
"": 121,
"id": "http://dx.doi.org/10.7910/DVN/5774FJ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5774FJ"
},
"name": "Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 155": {
"": 134,
"id": "http://dx.doi.org/10.7910/DVN/DKAS4Z",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/DKAS4Z"
},
"name": "Ghana Focus Group Discussions Data",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 156": {
"": 141,
"id": "http://dx.doi.org/10.7910/DVN/IXSOMM",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/IXSOMM"
},
"name": "Ghana Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 157": {
"": 148,
"id": "http://dx.doi.org/10.7910/DVN/XWSNX8",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/XWSNX8"
},
"name": "Ghana Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 158": {
"": 156,
"id": "http://dx.doi.org/10.7910/DVN/KI92MG",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/KI92MG"
},
"name": "Protocol for the Agricultural Biodiversity (ABD) Assessment in Ghana",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 159": {
"": 159,
"id": "http://dx.doi.org/10.7910/DVN/RLMYMR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/RLMYMR"
},
"name": "Karnataka Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 160": {
"": 166,
"id": "http://dx.doi.org/10.7910/DVN/OZWE7N",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/OZWE7N"
},
"name": "Karnataka Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 161": {
"": 174,
"id": "http://dx.doi.org/10.7910/DVN/JDC7QW",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/JDC7QW"
},
"name": "Karnataka Focus Group Discussions Data",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 162": {
"": 179,
"id": "http://dx.doi.org/10.7910/DVN/VGU2DW",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VGU2DW"
},
"name": "Rajasthan Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 163": {
"": 187,
"id": "http://dx.doi.org/10.7910/DVN/G6VP2L",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/G6VP2L"
},
"name": "Rajasthan Focus Group Discussions Data",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 164": {
"": 194,
"id": "http://dx.doi.org/10.7910/DVN/JDUSDR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/JDUSDR"
},
"name": "Rajasthan Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 165": {
"": 201,
"id": "http://dx.doi.org/10.7910/DVN/9GFLHO",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/9GFLHO"
},
"name": "Malawi Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 166": {
"": 208,
"id": "http://dx.doi.org/10.7910/DVN/SOHK1P",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SOHK1P"
},
"name": "Malawi Focus Group Discussions Data",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 167": {
"": 215,
"id": "http://dx.doi.org/10.7910/DVN/NDALXF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NDALXF"
},
"name": "Malawi Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 168": {
"": 223,
"id": "http://dx.doi.org/10.7910/DVN/NEF7ZD",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NEF7ZD"
},
"name": "Mali Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 169": {
"": 230,
"id": "http://dx.doi.org/10.7910/DVN/2DT22T",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/2DT22T"
},
"name": "Mali Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 170": {
"": 238,
"id": "http://dx.doi.org/10.7910/DVN/5SZUZ4",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5SZUZ4"
},
"name": "Mali Focus Group Discussions Data",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 171": {
"": 245,
"id": "http://dx.doi.org/10.7910/DVN/3QIG77",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/3QIG77"
},
"name": "Protocol for the Agricultural Biodiversity (ABD) Assessment in Mali / Protocole pour l’évaluation de la Biodiversité Agricole (ABD) á Mali",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 172": {
"": 251,
"id": "http://dx.doi.org/10.7910/DVN/GTNSIL",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/GTNSIL"
},
"name": "Niger Focus Group Discussion Data",
"_keywords": {
"value": "diversification",
"agrovoc label": "diversification",
"uri": "http://aims.fao.org/aos/agrovoc/c_2344",
"score": 1
},
"Vocabulary": null
},
"row 173": {
"": 86,
"id": "http://dx.doi.org/10.7910/DVN/POJCMA",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/POJCMA"
},
"name": "Data from: Origins of food crops connect countries worldwide",
"_keywords": {
"value": "domestication",
"agrovoc label": "domestication",
"uri": "http://aims.fao.org/aos/agrovoc/c_2360",
"score": 1
},
"Vocabulary": null
},
"row 175": {
"": 50,
"id": "http://dx.doi.org/10.7910/DVN/68PZZ3",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/68PZZ3"
},
"name": "Sequences of NAC genes of M. acuminata, O.sativa, V. vinifera and A. thaliana",
"_keywords": {
"value": "drought tolerance",
"agrovoc label": "drought tolerance",
"uri": "http://aims.fao.org/aos/agrovoc/c_14914",
"score": 1
},
"Vocabulary": null
},
"row 176": {
"": 65,
"id": "https://doi.org/10.7910/DVN/NYDIXU",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/NYDIXU"
},
"name": "Comparative phylogeography in rainforest trees from Lower Guinea, Africa",
"_keywords": {
"value": "ecology",
"agrovoc label": "ecology",
"uri": "http://aims.fao.org/aos/agrovoc/c_2467",
"score": 1
},
"Vocabulary": null
},
"row 177": {
"": 441,
"id": "https://doi.org/10.7910/DVN/BV1TQ2",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/BV1TQ2"
},
"name": "Baseline ecosystem service maps",
"_keywords": {
"value": "ecosystem service",
"agrovoc label": "ecosystem services",
"uri": "http://aims.fao.org/aos/agrovoc/c_1348040570280",
"score": 0.944444444444444
},
"Vocabulary": null
},
"row 178": {
"": 21,
"id": "http://hdl.handle.net/1902.1/20803",
"dataset": {
"scheme": "http",
"host": "hdl.handle.net",
"path": "/1902.1/20803"
},
"name": "Farmers' decisions to cultivate either a traditional or a commercial variety of quinoa. (CAPRi Project)",
"_keywords": {
"value": "ecosystem services",
"agrovoc label": "ecosystem services",
"uri": "http://aims.fao.org/aos/agrovoc/c_1348040570280",
"score": 1
},
"Vocabulary": null
},
"row 179": {
"": 334,
"id": "https://doi.org/10.7910/DVN/GDGPTK",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/GDGPTK"
},
"name": "Traditional food consumption and its nutritional contribution in Guasaganda, Central Ecuador.",
"_keywords": {
"value": "ecuador",
"agrovoc label": "Ecuador",
"uri": "http://aims.fao.org/aos/agrovoc/c_2485",
"score": 1
},
"Vocabulary": null
},
"row 183": {
"": 67,
"id": "https://doi.org/10.7910/DVN/NYDIXU",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/NYDIXU"
},
"name": "Comparative phylogeography in rainforest trees from Lower Guinea, Africa",
"_keywords": {
"value": "evolution",
"agrovoc label": "evolution",
"uri": "http://aims.fao.org/aos/agrovoc/c_2745",
"score": 1
},
"Vocabulary": null
},
"row 190": {
"": 307,
"id": "http://dx.doi.org/10.7910/DVN/J4TRIH",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/J4TRIH"
},
"name": "Characterisation of dwellers and their activity in Gabon",
"_keywords": {
"value": "family budget",
"agrovoc label": "family budget",
"uri": "http://aims.fao.org/aos/agrovoc/c_28690",
"score": 0.928571428571429
},
"Vocabulary": null
},
"row 191": {
"": 314,
"id": "http://dx.doi.org/10.7910/DVN/SOM6RZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SOM6RZ"
},
"name": "Characterisation of dwellers and their activity in the Democratic Republic of the Congo (DRC)",
"_keywords": {
"value": "family budget",
"agrovoc label": "family budget",
"uri": "http://aims.fao.org/aos/agrovoc/c_28690",
"score": 1
},
"Vocabulary": null
},
"row 192": {
"": 60,
"id": "http://dx.doi.org/10.7910/DVN/CX3DIR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/CX3DIR"
},
"name": "Farm characterization in Cuba",
"_keywords": {
"value": "farms",
"agrovoc label": "farms",
"uri": "http://aims.fao.org/aos/agrovoc/c_2809",
"score": 1
},
"Vocabulary": null
},
"row 193": {
"": 129,
"id": "http://dx.doi.org/10.7910/DVN/5774FJ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5774FJ"
},
"name": "Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets",
"_keywords": {
"value": "feeding habits",
"agrovoc label": "feeding habits",
"uri": "http://aims.fao.org/aos/agrovoc/c_2840",
"score": 1
},
"Vocabulary": null
},
"row 194": {
"": 151,
"id": "http://dx.doi.org/10.7910/DVN/XWSNX8",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/XWSNX8"
},
"name": "Ghana Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "feeding habits",
"agrovoc label": "feeding habits",
"uri": "http://aims.fao.org/aos/agrovoc/c_2840",
"score": 1
},
"Vocabulary": null
},
"row 195": {
"": 161,
"id": "http://dx.doi.org/10.7910/DVN/RLMYMR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/RLMYMR"
},
"name": "Karnataka Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "feeding habits",
"agrovoc label": "feeding habits",
"uri": "http://aims.fao.org/aos/agrovoc/c_2840",
"score": 1
},
"Vocabulary": null
},
"row 196": {
"": 181,
"id": "http://dx.doi.org/10.7910/DVN/VGU2DW",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VGU2DW"
},
"name": "Rajasthan Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "feeding habits",
"agrovoc label": "feeding habits",
"uri": "http://aims.fao.org/aos/agrovoc/c_2840",
"score": 1
},
"Vocabulary": null
},
"row 197": {
"": 203,
"id": "http://dx.doi.org/10.7910/DVN/9GFLHO",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/9GFLHO"
},
"name": "Malawi Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "feeding habits",
"agrovoc label": "feeding habits",
"uri": "http://aims.fao.org/aos/agrovoc/c_2840",
"score": 1
},
"Vocabulary": null
},
"row 198": {
"": 232,
"id": "http://dx.doi.org/10.7910/DVN/2DT22T",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/2DT22T"
},
"name": "Mali Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "feeding habits",
"agrovoc label": "feeding habits",
"uri": "http://aims.fao.org/aos/agrovoc/c_2840",
"score": 1
},
"Vocabulary": null
},
"row 199": {
"": 96,
"id": "https://doi.org/10.7910/DVN/3BTC8J",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/3BTC8J"
},
"name": "Individual and combined threat maps of 16 selected food tree species within the boundaries of Burkina Faso",
"_keywords": {
"value": "fires",
"agrovoc label": "fires",
"uri": "http://aims.fao.org/aos/agrovoc/c_2915",
"score": 1
},
"Vocabulary": null
},
"row 201": {
"": 271,
"id": "http://dx.doi.org/10.7910/DVN/OBOSOV",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/OBOSOV"
},
"name": "Contribution of forest food to food security in the Basin of Congo",
"_keywords": {
"value": "food composition",
"agrovoc label": "food composition",
"uri": "http://aims.fao.org/aos/agrovoc/c_10961",
"score": 1
},
"Vocabulary": null
},
"row 202": {
"": 100,
"id": "https://doi.org/10.7910/DVN/3BTC8J",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/3BTC8J"
},
"name": "Individual and combined threat maps of 16 selected food tree species within the boundaries of Burkina Faso",
"_keywords": {
"value": "food crops",
"agrovoc label": "food crops",
"uri": "http://aims.fao.org/aos/agrovoc/c_3017",
"score": 1
},
"Vocabulary": null
},
"row 203": {
"": 82,
"id": "http://dx.doi.org/10.7910/DVN/POJCMA",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/POJCMA"
},
"name": "Data from: Origins of food crops connect countries worldwide",
"_keywords": {
"value": "food security",
"agrovoc label": "food security",
"uri": "http://aims.fao.org/aos/agrovoc/c_10967",
"score": 1
},
"Vocabulary": null
},
"row 204": {
"": 127,
"id": "http://dx.doi.org/10.7910/DVN/5774FJ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5774FJ"
},
"name": "Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets",
"_keywords": {
"value": "food security",
"agrovoc label": "food security",
"uri": "http://aims.fao.org/aos/agrovoc/c_10967",
"score": 1
},
"Vocabulary": null
},
"row 205": {
"": 149,
"id": "http://dx.doi.org/10.7910/DVN/XWSNX8",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/XWSNX8"
},
"name": "Ghana Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "food security",
"agrovoc label": "food security",
"uri": "http://aims.fao.org/aos/agrovoc/c_10967",
"score": 1
},
"Vocabulary": null
},
"row 206": {
"": 160,
"id": "http://dx.doi.org/10.7910/DVN/RLMYMR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/RLMYMR"
},
"name": "Karnataka Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "food security",
"agrovoc label": "food security",
"uri": "http://aims.fao.org/aos/agrovoc/c_10967",
"score": 1
},
"Vocabulary": null
},
"row 207": {
"": 180,
"id": "http://dx.doi.org/10.7910/DVN/VGU2DW",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VGU2DW"
},
"name": "Rajasthan Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "food security",
"agrovoc label": "food security",
"uri": "http://aims.fao.org/aos/agrovoc/c_10967",
"score": 1
},
"Vocabulary": null
},
"row 208": {
"": 202,
"id": "http://dx.doi.org/10.7910/DVN/9GFLHO",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/9GFLHO"
},
"name": "Malawi Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "food security",
"agrovoc label": "food security",
"uri": "http://aims.fao.org/aos/agrovoc/c_10967",
"score": 1
},
"Vocabulary": null
},
"row 209": {
"": 231,
"id": "http://dx.doi.org/10.7910/DVN/2DT22T",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/2DT22T"
},
"name": "Mali Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "food security",
"agrovoc label": "food security",
"uri": "http://aims.fao.org/aos/agrovoc/c_10967",
"score": 1
},
"Vocabulary": null
},
"row 210": {
"": 366,
"id": "http://dx.doi.org/10.7910/DVN/UFFGSV",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/UFFGSV"
},
"name": "Occurrence data for priority CWR in South Africa",
"_keywords": {
"value": "food security",
"agrovoc label": "food security",
"uri": "http://aims.fao.org/aos/agrovoc/c_10967",
"score": 1
},
"Vocabulary": null
},
"row 212": {
"": 73,
"id": "http://dx.doi.org/10.7910/DVN/U3MS5K",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/U3MS5K"
},
"name": "On-farm diversity and market participation are positively associated with dietary diversity of rural mothers in southern Benin, West Africa",
"_keywords": {
"value": "foods",
"agrovoc label": "foods",
"uri": "http://aims.fao.org/aos/agrovoc/c_3032",
"score": 1
},
"Vocabulary": null
},
"row 213": {
"": 270,
"id": "http://dx.doi.org/10.7910/DVN/OBOSOV",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/OBOSOV"
},
"name": "Contribution of forest food to food security in the Basin of Congo",
"_keywords": {
"value": "foods",
"agrovoc label": "foods",
"uri": "http://aims.fao.org/aos/agrovoc/c_3032",
"score": 1
},
"Vocabulary": null
},
"row 214": {
"": 64,
"id": "http://dx.doi.org/10.7910/DVN/CX3DIR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/CX3DIR"
},
"name": "Farm characterization in Cuba",
"_keywords": {
"value": "forest cover",
"agrovoc label": "forest cover",
"uri": "http://aims.fao.org/aos/agrovoc/c_9000180",
"score": 1
},
"Vocabulary": null
},
"row 215": {
"": 30,
"id": "http://dx.doi.org/10.7910/DVN/27480",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/27480"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "forest resources",
"agrovoc label": "forest resources",
"uri": "http://aims.fao.org/aos/agrovoc/c_3050",
"score": 1
},
"Vocabulary": null
},
"row 216": {
"": 299,
"id": "http://dx.doi.org/10.7910/DVN/ABKJ9H",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/ABKJ9H"
},
"name": "Characterisation of dwellers and their activity in Cameroon",
"_keywords": {
"value": "forest resources",
"agrovoc label": "forest resources",
"uri": "http://aims.fao.org/aos/agrovoc/c_3050",
"score": 1
},
"Vocabulary": null
},
"row 217": {
"": 308,
"id": "http://dx.doi.org/10.7910/DVN/J4TRIH",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/J4TRIH"
},
"name": "Characterisation of dwellers and their activity in Gabon",
"_keywords": {
"value": "forest resources",
"agrovoc label": "forest resources",
"uri": "http://aims.fao.org/aos/agrovoc/c_3050",
"score": 1
},
"Vocabulary": null
},
"row 218": {
"": 315,
"id": "http://dx.doi.org/10.7910/DVN/SOM6RZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SOM6RZ"
},
"name": "Characterisation of dwellers and their activity in the Democratic Republic of the Congo (DRC)",
"_keywords": {
"value": "forest resources",
"agrovoc label": "forest resources",
"uri": "http://aims.fao.org/aos/agrovoc/c_3050",
"score": 1
},
"Vocabulary": null
},
"row 219": {
"": 284,
"id": "https://doi.org/10.7910/DVN/BKJG4P",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/BKJG4P"
},
"name": "Samples collected for genetic activities on sapelli, moabi in Cameroon, DRC and Gabon and tali in the context of the Beyond Timber project",
"_keywords": {
"value": "forest trees",
"agrovoc label": "forest trees",
"uri": "http://aims.fao.org/aos/agrovoc/c_3052",
"score": 0.923076923076923
},
"Vocabulary": null
},
"row 220": {
"": 294,
"id": "https://doi.org/10.7910/DVN/GSLLWP",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/GSLLWP"
},
"name": "Molecular data acquired by genetic activities on sapelli, moabi in Cameroon, DRC and Gabon and tali in the context of the Beyond Timber project",
"_keywords": {
"value": "forest trees",
"agrovoc label": "forest trees",
"uri": "http://aims.fao.org/aos/agrovoc/c_3052",
"score": 1
},
"Vocabulary": null
},
"row 221": {
"": 269,
"id": "http://dx.doi.org/10.7910/DVN/OBOSOV",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/OBOSOV"
},
"name": "Contribution of forest food to food security in the Basin of Congo",
"_keywords": {
"value": "forests",
"agrovoc label": "forests",
"uri": "http://aims.fao.org/aos/agrovoc/c_3062",
"score": 1
},
"Vocabulary": null
},
"row 222": {
"": 101,
"id": "https://doi.org/10.7910/DVN/3BTC8J",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/3BTC8J"
},
"name": "Individual and combined threat maps of 16 selected food tree species within the boundaries of Burkina Faso",
"_keywords": {
"value": "fruit trees",
"agrovoc label": "fruit trees",
"uri": "http://aims.fao.org/aos/agrovoc/c_3128",
"score": 1
},
"Vocabulary": null
},
"row 223": {
"": 291,
"id": "https://doi.org/10.7910/DVN/BKJG4P",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/BKJG4P"
},
"name": "Samples collected for genetic activities on sapelli, moabi in Cameroon, DRC and Gabon and tali in the context of the Beyond Timber project",
"_keywords": {
"value": "gabon",
"agrovoc label": "Gabon",
"uri": "http://aims.fao.org/aos/agrovoc/c_3161",
"score": 1
},
"Vocabulary": null
},
"row 225": {
"": 276,
"id": "http://dx.doi.org/10.7910/DVN/SUEWWX",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SUEWWX"
},
"name": "Skills needed for using social science research tools in natural resource management: Personal experience from gender research in the “Beyond timber project” in Cameroon",
"_keywords": {
"value": "gender",
"agrovoc label": "gender",
"uri": "http://aims.fao.org/aos/agrovoc/c_34835",
"score": 1
},
"Vocabulary": null
},
"row 227": {
"": 48,
"id": "http://dx.doi.org/10.7910/DVN/68PZZ3",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/68PZZ3"
},
"name": "Sequences of NAC genes of M. acuminata, O.sativa, V. vinifera and A. thaliana",
"_keywords": {
"value": "genes",
"agrovoc label": "genes",
"uri": "http://aims.fao.org/aos/agrovoc/c_3214",
"score": 1
},
"Vocabulary": null
},
"row 230": {
"": 23,
"id": "http://dx.doi.org/10.7910/DVN/26086",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/26086"
},
"name": "The Banana Genome Hub",
"_keywords": {
"value": "genomes",
"agrovoc label": "genomes",
"uri": "http://aims.fao.org/aos/agrovoc/c_3224",
"score": 1
},
"Vocabulary": null
},
"row 231": {
"": 57,
"id": "http://dx.doi.org/10.7910/DVN/ZFQM2U",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/ZFQM2U"
},
"name": "The Coffee Genome Hub: a resource for coffee genomes",
"_keywords": {
"value": "genomes",
"agrovoc label": "genomes",
"uri": "http://aims.fao.org/aos/agrovoc/c_3224",
"score": 1
},
"Vocabulary": null
},
"row 233": {
"": 92,
"id": "https://doi.org/10.7910/DVN/3BTC8J",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/3BTC8J"
},
"name": "Individual and combined threat maps of 16 selected food tree species within the boundaries of Burkina Faso",
"_keywords": {
"value": "geographical distribution",
"agrovoc label": "geographical distribution",
"uri": "http://aims.fao.org/aos/agrovoc/c_5083",
"score": 0.961538461538462
},
"Vocabulary": null
},
"row 234": {
"": 287,
"id": "https://doi.org/10.7910/DVN/BKJG4P",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/BKJG4P"
},
"name": "Samples collected for genetic activities on sapelli, moabi in Cameroon, DRC and Gabon and tali in the context of the Beyond Timber project",
"_keywords": {
"value": "germplasm",
"agrovoc label": "germplasm",
"uri": "http://aims.fao.org/aos/agrovoc/c_3249",
"score": 1
},
"Vocabulary": null
},
"row 235": {
"": 44,
"id": "https://doi.org/10.7910/DVN/27530",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/27530"
},
"name": "Cacao final marker data",
"_keywords": {
"value": "germplasm conservation",
"agrovoc label": "germplasm conservation",
"uri": "http://aims.fao.org/aos/agrovoc/c_3250",
"score": 1
},
"Vocabulary": null
},
"row 236": {
"": 267,
"id": "http://dx.doi.org/10.7910/DVN/XXNOAZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/XXNOAZ"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "global positioning systems",
"agrovoc label": "global positioning systems",
"uri": "http://aims.fao.org/aos/agrovoc/c_36733",
"score": 1
},
"Vocabulary": null
},
"row 240": {
"": 319,
"id": "https://doi.org/10.7910/DVN/J94MZQ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/J94MZQ"
},
"name": "Biodiversity and complementary feeding practices of children in the north west region of Cameroon",
"_keywords": {
"value": "household consumption",
"agrovoc label": "household consumption",
"uri": "http://aims.fao.org/aos/agrovoc/c_3674",
"score": 1
},
"Vocabulary": null
},
"row 241": {
"": 325,
"id": "https://doi.org/10.7910/DVN/ZO9YA2",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/ZO9YA2"
},
"name": "Biodiversity and complementary feeding practices of children in the north west region of Viet Nam",
"_keywords": {
"value": "household consumption",
"agrovoc label": "household consumption",
"uri": "http://aims.fao.org/aos/agrovoc/c_3674",
"score": 1
},
"Vocabulary": null
},
"row 242": {
"": 331,
"id": "https://doi.org/10.7910/DVN/GDGPTK",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/GDGPTK"
},
"name": "Traditional food consumption and its nutritional contribution in Guasaganda, Central Ecuador.",
"_keywords": {
"value": "household consumption",
"agrovoc label": "household consumption",
"uri": "http://aims.fao.org/aos/agrovoc/c_3674",
"score": 1
},
"Vocabulary": null
},
"row 243": {
"": 337,
"id": "https://doi.org/10.7910/DVN/I5FVAI",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/I5FVAI"
},
"name": "Wild edible plant use in Tshopo district, DR Congo",
"_keywords": {
"value": "household consumption",
"agrovoc label": "household consumption",
"uri": "http://aims.fao.org/aos/agrovoc/c_3674",
"score": 1
},
"Vocabulary": null
},
"row 244": {
"": 342,
"id": "https://doi.org/10.7910/DVN/O0CDZB",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/O0CDZB"
},
"name": "Biodiversity and dietary diversity in Vihiga Kenya",
"_keywords": {
"value": "household consumption",
"agrovoc label": "household consumption",
"uri": "http://aims.fao.org/aos/agrovoc/c_3674",
"score": 1
},
"Vocabulary": null
},
"row 245": {
"": 348,
"id": "https://doi.org/10.7910/DVN/ENDSGS",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/ENDSGS"
},
"name": "Investigating the current and potential role of local biodiversity in meeting nutritional requirements of infants and young children in rural Southern Benin",
"_keywords": {
"value": "household consumption",
"agrovoc label": "household consumption",
"uri": "http://aims.fao.org/aos/agrovoc/c_3674",
"score": 1
},
"Vocabulary": null
},
"row 246": {
"": 355,
"id": "https://doi.org/10.7910/DVN/QW0SEO",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/QW0SEO"
},
"name": "Food security and the contribution of wild foods to diets, nutrition at three villages of Sinharaja Forest in Sri Lanka",
"_keywords": {
"value": "household consumption",
"agrovoc label": "household consumption",
"uri": "http://aims.fao.org/aos/agrovoc/c_3674",
"score": 1
},
"Vocabulary": null
},
"row 247": {
"": 72,
"id": "http://dx.doi.org/10.7910/DVN/U3MS5K",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/U3MS5K"
},
"name": "On-farm diversity and market participation are positively associated with dietary diversity of rural mothers in southern Benin, West Africa",
"_keywords": {
"value": "households",
"agrovoc label": "households",
"uri": "http://aims.fao.org/aos/agrovoc/c_3676",
"score": 1
},
"Vocabulary": null
},
"row 248": {
"": 128,
"id": "http://dx.doi.org/10.7910/DVN/5774FJ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5774FJ"
},
"name": "Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets",
"_keywords": {
"value": "households",
"agrovoc label": "households",
"uri": "http://aims.fao.org/aos/agrovoc/c_3676",
"score": 1
},
"Vocabulary": null
},
"row 249": {
"": 150,
"id": "http://dx.doi.org/10.7910/DVN/XWSNX8",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/XWSNX8"
},
"name": "Ghana Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "households",
"agrovoc label": "households",
"uri": "http://aims.fao.org/aos/agrovoc/c_3676",
"score": 1
},
"Vocabulary": null
},
"row 250": {
"": 162,
"id": "http://dx.doi.org/10.7910/DVN/RLMYMR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/RLMYMR"
},
"name": "Karnataka Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "households",
"agrovoc label": "households",
"uri": "http://aims.fao.org/aos/agrovoc/c_3676",
"score": 1
},
"Vocabulary": null
},
"row 251": {
"": 182,
"id": "http://dx.doi.org/10.7910/DVN/VGU2DW",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/VGU2DW"
},
"name": "Rajasthan Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "households",
"agrovoc label": "households",
"uri": "http://aims.fao.org/aos/agrovoc/c_3676",
"score": 1
},
"Vocabulary": null
},
"row 252": {
"": 204,
"id": "http://dx.doi.org/10.7910/DVN/9GFLHO",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/9GFLHO"
},
"name": "Malawi Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "households",
"agrovoc label": "households",
"uri": "http://aims.fao.org/aos/agrovoc/c_3676",
"score": 1
},
"Vocabulary": null
},
"row 253": {
"": 233,
"id": "http://dx.doi.org/10.7910/DVN/2DT22T",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/2DT22T"
},
"name": "Mali Diet Diversity and Food Security for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "households",
"agrovoc label": "households",
"uri": "http://aims.fao.org/aos/agrovoc/c_3676",
"score": 1
},
"Vocabulary": null
},
"row 254": {
"": 300,
"id": "http://dx.doi.org/10.7910/DVN/ABKJ9H",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/ABKJ9H"
},
"name": "Characterisation of dwellers and their activity in Cameroon",
"_keywords": {
"value": "households",
"agrovoc label": "households",
"uri": "http://aims.fao.org/aos/agrovoc/c_3676",
"score": 1
},
"Vocabulary": null
},
"row 255": {
"": 306,
"id": "http://dx.doi.org/10.7910/DVN/J4TRIH",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/J4TRIH"
},
"name": "Characterisation of dwellers and their activity in Gabon",
"_keywords": {
"value": "households",
"agrovoc label": "households",
"uri": "http://aims.fao.org/aos/agrovoc/c_3676",
"score": 1
},
"Vocabulary": null
},
"row 256": {
"": 313,
"id": "http://dx.doi.org/10.7910/DVN/SOM6RZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SOM6RZ"
},
"name": "Characterisation of dwellers and their activity in the Democratic Republic of the Congo (DRC)",
"_keywords": {
"value": "households",
"agrovoc label": "households",
"uri": "http://aims.fao.org/aos/agrovoc/c_3676",
"score": 1
},
"Vocabulary": null
},
"row 257": {
"": 272,
"id": "http://dx.doi.org/10.7910/DVN/OBOSOV",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/OBOSOV"
},
"name": "Contribution of forest food to food security in the Basin of Congo",
"_keywords": {
"value": "human nutrition",
"agrovoc label": "human nutrition",
"uri": "http://aims.fao.org/aos/agrovoc/c_27933",
"score": 1
},
"Vocabulary": null
},
"row 258": {
"": 317,
"id": "https://doi.org/10.7910/DVN/J94MZQ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/J94MZQ"
},
"name": "Biodiversity and complementary feeding practices of children in the north west region of Cameroon",
"_keywords": {
"value": "human nutrition",
"agrovoc label": "human nutrition",
"uri": "http://aims.fao.org/aos/agrovoc/c_27933",
"score": 0.9375
},
"Vocabulary": null
},
"row 259": {
"": 323,
"id": "https://doi.org/10.7910/DVN/ZO9YA2",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/ZO9YA2"
},
"name": "Biodiversity and complementary feeding practices of children in the north west region of Viet Nam",
"_keywords": {
"value": "human nutrition",
"agrovoc label": "human nutrition",
"uri": "http://aims.fao.org/aos/agrovoc/c_27933",
"score": 1
},
"Vocabulary": null
},
"row 260": {
"": 329,
"id": "https://doi.org/10.7910/DVN/GDGPTK",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/GDGPTK"
},
"name": "Traditional food consumption and its nutritional contribution in Guasaganda, Central Ecuador.",
"_keywords": {
"value": "human nutrition",
"agrovoc label": "human nutrition",
"uri": "http://aims.fao.org/aos/agrovoc/c_27933",
"score": 1
},
"Vocabulary": null
},
"row 261": {
"": 335,
"id": "https://doi.org/10.7910/DVN/I5FVAI",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/I5FVAI"
},
"name": "Wild edible plant use in Tshopo district, DR Congo",
"_keywords": {
"value": "human nutrition",
"agrovoc label": "human nutrition",
"uri": "http://aims.fao.org/aos/agrovoc/c_27933",
"score": 1
},
"Vocabulary": null
},
"row 262": {
"": 340,
"id": "https://doi.org/10.7910/DVN/O0CDZB",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/O0CDZB"
},
"name": "Biodiversity and dietary diversity in Vihiga Kenya",
"_keywords": {
"value": "human nutrition",
"agrovoc label": "human nutrition",
"uri": "http://aims.fao.org/aos/agrovoc/c_27933",
"score": 1
},
"Vocabulary": null
},
"row 263": {
"": 346,
"id": "https://doi.org/10.7910/DVN/ENDSGS",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/ENDSGS"
},
"name": "Investigating the current and potential role of local biodiversity in meeting nutritional requirements of infants and young children in rural Southern Benin",
"_keywords": {
"value": "human nutrition",
"agrovoc label": "human nutrition",
"uri": "http://aims.fao.org/aos/agrovoc/c_27933",
"score": 1
},
"Vocabulary": null
},
"row 264": {
"": 353,
"id": "https://doi.org/10.7910/DVN/QW0SEO",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/QW0SEO"
},
"name": "Food security and the contribution of wild foods to diets, nutrition at three villages of Sinharaja Forest in Sri Lanka",
"_keywords": {
"value": "human nutrition",
"agrovoc label": "human nutrition",
"uri": "http://aims.fao.org/aos/agrovoc/c_27933",
"score": 1
},
"Vocabulary": null
},
"row 265": {
"": 423,
"id": "http://dx.doi.org/10.7910/DVN/AI4CRZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/AI4CRZ"
},
"name": "Maps of Volta basin hydrometeorogical baselines",
"_keywords": {
"value": "hydrology",
"agrovoc label": "hydrology",
"uri": "http://aims.fao.org/aos/agrovoc/c_3731",
"score": 1
},
"Vocabulary": null
},
"row 266": {
"": 442,
"id": "https://doi.org/10.7910/DVN/BV1TQ2",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/BV1TQ2"
},
"name": "Baseline ecosystem service maps",
"_keywords": {
"value": "hydrology",
"agrovoc label": "hydrology",
"uri": "http://aims.fao.org/aos/agrovoc/c_3731",
"score": 1
},
"Vocabulary": null
},
"row 275": {
"": 350,
"id": "https://doi.org/10.7910/DVN/ENDSGS",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/ENDSGS"
},
"name": "Investigating the current and potential role of local biodiversity in meeting nutritional requirements of infants and young children in rural Southern Benin",
"_keywords": {
"value": "infants",
"agrovoc label": "infants",
"uri": "http://aims.fao.org/aos/agrovoc/c_3851",
"score": 1
},
"Vocabulary": null
},
"row 276": {
"": 281,
"id": "http://dx.doi.org/10.7910/DVN/SUEWWX",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SUEWWX"
},
"name": "Skills needed for using social science research tools in natural resource management: Personal experience from gender research in the “Beyond timber project” in Cameroon",
"_keywords": {
"value": "interdisciplinary research",
"agrovoc label": "interdisciplinary research",
"uri": "http://aims.fao.org/aos/agrovoc/c_24402",
"score": 1
},
"Vocabulary": null
},
"row 281": {
"": 345,
"id": "https://doi.org/10.7910/DVN/O0CDZB",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/O0CDZB"
},
"name": "Biodiversity and dietary diversity in Vihiga Kenya",
"_keywords": {
"value": "kenya",
"agrovoc label": "Kenya",
"uri": "http://aims.fao.org/aos/agrovoc/c_4086",
"score": 1
},
"Vocabulary": null
},
"row 282": {
"": 109,
"id": "https://doi.org/10.7910/DVN/CGNMCZ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/CGNMCZ"
},
"name": "Online checklist of banana cultivars",
"_keywords": {
"value": "land races",
"agrovoc label": "land races",
"uri": "http://aims.fao.org/aos/agrovoc/c_4177",
"score": 1
},
"Vocabulary": null
},
"row 283": {
"": 258,
"id": "http://dx.doi.org/10.7910/DVN/GCODBQ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/GCODBQ"
},
"name": "Individuals and stumps of Moabi, Sapelli, Tali, Ozigo and Abam (timber species with food values) recorded around villages and within logged areas of timber concessions in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "licenses",
"agrovoc label": "licences",
"uri": "http://aims.fao.org/aos/agrovoc/c_4313",
"score": 0.875
},
"Vocabulary": null
},
"row 284": {
"": 263,
"id": "http://dx.doi.org/10.7910/DVN/XXNOAZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/XXNOAZ"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "licenses",
"agrovoc label": "licences",
"uri": "http://aims.fao.org/aos/agrovoc/c_4313",
"score": 0.875
},
"Vocabulary": null
},
"row 285": {
"": 274,
"id": "http://dx.doi.org/10.7910/DVN/OBOSOV",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/OBOSOV"
},
"name": "Contribution of forest food to food security in the Basin of Congo",
"_keywords": {
"value": "licenses",
"agrovoc label": "licences",
"uri": "http://aims.fao.org/aos/agrovoc/c_4313",
"score": 0.875
},
"Vocabulary": null
},
"row 286": {
"": 298,
"id": "http://dx.doi.org/10.7910/DVN/ABKJ9H",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/ABKJ9H"
},
"name": "Characterisation of dwellers and their activity in Cameroon",
"_keywords": {
"value": "licenses",
"agrovoc label": "licences",
"uri": "http://aims.fao.org/aos/agrovoc/c_4313",
"score": 0.875
},
"Vocabulary": null
},
"row 287": {
"": 43,
"id": "http://dx.doi.org/10.7910/DVN/26678",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/26678"
},
"name": "Assessing the effectivness of on-farm conservation projects in the High Andes",
"_keywords": {
"value": "livelihoods",
"agrovoc label": "livelihoods",
"uri": "http://aims.fao.org/aos/agrovoc/c_1374498089962",
"score": 1
},
"Vocabulary": null
},
"row 288": {
"": 157,
"id": "http://dx.doi.org/10.7910/DVN/KI92MG",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/KI92MG"
},
"name": "Protocol for the Agricultural Biodiversity (ABD) Assessment in Ghana",
"_keywords": {
"value": "livelihoods",
"agrovoc label": "livelihoods",
"uri": "http://aims.fao.org/aos/agrovoc/c_1374498089962",
"score": 1
},
"Vocabulary": null
},
"row 289": {
"": 246,
"id": "http://dx.doi.org/10.7910/DVN/3QIG77",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/3QIG77"
},
"name": "Protocol for the Agricultural Biodiversity (ABD) Assessment in Mali / Protocole pour l’évaluation de la Biodiversité Agricole (ABD) á Mali",
"_keywords": {
"value": "livelihoods",
"agrovoc label": "livelihoods",
"uri": "http://aims.fao.org/aos/agrovoc/c_1374498089962",
"score": 1
},
"Vocabulary": null
},
"row 290": {
"": 275,
"id": "http://dx.doi.org/10.7910/DVN/OBOSOV",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/OBOSOV"
},
"name": "Contribution of forest food to food security in the Basin of Congo",
"_keywords": {
"value": "local communities",
"agrovoc label": "local communities",
"uri": "http://aims.fao.org/aos/agrovoc/c_9000107",
"score": 1
},
"Vocabulary": null
},
"row 291": {
"": 302,
"id": "http://dx.doi.org/10.7910/DVN/ABKJ9H",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/ABKJ9H"
},
"name": "Characterisation of dwellers and their activity in Cameroon",
"_keywords": {
"value": "local communities",
"agrovoc label": "local communities",
"uri": "http://aims.fao.org/aos/agrovoc/c_9000107",
"score": 1
},
"Vocabulary": null
},
"row 292": {
"": 309,
"id": "http://dx.doi.org/10.7910/DVN/J4TRIH",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/J4TRIH"
},
"name": "Characterisation of dwellers and their activity in Gabon",
"_keywords": {
"value": "local communities",
"agrovoc label": "local communities",
"uri": "http://aims.fao.org/aos/agrovoc/c_9000107",
"score": 1
},
"Vocabulary": null
},
"row 293": {
"": 316,
"id": "http://dx.doi.org/10.7910/DVN/SOM6RZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SOM6RZ"
},
"name": "Characterisation of dwellers and their activity in the Democratic Republic of the Congo (DRC)",
"_keywords": {
"value": "local communities",
"agrovoc label": "local communities",
"uri": "http://aims.fao.org/aos/agrovoc/c_9000107",
"score": 1
},
"Vocabulary": null
},
"row 294": {
"": 29,
"id": "http://dx.doi.org/10.7910/DVN/27480",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/27480"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "logging",
"agrovoc label": "logging",
"uri": "http://aims.fao.org/aos/agrovoc/c_7775",
"score": 1
},
"Vocabulary": null
},
"row 295": {
"": 256,
"id": "http://dx.doi.org/10.7910/DVN/GCODBQ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/GCODBQ"
},
"name": "Individuals and stumps of Moabi, Sapelli, Tali, Ozigo and Abam (timber species with food values) recorded around villages and within logged areas of timber concessions in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "logging",
"agrovoc label": "logging",
"uri": "http://aims.fao.org/aos/agrovoc/c_7775",
"score": 1
},
"Vocabulary": null
},
"row 296": {
"": 262,
"id": "http://dx.doi.org/10.7910/DVN/XXNOAZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/XXNOAZ"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "logging",
"agrovoc label": "logging",
"uri": "http://aims.fao.org/aos/agrovoc/c_7775",
"score": 1
},
"Vocabulary": null
},
"row 297": {
"": 273,
"id": "http://dx.doi.org/10.7910/DVN/OBOSOV",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/OBOSOV"
},
"name": "Contribution of forest food to food security in the Basin of Congo",
"_keywords": {
"value": "logging",
"agrovoc label": "logging",
"uri": "http://aims.fao.org/aos/agrovoc/c_7775",
"score": 1
},
"Vocabulary": null
},
"row 298": {
"": 296,
"id": "http://dx.doi.org/10.7910/DVN/ABKJ9H",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/ABKJ9H"
},
"name": "Characterisation of dwellers and their activity in Cameroon",
"_keywords": {
"value": "logging",
"agrovoc label": "logging",
"uri": "http://aims.fao.org/aos/agrovoc/c_7775",
"score": 1
},
"Vocabulary": null
},
"row 299": {
"": 304,
"id": "http://dx.doi.org/10.7910/DVN/J4TRIH",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/J4TRIH"
},
"name": "Characterisation of dwellers and their activity in Gabon",
"_keywords": {
"value": "logging",
"agrovoc label": "logging",
"uri": "http://aims.fao.org/aos/agrovoc/c_7775",
"score": 1
},
"Vocabulary": null
},
"row 300": {
"": 311,
"id": "http://dx.doi.org/10.7910/DVN/SOM6RZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SOM6RZ"
},
"name": "Characterisation of dwellers and their activity in the Democratic Republic of the Congo (DRC)",
"_keywords": {
"value": "logging",
"agrovoc label": "logging",
"uri": "http://aims.fao.org/aos/agrovoc/c_7775",
"score": 1
},
"Vocabulary": null
},
"row 301": {
"": 76,
"id": "http://dx.doi.org/10.7910/DVN/U3MS5K",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/U3MS5K"
},
"name": "On-farm diversity and market participation are positively associated with dietary diversity of rural mothers in southern Benin, West Africa",
"_keywords": {
"value": "markets",
"agrovoc label": "markets",
"uri": "http://aims.fao.org/aos/agrovoc/c_4626",
"score": 1
},
"Vocabulary": null
},
"row 302": {
"": 123,
"id": "http://dx.doi.org/10.7910/DVN/5774FJ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5774FJ"
},
"name": "Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets",
"_keywords": {
"value": "markets",
"agrovoc label": "markets",
"uri": "http://aims.fao.org/aos/agrovoc/c_4626",
"score": 1
},
"Vocabulary": null
},
"row 303": {
"": 136,
"id": "http://dx.doi.org/10.7910/DVN/DKAS4Z",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/DKAS4Z"
},
"name": "Ghana Focus Group Discussions Data",
"_keywords": {
"value": "markets",
"agrovoc label": "markets",
"uri": "http://aims.fao.org/aos/agrovoc/c_4626",
"score": 1
},
"Vocabulary": null
},
"row 304": {
"": 143,
"id": "http://dx.doi.org/10.7910/DVN/IXSOMM",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/IXSOMM"
},
"name": "Ghana Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "markets",
"agrovoc label": "markets",
"uri": "http://aims.fao.org/aos/agrovoc/c_4626",
"score": 1
},
"Vocabulary": null
},
"row 305": {
"": 168,
"id": "http://dx.doi.org/10.7910/DVN/OZWE7N",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/OZWE7N"
},
"name": "Karnataka Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "markets",
"agrovoc label": "markets",
"uri": "http://aims.fao.org/aos/agrovoc/c_4626",
"score": 1
},
"Vocabulary": null
},
"row 306": {
"": 176,
"id": "http://dx.doi.org/10.7910/DVN/JDC7QW",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/JDC7QW"
},
"name": "Karnataka Focus Group Discussions Data",
"_keywords": {
"value": "markets",
"agrovoc label": "markets",
"uri": "http://aims.fao.org/aos/agrovoc/c_4626",
"score": 1
},
"Vocabulary": null
},
"row 307": {
"": 189,
"id": "http://dx.doi.org/10.7910/DVN/G6VP2L",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/G6VP2L"
},
"name": "Rajasthan Focus Group Discussions Data",
"_keywords": {
"value": "markets",
"agrovoc label": "markets",
"uri": "http://aims.fao.org/aos/agrovoc/c_4626",
"score": 1
},
"Vocabulary": null
},
"row 308": {
"": 196,
"id": "http://dx.doi.org/10.7910/DVN/JDUSDR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/JDUSDR"
},
"name": "Rajasthan Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "markets",
"agrovoc label": "markets",
"uri": "http://aims.fao.org/aos/agrovoc/c_4626",
"score": 1
},
"Vocabulary": null
},
"row 309": {
"": 210,
"id": "http://dx.doi.org/10.7910/DVN/SOHK1P",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SOHK1P"
},
"name": "Malawi Focus Group Discussions Data",
"_keywords": {
"value": "markets",
"agrovoc label": "markets",
"uri": "http://aims.fao.org/aos/agrovoc/c_4626",
"score": 1
},
"Vocabulary": null
},
"row 310": {
"": 217,
"id": "http://dx.doi.org/10.7910/DVN/NDALXF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NDALXF"
},
"name": "Malawi Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "markets",
"agrovoc label": "markets",
"uri": "http://aims.fao.org/aos/agrovoc/c_4626",
"score": 1
},
"Vocabulary": null
},
"row 311": {
"": 225,
"id": "http://dx.doi.org/10.7910/DVN/NEF7ZD",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NEF7ZD"
},
"name": "Mali Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "markets",
"agrovoc label": "markets",
"uri": "http://aims.fao.org/aos/agrovoc/c_4626",
"score": 1
},
"Vocabulary": null
},
"row 312": {
"": 240,
"id": "http://dx.doi.org/10.7910/DVN/5SZUZ4",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5SZUZ4"
},
"name": "Mali Focus Group Discussions Data",
"_keywords": {
"value": "markets",
"agrovoc label": "markets",
"uri": "http://aims.fao.org/aos/agrovoc/c_4626",
"score": 1
},
"Vocabulary": null
},
"row 313": {
"": 253,
"id": "http://dx.doi.org/10.7910/DVN/GTNSIL",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/GTNSIL"
},
"name": "Niger Focus Group Discussion Data",
"_keywords": {
"value": "markets",
"agrovoc label": "markets",
"uri": "http://aims.fao.org/aos/agrovoc/c_4626",
"score": 1
},
"Vocabulary": null
},
"row 314": {
"": 279,
"id": "http://dx.doi.org/10.7910/DVN/SUEWWX",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SUEWWX"
},
"name": "Skills needed for using social science research tools in natural resource management: Personal experience from gender research in the “Beyond timber project” in Cameroon",
"_keywords": {
"value": "methods",
"agrovoc label": "methods",
"uri": "http://aims.fao.org/aos/agrovoc/c_4788",
"score": 1
},
"Vocabulary": null
},
"row 315": {
"": 14,
"id": "http://dx.doi.org/10.7910/DVN/25450",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/25450"
},
"name": "Fingerprinting data musa accessions with SSR",
"_keywords": {
"value": "microsatellites",
"agrovoc label": "microsatellites",
"uri": "http://aims.fao.org/aos/agrovoc/c_36574",
"score": 1
},
"Vocabulary": null
},
"row 316": {
"": 99,
"id": "https://doi.org/10.7910/DVN/3BTC8J",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/3BTC8J"
},
"name": "Individual and combined threat maps of 16 selected food tree species within the boundaries of Burkina Faso",
"_keywords": {
"value": "mining",
"agrovoc label": "mining",
"uri": "http://aims.fao.org/aos/agrovoc/c_49983",
"score": 1
},
"Vocabulary": null
},
"row 317": {
"": 93,
"id": "https://doi.org/10.7910/DVN/3BTC8J",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/3BTC8J"
},
"name": "Individual and combined threat maps of 16 selected food tree species within the boundaries of Burkina Faso",
"_keywords": {
"value": "models",
"agrovoc label": "models",
"uri": "http://aims.fao.org/aos/agrovoc/c_4881",
"score": 1
},
"Vocabulary": null
},
"row 318": {
"": 51,
"id": "http://dx.doi.org/10.7910/DVN/68PZZ3",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/68PZZ3"
},
"name": "Sequences of NAC genes of M. acuminata, O.sativa, V. vinifera and A. thaliana",
"_keywords": {
"value": "molecular genetics",
"agrovoc label": "molecular genetics",
"uri": "http://aims.fao.org/aos/agrovoc/c_27577",
"score": 1
},
"Vocabulary": null
},
"row 319": {
"": 293,
"id": "https://doi.org/10.7910/DVN/GSLLWP",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/GSLLWP"
},
"name": "Molecular data acquired by genetic activities on sapelli, moabi in Cameroon, DRC and Gabon and tali in the context of the Beyond Timber project",
"_keywords": {
"value": "molecular genetics",
"agrovoc label": "molecular genetics",
"uri": "http://aims.fao.org/aos/agrovoc/c_27577",
"score": 1
},
"Vocabulary": null
},
"row 320": {
"": 53,
"id": "http://dx.doi.org/10.7910/DVN/68PZZ3",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/68PZZ3"
},
"name": "Sequences of NAC genes of M. acuminata, O.sativa, V. vinifera and A. thaliana",
"_keywords": {
"value": "monocotyledons",
"agrovoc label": "monocotyledons",
"uri": "http://aims.fao.org/aos/agrovoc/c_4914",
"score": 1
},
"Vocabulary": null
},
"row 321": {
"": 11,
"id": "http://dx.doi.org/10.7910/DVN/25450",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/25450"
},
"name": "Fingerprinting data musa accessions with SSR",
"_keywords": {
"value": "musa",
"agrovoc label": "Musa",
"uri": "http://aims.fao.org/aos/agrovoc/c_4993",
"score": 1
},
"Vocabulary": null
},
"row 322": {
"": 24,
"id": "http://dx.doi.org/10.7910/DVN/26086",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/26086"
},
"name": "The Banana Genome Hub",
"_keywords": {
"value": "musa",
"agrovoc label": "Musa",
"uri": "http://aims.fao.org/aos/agrovoc/c_4993",
"score": 1
},
"Vocabulary": null
},
"row 323": {
"": 104,
"id": "https://doi.org/10.7910/DVN/CGNMCZ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/CGNMCZ"
},
"name": "Online checklist of banana cultivars",
"_keywords": {
"value": "musa",
"agrovoc label": "Musa",
"uri": "http://aims.fao.org/aos/agrovoc/c_4993",
"score": 1
},
"Vocabulary": null
},
"row 331": {
"": 280,
"id": "http://dx.doi.org/10.7910/DVN/SUEWWX",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SUEWWX"
},
"name": "Skills needed for using social science research tools in natural resource management: Personal experience from gender research in the “Beyond timber project” in Cameroon",
"_keywords": {
"value": "natural resources management",
"agrovoc label": "natural resources management",
"uri": "http://aims.fao.org/aos/agrovoc/c_9000115",
"score": 1
},
"Vocabulary": null
},
"row 333": {
"": 79,
"id": "http://dx.doi.org/10.7910/DVN/IABY1D",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/IABY1D"
},
"name": "CGIAR activities and partnerships",
"_keywords": {
"value": "networks",
"agrovoc label": "networks",
"uri": "http://aims.fao.org/aos/agrovoc/c_50266",
"score": 1
},
"Vocabulary": null
},
"row 335": {
"": 106,
"id": "https://doi.org/10.7910/DVN/CGNMCZ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/CGNMCZ"
},
"name": "Online checklist of banana cultivars",
"_keywords": {
"value": "nomenclature",
"agrovoc label": "nomenclature",
"uri": "http://aims.fao.org/aos/agrovoc/c_5207",
"score": 1
},
"Vocabulary": null
},
"row 336": {
"": 27,
"id": "http://dx.doi.org/10.7910/DVN/27480",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/27480"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "non-wood forest products",
"agrovoc label": "nonwood forest products",
"uri": "http://aims.fao.org/aos/agrovoc/c_5211",
"score": 0.958333333333333
},
"Vocabulary": null
},
"row 337": {
"": 255,
"id": "http://dx.doi.org/10.7910/DVN/GCODBQ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/GCODBQ"
},
"name": "Individuals and stumps of Moabi, Sapelli, Tali, Ozigo and Abam (timber species with food values) recorded around villages and within logged areas of timber concessions in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "non-wood forest products",
"agrovoc label": "nonwood forest products",
"uri": "http://aims.fao.org/aos/agrovoc/c_5211",
"score": 0.958333333333333
},
"Vocabulary": null
},
"row 338": {
"": 261,
"id": "http://dx.doi.org/10.7910/DVN/XXNOAZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/XXNOAZ"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "non-wood forest products",
"agrovoc label": "nonwood forest products",
"uri": "http://aims.fao.org/aos/agrovoc/c_5211",
"score": 0.958333333333333
},
"Vocabulary": null
},
"row 339": {
"": 268,
"id": "http://dx.doi.org/10.7910/DVN/OBOSOV",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/OBOSOV"
},
"name": "Contribution of forest food to food security in the Basin of Congo",
"_keywords": {
"value": "non-wood forest products",
"agrovoc label": "nonwood forest products",
"uri": "http://aims.fao.org/aos/agrovoc/c_5211",
"score": 0.92
},
"Vocabulary": null
},
"row 340": {
"": 295,
"id": "http://dx.doi.org/10.7910/DVN/ABKJ9H",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/ABKJ9H"
},
"name": "Characterisation of dwellers and their activity in Cameroon",
"_keywords": {
"value": "non-wood forest products",
"agrovoc label": "nonwood forest products",
"uri": "http://aims.fao.org/aos/agrovoc/c_5211",
"score": 0.958333333333333
},
"Vocabulary": null
},
"row 341": {
"": 303,
"id": "http://dx.doi.org/10.7910/DVN/J4TRIH",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/J4TRIH"
},
"name": "Characterisation of dwellers and their activity in Gabon",
"_keywords": {
"value": "non-wood forest products",
"agrovoc label": "nonwood forest products",
"uri": "http://aims.fao.org/aos/agrovoc/c_5211",
"score": 0.958333333333333
},
"Vocabulary": null
},
"row 342": {
"": 310,
"id": "http://dx.doi.org/10.7910/DVN/SOM6RZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SOM6RZ"
},
"name": "Characterisation of dwellers and their activity in the Democratic Republic of the Congo (DRC)",
"_keywords": {
"value": "non-wood forest products",
"agrovoc label": "nonwood forest products",
"uri": "http://aims.fao.org/aos/agrovoc/c_5211",
"score": 0.958333333333333
},
"Vocabulary": null
},
"row 343": {
"": 54,
"id": "http://dx.doi.org/10.7910/DVN/68PZZ3",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/68PZZ3"
},
"name": "Sequences of NAC genes of M. acuminata, O.sativa, V. vinifera and A. thaliana",
"_keywords": {
"value": "nucleotide sequence",
"agrovoc label": "nucleotide sequence",
"uri": "http://aims.fao.org/aos/agrovoc/c_27583",
"score": 1
},
"Vocabulary": null
},
"row 348": {
"": 95,
"id": "https://doi.org/10.7910/DVN/3BTC8J",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/3BTC8J"
},
"name": "Individual and combined threat maps of 16 selected food tree species within the boundaries of Burkina Faso",
"_keywords": {
"value": "overgrazing",
"agrovoc label": "overgrazing",
"uri": "http://aims.fao.org/aos/agrovoc/c_24945",
"score": 1
},
"Vocabulary": null
},
"row 349": {
"": 124,
"id": "http://dx.doi.org/10.7910/DVN/5774FJ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5774FJ"
},
"name": "Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets",
"_keywords": {
"value": "participation",
"agrovoc label": "participation",
"uri": "http://aims.fao.org/aos/agrovoc/c_37602",
"score": 1
},
"Vocabulary": null
},
"row 350": {
"": 137,
"id": "http://dx.doi.org/10.7910/DVN/DKAS4Z",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/DKAS4Z"
},
"name": "Ghana Focus Group Discussions Data",
"_keywords": {
"value": "participation",
"agrovoc label": "participation",
"uri": "http://aims.fao.org/aos/agrovoc/c_37602",
"score": 1
},
"Vocabulary": null
},
"row 351": {
"": 144,
"id": "http://dx.doi.org/10.7910/DVN/IXSOMM",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/IXSOMM"
},
"name": "Ghana Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "participation",
"agrovoc label": "participation",
"uri": "http://aims.fao.org/aos/agrovoc/c_37602",
"score": 1
},
"Vocabulary": null
},
"row 352": {
"": 169,
"id": "http://dx.doi.org/10.7910/DVN/OZWE7N",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/OZWE7N"
},
"name": "Karnataka Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "participation",
"agrovoc label": "participation",
"uri": "http://aims.fao.org/aos/agrovoc/c_37602",
"score": 1
},
"Vocabulary": null
},
"row 353": {
"": 177,
"id": "http://dx.doi.org/10.7910/DVN/JDC7QW",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/JDC7QW"
},
"name": "Karnataka Focus Group Discussions Data",
"_keywords": {
"value": "participation",
"agrovoc label": "participation",
"uri": "http://aims.fao.org/aos/agrovoc/c_37602",
"score": 1
},
"Vocabulary": null
},
"row 354": {
"": 190,
"id": "http://dx.doi.org/10.7910/DVN/G6VP2L",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/G6VP2L"
},
"name": "Rajasthan Focus Group Discussions Data",
"_keywords": {
"value": "participation",
"agrovoc label": "participation",
"uri": "http://aims.fao.org/aos/agrovoc/c_37602",
"score": 1
},
"Vocabulary": null
},
"row 355": {
"": 197,
"id": "http://dx.doi.org/10.7910/DVN/JDUSDR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/JDUSDR"
},
"name": "Rajasthan Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "participation",
"agrovoc label": "participation",
"uri": "http://aims.fao.org/aos/agrovoc/c_37602",
"score": 1
},
"Vocabulary": null
},
"row 356": {
"": 211,
"id": "http://dx.doi.org/10.7910/DVN/SOHK1P",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SOHK1P"
},
"name": "Malawi Focus Group Discussions Data",
"_keywords": {
"value": "participation",
"agrovoc label": "participation",
"uri": "http://aims.fao.org/aos/agrovoc/c_37602",
"score": 1
},
"Vocabulary": null
},
"row 357": {
"": 218,
"id": "http://dx.doi.org/10.7910/DVN/NDALXF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NDALXF"
},
"name": "Malawi Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "participation",
"agrovoc label": "participation",
"uri": "http://aims.fao.org/aos/agrovoc/c_37602",
"score": 1
},
"Vocabulary": null
},
"row 358": {
"": 226,
"id": "http://dx.doi.org/10.7910/DVN/NEF7ZD",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NEF7ZD"
},
"name": "Mali Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "participation",
"agrovoc label": "participation",
"uri": "http://aims.fao.org/aos/agrovoc/c_37602",
"score": 1
},
"Vocabulary": null
},
"row 359": {
"": 241,
"id": "http://dx.doi.org/10.7910/DVN/5SZUZ4",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5SZUZ4"
},
"name": "Mali Focus Group Discussions Data",
"_keywords": {
"value": "participation",
"agrovoc label": "participation",
"uri": "http://aims.fao.org/aos/agrovoc/c_37602",
"score": 1
},
"Vocabulary": null
},
"row 360": {
"": 254,
"id": "http://dx.doi.org/10.7910/DVN/GTNSIL",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/GTNSIL"
},
"name": "Niger Focus Group Discussion Data",
"_keywords": {
"value": "participation",
"agrovoc label": "participation",
"uri": "http://aims.fao.org/aos/agrovoc/c_37602",
"score": 1
},
"Vocabulary": null
},
"row 361": {
"": 80,
"id": "http://dx.doi.org/10.7910/DVN/IABY1D",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/IABY1D"
},
"name": "CGIAR activities and partnerships",
"_keywords": {
"value": "partnerships",
"agrovoc label": "partnerships",
"uri": "http://aims.fao.org/aos/agrovoc/c_5602",
"score": 1
},
"Vocabulary": null
},
"row 363": {
"": 85,
"id": "http://dx.doi.org/10.7910/DVN/POJCMA",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/POJCMA"
},
"name": "Data from: Origins of food crops connect countries worldwide",
"_keywords": {
"value": "plant genetic resources",
"agrovoc label": "plant genetic resources",
"uri": "http://aims.fao.org/aos/agrovoc/c_37419",
"score": 1
},
"Vocabulary": null
},
"row 364": {
"": 260,
"id": "http://dx.doi.org/10.7910/DVN/GCODBQ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/GCODBQ"
},
"name": "Individuals and stumps of Moabi, Sapelli, Tali, Ozigo and Abam (timber species with food values) recorded around villages and within logged areas of timber concessions in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "population density",
"agrovoc label": "population density",
"uri": "http://aims.fao.org/aos/agrovoc/c_6112",
"score": 1
},
"Vocabulary": null
},
"row 365": {
"": 69,
"id": "https://doi.org/10.7910/DVN/NYDIXU",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/NYDIXU"
},
"name": "Comparative phylogeography in rainforest trees from Lower Guinea, Africa",
"_keywords": {
"value": "population genetics",
"agrovoc label": "population genetics",
"uri": "http://aims.fao.org/aos/agrovoc/c_34326",
"score": 1
},
"Vocabulary": null
},
"row 366": {
"": 431,
"id": "http://dx.doi.org/10.7910/DVN/A4FLM5",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/A4FLM5"
},
"name": "Weather station data",
"_keywords": {
"value": "precipitation",
"agrovoc label": "precipitation",
"uri": "http://aims.fao.org/aos/agrovoc/c_6161",
"score": 1
},
"Vocabulary": null
},
"row 369": {
"": 40,
"id": "http://dx.doi.org/10.7910/DVN/27275",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/27275"
},
"name": "Compositional characterization of native Peruvian chili peppers (Capsicum spp.)",
"_keywords": {
"value": "quercetin",
"agrovoc label": "quercetin",
"uri": "http://aims.fao.org/aos/agrovoc/c_35288",
"score": 1
},
"Vocabulary": null
},
"row 370": {
"": 70,
"id": "https://doi.org/10.7910/DVN/NYDIXU",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/NYDIXU"
},
"name": "Comparative phylogeography in rainforest trees from Lower Guinea, Africa",
"_keywords": {
"value": "rain forests",
"agrovoc label": "rain forests",
"uri": "http://aims.fao.org/aos/agrovoc/c_35654",
"score": 1
},
"Vocabulary": null
},
"row 371": {
"": 433,
"id": "http://dx.doi.org/10.7910/DVN/A4FLM5",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/A4FLM5"
},
"name": "Weather station data",
"_keywords": {
"value": "relative humidity",
"agrovoc label": "relative humidity",
"uri": "http://aims.fao.org/aos/agrovoc/c_6496",
"score": 1
},
"Vocabulary": null
},
"row 372": {
"": 277,
"id": "http://dx.doi.org/10.7910/DVN/SUEWWX",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SUEWWX"
},
"name": "Skills needed for using social science research tools in natural resource management: Personal experience from gender research in the “Beyond timber project” in Cameroon",
"_keywords": {
"value": "research",
"agrovoc label": "research",
"uri": "http://aims.fao.org/aos/agrovoc/c_6513",
"score": 1
},
"Vocabulary": null
},
"row 374": {
"": 20,
"id": "http://hdl.handle.net/1902.1/20804",
"dataset": {
"scheme": "http",
"host": "hdl.handle.net",
"path": "/1902.1/20804"
},
"name": "Farmers' perceptions of climate change and actions taken to cope with the changes, as well as associated socio-economic information and crop diversity for the household.",
"_keywords": {
"value": "resilience",
"agrovoc label": "resilience",
"uri": "http://aims.fao.org/aos/agrovoc/c_1374480530924",
"score": 1
},
"Vocabulary": null
},
"row 375": {
"": 94,
"id": "https://doi.org/10.7910/DVN/3BTC8J",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/3BTC8J"
},
"name": "Individual and combined threat maps of 16 selected food tree species within the boundaries of Burkina Faso",
"_keywords": {
"value": "resource depletion",
"agrovoc label": "resource depletion",
"uri": "http://aims.fao.org/aos/agrovoc/c_28017",
"score": 1
},
"Vocabulary": null
},
"row 377": {
"": 146,
"id": "http://dx.doi.org/10.7910/DVN/IXSOMM",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/IXSOMM"
},
"name": "Ghana Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "risk",
"agrovoc label": "risk",
"uri": "http://aims.fao.org/aos/agrovoc/c_6612",
"score": 1
},
"Vocabulary": null
},
"row 378": {
"": 199,
"id": "http://dx.doi.org/10.7910/DVN/JDUSDR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/JDUSDR"
},
"name": "Rajasthan Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "risk",
"agrovoc label": "risk",
"uri": "http://aims.fao.org/aos/agrovoc/c_6612",
"score": 1
},
"Vocabulary": null
},
"row 379": {
"": 220,
"id": "http://dx.doi.org/10.7910/DVN/NDALXF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NDALXF"
},
"name": "Malawi Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "risk",
"agrovoc label": "risk",
"uri": "http://aims.fao.org/aos/agrovoc/c_6612",
"score": 1
},
"Vocabulary": null
},
"row 380": {
"": 228,
"id": "http://dx.doi.org/10.7910/DVN/NEF7ZD",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NEF7ZD"
},
"name": "Mali Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "risk",
"agrovoc label": "risk",
"uri": "http://aims.fao.org/aos/agrovoc/c_6612",
"score": 1
},
"Vocabulary": null
},
"row 381": {
"": 28,
"id": "http://dx.doi.org/10.7910/DVN/27480",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/27480"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "rural communities",
"agrovoc label": "rural communities",
"uri": "http://aims.fao.org/aos/agrovoc/c_6700",
"score": 1
},
"Vocabulary": null
},
"row 382": {
"": 71,
"id": "http://dx.doi.org/10.7910/DVN/U3MS5K",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/U3MS5K"
},
"name": "On-farm diversity and market participation are positively associated with dietary diversity of rural mothers in southern Benin, West Africa",
"_keywords": {
"value": "rural communities",
"agrovoc label": "rural communities",
"uri": "http://aims.fao.org/aos/agrovoc/c_6700",
"score": 1
},
"Vocabulary": null
},
"row 383": {
"": 266,
"id": "http://dx.doi.org/10.7910/DVN/XXNOAZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/XXNOAZ"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "rural communities",
"agrovoc label": "rural communities",
"uri": "http://aims.fao.org/aos/agrovoc/c_6700",
"score": 1
},
"Vocabulary": null
},
"row 393": {
"": 288,
"id": "https://doi.org/10.7910/DVN/BKJG4P",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/BKJG4P"
},
"name": "Samples collected for genetic activities on sapelli, moabi in Cameroon, DRC and Gabon and tali in the context of the Beyond Timber project",
"_keywords": {
"value": "silica",
"agrovoc label": "silica",
"uri": "http://aims.fao.org/aos/agrovoc/c_14283",
"score": 1
},
"Vocabulary": null
},
"row 397": {
"": 63,
"id": "http://dx.doi.org/10.7910/DVN/CX3DIR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/CX3DIR"
},
"name": "Farm characterization in Cuba",
"_keywords": {
"value": "soil",
"agrovoc label": "soil",
"uri": "http://aims.fao.org/aos/agrovoc/c_7156",
"score": 1
},
"Vocabulary": null
},
"row 398": {
"": 439,
"id": "https://doi.org/10.7910/DVN/YLBPZE",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/YLBPZE"
},
"name": "Agricultural land use and cover data",
"_keywords": {
"value": "soil texture",
"agrovoc label": "soil texture",
"uri": "http://aims.fao.org/aos/agrovoc/c_7199",
"score": 1
},
"Vocabulary": null
},
"row 399": {
"": 434,
"id": "http://dx.doi.org/10.7910/DVN/A4FLM5",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/A4FLM5"
},
"name": "Weather station data",
"_keywords": {
"value": "solar radiation",
"agrovoc label": "solar radiation",
"uri": "http://aims.fao.org/aos/agrovoc/c_14415",
"score": 1
},
"Vocabulary": null
},
"row 400": {
"": 46,
"id": "https://doi.org/10.7910/DVN/27530",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/27530"
},
"name": "Cacao final marker data",
"_keywords": {
"value": "spatial distibution",
"agrovoc label": "spatial distribution",
"uri": "http://aims.fao.org/aos/agrovoc/c_36230",
"score": 0.95
},
"Vocabulary": null
},
"row 401": {
"": 285,
"id": "https://doi.org/10.7910/DVN/BKJG4P",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/BKJG4P"
},
"name": "Samples collected for genetic activities on sapelli, moabi in Cameroon, DRC and Gabon and tali in the context of the Beyond Timber project",
"_keywords": {
"value": "spatial distribution",
"agrovoc label": "spatial distribution",
"uri": "http://aims.fao.org/aos/agrovoc/c_36230",
"score": 1
},
"Vocabulary": null
},
"row 402": {
"": 358,
"id": "https://doi.org/10.7910/DVN/QW0SEO",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/QW0SEO"
},
"name": "Food security and the contribution of wild foods to diets, nutrition at three villages of Sinharaja Forest in Sri Lanka",
"_keywords": {
"value": "sri lanka",
"agrovoc label": "Sri Lanka",
"uri": "http://aims.fao.org/aos/agrovoc/c_7345",
"score": 1
},
"Vocabulary": null
},
"row 404": {
"": 122,
"id": "http://dx.doi.org/10.7910/DVN/5774FJ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5774FJ"
},
"name": "Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets",
"_keywords": {
"value": "strategies",
"agrovoc label": "strategies",
"uri": "http://aims.fao.org/aos/agrovoc/c_330991",
"score": 1
},
"Vocabulary": null
},
"row 405": {
"": 135,
"id": "http://dx.doi.org/10.7910/DVN/DKAS4Z",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/DKAS4Z"
},
"name": "Ghana Focus Group Discussions Data",
"_keywords": {
"value": "strategies",
"agrovoc label": "strategies",
"uri": "http://aims.fao.org/aos/agrovoc/c_330991",
"score": 1
},
"Vocabulary": null
},
"row 406": {
"": 142,
"id": "http://dx.doi.org/10.7910/DVN/IXSOMM",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/IXSOMM"
},
"name": "Ghana Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "strategies",
"agrovoc label": "strategies",
"uri": "http://aims.fao.org/aos/agrovoc/c_330991",
"score": 0.909090909090909
},
"Vocabulary": null
},
"row 407": {
"": 167,
"id": "http://dx.doi.org/10.7910/DVN/OZWE7N",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/OZWE7N"
},
"name": "Karnataka Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "strategies",
"agrovoc label": "strategies",
"uri": "http://aims.fao.org/aos/agrovoc/c_330991",
"score": 1
},
"Vocabulary": null
},
"row 408": {
"": 175,
"id": "http://dx.doi.org/10.7910/DVN/JDC7QW",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/JDC7QW"
},
"name": "Karnataka Focus Group Discussions Data",
"_keywords": {
"value": "strategies",
"agrovoc label": "strategies",
"uri": "http://aims.fao.org/aos/agrovoc/c_330991",
"score": 1
},
"Vocabulary": null
},
"row 409": {
"": 188,
"id": "http://dx.doi.org/10.7910/DVN/G6VP2L",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/G6VP2L"
},
"name": "Rajasthan Focus Group Discussions Data",
"_keywords": {
"value": "strategies",
"agrovoc label": "strategies",
"uri": "http://aims.fao.org/aos/agrovoc/c_330991",
"score": 1
},
"Vocabulary": null
},
"row 410": {
"": 195,
"id": "http://dx.doi.org/10.7910/DVN/JDUSDR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/JDUSDR"
},
"name": "Rajasthan Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "strategies",
"agrovoc label": "strategies",
"uri": "http://aims.fao.org/aos/agrovoc/c_330991",
"score": 1
},
"Vocabulary": null
},
"row 411": {
"": 209,
"id": "http://dx.doi.org/10.7910/DVN/SOHK1P",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/SOHK1P"
},
"name": "Malawi Focus Group Discussions Data",
"_keywords": {
"value": "strategies",
"agrovoc label": "strategies",
"uri": "http://aims.fao.org/aos/agrovoc/c_330991",
"score": 1
},
"Vocabulary": null
},
"row 412": {
"": 216,
"id": "http://dx.doi.org/10.7910/DVN/NDALXF",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NDALXF"
},
"name": "Malawi Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "strategies",
"agrovoc label": "strategies",
"uri": "http://aims.fao.org/aos/agrovoc/c_330991",
"score": 1
},
"Vocabulary": null
},
"row 413": {
"": 224,
"id": "http://dx.doi.org/10.7910/DVN/NEF7ZD",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/NEF7ZD"
},
"name": "Mali Household Surveys for Agricultural Biodiversity Assessment",
"_keywords": {
"value": "strategies",
"agrovoc label": "strategies",
"uri": "http://aims.fao.org/aos/agrovoc/c_330991",
"score": 1
},
"Vocabulary": null
},
"row 414": {
"": 239,
"id": "http://dx.doi.org/10.7910/DVN/5SZUZ4",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/5SZUZ4"
},
"name": "Mali Focus Group Discussions Data",
"_keywords": {
"value": "strategies",
"agrovoc label": "strategies",
"uri": "http://aims.fao.org/aos/agrovoc/c_330991",
"score": 1
},
"Vocabulary": null
},
"row 415": {
"": 252,
"id": "http://dx.doi.org/10.7910/DVN/GTNSIL",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/GTNSIL"
},
"name": "Niger Focus Group Discussion Data",
"_keywords": {
"value": "strategies",
"agrovoc label": "strategies",
"uri": "http://aims.fao.org/aos/agrovoc/c_330991",
"score": 1
},
"Vocabulary": null
},
"row 416": {
"": 59,
"id": "http://dx.doi.org/10.7910/DVN/CX3DIR",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/CX3DIR"
},
"name": "Farm characterization in Cuba",
"_keywords": {
"value": "surveys",
"agrovoc label": "surveys",
"uri": "http://aims.fao.org/aos/agrovoc/c_7537",
"score": 1
},
"Vocabulary": null
},
"row 417": {
"": 108,
"id": "https://doi.org/10.7910/DVN/CGNMCZ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/CGNMCZ"
},
"name": "Online checklist of banana cultivars",
"_keywords": {
"value": "taxonomy",
"agrovoc label": "taxonomy",
"uri": "http://aims.fao.org/aos/agrovoc/c_7631",
"score": 1
},
"Vocabulary": null
},
"row 418": {
"": 432,
"id": "http://dx.doi.org/10.7910/DVN/A4FLM5",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/A4FLM5"
},
"name": "Weather station data",
"_keywords": {
"value": "temperature",
"agrovoc label": "temperature",
"uri": "http://aims.fao.org/aos/agrovoc/c_7657",
"score": 1
},
"Vocabulary": null
},
"row 419": {
"": 45,
"id": "https://doi.org/10.7910/DVN/27530",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/27530"
},
"name": "Cacao final marker data",
"_keywords": {
"value": "theombroma cacao",
"agrovoc label": "Theobroma cacao",
"uri": "http://aims.fao.org/aos/agrovoc/c_7713",
"score": 0.9375
},
"Vocabulary": null
},
"row 421": {
"": 259,
"id": "http://dx.doi.org/10.7910/DVN/GCODBQ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/GCODBQ"
},
"name": "Individuals and stumps of Moabi, Sapelli, Tali, Ozigo and Abam (timber species with food values) recorded around villages and within logged areas of timber concessions in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "trees",
"agrovoc label": "trees",
"uri": "http://aims.fao.org/aos/agrovoc/c_7887",
"score": 1
},
"Vocabulary": null
},
"row 422": {
"": 264,
"id": "http://dx.doi.org/10.7910/DVN/XXNOAZ",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/XXNOAZ"
},
"name": "GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.",
"_keywords": {
"value": "trees",
"agrovoc label": "trees",
"uri": "http://aims.fao.org/aos/agrovoc/c_7887",
"score": 1
},
"Vocabulary": null
},
"row 426": {
"": 105,
"id": "https://doi.org/10.7910/DVN/CGNMCZ",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/CGNMCZ"
},
"name": "Online checklist of banana cultivars",
"_keywords": {
"value": "varieties",
"agrovoc label": "varieties",
"uri": "http://aims.fao.org/aos/agrovoc/c_8157",
"score": 1
},
"Vocabulary": null
},
"row 427": {
"": 328,
"id": "https://doi.org/10.7910/DVN/ZO9YA2",
"dataset": {
"scheme": "https",
"host": "doi.org",
"path": "/10.7910/DVN/ZO9YA2"
},
"name": "Biodiversity and complementary feeding practices of children in the north west region of Viet Nam",
"_keywords": {
"value": "viet nam",
"agrovoc label": "Viet Nam",
"uri": "http://aims.fao.org/aos/agrovoc/c_8227",
"score": 1
},
"Vocabulary": null
},
"row 428": {
"": 41,
"id": "http://dx.doi.org/10.7910/DVN/27275",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/27275"
},
"name": "Compositional characterization of native Peruvian chili peppers (Capsicum spp.)",
"_keywords": {
"value": "vitamin content",
"agrovoc label": "vitamin content",
"uri": "http://aims.fao.org/aos/agrovoc/c_8270",
"score": 1
},
"Vocabulary": null
},
"row 431": {
"": 430,
"id": "http://dx.doi.org/10.7910/DVN/A4FLM5",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/A4FLM5"
},
"name": "Weather station data",
"_keywords": {
"value": "weather",
"agrovoc label": "weather",
"uri": "http://aims.fao.org/aos/agrovoc/c_15292",
"score": 1
},
"Vocabulary": null
},
"row 432": {
"": 77,
"id": "http://dx.doi.org/10.7910/DVN/U3MS5K",
"dataset": {
"scheme": "http",
"host": "dx.doi.org",
"path": "/10.7910/DVN/U3MS5K"
},
"name": "On-farm diversity and market participation are positively associated with dietary diversity of rural mothers in southern Benin, West Africa",
"_keywords": {
"value": "women",
"agrovoc label": "women",
"uri": "http://aims.fao.org/aos/agrovoc/c_8420",
"score": 1
},
"Vocabulary": null
}
}
}
}
}
This file has been truncated, but you can view the full file.
Array
(
[resultAgrovoc_filled_20181029.xlsx] => Array
(
[visible] => Array
(
[_labels] => Array
(
[row 1] => Array
(
[A1] =>
[B1] => id
[C1] => name
[_keywords] => Array
(
[D1] => value
[E1] => agrovoc label
[G1] => uri
[H1] => score
)
[F1] => Vocabulary
)
)
[contents] => Array
(
[row 24] => Array
(
[] => 32
[id] => http://dx.doi.org/10.7910/DVN/27480
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/27480
)
[name] => GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.
[_keywords] => Array
(
[value] => baillonella toxisperma
[agrovoc label] => BAILLONELLA TOXISPERMA
[uri] => http://purl.obolibrary.org/obo/NCBITaxon_568231
[score] => 0.5
)
[Vocabulary] => NCBI
)
[row 0] => Array
(
[dataset] => Array
(
[doi] => 10.7910/DVN/UHULV3
[dataset_api_url] => https://dataverse.harvard.edu/api/datasets/:persistentId?persistentId=doi:10.7910/DVN/UHULV3
[data] => stdClass Object
(
[id] => 3092844
[identifier] => DVN/UHULV3
[persistentUrl] => https://doi.org/10.7910/DVN/UHULV3
[protocol] => doi
[authority] => 10.7910
[publisher] => Harvard Dataverse
[publicationDate] => 2018-01-17
[storageIdentifier] => file
[latestVersion] => stdClass Object
(
[id] => 131598
[storageIdentifier] => file
[versionNumber] => 1
[versionMinorNumber] => 0
[versionState] => RELEASED
[productionDate] => Production Date
[UNF] => UNF:6:dv7tWHrPFs1CfcXjTkGxcg==
[lastUpdateTime] => 2018-01-17T12:54:00Z
[releaseTime] => 2018-01-17T12:54:00Z
[createTime] => 2017-12-22T14:01:04Z
[license] => NONE
[termsOfUse] => <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
[citationRequirements] => Kidane, Y.G.; Mancini, C. ; Mengistu, D.K; Frascaroli, E.; Fadda, C.; Pè, M.E.; Dell’Acqua, M. ; Hailemariam, B.N., 2018, "Genome wide association study to identify the genetic base of smallholder farmer preferences of durum wheat traits", doi:10.7910/DVN/UHULV3
[disclaimer] => Bioversity International adheres to the principle of unrestricted public access to its own final research outputs and will make such outputs freely available. These datasets are provided "as is" and in no event shall Bioversity International be liable for any damages resulting from use of the data. While great effort was taken to obtain high quality data, the accuracy or reliability of the data is not guaranteed or warranted in any way. Bioversity International encourages the use of these datasets, but emphasizes that many of them contain "raw data" files. When applicable, all information which would allow individuals to be identified has been deleted from the files. For some of the datasets, the user will need to take care in handling missing observations, outlier values and violations of logical consistency.
[metadataBlocks] => stdClass Object
(
[citation] => stdClass Object
(
[displayName] => Citation Metadata
[fields] => Array
(
[0] => stdClass Object
(
[typeName] => title
[multiple] =>
[typeClass] => primitive
[value] => Genome wide association study to identify the genetic base of smallholder farmer preferences of durum wheat traits
)
[1] => stdClass Object
(
[typeName] => author
[multiple] => 1
[typeClass] => compound
[value] => Array
(
[0] => stdClass Object
(
[authorName] => stdClass Object
(
[typeName] => authorName
[multiple] =>
[typeClass] => primitive
[value] => Kidane, Y.G.
)
[authorAffiliation] => stdClass Object
(
[typeName] => authorAffiliation
[multiple] =>
[typeClass] => primitive
[value] => Bioversity International
)
)
[1] => stdClass Object
(
[authorName] => stdClass Object
(
[typeName] => authorName
[multiple] =>
[typeClass] => primitive
[value] => Mancini, C.
)
[authorAffiliation] => stdClass Object
(
[typeName] => authorAffiliation
[multiple] =>
[typeClass] => primitive
[value] => Scuola Superiore Sant'Anna, Pisa (Italy)
)
)
[2] => stdClass Object
(
[authorName] => stdClass Object
(
[typeName] => authorName
[multiple] =>
[typeClass] => primitive
[value] => Mengistu, D.K
)
[authorAffiliation] => stdClass Object
(
[typeName] => authorAffiliation
[multiple] =>
[typeClass] => primitive
[value] => Mekelle University
)
)
[3] => stdClass Object
(
[authorName] => stdClass Object
(
[typeName] => authorName
[multiple] =>
[typeClass] => primitive
[value] => Frascaroli, E.
)
[authorAffiliation] => stdClass Object
(
[typeName] => authorAffiliation
[multiple] =>
[typeClass] => primitive
[value] => Univeristy of Bologna
)
)
[4] => stdClass Object
(
[authorName] => stdClass Object
(
[typeName] => authorName
[multiple] =>
[typeClass] => primitive
[value] => Fadda, C.
)
[authorAffiliation] => stdClass Object
(
[typeName] => authorAffiliation
[multiple] =>
[typeClass] => primitive
[value] => Bioversity International
)
)
[5] => stdClass Object
(
[authorName] => stdClass Object
(
[typeName] => authorName
[multiple] =>
[typeClass] => primitive
[value] => Pè, M.E.
)
[authorAffiliation] => stdClass Object
(
[typeName] => authorAffiliation
[multiple] =>
[typeClass] => primitive
[value] => Scuola Superiore Sant'Anna, Pisa (Italy)
)
)
[6] => stdClass Object
(
[authorName] => stdClass Object
(
[typeName] => authorName
[multiple] =>
[typeClass] => primitive
[value] => Dell’Acqua, M.
)
[authorAffiliation] => stdClass Object
(
[typeName] => authorAffiliation
[multiple] =>
[typeClass] => primitive
[value] => Scuola Superiore Sant'Anna, Pisa (Italy)
)
)
[7] => stdClass Object
(
[authorName] => stdClass Object
(
[typeName] => authorName
[multiple] =>
[typeClass] => primitive
[value] => Hailemariam, B.N.
)
[authorAffiliation] => stdClass Object
(
[typeName] => authorAffiliation
[multiple] =>
[typeClass] => primitive
[value] => Scuola Superiore Sant'Anna, Pisa (Italy)
)
)
)
)
[2] => stdClass Object
(
[typeName] => datasetContact
[multiple] => 1
[typeClass] => compound
[value] => Array
(
[0] => stdClass Object
(
[datasetContactName] => stdClass Object
(
[typeName] => datasetContactName
[multiple] =>
[typeClass] => primitive
[value] => Yosef G. Kidane
)
[datasetContactAffiliation] => stdClass Object
(
[typeName] => datasetContactAffiliation
[multiple] =>
[typeClass] => primitive
[value] => Bioversity International
)
[datasetContactEmail] => stdClass Object
(
[typeName] => datasetContactEmail
[multiple] =>
[typeClass] => primitive
[value] => y.gebrehawaryat@cgiar.org
)
)
)
)
[3] => stdClass Object
(
[typeName] => dsDescription
[multiple] => 1
[typeClass] => compound
[value] => Array
(
[0] => stdClass Object
(
[dsDescriptionValue] => stdClass Object
(
[typeName] => dsDescriptionValue
[multiple] =>
[typeClass] => primitive
[value] => The study was conducted during the 2012 wheat growing season in two locations in the Ethiopian highlands. The first location was in the Geregera area, in the village of Workaye, Meket district (Amhara region, 11◦40′N/38◦52′E, WGS84). The second location was in the Hagreselam district, in the village of Melfa (Tigray region, 13◦39′N/39◦10′E, WGS84). In each location, 30 smallholder farmers growing wheat were selected on a voluntary basis, but keeping a 50:50 gender representation Farmers were asked to list the traits they used to evaluate wheat varieties, hereafter termed farmer traits (FT), and these were ranked by importance. Technicians collected 10 metrics traits on these sites and farmers provided a score for their overall plot evaluation. The genetic material here analyzed is a diversity panel comprising 400 Ethiopian wheat accessions conserved ex situ at the Ethiopian Biodiversity Institute. DNA extraction for genotyping was conducted in Ethiopia, at the Mekelle University Molecular and Biotechnology Laboratory (Mekelle,Tigray).
)
)
)
)
[4] => stdClass Object
(
[typeName] => subject
[multiple] => 1
[typeClass] => controlledVocabulary
[value] => Array
(
[0] => Agricultural Sciences
)
)
[5] => stdClass Object
(
[typeName] => keyword
[multiple] => 1
[typeClass] => compound
[value] => Array
(
[0] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => HARD WHEAT
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => AGROVOC
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://aims.fao.org/aos/agrovoc/c_11456
)
)
[1] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => COMMUNITY INVOLVMENT
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => AGROVOC
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://aims.fao.org/aos/agrovoc/c_37559
)
)
[2] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => CULTIVAR SELECTION
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => AGROVOC
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://aims.fao.org/aos/agrovoc/c_330719
)
)
[3] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => GENOMES
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => AGROVOC
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://aims.fao.org/aos/agrovoc/c_3224
)
)
[4] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => PHENOTYPES
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => AGROVOC
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://aims.fao.org/aos/agrovoc/c_5776
)
)
[5] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => EVALUATION
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => AGROVOC
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://aims.fao.org/aos/agrovoc/c_2736
)
)
[6] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => QUANTITATIVE TRAIT LOCI
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => AGROVOC
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://aims.fao.org/aos/agrovoc/c_37974
)
)
[7] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => BOOTING TIME
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => CROP ONTOLOGY
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://www.cropontology.org/rdf/CO_321:0000191
)
)
[8] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => ANTHESIS TIME
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => CROP ONTOLOGY
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://www.cropontology.org/rdf/CO_321:0000121)
)
)
[9] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => MATURITY TIME
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => CROP ONTOLOGY
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://www.cropontology.org/rdf/CO_321:0000022
)
)
[10] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => GRAIN YIELD
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => CROP ONTOLOGY
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://www.cropontology.org/rdf/CO_321:0000013
)
)
[11] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => PLANT HEIGHT
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => CROP ONTOLOGY
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://www.cropontology.org/rdf/CO_321:0000020
)
)
[12] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => SPIKE LENGTH
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => CROP ONTOLOGY
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://www.cropontology.org/rdf/CO_321:0000056
)
)
[13] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => GRAIN NUMBER PER SPIKE
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => CROP ONTOLOGY
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://www.cropontology.org/rdf/CO_321:0000038
)
)
[14] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => ABOVE GROUND BIOMASS BY MATURITY
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => CROP ONTOLOGY
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://www.cropontology.org/rdf/CO_321:0000005
)
)
[15] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => GRAIN WEIGHT
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => CROP ONTOLOGY
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://www.cropontology.org/rdf/CO_321:0001213
)
)
[16] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => TILLERING CAPACITY
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => CROP ONTOLOGY
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://www.cropontology.org/rdf/CO_321:0000189
)
)
[17] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => AGRONOMIC SCORE
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => CROP ONTOLOGY
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => http://www.cropontology.org/rdf/CO_321:0000025
)
)
[18] => stdClass Object
(
[keywordValue] => stdClass Object
(
[typeName] => keywordValue
[multiple] =>
[typeClass] => primitive
[value] => TRITICUM TURGIDUM SUBSP. DURUM
)
[keywordVocabulary] => stdClass Object
(
[typeName] => keywordVocabulary
[multiple] =>
[typeClass] => primitive
[value] => NCBI Taxonomy
)
[keywordVocabularyURI] => stdClass Object
(
[typeName] => keywordVocabularyURI
[multiple] =>
[typeClass] => primitive
[value] => https://www.ebi.ac.uk/ols/ontologies/ncbitaxon/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FNCBITaxon_4567
)
)
)
)
[6] => stdClass Object
(
[typeName] => publication
[multiple] => 1
[typeClass] => compound
[value] => Array
(
[0] => stdClass Object
(
[publicationCitation] => stdClass Object
(
[typeName] => publicationCitation
[multiple] =>
[typeClass] => primitive
[value] => Kidane, Y.G.; Mancini, C.; Mengistu, D.K.; Frascaroli, E.; Fadda, C.; Pe, M.E.; Dell'Acqua, M. (2017) Genome wide association study to identify the genetic base of smallholder farmer preferences of Durum wheat traits. Frontiers in Plant Science. Online first paper (17JUL17). ISSN: 1664-462X
)
[publicationIDType] => stdClass Object
(
[typeName] => publicationIDType
[multiple] =>
[typeClass] => controlledVocabulary
[value] => handle
)
[publicationIDNumber] => stdClass Object
(
[typeName] => publicationIDNumber
[multiple] =>
[typeClass] => primitive
[value] => 10568/82830
)
[publicationURL] => stdClass Object
(
[typeName] => publicationURL
[multiple] =>
[typeClass] => primitive
[value] => http://hdl.handle.net/10568/82830
)
)
[1] => stdClass Object
(
[publicationCitation] => stdClass Object
(
[typeName] => publicationCitation
[multiple] =>
[typeClass] => primitive
[value] => Mancini, C.; Kidane, Y.G.; Mengistu, D.K.; Pè, M.E.; Fadda, C.; Dell’Acqua, M.; Melfa and Workaye Farmer Community (2017) Joining smallholder farmers’ traditional knowledge with metric traits to select better varieties of Ethiopian wheat. Scientific Reports 7, Article number: 9120 ISSN: 2045-2322
)
[publicationIDType] => stdClass Object
(
[typeName] => publicationIDType
[multiple] =>
[typeClass] => controlledVocabulary
[value] => handle
)
[publicationIDNumber] => stdClass Object
(
[typeName] => publicationIDNumber
[multiple] =>
[typeClass] => primitive
[value] => 10568/83491
)
[publicationURL] => stdClass Object
(
[typeName] => publicationURL
[multiple] =>
[typeClass] => primitive
[value] => http://hdl.handle.net/10568/83491
)
)
)
)
[7] => stdClass Object
(
[typeName] => language
[multiple] => 1
[typeClass] => controlledVocabulary
[value] => Array
(
[0] => English
)
)
[8] => stdClass Object
(
[typeName] => contributor
[multiple] => 1
[typeClass] => compound
[value] => Array
(
[0] => stdClass Object
(
[contributorType] => stdClass Object
(
[typeName] => contributorType
[multiple] =>
[typeClass] => controlledVocabulary
[value] => Data Manager
)
[contributorName] => stdClass Object
(
[typeName] => contributorName
[multiple] =>
[typeClass] => primitive
[value] => Elizabeth Arnaud
)
)
)
)
[9] => stdClass Object
(
[typeName] => grantNumber
[multiple] => 1
[typeClass] => compound
[value] => Array
(
[0] => stdClass Object
(
[grantNumberAgency] => stdClass Object
(
[typeName] => grantNumberAgency
[multiple] =>
[typeClass] => primitive
[value] => CGIAR Research Program on Climate Change, Agriculture and Food Security
)
)
)
)
[10] => stdClass Object
(
[typeName] => depositor
[multiple] =>
[typeClass] => primitive
[value] => Bioversity International
)
[11] => stdClass Object
(
[typeName] => dateOfDeposit
[multiple] =>
[typeClass] => primitive
[value] => 2017-12-22
)
[12] => stdClass Object
(
[typeName] => timePeriodCovered
[multiple] => 1
[typeClass] => compound
[value] => Array
(
[0] => stdClass Object
(
[timePeriodCoveredStart] => stdClass Object
(
[typeName] => timePeriodCoveredStart
[multiple] =>
[typeClass] => primitive
[value] => 2012
)
[timePeriodCoveredEnd] => stdClass Object
(
[typeName] => timePeriodCoveredEnd
[multiple] =>
[typeClass] => primitive
[value] => 2016
)
)
)
)
[13] => stdClass Object
(
[typeName] => kindOfData
[multiple] => 1
[typeClass] => primitive
[value] => Array
(
[0] => Crop/Field data
[1] => Other
)
)
)
)
[geospatial] => stdClass Object
(
[displayName] => Geospatial Metadata
[fields] => Array
(
[0] => stdClass Object
(
[typeName] => geographicCoverage
[multiple] => 1
[typeClass] => compound
[value] => Array
(
[0] => stdClass Object
(
[country] => stdClass Object
(
[typeName] => country
[multiple] =>
[typeClass] => controlledVocabulary
[value] => Ethiopia
)
)
)
)
[1] => stdClass Object
(
[typeName] => geographicUnit
[multiple] => 1
[typeClass] => primitive
[value] => Array
(
[0] => Workaye, Meket district. (Amhara region)
[1] => Melfa, Hagreselam district (Tigray region)
)
)
)
)
[journal] => stdClass Object
(
[displayName] => Journal Metadata
[fields] => Array
(
)
)
)
[files] => Array
(
[0] => stdClass Object
(
[label] => Metric traits details _Crop Ontology_Seeds4Needs-Ethiopia_Durum Wheat_2012.tab
[restricted] =>
[version] => 2
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097484
[persistentId] => doi:10.7910/DVN/UHULV3/8EEOP3
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/8EEOP3
[filename] => Metric traits details _Crop Ontology_Seeds4Needs-Ethiopia_Durum Wheat_2012.tab
[contentType] => text/tab-separated-values
[filesize] => 1476
[storageIdentifier] => s3://dvn-cloud:160d56fb780-a803dd408913
[originalFileFormat] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[originalFormatLabel] => MS Excel (XLSX)
[UNF] => UNF:6:Ug+o5uLYvIiY4oMtGOp/cQ==
[rootDataFileId] => -1
[md5] => df1bb1a2fd0e1dca04a9764e55343119
[checksum] => stdClass Object
(
[type] => MD5
[value] => df1bb1a2fd0e1dca04a9764e55343119
)
)
)
[1] => stdClass Object
(
[label] => S10_Fig_GWA_Tillering FT.pdf
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097509
[persistentId] => doi:10.7910/DVN/UHULV3/SSR9GJ
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/SSR9GJ
[filename] => S10_Fig_GWA_Tillering FT.pdf
[contentType] => application/pdf
[filesize] => 2043214
[storageIdentifier] => s3://dvn-cloud:160d57762dd-5fe3e03506e0
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => 9ce9367e1c38c71ebb13afd22afd7330
[checksum] => stdClass Object
(
[type] => MD5
[value] => 9ce9367e1c38c71ebb13afd22afd7330
)
)
)
[2] => stdClass Object
(
[label] => S11_Fig_distribution putative QTL.tif
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097510
[persistentId] => doi:10.7910/DVN/UHULV3/BGWEFB
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/BGWEFB
[filename] => S11_Fig_distribution putative QTL.tif
[contentType] => image/tiff
[filesize] => 12378704
[storageIdentifier] => s3://dvn-cloud:160d57769ff-38905298fd0b
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => e97bb59eda03471a3cb3b9fb911cb3be
[checksum] => stdClass Object
(
[type] => MD5
[value] => e97bb59eda03471a3cb3b9fb911cb3be
)
)
)
[3] => stdClass Object
(
[label] => S12_Fig_GWA PC.pdf
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097511
[persistentId] => doi:10.7910/DVN/UHULV3/LRQBDC
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/LRQBDC
[filename] => S12_Fig_GWA PC.pdf
[contentType] => application/pdf
[filesize] => 4416795
[storageIdentifier] => s3://dvn-cloud:160d57776a4-89eedc37cff1
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => d3d864f8706189442338b2bb20f13560
[checksum] => stdClass Object
(
[type] => MD5
[value] => d3d864f8706189442338b2bb20f13560
)
)
)
[4] => stdClass Object
(
[label] => S13_Fig_GWA Scan_overall TF_cmparison PC1-5 MTs.tiff
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097512
[persistentId] => doi:10.7910/DVN/UHULV3/OFYQEZ
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/OFYQEZ
[filename] => S13_Fig_GWA Scan_overall TF_cmparison PC1-5 MTs.tiff
[contentType] => image/tiff
[filesize] => 66752834
[storageIdentifier] => s3://dvn-cloud:160d57784d0-0f2b97e10046
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => 91f385b85a37f77795e8bf7e611ee4f1
[checksum] => stdClass Object
(
[type] => MD5
[value] => 91f385b85a37f77795e8bf7e611ee4f1
)
)
)
[5] => stdClass Object
(
[label] => S14_Fig_correlation_Geregera MTs_DErivedPC value.tiff
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097513
[persistentId] => doi:10.7910/DVN/UHULV3/XJAAZY
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/XJAAZY
[filename] => S14_Fig_correlation_Geregera MTs_DErivedPC value.tiff
[contentType] => image/tiff
[filesize] => 15885856
[storageIdentifier] => s3://dvn-cloud:160d5778d07-b87e1ace12f9
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => b6cd3a98dd6638d259fa962ec7ddad1c
[checksum] => stdClass Object
(
[type] => MD5
[value] => b6cd3a98dd6638d259fa962ec7ddad1c
)
)
)
[6] => stdClass Object
(
[label] => S15_Fig_GWA scan_overall FT_comparison PC 1 to 5 MT_Hagreselam.tiff
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097514
[persistentId] => doi:10.7910/DVN/UHULV3/Z4DHX5
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/Z4DHX5
[filename] => S15_Fig_GWA scan_overall FT_comparison PC 1 to 5 MT_Hagreselam.tiff
[contentType] => image/tiff
[filesize] => 66291942
[storageIdentifier] => s3://dvn-cloud:160d5779cf6-6a0787a1ee39
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => 70e23307b45460f3a2bbcaff96f5f672
[checksum] => stdClass Object
(
[type] => MD5
[value] => 70e23307b45460f3a2bbcaff96f5f672
)
)
)
[7] => stdClass Object
(
[label] => S16_Fig_Correlation_Hegrselam MTs_DerivedPC values.tiff
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097515
[persistentId] => doi:10.7910/DVN/UHULV3/ECF8XT
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/ECF8XT
[filename] => S16_Fig_Correlation_Hegrselam MTs_DerivedPC values.tiff
[contentType] => image/tiff
[filesize] => 13239072
[storageIdentifier] => s3://dvn-cloud:160d577a272-6e124205959a
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => 50a211ef80571caf97eb10907ad08350
[checksum] => stdClass Object
(
[type] => MD5
[value] => 50a211ef80571caf97eb10907ad08350
)
)
)
[8] => stdClass Object
(
[label] => S1_Fig_correlation_farmer traits_metric traits.tif
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097500
[persistentId] => doi:10.7910/DVN/UHULV3/DBZXJX
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/DBZXJX
[filename] => S1_Fig_correlation_farmer traits_metric traits.tif
[contentType] => image/tiff
[filesize] => 67941820
[storageIdentifier] => s3://dvn-cloud:160d5770a06-312d8c96aecc
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => 2d39b25a780ff20e87e8ecb8885e3411
[checksum] => stdClass Object
(
[type] => MD5
[value] => 2d39b25a780ff20e87e8ecb8885e3411
)
)
)
[9] => stdClass Object
(
[label] => S2_Fig_GWAS_earliness FT_MTs.pdf
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097501
[persistentId] => doi:10.7910/DVN/UHULV3/PL88J7
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/PL88J7
[filename] => S2_Fig_GWAS_earliness FT_MTs.pdf
[contentType] => application/pdf
[filesize] => 3264041
[storageIdentifier] => s3://dvn-cloud:160d5771031-65fc16fe2a88
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => 178be86eff11d84e5804611c0588b9f1
[checksum] => stdClass Object
(
[type] => MD5
[value] => 178be86eff11d84e5804611c0588b9f1
)
)
)
[10] => stdClass Object
(
[label] => S3_Fig_Comparison_Spike Morphology Scores.tiff
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097502
[persistentId] => doi:10.7910/DVN/UHULV3/IZXXOE
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/IZXXOE
[filename] => S3_Fig_Comparison_Spike Morphology Scores.tiff
[contentType] => image/tiff
[filesize] => 70661694
[storageIdentifier] => s3://dvn-cloud:160d5771f91-12c5a1e9feea
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => a53197f82d3ab3e28c8f266dcfcd6e04
[checksum] => stdClass Object
(
[type] => MD5
[value] => a53197f82d3ab3e28c8f266dcfcd6e04
)
)
)
[11] => stdClass Object
(
[label] => S4_Fig_GWAS_Spike FT.pdf
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097503
[persistentId] => doi:10.7910/DVN/UHULV3/WPC69I
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/WPC69I
[filename] => S4_Fig_GWAS_Spike FT.pdf
[contentType] => application/pdf
[filesize] => 3723224
[storageIdentifier] => s3://dvn-cloud:160d5772634-1ddeb9bdb569
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => a6a77c2179ecb17d78acfa03ae4f7a2d
[checksum] => stdClass Object
(
[type] => MD5
[value] => a6a77c2179ecb17d78acfa03ae4f7a2d
)
)
)
[12] => stdClass Object
(
[label] => S5_Fig_comparison_overall evaluation scores_gender.tiff
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097504
[persistentId] => doi:10.7910/DVN/UHULV3/89UABT
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/89UABT
[filename] => S5_Fig_comparison_overall evaluation scores_gender.tiff
[contentType] => image/tiff
[filesize] => 67788342
[storageIdentifier] => s3://dvn-cloud:160d57737f7-0fadfa801f9a
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => 6f8b43cb9c4617f7926163e40fd0b5b8
[checksum] => stdClass Object
(
[type] => MD5
[value] => 6f8b43cb9c4617f7926163e40fd0b5b8
)
)
)
[13] => stdClass Object
(
[label] => S6_Fig_GWAS_overall FT.pdf
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097505
[persistentId] => doi:10.7910/DVN/UHULV3/G0VHMR
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/G0VHMR
[filename] => S6_Fig_GWAS_overall FT.pdf
[contentType] => application/pdf
[filesize] => 2414517
[storageIdentifier] => s3://dvn-cloud:160d5773df4-7b3f39e2a8d4
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => 4435715a47d19a68a4f3049d67f243cf
[checksum] => stdClass Object
(
[type] => MD5
[value] => 4435715a47d19a68a4f3049d67f243cf
)
)
)
[14] => stdClass Object
(
[label] => S7_Fig_distribution farmers traits_by location and gender.tiff
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097506
[persistentId] => doi:10.7910/DVN/UHULV3/TNZX0Z
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/TNZX0Z
[filename] => S7_Fig_distribution farmers traits_by location and gender.tiff
[contentType] => image/tiff
[filesize] => 15171706
[storageIdentifier] => s3://dvn-cloud:160d57745dd-bb96cce5222d
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => d367605fce675933910fba5ef2b6c4ee
[checksum] => stdClass Object
(
[type] => MD5
[value] => d367605fce675933910fba5ef2b6c4ee
)
)
)
[15] => stdClass Object
(
[label] => S8_Fig_Comparison_tillering scores_gnder_location.tiff
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097507
[persistentId] => doi:10.7910/DVN/UHULV3/YAGONU
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/YAGONU
[filename] => S8_Fig_Comparison_tillering scores_gnder_location.tiff
[contentType] => image/tiff
[filesize] => 70076384
[storageIdentifier] => s3://dvn-cloud:160d577566b-ea34bd21ee2a
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => b0594d8dd1c10d110880be3e07d94ee3
[checksum] => stdClass Object
(
[type] => MD5
[value] => b0594d8dd1c10d110880be3e07d94ee3
)
)
)
[16] => stdClass Object
(
[label] => S9_Fig_GWA scan_tillering_nb effective tillers.tiff
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097508
[persistentId] => doi:10.7910/DVN/UHULV3/SUYJP7
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/SUYJP7
[filename] => S9_Fig_GWA scan_tillering_nb effective tillers.tiff
[contentType] => image/tiff
[filesize] => 16677206
[storageIdentifier] => s3://dvn-cloud:160d5775f42-158405a07bf6
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => ed49dbe6ba634e0d5ff195b6743fca27
[checksum] => stdClass Object
(
[type] => MD5
[value] => ed49dbe6ba634e0d5ff195b6743fca27
)
)
)
[17] => stdClass Object
(
[label] => table 10_GWA_overall evaluation_PCA_combined traits.xlsx
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097495
[persistentId] => doi:10.7910/DVN/UHULV3/EBVZTI
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/EBVZTI
[filename] => table 10_GWA_overall evaluation_PCA_combined traits.xlsx
[contentType] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[filesize] => 2712874
[storageIdentifier] => s3://dvn-cloud:160d56fd518-b00b2655ac1f
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => 3d379ac17f16e47c283e8d10c0446b89
[checksum] => stdClass Object
(
[type] => MD5
[value] => 3d379ac17f16e47c283e8d10c0446b89
)
)
)
[18] => stdClass Object
(
[label] => table 11_GWA_overall evaluation_PCA metric traits_Geregera.xlsx
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097496
[persistentId] => doi:10.7910/DVN/UHULV3/XS5NZQ
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/XS5NZQ
[filename] => table 11_GWA_overall evaluation_PCA metric traits_Geregera.xlsx
[contentType] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[filesize] => 2161487
[storageIdentifier] => s3://dvn-cloud:160d56fd931-9659a0e6da02
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => 379a1c207316099ddd126d16541e07f2
[checksum] => stdClass Object
(
[type] => MD5
[value] => 379a1c207316099ddd126d16541e07f2
)
)
)
[19] => stdClass Object
(
[label] => table 12_GWA_overall evaluation_PCA metric traits_Hagreselam.xlsx
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097497
[persistentId] => doi:10.7910/DVN/UHULV3/JHA8XP
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/JHA8XP
[filename] => table 12_GWA_overall evaluation_PCA metric traits_Hagreselam.xlsx
[contentType] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[filesize] => 2159553
[storageIdentifier] => s3://dvn-cloud:160d56fde5f-e02e5facb128
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => 8ed08d74d944b98aecce3a02f2ffbb99
[checksum] => stdClass Object
(
[type] => MD5
[value] => 8ed08d74d944b98aecce3a02f2ffbb99
)
)
)
[20] => stdClass Object
(
[label] => table 13-Phenotypic values_wheat samples.xlsx
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097498
[persistentId] => doi:10.7910/DVN/UHULV3/MB8CO0
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/MB8CO0
[filename] => table 13-Phenotypic values_wheat samples.xlsx
[contentType] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[filesize] => 255893
[storageIdentifier] => s3://dvn-cloud:160d56fe0b8-74161b38ae3a
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => f4c57441f214b49c6f06e5fd0d72b5a1
[checksum] => stdClass Object
(
[type] => MD5
[value] => f4c57441f214b49c6f06e5fd0d72b5a1
)
)
)
[21] => stdClass Object
(
[label] => table 14_marker data used in the study.xls
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097499
[persistentId] => doi:10.7910/DVN/UHULV3/TB2LAN
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/TB2LAN
[filename] => table 14_marker data used in the study.xls
[contentType] => application/vnd.ms-excel
[filesize] => 73965568
[storageIdentifier] => s3://dvn-cloud:160d56ff26a-9b69a26e6a96
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => ffe96a986c49ec81f3aa13582906b808
[checksum] => stdClass Object
(
[type] => MD5
[value] => ffe96a986c49ec81f3aa13582906b808
)
)
)
[22] => stdClass Object
(
[label] => table 1_variance metrics traits (Copie en conflit de Elizabeth Arnaud 2017-12-11).xlsx
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097485
[persistentId] => doi:10.7910/DVN/UHULV3/SISV7A
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/SISV7A
[filename] => table 1_variance metrics traits (Copie en conflit de Elizabeth Arnaud 2017-12-11).xlsx
[contentType] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[filesize] => 21103
[storageIdentifier] => s3://dvn-cloud:160d56fb947-38060285e3a0
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => 252164960e12fa5341c1180582173b86
[checksum] => stdClass Object
(
[type] => MD5
[value] => 252164960e12fa5341c1180582173b86
)
)
)
[23] => stdClass Object
(
[label] => table 1_variance metrics traits.xlsx
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097486
[persistentId] => doi:10.7910/DVN/UHULV3/PHKPJS
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/PHKPJS
[filename] => table 1_variance metrics traits.xlsx
[contentType] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[filesize] => 22257
[storageIdentifier] => s3://dvn-cloud:160d56fbad1-957661bf064c
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => ca271d4694ab55fb2982ebcec50b72f9
[checksum] => stdClass Object
(
[type] => MD5
[value] => ca271d4694ab55fb2982ebcec50b72f9
)
)
)
[24] => stdClass Object
(
[label] => table 2_correlation MST-FTS.tab
[restricted] =>
[version] => 2
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097487
[persistentId] => doi:10.7910/DVN/UHULV3/TTVMSL
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/TTVMSL
[filename] => table 2_correlation MST-FTS.tab
[contentType] => text/tab-separated-values
[filesize] => 31721
[storageIdentifier] => s3://dvn-cloud:160d56fbc40-e5048d8c61c4
[originalFileFormat] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[originalFormatLabel] => MS Excel (XLSX)
[UNF] => UNF:6:3o5flr486EyHgXA6XKxuwg==
[rootDataFileId] => -1
[md5] => 6b4ea52f3bf03d3259a03b0e41472dca
[checksum] => stdClass Object
(
[type] => MD5
[value] => 6b4ea52f3bf03d3259a03b0e41472dca
)
)
)
[25] => stdClass Object
(
[label] => table 3_GWA outputs_earliness.xlsx
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097488
[persistentId] => doi:10.7910/DVN/UHULV3/VMP5LH
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/VMP5LH
[filename] => table 3_GWA outputs_earliness.xlsx
[contentType] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[filesize] => 3493848
[storageIdentifier] => s3://dvn-cloud:160d56fbefd-57f1a39d9dd6
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => a60dc29ae6633b3d72128f2b1742f0fc
[checksum] => stdClass Object
(
[type] => MD5
[value] => a60dc29ae6633b3d72128f2b1742f0fc
)
)
)
[26] => stdClass Object
(
[label] => table 4_GWA_Spike morphology.xlsx
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097489
[persistentId] => doi:10.7910/DVN/UHULV3/ST9RBB
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/ST9RBB
[filename] => table 4_GWA_Spike morphology.xlsx
[contentType] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[filesize] => 4044980
[storageIdentifier] => s3://dvn-cloud:160d56fc223-7b5767592eea
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => b30b1b7d9b1e699f41456486ef52120e
[checksum] => stdClass Object
(
[type] => MD5
[value] => b30b1b7d9b1e699f41456486ef52120e
)
)
)
[27] => stdClass Object
(
[label] => table 5_GWA_overall evaluation.xlsx
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097490
[persistentId] => doi:10.7910/DVN/UHULV3/AUQ613
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/AUQ613
[filename] => table 5_GWA_overall evaluation.xlsx
[contentType] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[filesize] => 2972786
[storageIdentifier] => s3://dvn-cloud:160d56fc4e0-807a24e56820
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => 963d5384f5dad015043372d627152317
[checksum] => stdClass Object
(
[type] => MD5
[value] => 963d5384f5dad015043372d627152317
)
)
)
[28] => stdClass Object
(
[label] => table 6_GWA_tillering capacities.xlsx
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097491
[persistentId] => doi:10.7910/DVN/UHULV3/IQ0JBV
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/IQ0JBV
[filename] => table 6_GWA_tillering capacities.xlsx
[contentType] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[filesize] => 2411726
[storageIdentifier] => s3://dvn-cloud:160d56fca40-33a4818318b5
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => a6889f9df04f6131790ef415d3a9ebfd
[checksum] => stdClass Object
(
[type] => MD5
[value] => a6889f9df04f6131790ef415d3a9ebfd
)
)
)
[29] => stdClass Object
(
[label] => table 7_MTA traits.xlsx
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097492
[persistentId] => doi:10.7910/DVN/UHULV3/GPQ3EW
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/GPQ3EW
[filename] => table 7_MTA traits.xlsx
[contentType] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[filesize] => 216419
[storageIdentifier] => s3://dvn-cloud:160d56fcc3e-09acf33e9274
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => 6ef714fc66f4a8905a0657df55486205
[checksum] => stdClass Object
(
[type] => MD5
[value] => 6ef714fc66f4a8905a0657df55486205
)
)
)
[30] => stdClass Object
(
[label] => table 8_putative QTL.xlsx
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097493
[persistentId] => doi:10.7910/DVN/UHULV3/61YIH6
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/61YIH6
[filename] => table 8_putative QTL.xlsx
[contentType] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[filesize] => 24954
[storageIdentifier] => s3://dvn-cloud:160d56fcdaf-fb9497162ac0
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => 70540cfd585c7d19b6123e6b57b76b6b
[checksum] => stdClass Object
(
[type] => MD5
[value] => 70540cfd585c7d19b6123e6b57b76b6b
)
)
)
[31] => stdClass Object
(
[label] => table 9_individual MAT per trait.xlsx
[restricted] =>
[version] => 1
[datasetVersionId] => 131598
[dataFile] => stdClass Object
(
[id] => 3097494
[persistentId] => doi:10.7910/DVN/UHULV3/GNRCRZ
[pidURL] => https://doi.org/10.7910/DVN/UHULV3/GNRCRZ
[filename] => table 9_individual MAT per trait.xlsx
[contentType] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[filesize] => 44349
[storageIdentifier] => s3://dvn-cloud:160d56fcf51-5c248c77ff18
[originalFormatLabel] => UNKNOWN
[rootDataFileId] => -1
[md5] => 3ac11c2973d3954130d81ddbbd16bb8e
[checksum] => stdClass Object
(
[type] => MD5
[value] => 3ac11c2973d3954130d81ddbbd16bb8e
)
)
)
)
)
)
)
)
[row 57] => Array
(
[] => 377
[id] => http://dx.doi.org/10.7910/DVN/8YXCFR
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/8YXCFR
)
[name] => CWR checklist and priority CWR of Zambia
[_keywords] => Array
(
[value] => checklist
[agrovoc label] =>
[uri] =>
[score] => 0.55555555555556
)
[Vocabulary] =>
)
[row 58] => Array
(
[] => 417
[id] => https://doi.org/10.7910/DVN/B8YOQL
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/B8YOQL
)
[name] => CWR checklist and inventory data template v.1
[_keywords] => Array
(
[value] => checklist
[agrovoc label] =>
[uri] =>
[score] => 0.55555555555556
)
[Vocabulary] =>
)
[row 73] => Array
(
[] => 426
[id] => http://dx.doi.org/10.7910/DVN/AI4CRZ
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/AI4CRZ
)
[name] => Maps of Volta basin hydrometeorogical baselines
[_keywords] => Array
(
[value] => climate monitoring
[agrovoc label] => CLIMATIC DATA
[uri] => http://aims.fao.org/aos/agrovoc/c_29553
[score] => 0.66666666666667
)
[Vocabulary] => AGROVOC
)
[row 76] => Array
(
[] => 0
[id] => https://hdl.handle.net/1902.1/21250
[dataset] => Array
(
[scheme] => https
[host] => hdl.handle.net
[path] => /1902.1/21250
)
[name] => Bioversity Collecting Mission Database
[_keywords] => Array
(
[value] => collecting missions
[agrovoc label] => PLANT EXPLORATION
[uri] => http://aims.fao.org/aos/agrovoc/c_13428
[score] => 0.68421052631579
)
[Vocabulary] => AGROVOC
)
[row 79] => Array
(
[] => 367
[id] => http://dx.doi.org/10.7910/DVN/UFFGSV
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/UFFGSV
)
[name] => Occurrence data for priority CWR in South Africa
[_keywords] => Array
(
[value] => conservation
[agrovoc label] => GENETIC RESOURCES CONSERVATION
[uri] => http://aims.fao.org/aos/agrovoc/c_37280
[score] => 0.75
)
[Vocabulary] => AGROVOC
)
[row 80] => Array
(
[] => 374
[id] => http://dx.doi.org/10.7910/DVN/LJWKBN
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/LJWKBN
)
[name] => CWR checklist and priority taxa of South Africa
[_keywords] => Array
(
[value] => conservation
[agrovoc label] => GENETIC RESOURCES CONSERVATION
[uri] => http://aims.fao.org/aos/agrovoc/c_37280
[score] => 0.75
)
[Vocabulary] => AGROVOC
)
[row 81] => Array
(
[] => 403
[id] => http://dx.doi.org/10.7910/DVN/QH9XWB
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/QH9XWB
)
[name] => Template for the Preparation of a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives
[_keywords] => Array
(
[value] => conservation implementation
[agrovoc label] =>
[uri] =>
[score] => 0.55555555555556
)
[Vocabulary] =>
)
[row 82] => Array
(
[] => 361
[id] => http://dx.doi.org/10.7910/DVN/QUOPCB
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/QUOPCB
)
[name] => Occurrence data for priority CWR of the SADC region
[_keywords] => Array
(
[value] => conservation planning
[agrovoc label] =>
[uri] =>
[score] => 0.66666666666667
)
[Vocabulary] =>
)
[row 83] => Array
(
[] => 370
[id] => http://dx.doi.org/10.7910/DVN/Z5XN1F
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/Z5XN1F
)
[name] => Occurrence data for priority CWR of Zambia
[_keywords] => Array
(
[value] => conservation planning
[agrovoc label] =>
[uri] =>
[score] => 0.66666666666667
)
[Vocabulary] =>
)
[row 84] => Array
(
[] => 386
[id] => http://dx.doi.org/10.7910/DVN/VYZZFF
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/VYZZFF
)
[name] => Technical Background Document to the National Strategic Action Plan for the Conservation and Sustainable Use of Cop Wild Relatives in Zambia
[_keywords] => Array
(
[value] => conservation planning
[agrovoc label] =>
[uri] =>
[score] => 0.66666666666667
)
[Vocabulary] =>
)
[row 85] => Array
(
[] => 397
[id] => http://dx.doi.org/10.7910/DVN/VQVDFA
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/VQVDFA
)
[name] => Template for the Preparation of a Technical Background Document for a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives
[_keywords] => Array
(
[value] => conservation planning
[agrovoc label] =>
[uri] =>
[score] => 0.66666666666667
)
[Vocabulary] =>
)
[row 86] => Array
(
[] => 402
[id] => http://dx.doi.org/10.7910/DVN/QH9XWB
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/QH9XWB
)
[name] => Template for the Preparation of a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives
[_keywords] => Array
(
[value] => conservation planning
[agrovoc label] =>
[uri] =>
[score] => 0.66666666666667
)
[Vocabulary] =>
)
[row 87] => Array
(
[] => 415
[id] => http://dx.doi.org/10.7910/DVN/5B9IV5
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5B9IV5
)
[name] => Occurrence data collation template v.1
[_keywords] => Array
(
[value] => conservation planning
[agrovoc label] =>
[uri] =>
[score] => 0.66666666666667
)
[Vocabulary] =>
)
[row 88] => Array
(
[] => 419
[id] => https://doi.org/10.7910/DVN/B8YOQL
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/B8YOQL
)
[name] => CWR checklist and inventory data template v.1
[_keywords] => Array
(
[value] => conservation planning
[agrovoc label] =>
[uri] =>
[score] => 0.66666666666667
)
[Vocabulary] =>
)
[row 89] => Array
(
[] => 421
[id] => https://doi.org/10.7910/DVN/SYUSY8
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/SYUSY8
)
[name] => Interactive toolkit for crop wild relative conservation planning - version 1
[_keywords] => Array
(
[value] => conservation planning
[agrovoc label] =>
[uri] =>
[score] => 0.66666666666667
)
[Vocabulary] =>
)
[row 95] => Array
(
[] => 390
[id] => http://dx.doi.org/10.7910/DVN/HSXUVE
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/HSXUVE
)
[name] => Priority CWR species of the SADC region
[_keywords] => Array
(
[value] => country of occurrence
[agrovoc label] =>
[uri] =>
[score] => 0.52380952380952
)
[Vocabulary] =>
)
[row 97] => Array
(
[] => 438
[id] => https://doi.org/10.7910/DVN/YLBPZE
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/YLBPZE
)
[name] => Agricultural land use and cover data
[_keywords] => Array
(
[value] => crop type
[agrovoc label] =>
[uri] =>
[score] => 0.6
)
[Vocabulary] =>
)
[row 98] => Array
(
[] => 359
[id] => http://dx.doi.org/10.7910/DVN/QUOPCB
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/QUOPCB
)
[name] => Occurrence data for priority CWR of the SADC region
[_keywords] => Array
(
[value] => crop wild relative
[agrovoc label] =>
[uri] =>
[score] => 0.52380952380952
)
[Vocabulary] =>
)
[row 99] => Array
(
[] => 365
[id] => http://dx.doi.org/10.7910/DVN/UFFGSV
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/UFFGSV
)
[name] => Occurrence data for priority CWR in South Africa
[_keywords] => Array
(
[value] => crop wild relative
[agrovoc label] =>
[uri] =>
[score] => 0.52380952380952
)
[Vocabulary] =>
)
[row 100] => Array
(
[] => 373
[id] => http://dx.doi.org/10.7910/DVN/LJWKBN
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/LJWKBN
)
[name] => CWR checklist and priority taxa of South Africa
[_keywords] => Array
(
[value] => crop wild relative
[agrovoc label] =>
[uri] =>
[score] => 0.52380952380952
)
[Vocabulary] =>
)
[row 101] => Array
(
[] => 379
[id] => http://dx.doi.org/10.7910/DVN/VYZZFF
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/VYZZFF
)
[name] => Technical Background Document to the National Strategic Action Plan for the Conservation and Sustainable Use of Cop Wild Relatives in Zambia
[_keywords] => Array
(
[value] => crop wild relative
[agrovoc label] =>
[uri] =>
[score] => 0.52380952380952
)
[Vocabulary] =>
)
[row 102] => Array
(
[] => 387
[id] => http://dx.doi.org/10.7910/DVN/HSXUVE
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/HSXUVE
)
[name] => Priority CWR species of the SADC region
[_keywords] => Array
(
[value] => crop wild relative
[agrovoc label] =>
[uri] =>
[score] => 0.52380952380952
)
[Vocabulary] =>
)
[row 103] => Array
(
[] => 394
[id] => http://dx.doi.org/10.7910/DVN/VQVDFA
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/VQVDFA
)
[name] => Template for the Preparation of a Technical Background Document for a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives
[_keywords] => Array
(
[value] => crop wild relative
[agrovoc label] =>
[uri] =>
[score] => 0.52380952380952
)
[Vocabulary] =>
)
[row 104] => Array
(
[] => 400
[id] => http://dx.doi.org/10.7910/DVN/QH9XWB
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/QH9XWB
)
[name] => Template for the Preparation of a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives
[_keywords] => Array
(
[value] => crop wild relative
[agrovoc label] =>
[uri] =>
[score] => 0.52380952380952
)
[Vocabulary] =>
)
[row 105] => Array
(
[] => 406
[id] => http://dx.doi.org/10.7910/DVN/5B9IV5
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5B9IV5
)
[name] => Occurrence data collation template v.1
[_keywords] => Array
(
[value] => crop wild relative
[agrovoc label] =>
[uri] =>
[score] => 0.52380952380952
)
[Vocabulary] =>
)
[row 106] => Array
(
[] => 416
[id] => https://doi.org/10.7910/DVN/B8YOQL
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/B8YOQL
)
[name] => CWR checklist and inventory data template v.1
[_keywords] => Array
(
[value] => crop wild relative
[agrovoc label] =>
[uri] =>
[score] => 0.52380952380952
)
[Vocabulary] =>
)
[row 107] => Array
(
[] => 420
[id] => https://doi.org/10.7910/DVN/SYUSY8
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/SYUSY8
)
[name] => Interactive toolkit for crop wild relative conservation planning - version 1
[_keywords] => Array
(
[value] => crop wild relative
[agrovoc label] =>
[uri] =>
[score] => 0.52380952380952
)
[Vocabulary] =>
)
[row 108] => Array
(
[] => 368
[id] => http://dx.doi.org/10.7910/DVN/Z5XN1F
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/Z5XN1F
)
[name] => Occurrence data for priority CWR of Zambia
[_keywords] => Array
(
[value] => crop wild relatives
[agrovoc label] =>
[uri] =>
[score] => 0.52631578947368
)
[Vocabulary] =>
)
[row 109] => Array
(
[] => 378
[id] => http://dx.doi.org/10.7910/DVN/8YXCFR
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/8YXCFR
)
[name] => CWR checklist and priority CWR of Zambia
[_keywords] => Array
(
[value] => crop wild relatives
[agrovoc label] =>
[uri] =>
[score] => 0.52631578947368
)
[Vocabulary] =>
)
[row 110] => Array
(
[] => 380
[id] => http://dx.doi.org/10.7910/DVN/VYZZFF
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/VYZZFF
)
[name] => Technical Background Document to the National Strategic Action Plan for the Conservation and Sustainable Use of Cop Wild Relatives in Zambia
[_keywords] => Array
(
[value] => crop wild relatives checklis
[agrovoc label] =>
[uri] =>
[score] => 0.42857142857143
)
[Vocabulary] =>
)
[row 114] => Array
(
[] => 3
[id] => https://hdl.handle.net/1902.1/21250
[dataset] => Array
(
[scheme] => https
[host] => hdl.handle.net
[path] => /1902.1/21250
)
[name] => Bioversity Collecting Mission Database
[_keywords] => Array
(
[value] => cwr
[agrovoc label] =>
[uri] =>
[score] => 0.5
)
[Vocabulary] =>
)
[row 115] => Array
(
[] => 375
[id] => http://dx.doi.org/10.7910/DVN/LJWKBN
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/LJWKBN
)
[name] => CWR checklist and priority taxa of South Africa
[_keywords] => Array
(
[value] => cwr checklist
[agrovoc label] =>
[uri] =>
[score] => 0.46153846153846
)
[Vocabulary] =>
)
[row 116] => Array
(
[] => 35
[id] => http://dx.doi.org/10.7910/DVN/27480
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/27480
)
[name] => GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.
[_keywords] => Array
(
[value] => dacryodes buettnerii
[agrovoc label] => DACRYODES BUETTNERI
[uri] => http://purl.obolibrary.org/obo/NCBITaxon_246364
[score] => 0.6
)
[Vocabulary] => NCBI
)
[row 117] => Array
(
[] => 425
[id] => http://dx.doi.org/10.7910/DVN/AI4CRZ
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/AI4CRZ
)
[name] => Maps of Volta basin hydrometeorogical baselines
[_keywords] => Array
(
[value] => dam
[agrovoc label] =>
[uri] =>
[score] => 0.75
)
[Vocabulary] =>
)
[row 118] => Array
(
[] => 103
[id] => https://doi.org/10.7910/DVN/CG1OUZ
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/CG1OUZ
)
[name] => Genotyping of Musa accessions from ITC by DArT markers
[_keywords] => Array
(
[value] => dart
[agrovoc label] => DART_MARKER
[uri] => http://purl.obolibrary.org/obo/SO_0001646
[score] => 0.6
)
[Vocabulary] => SO
)
[row 121] => Array
(
[] => 411
[id] => http://dx.doi.org/10.7910/DVN/5B9IV5
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5B9IV5
)
[name] => Occurrence data collation template v.1
[_keywords] => Array
(
[value] => data standards
[agrovoc label] =>
[uri] =>
[score] => 0.71428571428571
)
[Vocabulary] =>
)
[row 149] => Array
(
[] => 147
[id] => http://dx.doi.org/10.7910/DVN/XWSNX8
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/XWSNX8
)
[name] => Ghana Diet Diversity and Food Security for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => diets
[agrovoc label] => DIET
[uri] => http://aims.fao.org/aos/agrovoc/c_2261
[score] => 0.8
)
[Vocabulary] => AGROVOC
)
[row 150] => Array
(
[] => 155
[id] => http://dx.doi.org/10.7910/DVN/KI92MG
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/KI92MG
)
[name] => Protocol for the Agricultural Biodiversity (ABD) Assessment in Ghana
[_keywords] => Array
(
[value] => diets
[agrovoc label] => DIET
[uri] => http://aims.fao.org/aos/agrovoc/c_2261
[score] => 0.8
)
[Vocabulary] => AGROVOC
)
[row 151] => Array
(
[] => 244
[id] => http://dx.doi.org/10.7910/DVN/3QIG77
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/3QIG77
)
[name] => Protocol for the Agricultural Biodiversity (ABD) Assessment in Mali / Protocole pour l’évaluation de la Biodiversité Agricole (ABD) á Mali
[_keywords] => Array
(
[value] => diets
[agrovoc label] => DIET
[uri] => http://aims.fao.org/aos/agrovoc/c_2261
[score] => 0.8
)
[Vocabulary] => AGROVOC
)
[row 152] => Array
(
[] => 360
[id] => http://dx.doi.org/10.7910/DVN/QUOPCB
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/QUOPCB
)
[name] => Occurrence data for priority CWR of the SADC region
[_keywords] => Array
(
[value] => distribution
[agrovoc label] =>
[uri] =>
[score] => 0.70588235294118
)
[Vocabulary] =>
)
[row 153] => Array
(
[] => 369
[id] => http://dx.doi.org/10.7910/DVN/Z5XN1F
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/Z5XN1F
)
[name] => Occurrence data for priority CWR of Zambia
[_keywords] => Array
(
[value] => distribution
[agrovoc label] =>
[uri] =>
[score] => 0.70588235294118
)
[Vocabulary] =>
)
[row 174] => Array
(
[] => 436
[id] => https://doi.org/10.7910/DVN/XGR0GJ
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/XGR0GJ
)
[name] => Phantom III drone imagery
[_keywords] => Array
(
[value] => drone imagery
[agrovoc label] => AERIAL SURVEYING
[uri] => http://aims.fao.org/aos/agrovoc/c_156
[score] => 0.53846153846154
)
[Vocabulary] => AGROVOC
)
[row 180] => Array
(
[] => 33
[id] => http://dx.doi.org/10.7910/DVN/27480
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/27480
)
[name] => GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.
[_keywords] => Array
(
[value] => entandrophragma cylindricum
[agrovoc label] => ENTANDROPHRAGMA CYLINDRICUM
[uri] => http://purl.obolibrary.org/obo/NCBITaxon_179994
[score] => 0.55555555555556
)
[Vocabulary] => NCBI
)
[row 181] => Array
(
[] => 34
[id] => http://dx.doi.org/10.7910/DVN/27480
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/27480
)
[name] => GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.
[_keywords] => Array
(
[value] => erythrophleum suaveolens
[agrovoc label] => ERYTHROPHLEUM SUAVEOLENS
[uri] => http://purl.obolibrary.org/obo/NCBITaxon_162772
[score] => 0.54166666666667
)
[Vocabulary] => NCBI
)
[row 182] => Array
(
[] => 6
[id] => https://hdl.handle.net/1902.1/21250
[dataset] => Array
(
[scheme] => https
[host] => hdl.handle.net
[path] => /1902.1/21250
)
[name] => Bioversity Collecting Mission Database
[_keywords] => Array
(
[value] => eurisco
[agrovoc label] =>
[uri] =>
[score] => 0.71428571428571
)
[Vocabulary] =>
)
[row 184] => Array
(
[] => 363
[id] => http://dx.doi.org/10.7910/DVN/QUOPCB
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/QUOPCB
)
[name] => Occurrence data for priority CWR of the SADC region
[_keywords] => Array
(
[value] => ex situ conservation
[agrovoc label] => GERMPLASM CONSERVATION
[uri] => http://aims.fao.org/aos/agrovoc/c_3250
[score] => 0.71428571428571
)
[Vocabulary] => AGROVOC
)
[row 185] => Array
(
[] => 372
[id] => http://dx.doi.org/10.7910/DVN/Z5XN1F
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/Z5XN1F
)
[name] => Occurrence data for priority CWR of Zambia
[_keywords] => Array
(
[value] => ex situ conservation
[agrovoc label] => GERMPLASM CONSERVATION
[uri] => http://aims.fao.org/aos/agrovoc/c_3250
[score] => 0.71428571428571
)
[Vocabulary] => AGROVOC
)
[row 186] => Array
(
[] => 384
[id] => http://dx.doi.org/10.7910/DVN/VYZZFF
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/VYZZFF
)
[name] => Technical Background Document to the National Strategic Action Plan for the Conservation and Sustainable Use of Cop Wild Relatives in Zambia
[_keywords] => Array
(
[value] => ex situ conservation
[agrovoc label] => GERMPLASM CONSERVATION
[uri] => http://aims.fao.org/aos/agrovoc/c_3250
[score] => 0.71428571428571
)
[Vocabulary] => AGROVOC
)
[row 187] => Array
(
[] => 399
[id] => http://dx.doi.org/10.7910/DVN/VQVDFA
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/VQVDFA
)
[name] => Template for the Preparation of a Technical Background Document for a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives
[_keywords] => Array
(
[value] => ex situ conservation
[agrovoc label] => GERMPLASM CONSERVATION
[uri] => http://aims.fao.org/aos/agrovoc/c_3250
[score] => 0.71428571428571
)
[Vocabulary] => AGROVOC
)
[row 188] => Array
(
[] => 405
[id] => http://dx.doi.org/10.7910/DVN/QH9XWB
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/QH9XWB
)
[name] => Template for the Preparation of a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives
[_keywords] => Array
(
[value] => ex situ conservation
[agrovoc label] => GERMPLASM CONSERVATION
[uri] => http://aims.fao.org/aos/agrovoc/c_3250
[score] => 0.71428571428571
)
[Vocabulary] => AGROVOC
)
[row 189] => Array
(
[] => 414
[id] => http://dx.doi.org/10.7910/DVN/5B9IV5
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5B9IV5
)
[name] => Occurrence data collation template v.1
[_keywords] => Array
(
[value] => ex situ conservation
[agrovoc label] => GERMPLASM CONSERVATION
[uri] => http://aims.fao.org/aos/agrovoc/c_3250
[score] => 0.71428571428571
)
[Vocabulary] => AGROVOC
)
[row 200] => Array
(
[] => 265
[id] => http://dx.doi.org/10.7910/DVN/XXNOAZ
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/XXNOAZ
)
[name] => GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.
[_keywords] => Array
(
[value] => food
[agrovoc label] => NONWOOD FOREST PRODUCTS
[uri] => http://aims.fao.org/aos/agrovoc/c_5211
[score] => 0.8
)
[Vocabulary] => AGROVOC
)
[row 211] => Array
(
[] => 31
[id] => http://dx.doi.org/10.7910/DVN/27480
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/27480
)
[name] => GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.
[_keywords] => Array
(
[value] => food trees
[agrovoc label] => NONWOOD FOREST PRODUCTS
[uri] => http://aims.fao.org/aos/agrovoc/c_5211
[score] => 0.72727272727273
)
[Vocabulary] => AGROVOC
)
[row 224] => Array
(
[] => 36
[id] => http://dx.doi.org/10.7910/DVN/27480
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/27480
)
[name] => GPS inventory of timber trees from which local communities gather food resources in Cameroon, Gabon and the DRC.
[_keywords] => Array
(
[value] => gambeya spp
[agrovoc label] => CHRYSOPHYLLUM
[uri] => http://purl.obolibrary.org/obo/NCBITaxon_13424
[score] => 0.45454545454545
)
[Vocabulary] => NCBI
)
[row 226] => Array
(
[] => 408
[id] => http://dx.doi.org/10.7910/DVN/5B9IV5
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5B9IV5
)
[name] => Occurrence data collation template v.1
[_keywords] => Array
(
[value] => genebank accession
[agrovoc label] =>
[uri] =>
[score] => 0.55555555555556
)
[Vocabulary] =>
)
[row 228] => Array
(
[] => 8
[id] => https://hdl.handle.net/1902.1/21250
[dataset] => Array
(
[scheme] => https
[host] => hdl.handle.net
[path] => /1902.1/21250
)
[name] => Bioversity Collecting Mission Database
[_keywords] => Array
(
[value] => genesys
[agrovoc label] =>
[uri] =>
[score] => 0.71428571428571
)
[Vocabulary] =>
)
[row 229] => Array
(
[] => 42
[id] => http://dx.doi.org/10.7910/DVN/26678
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/26678
)
[name] => Assessing the effectivness of on-farm conservation projects in the High Andes
[_keywords] => Array
(
[value] => genetic diversity
[agrovoc label] =>
[uri] =>
[score] => 0.72222222222222
)
[Vocabulary] =>
)
[row 232] => Array
(
[] => 15
[id] => http://dx.doi.org/10.7910/DVN/25450
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/25450
)
[name] => Fingerprinting data musa accessions with SSR
[_keywords] => Array
(
[value] => genotyping
[agrovoc label] => GENOTYPING
[uri] => http://edamontology.org/operation_3196
[score] => 0.7
)
[Vocabulary] => EDAM
)
[row 237] => Array
(
[] => 7
[id] => https://hdl.handle.net/1902.1/21250
[dataset] => Array
(
[scheme] => https
[host] => hdl.handle.net
[path] => /1902.1/21250
)
[name] => Bioversity Collecting Mission Database
[_keywords] => Array
(
[value] => grin usda
[agrovoc label] =>
[uri] =>
[score] => 0.55555555555556
)
[Vocabulary] =>
)
[row 238] => Array
(
[] => 409
[id] => http://dx.doi.org/10.7910/DVN/5B9IV5
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5B9IV5
)
[name] => Occurrence data collation template v.1
[_keywords] => Array
(
[value] => herbarium voucher
[agrovoc label] =>
[uri] =>
[score] => 0.47058823529412
)
[Vocabulary] =>
)
[row 239] => Array
(
[] => 437
[id] => https://doi.org/10.7910/DVN/XGR0GJ
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/XGR0GJ
)
[name] => Phantom III drone imagery
[_keywords] => Array
(
[value] => high resolution
[agrovoc label] =>
[uri] =>
[score] => 0.625
)
[Vocabulary] =>
)
[row 267] => Array
(
[] => 9
[id] => https://hdl.handle.net/1902.1/21250
[dataset] => Array
(
[scheme] => https
[host] => hdl.handle.net
[path] => /1902.1/21250
)
[name] => Bioversity Collecting Mission Database
[_keywords] => Array
(
[value] => ibpgr
[agrovoc label] =>
[uri] =>
[score] => 0.4
)
[Vocabulary] =>
)
[row 268] => Array
(
[] => 362
[id] => http://dx.doi.org/10.7910/DVN/QUOPCB
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/QUOPCB
)
[name] => Occurrence data for priority CWR of the SADC region
[_keywords] => Array
(
[value] => in situ conservation
[agrovoc label] => GERMPLASM CONSERVATION
[uri] => http://aims.fao.org/aos/agrovoc/c_3250
[score] => 0.76
)
[Vocabulary] => AGROVOC
)
[row 269] => Array
(
[] => 371
[id] => http://dx.doi.org/10.7910/DVN/Z5XN1F
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/Z5XN1F
)
[name] => Occurrence data for priority CWR of Zambia
[_keywords] => Array
(
[value] => in situ conservation
[agrovoc label] => GERMPLASM CONSERVATION
[uri] => http://aims.fao.org/aos/agrovoc/c_3250
[score] => 0.76
)
[Vocabulary] => AGROVOC
)
[row 270] => Array
(
[] => 383
[id] => http://dx.doi.org/10.7910/DVN/VYZZFF
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/VYZZFF
)
[name] => Technical Background Document to the National Strategic Action Plan for the Conservation and Sustainable Use of Cop Wild Relatives in Zambia
[_keywords] => Array
(
[value] => in situ conservation
[agrovoc label] => GERMPLASM CONSERVATION
[uri] => http://aims.fao.org/aos/agrovoc/c_3250
[score] => 0.76
)
[Vocabulary] => AGROVOC
)
[row 271] => Array
(
[] => 398
[id] => http://dx.doi.org/10.7910/DVN/VQVDFA
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/VQVDFA
)
[name] => Template for the Preparation of a Technical Background Document for a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives
[_keywords] => Array
(
[value] => in situ conservation
[agrovoc label] => GERMPLASM CONSERVATION
[uri] => http://aims.fao.org/aos/agrovoc/c_3250
[score] => 0.76
)
[Vocabulary] => AGROVOC
)
[row 272] => Array
(
[] => 404
[id] => http://dx.doi.org/10.7910/DVN/QH9XWB
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/QH9XWB
)
[name] => Template for the Preparation of a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives
[_keywords] => Array
(
[value] => in situ conservation
[agrovoc label] => GERMPLASM CONSERVATION
[uri] => http://aims.fao.org/aos/agrovoc/c_3250
[score] => 0.76
)
[Vocabulary] => AGROVOC
)
[row 273] => Array
(
[] => 413
[id] => http://dx.doi.org/10.7910/DVN/5B9IV5
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5B9IV5
)
[name] => Occurrence data collation template v.1
[_keywords] => Array
(
[value] => in situ conservation
[agrovoc label] => GERMPLASM CONSERVATION
[uri] => http://aims.fao.org/aos/agrovoc/c_3250
[score] => 0.76
)
[Vocabulary] => AGROVOC
)
[row 274] => Array
(
[] => 18
[id] => http://hdl.handle.net/1902.1/20804
[dataset] => Array
(
[scheme] => http
[host] => hdl.handle.net
[path] => /1902.1/20804
)
[name] => Farmers' perceptions of climate change and actions taken to cope with the changes, as well as associated socio-economic information and crop diversity for the household.
[_keywords] => Array
(
[value] => indigenous communities
[agrovoc label] => INDIGENOUS PEOPLES
[uri] => http://aims.fao.org/aos/agrovoc/c_331524
[score] => 0.68181818181818
)
[Vocabulary] => AGROVOC
)
[row 277] => Array
(
[] => 389
[id] => http://dx.doi.org/10.7910/DVN/HSXUVE
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/HSXUVE
)
[name] => Priority CWR species of the SADC region
[_keywords] => Array
(
[value] => inventory
[agrovoc label] =>
[uri] =>
[score] => 0.66666666666667
)
[Vocabulary] =>
)
[row 278] => Array
(
[] => 418
[id] => https://doi.org/10.7910/DVN/B8YOQL
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/B8YOQL
)
[name] => CWR checklist and inventory data template v.1
[_keywords] => Array
(
[value] => inventory
[agrovoc label] =>
[uri] =>
[score] => 0.66666666666667
)
[Vocabulary] =>
)
[row 279] => Array
(
[] => 10
[id] => https://hdl.handle.net/1902.1/21250
[dataset] => Array
(
[scheme] => https
[host] => hdl.handle.net
[path] => /1902.1/21250
)
[name] => Bioversity Collecting Mission Database
[_keywords] => Array
(
[value] => ipgri
[agrovoc label] =>
[uri] =>
[score] => 0.6
)
[Vocabulary] =>
)
[row 280] => Array
(
[] => 440
[id] => https://doi.org/10.7910/DVN/YLBPZE
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/YLBPZE
)
[name] => Agricultural land use and cover data
[_keywords] => Array
(
[value] => irrigation practices
[agrovoc label] => IRRIGATION METHODS
[uri] => HTTP://AIMS.FAO.ORG/AOS/AGROVOC/C_3957
[score] => 0.8
)
[Vocabulary] => AGROVOC
)
[row 324] => Array
(
[] => 382
[id] => http://dx.doi.org/10.7910/DVN/VYZZFF
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/VYZZFF
)
[name] => Technical Background Document to the National Strategic Action Plan for the Conservation and Sustainable Use of Cop Wild Relatives in Zambia
[_keywords] => Array
(
[value] => national food security
[agrovoc label] =>
[uri] =>
[score] => 0.65217391304348
)
[Vocabulary] =>
)
[row 325] => Array
(
[] => 385
[id] => http://dx.doi.org/10.7910/DVN/VYZZFF
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/VYZZFF
)
[name] => Technical Background Document to the National Strategic Action Plan for the Conservation and Sustainable Use of Cop Wild Relatives in Zambia
[_keywords] => Array
(
[value] => national strategic action plan
[agrovoc label] =>
[uri] =>
[score] => 0.53333333333333
)
[Vocabulary] =>
)
[row 326] => Array
(
[] => 395
[id] => http://dx.doi.org/10.7910/DVN/VQVDFA
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/VQVDFA
)
[name] => Template for the Preparation of a Technical Background Document for a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives
[_keywords] => Array
(
[value] => national strategic action plan
[agrovoc label] =>
[uri] =>
[score] => 0.53333333333333
)
[Vocabulary] =>
)
[row 327] => Array
(
[] => 401
[id] => http://dx.doi.org/10.7910/DVN/QH9XWB
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/QH9XWB
)
[name] => Template for the Preparation of a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives
[_keywords] => Array
(
[value] => national strategic action plan
[agrovoc label] =>
[uri] =>
[score] => 0.53333333333333
)
[Vocabulary] =>
)
[row 328] => Array
(
[] => 396
[id] => http://dx.doi.org/10.7910/DVN/VQVDFA
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/VQVDFA
)
[name] => Template for the Preparation of a Technical Background Document for a National Strategic Action Plan for the Conservation and Sustainable Use of Crop Wild Relatives
[_keywords] => Array
(
[value] => national strategy
[agrovoc label] =>
[uri] =>
[score] => 0.58823529411765
)
[Vocabulary] =>
)
[row 329] => Array
(
[] => 412
[id] => http://dx.doi.org/10.7910/DVN/5B9IV5
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5B9IV5
)
[name] => Occurrence data collation template v.1
[_keywords] => Array
(
[value] => national strategy
[agrovoc label] =>
[uri] =>
[score] => 0.58823529411765
)
[Vocabulary] =>
)
[row 330] => Array
(
[] => 391
[id] => http://dx.doi.org/10.7910/DVN/HSXUVE
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/HSXUVE
)
[name] => Priority CWR species of the SADC region
[_keywords] => Array
(
[value] => native status
[agrovoc label] =>
[uri] =>
[score] => 0.5625
)
[Vocabulary] =>
)
[row 332] => Array
(
[] => 16
[id] => http://hdl.handle.net/1902.1/20804
[dataset] => Array
(
[scheme] => http
[host] => hdl.handle.net
[path] => /1902.1/20804
)
[name] => Farmers' perceptions of climate change and actions taken to cope with the changes, as well as associated socio-economic information and crop diversity for the household.
[_keywords] => Array
(
[value] => neglected and underutilized species
[agrovoc label] =>
[uri] =>
[score] => 0.45714285714286
)
[Vocabulary] =>
)
[row 334] => Array
(
[] => 26
[id] => http://hdl.handle.net/1902.1/20796
[dataset] => Array
(
[scheme] => http
[host] => hdl.handle.net
[path] => /1902.1/20796
)
[name] => Farmers' survey: niche market development for neglected and underutlized (NUS) products in Nepal.
[_keywords] => Array
(
[value] => niche markets
[agrovoc label] =>
[uri] =>
[score] => 0.64285714285714
)
[Vocabulary] =>
)
[row 344] => Array
(
[] => 4
[id] => https://hdl.handle.net/1902.1/21250
[dataset] => Array
(
[scheme] => https
[host] => hdl.handle.net
[path] => /1902.1/21250
)
[name] => Bioversity Collecting Mission Database
[_keywords] => Array
(
[value] => nus
[agrovoc label] =>
[uri] =>
[score] => 0.75
)
[Vocabulary] =>
)
[row 345] => Array
(
[] => 17
[id] => http://hdl.handle.net/1902.1/20804
[dataset] => Array
(
[scheme] => http
[host] => hdl.handle.net
[path] => /1902.1/20804
)
[name] => Farmers' perceptions of climate change and actions taken to cope with the changes, as well as associated socio-economic information and crop diversity for the household.
[_keywords] => Array
(
[value] => nus
[agrovoc label] =>
[uri] =>
[score] => 0.75
)
[Vocabulary] =>
)
[row 346] => Array
(
[] => 25
[id] => http://hdl.handle.net/1902.1/20796
[dataset] => Array
(
[scheme] => http
[host] => hdl.handle.net
[path] => /1902.1/20796
)
[name] => Farmers' survey: niche market development for neglected and underutlized (NUS) products in Nepal.
[_keywords] => Array
(
[value] => nus
[agrovoc label] =>
[uri] =>
[score] => 0.75
)
[Vocabulary] =>
)
[row 347] => Array
(
[] => 407
[id] => http://dx.doi.org/10.7910/DVN/5B9IV5
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5B9IV5
)
[name] => Occurrence data collation template v.1
[_keywords] => Array
(
[value] => occurrence data
[agrovoc label] =>
[uri] =>
[score] => 0.46666666666667
)
[Vocabulary] =>
)
[row 362] => Array
(
[] => 1
[id] => https://hdl.handle.net/1902.1/21250
[dataset] => Array
(
[scheme] => https
[host] => hdl.handle.net
[path] => /1902.1/21250
)
[name] => Bioversity Collecting Mission Database
[_keywords] => Array
(
[value] => passport data
[agrovoc label] =>
[uri] =>
[score] => 0.53846153846154
)
[Vocabulary] =>
)
[row 367] => Array
(
[] => 381
[id] => http://dx.doi.org/10.7910/DVN/VYZZFF
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/VYZZFF
)
[name] => Technical Background Document to the National Strategic Action Plan for the Conservation and Sustainable Use of Cop Wild Relatives in Zambia
[_keywords] => Array
(
[value] => priority cwr taxa
[agrovoc label] =>
[uri] =>
[score] => 0.47058823529412
)
[Vocabulary] =>
)
[row 368] => Array
(
[] => 388
[id] => http://dx.doi.org/10.7910/DVN/HSXUVE
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/HSXUVE
)
[name] => Priority CWR species of the SADC region
[_keywords] => Array
(
[value] => priority taxa
[agrovoc label] =>
[uri] =>
[score] => 0.5
)
[Vocabulary] =>
)
[row 373] => Array
(
[] => 427
[id] => http://dx.doi.org/10.7910/DVN/MEAPCE
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/MEAPCE
)
[name] => LACOSREP Upper-East Ghana Reservoir Inventory
[_keywords] => Array
(
[value] => reservoir
[agrovoc label] => WATER RESERVOIRS
[uri] => http://aims.fao.org/aos/agrovoc/c_8324
[score] => 0.58333333333333
)
[Vocabulary] => AGROVOC
)
[row 376] => Array
(
[] => 126
[id] => http://dx.doi.org/10.7910/DVN/5774FJ
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5774FJ
)
[name] => Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets
[_keywords] => Array
(
[value] => risk
[agrovoc label] =>
[uri] =>
[score] => 0.8
)
[Vocabulary] =>
)
[row 384] => Array
(
[] => 364
[id] => http://dx.doi.org/10.7910/DVN/QUOPCB
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/QUOPCB
)
[name] => Occurrence data for priority CWR of the SADC region
[_keywords] => Array
(
[value] => sadc region
[agrovoc label] => SADC COUNTRIES
[uri] => http://aims.fao.org/aos/agrovoc/c_35295
[score] => 0.66666666666667
)
[Vocabulary] => AGROVOC
)
[row 385] => Array
(
[] => 393
[id] => http://dx.doi.org/10.7910/DVN/HSXUVE
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/HSXUVE
)
[name] => Priority CWR species of the SADC region
[_keywords] => Array
(
[value] => sadc region
[agrovoc label] => SADC COUNTRIES
[uri] => http://aims.fao.org/aos/agrovoc/c_35295
[score] => 0.66666666666667
)
[Vocabulary] => AGROVOC
)
[row 386] => Array
(
[] => 19
[id] => http://hdl.handle.net/1902.1/20804
[dataset] => Array
(
[scheme] => http
[host] => hdl.handle.net
[path] => /1902.1/20804
)
[name] => Farmers' perceptions of climate change and actions taken to cope with the changes, as well as associated socio-economic information and crop diversity for the household.
[_keywords] => Array
(
[value] => seed systems
[agrovoc label] =>
[uri] =>
[score] => 0.73333333333333
)
[Vocabulary] =>
)
[row 387] => Array
(
[] => 125
[id] => http://dx.doi.org/10.7910/DVN/5774FJ
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5774FJ
)
[name] => Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets
[_keywords] => Array
(
[value] => seed systems
[agrovoc label] =>
[uri] =>
[score] => 0.73333333333333
)
[Vocabulary] =>
)
[row 388] => Array
(
[] => 145
[id] => http://dx.doi.org/10.7910/DVN/IXSOMM
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/IXSOMM
)
[name] => Ghana Household Surveys for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => seed systems
[agrovoc label] =>
[uri] =>
[score] => 0.73333333333333
)
[Vocabulary] =>
)
[row 389] => Array
(
[] => 170
[id] => http://dx.doi.org/10.7910/DVN/OZWE7N
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/OZWE7N
)
[name] => Karnataka Household Surveys for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => seed systems
[agrovoc label] =>
[uri] =>
[score] => 0.73333333333333
)
[Vocabulary] =>
)
[row 390] => Array
(
[] => 198
[id] => http://dx.doi.org/10.7910/DVN/JDUSDR
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/JDUSDR
)
[name] => Rajasthan Household Surveys for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => seed systems
[agrovoc label] =>
[uri] =>
[score] => 0.73333333333333
)
[Vocabulary] =>
)
[row 391] => Array
(
[] => 219
[id] => http://dx.doi.org/10.7910/DVN/NDALXF
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/NDALXF
)
[name] => Malawi Household Surveys for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => seed systems
[agrovoc label] =>
[uri] =>
[score] => 0.73333333333333
)
[Vocabulary] =>
)
[row 392] => Array
(
[] => 227
[id] => http://dx.doi.org/10.7910/DVN/NEF7ZD
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/NEF7ZD
)
[name] => Mali Household Surveys for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => seed systems
[agrovoc label] =>
[uri] =>
[score] => 0.73333333333333
)
[Vocabulary] =>
)
[row 394] => Array
(
[] => 5
[id] => https://hdl.handle.net/1902.1/21250
[dataset] => Array
(
[scheme] => https
[host] => hdl.handle.net
[path] => /1902.1/21250
)
[name] => Bioversity Collecting Mission Database
[_keywords] => Array
(
[value] => singer
[agrovoc label] =>
[uri] =>
[score] => 0.83333333333333
)
[Vocabulary] =>
)
[row 395] => Array
(
[] => 428
[id] => http://dx.doi.org/10.7910/DVN/MEAPCE
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/MEAPCE
)
[name] => LACOSREP Upper-East Ghana Reservoir Inventory
[_keywords] => Array
(
[value] => small dam
[agrovoc label] =>
[uri] =>
[score] => 0.72727272727273
)
[Vocabulary] =>
)
[row 396] => Array
(
[] => 89
[id] => https://doi.org/10.7910/DVN/2YAJPQ
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/2YAJPQ
)
[name] => SNP dataset in musa acuminata (banana) panel
[_keywords] => Array
(
[value] => snp
[agrovoc label] => SNP
[uri] => http://purl.obolibrary.org/obo/SO_0000694
[score] => 0.5
)
[Vocabulary] => SO
)
[row 403] => Array
(
[] => 12
[id] => http://dx.doi.org/10.7910/DVN/25450
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/25450
)
[name] => Fingerprinting data musa accessions with SSR
[_keywords] => Array
(
[value] => ssr
[agrovoc label] =>
[uri] =>
[score] => 0.75
)
[Vocabulary] =>
)
[row 420] => Array
(
[] => 2
[id] => https://hdl.handle.net/1902.1/21250
[dataset] => Array
(
[scheme] => https
[host] => hdl.handle.net
[path] => /1902.1/21250
)
[name] => Bioversity Collecting Mission Database
[_keywords] => Array
(
[value] => traits
[agrovoc label] => PLANT TRAIT
[uri] => http://purl.obolibrary.org/obo/TO_0000387
[score] => 0.66666666666667
)
[Vocabulary] => TO
)
[row 423] => Array
(
[] => 435
[id] => https://doi.org/10.7910/DVN/XGR0GJ
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/XGR0GJ
)
[name] => Phantom III drone imagery
[_keywords] => Array
(
[value] => uav
[agrovoc label] => UNMANNED AERIAL VEHICLES
[uri] => http://aims.fao.org/aos/agrovoc/c_3eb20052
[score] => 0.5
)
[Vocabulary] => AGROVOC
)
[row 424] => Array
(
[] => 429
[id] => http://dx.doi.org/10.7910/DVN/MEAPCE
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/MEAPCE
)
[name] => LACOSREP Upper-East Ghana Reservoir Inventory
[_keywords] => Array
(
[value] => upper east ghana
[agrovoc label] =>
[uri] =>
[score] => 0.5625
)
[Vocabulary] =>
)
[row 425] => Array
(
[] => 392
[id] => http://dx.doi.org/10.7910/DVN/HSXUVE
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/HSXUVE
)
[name] => Priority CWR species of the SADC region
[_keywords] => Array
(
[value] => use in crop improvement
[agrovoc label] =>
[uri] =>
[score] => 0.69565217391304
)
[Vocabulary] =>
)
[row 429] => Array
(
[] => 424
[id] => http://dx.doi.org/10.7910/DVN/AI4CRZ
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/AI4CRZ
)
[name] => Maps of Volta basin hydrometeorogical baselines
[_keywords] => Array
(
[value] => volta basin
[agrovoc label] =>
[uri] =>
[score] => 0.61538461538461
)
[Vocabulary] =>
)
[row 430] => Array
(
[] => 443
[id] => https://doi.org/10.7910/DVN/BV1TQ2
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/BV1TQ2
)
[name] => Baseline ecosystem service maps
[_keywords] => Array
(
[value] => volta basin
[agrovoc label] =>
[uri] =>
[score] => 0.61538461538461
)
[Vocabulary] =>
)
[row 433] => Array
(
[] => 376
[id] => http://dx.doi.org/10.7910/DVN/8YXCFR
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/8YXCFR
)
[name] => CWR checklist and priority CWR of Zambia
[_keywords] => Array
(
[value] => zambia vascular plants
[agrovoc label] => TRACHEOPHYTA
[uri] => http://aims.fao.org/aos/agrovoc/c_7838
[score] => 0.63636363636364
)
[Vocabulary] => AGROVOC
)
[row 434] => Array
(
[] => 47
[id] => https://doi.org/10.7910/DVN/27236
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/27236
)
[name] => Geographic coordinates, environmental and genetic data for 256 wild barley accessions.
[_keywords] => Array
(
[value] =>
[agrovoc label] =>
[uri] =>
[score] =>
)
[Vocabulary] =>
)
[row 435] => Array
(
[] => 90
[id] => http://dx.doi.org/10.7910/DVN/FCENUH
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/FCENUH
)
[name] => Banana (Musa spp.) genetic resources information and high-throughput genotyping data
[_keywords] => Array
(
[value] =>
[agrovoc label] =>
[uri] =>
[score] =>
)
[Vocabulary] =>
)
[row 436] => Array
(
[] => 91
[id] => https://doi.org/10.7910/DVN/LZWPJP
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/LZWPJP
)
[name] => Multi-fasta file of GRAS Transcription Factors in Angiosperms
[_keywords] => Array
(
[value] =>
[agrovoc label] =>
[uri] =>
[score] =>
)
[Vocabulary] =>
)
[row 437] => Array
(
[] => 111
[id] => https://doi.org/10.7910/DVN/Q0ESWS
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/Q0ESWS
)
[name] => Banana triploid cultivars under osmotic stress conditions
[_keywords] => Array
(
[value] =>
[agrovoc label] =>
[uri] =>
[score] =>
)
[Vocabulary] =>
)
[row 438] => Array
(
[] => 112
[id] => https://doi.org/10.7910/DVN/QBRNED
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/QBRNED
)
[name] => Gene ontology mapping to DH pahang reference genome v2
[_keywords] => Array
(
[value] =>
[agrovoc label] =>
[uri] =>
[score] =>
)
[Vocabulary] =>
)
[row 439] => Array
(
[] => 113
[id] => https://doi.org/10.7910/DVN/D6S9LI
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/D6S9LI
)
[name] => Surveys of farmer households and seed suppliers in the context of a seed value chain analysis for common bean and banana in Uganda
[_keywords] => Array
(
[value] =>
[agrovoc label] =>
[uri] =>
[score] =>
)
[Vocabulary] =>
)
[row 440] => Array
(
[] => 114
[id] => https://doi.org/10.7910/DVN/4ICF6W
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/4ICF6W
)
[name] => Replication data for: "Crop variety management for climate adaptation supported by citizen science"
[_keywords] => Array
(
[value] =>
[agrovoc label] =>
[uri] =>
[score] =>
)
[Vocabulary] =>
)
[row 441] => Array
(
[] => 115
[id] => https://doi.org/10.7910/DVN/IFI1QU
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/IFI1QU
)
[name] => Gene annotation, orthogroups and gene trees in Musa acuminata subspecies
[_keywords] => Array
(
[value] =>
[agrovoc label] =>
[uri] =>
[score] =>
)
[Vocabulary] =>
)
[row 442] => Array
(
[] => 116
[id] => https://doi.org/10.7910/DVN/0O1GW1
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/0O1GW1
)
[name] => Replication data for: "The future of coffee and cocoa agroforestry in a warmer Mesoamerica"
[_keywords] => Array
(
[value] =>
[agrovoc label] =>
[uri] =>
[score] =>
)
[Vocabulary] =>
)
[row 443] => Array
(
[] => 117
[id] => https://doi.org/10.7910/DVN/KSOSDU
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/KSOSDU
)
[name] => Glycosyltransferase family 61 (GT61) protein sequences
[_keywords] => Array
(
[value] =>
[agrovoc label] =>
[uri] =>
[score] =>
)
[Vocabulary] =>
)
[row 444] => Array
(
[] => 247
[id] => http://dx.doi.org/10.7910/DVN/MHG945
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/MHG945
)
[name] => Mali- Protocole Rappel Alimentaire de 24 heures ouvert
[_keywords] => Array
(
[value] =>
[agrovoc label] =>
[uri] =>
[score] =>
)
[Vocabulary] =>
)
[row 445] => Array
(
[] => 422
[id] => https://doi.org/10.7910/DVN/UHULV3
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/UHULV3
)
[name] => Genome wide association study to identify the genetic base of smallholder farmer preferences of durum wheat traits
[_keywords] => Array
(
[value] =>
[agrovoc label] =>
[uri] =>
[score] =>
)
[Vocabulary] =>
)
)
)
[not visible] => Array
(
[contents] => Array
(
[row 2] => Array
(
[] => 118
[id] => http://dx.doi.org/10.7910/DVN/5774FJ
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5774FJ
)
[name] => Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets
[_keywords] => Array
(
[value] => agriculture
[agrovoc label] => agriculture
[uri] => http://aims.fao.org/aos/agrovoc/c_203
[score] => 1
)
[Vocabulary] =>
)
[row 3] => Array
(
[] => 131
[id] => http://dx.doi.org/10.7910/DVN/DKAS4Z
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/DKAS4Z
)
[name] => Ghana Focus Group Discussions Data
[_keywords] => Array
(
[value] => agriculture
[agrovoc label] => agriculture
[uri] => http://aims.fao.org/aos/agrovoc/c_203
[score] => 1
)
[Vocabulary] =>
)
[row 4] => Array
(
[] => 138
[id] => http://dx.doi.org/10.7910/DVN/IXSOMM
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/IXSOMM
)
[name] => Ghana Household Surveys for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => agriculture
[agrovoc label] => agriculture
[uri] => http://aims.fao.org/aos/agrovoc/c_203
[score] => 1
)
[Vocabulary] =>
)
[row 5] => Array
(
[] => 153
[id] => http://dx.doi.org/10.7910/DVN/KI92MG
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/KI92MG
)
[name] => Protocol for the Agricultural Biodiversity (ABD) Assessment in Ghana
[_keywords] => Array
(
[value] => agriculture
[agrovoc label] => agriculture
[uri] => http://aims.fao.org/aos/agrovoc/c_203
[score] => 1
)
[Vocabulary] =>
)
[row 6] => Array
(
[] => 164
[id] => http://dx.doi.org/10.7910/DVN/OZWE7N
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/OZWE7N
)
[name] => Karnataka Household Surveys for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => agriculture
[agrovoc label] => agriculture
[uri] => http://aims.fao.org/aos/agrovoc/c_203
[score] => 1
)
[Vocabulary] =>
)
[row 7] => Array
(
[] => 171
[id] => http://dx.doi.org/10.7910/DVN/JDC7QW
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/JDC7QW
)
[name] => Karnataka Focus Group Discussions Data
[_keywords] => Array
(
[value] => agriculture
[agrovoc label] => agriculture
[uri] => http://aims.fao.org/aos/agrovoc/c_203
[score] => 0.91666666666667
)
[Vocabulary] =>
)
[row 8] => Array
(
[] => 184
[id] => http://dx.doi.org/10.7910/DVN/G6VP2L
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/G6VP2L
)
[name] => Rajasthan Focus Group Discussions Data
[_keywords] => Array
(
[value] => agriculture
[agrovoc label] => agriculture
[uri] => http://aims.fao.org/aos/agrovoc/c_203
[score] => 1
)
[Vocabulary] =>
)
[row 9] => Array
(
[] => 191
[id] => http://dx.doi.org/10.7910/DVN/JDUSDR
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/JDUSDR
)
[name] => Rajasthan Household Surveys for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => agriculture
[agrovoc label] => agriculture
[uri] => http://aims.fao.org/aos/agrovoc/c_203
[score] => 1
)
[Vocabulary] =>
)
[row 10] => Array
(
[] => 205
[id] => http://dx.doi.org/10.7910/DVN/SOHK1P
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/SOHK1P
)
[name] => Malawi Focus Group Discussions Data
[_keywords] => Array
(
[value] => agriculture
[agrovoc label] => agriculture
[uri] => http://aims.fao.org/aos/agrovoc/c_203
[score] => 1
)
[Vocabulary] =>
)
[row 11] => Array
(
[] => 212
[id] => http://dx.doi.org/10.7910/DVN/NDALXF
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/NDALXF
)
[name] => Malawi Household Surveys for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => agriculture
[agrovoc label] => agriculture
[uri] => http://aims.fao.org/aos/agrovoc/c_203
[score] => 1
)
[Vocabulary] =>
)
[row 12] => Array
(
[] => 221
[id] => http://dx.doi.org/10.7910/DVN/NEF7ZD
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/NEF7ZD
)
[name] => Mali Household Surveys for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => agriculture
[agrovoc label] => agriculture
[uri] => http://aims.fao.org/aos/agrovoc/c_203
[score] => 1
)
[Vocabulary] =>
)
[row 13] => Array
(
[] => 235
[id] => http://dx.doi.org/10.7910/DVN/5SZUZ4
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5SZUZ4
)
[name] => Mali Focus Group Discussions Data
[_keywords] => Array
(
[value] => agriculture
[agrovoc label] => agriculture
[uri] => http://aims.fao.org/aos/agrovoc/c_203
[score] => 1
)
[Vocabulary] =>
)
[row 14] => Array
(
[] => 242
[id] => http://dx.doi.org/10.7910/DVN/3QIG77
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/3QIG77
)
[name] => Protocol for the Agricultural Biodiversity (ABD) Assessment in Mali / Protocole pour l’évaluation de la Biodiversité Agricole (ABD) á Mali
[_keywords] => Array
(
[value] => agriculture
[agrovoc label] => agriculture
[uri] => http://aims.fao.org/aos/agrovoc/c_203
[score] => 1
)
[Vocabulary] =>
)
[row 15] => Array
(
[] => 248
[id] => http://dx.doi.org/10.7910/DVN/GTNSIL
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/GTNSIL
)
[name] => Niger Focus Group Discussion Data
[_keywords] => Array
(
[value] => agriculture
[agrovoc label] => agriculture
[uri] => http://aims.fao.org/aos/agrovoc/c_203
[score] => 1
)
[Vocabulary] =>
)
[row 16] => Array
(
[] => 321
[id] => https://doi.org/10.7910/DVN/J94MZQ
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/J94MZQ
)
[name] => Biodiversity and complementary feeding practices of children in the north west region of Cameroon
[_keywords] => Array
(
[value] => agrobiodiversity
[agrovoc label] => agrobiodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_37977
[score] => 1
)
[Vocabulary] =>
)
[row 17] => Array
(
[] => 327
[id] => https://doi.org/10.7910/DVN/ZO9YA2
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/ZO9YA2
)
[name] => Biodiversity and complementary feeding practices of children in the north west region of Viet Nam
[_keywords] => Array
(
[value] => agrobiodiversity
[agrovoc label] => agrobiodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_37977
[score] => 1
)
[Vocabulary] =>
)
[row 18] => Array
(
[] => 333
[id] => https://doi.org/10.7910/DVN/GDGPTK
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/GDGPTK
)
[name] => Traditional food consumption and its nutritional contribution in Guasaganda, Central Ecuador.
[_keywords] => Array
(
[value] => agrobiodiversity
[agrovoc label] => agrobiodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_37977
[score] => 1
)
[Vocabulary] =>
)
[row 19] => Array
(
[] => 338
[id] => https://doi.org/10.7910/DVN/I5FVAI
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/I5FVAI
)
[name] => Wild edible plant use in Tshopo district, DR Congo
[_keywords] => Array
(
[value] => agrobiodiversity
[agrovoc label] => agrobiodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_37977
[score] => 1
)
[Vocabulary] =>
)
[row 20] => Array
(
[] => 344
[id] => https://doi.org/10.7910/DVN/O0CDZB
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/O0CDZB
)
[name] => Biodiversity and dietary diversity in Vihiga Kenya
[_keywords] => Array
(
[value] => agrobiodiversity
[agrovoc label] => agrobiodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_37977
[score] => 1
)
[Vocabulary] =>
)
[row 21] => Array
(
[] => 351
[id] => https://doi.org/10.7910/DVN/ENDSGS
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/ENDSGS
)
[name] => Investigating the current and potential role of local biodiversity in meeting nutritional requirements of infants and young children in rural Southern Benin
[_keywords] => Array
(
[value] => agrobiodiversity
[agrovoc label] => agrobiodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_37977
[score] => 1
)
[Vocabulary] =>
)
[row 22] => Array
(
[] => 357
[id] => https://doi.org/10.7910/DVN/QW0SEO
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/QW0SEO
)
[name] => Food security and the contribution of wild foods to diets, nutrition at three villages of Sinharaja Forest in Sri Lanka
[_keywords] => Array
(
[value] => agrobiodiversity
[agrovoc label] => agrobiodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_37977
[score] => 1
)
[Vocabulary] =>
)
[row 23] => Array
(
[] => 81
[id] => http://dx.doi.org/10.7910/DVN/IABY1D
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/IABY1D
)
[name] => CGIAR activities and partnerships
[_keywords] => Array
(
[value] => analysis
[agrovoc label] => analysis
[uri] => http://aims.fao.org/aos/agrovoc/c_49928
[score] => 1
)
[Vocabulary] =>
)
[row 25] => Array
(
[] => 13
[id] => http://dx.doi.org/10.7910/DVN/25450
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/25450
)
[name] => Fingerprinting data musa accessions with SSR
[_keywords] => Array
(
[value] => banana
[agrovoc label] => bananas
[uri] => http://aims.fao.org/aos/agrovoc/c_806
[score] => 0.85714285714286
)
[Vocabulary] =>
)
[row 26] => Array
(
[] => 49
[id] => http://dx.doi.org/10.7910/DVN/68PZZ3
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/68PZZ3
)
[name] => Sequences of NAC genes of M. acuminata, O.sativa, V. vinifera and A. thaliana
[_keywords] => Array
(
[value] => bananas
[agrovoc label] => bananas
[uri] => http://aims.fao.org/aos/agrovoc/c_806
[score] => 1
)
[Vocabulary] =>
)
[row 27] => Array
(
[] => 88
[id] => https://doi.org/10.7910/DVN/2YAJPQ
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/2YAJPQ
)
[name] => SNP dataset in musa acuminata (banana) panel
[_keywords] => Array
(
[value] => bananas
[agrovoc label] => bananas
[uri] => http://aims.fao.org/aos/agrovoc/c_806
[score] => 1
)
[Vocabulary] =>
)
[row 28] => Array
(
[] => 352
[id] => https://doi.org/10.7910/DVN/ENDSGS
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/ENDSGS
)
[name] => Investigating the current and potential role of local biodiversity in meeting nutritional requirements of infants and young children in rural Southern Benin
[_keywords] => Array
(
[value] => benin
[agrovoc label] => Benin
[uri] => http://aims.fao.org/aos/agrovoc/c_875
[score] => 1
)
[Vocabulary] =>
)
[row 29] => Array
(
[] => 62
[id] => http://dx.doi.org/10.7910/DVN/CX3DIR
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/CX3DIR
)
[name] => Farm characterization in Cuba
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 30] => Array
(
[] => 75
[id] => http://dx.doi.org/10.7910/DVN/U3MS5K
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/U3MS5K
)
[name] => On-farm diversity and market participation are positively associated with dietary diversity of rural mothers in southern Benin, West Africa
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 31] => Array
(
[] => 84
[id] => http://dx.doi.org/10.7910/DVN/POJCMA
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/POJCMA
)
[name] => Data from: Origins of food crops connect countries worldwide
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 32] => Array
(
[] => 110
[id] => https://doi.org/10.7910/DVN/CGNMCZ
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/CGNMCZ
)
[name] => Online checklist of banana cultivars
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 33] => Array
(
[] => 119
[id] => http://dx.doi.org/10.7910/DVN/5774FJ
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5774FJ
)
[name] => Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 34] => Array
(
[] => 132
[id] => http://dx.doi.org/10.7910/DVN/DKAS4Z
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/DKAS4Z
)
[name] => Ghana Focus Group Discussions Data
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 35] => Array
(
[] => 139
[id] => http://dx.doi.org/10.7910/DVN/IXSOMM
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/IXSOMM
)
[name] => Ghana Household Surveys for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 36] => Array
(
[] => 154
[id] => http://dx.doi.org/10.7910/DVN/KI92MG
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/KI92MG
)
[name] => Protocol for the Agricultural Biodiversity (ABD) Assessment in Ghana
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 37] => Array
(
[] => 165
[id] => http://dx.doi.org/10.7910/DVN/OZWE7N
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/OZWE7N
)
[name] => Karnataka Household Surveys for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 38] => Array
(
[] => 172
[id] => http://dx.doi.org/10.7910/DVN/JDC7QW
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/JDC7QW
)
[name] => Karnataka Focus Group Discussions Data
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 39] => Array
(
[] => 185
[id] => http://dx.doi.org/10.7910/DVN/G6VP2L
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/G6VP2L
)
[name] => Rajasthan Focus Group Discussions Data
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 40] => Array
(
[] => 192
[id] => http://dx.doi.org/10.7910/DVN/JDUSDR
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/JDUSDR
)
[name] => Rajasthan Household Surveys for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 41] => Array
(
[] => 206
[id] => http://dx.doi.org/10.7910/DVN/SOHK1P
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/SOHK1P
)
[name] => Malawi Focus Group Discussions Data
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 42] => Array
(
[] => 213
[id] => http://dx.doi.org/10.7910/DVN/NDALXF
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/NDALXF
)
[name] => Malawi Household Surveys for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 43] => Array
(
[] => 222
[id] => http://dx.doi.org/10.7910/DVN/NEF7ZD
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/NEF7ZD
)
[name] => Mali Household Surveys for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 44] => Array
(
[] => 236
[id] => http://dx.doi.org/10.7910/DVN/5SZUZ4
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5SZUZ4
)
[name] => Mali Focus Group Discussions Data
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 45] => Array
(
[] => 243
[id] => http://dx.doi.org/10.7910/DVN/3QIG77
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/3QIG77
)
[name] => Protocol for the Agricultural Biodiversity (ABD) Assessment in Mali / Protocole pour l’évaluation de la Biodiversité Agricole (ABD) á Mali
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 46] => Array
(
[] => 249
[id] => http://dx.doi.org/10.7910/DVN/GTNSIL
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/GTNSIL
)
[name] => Niger Focus Group Discussion Data
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 47] => Array
(
[] => 286
[id] => https://doi.org/10.7910/DVN/BKJG4P
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/BKJG4P
)
[name] => Samples collected for genetic activities on sapelli, moabi in Cameroon, DRC and Gabon and tali in the context of the Beyond Timber project
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 48] => Array
(
[] => 292
[id] => https://doi.org/10.7910/DVN/GSLLWP
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/GSLLWP
)
[name] => Molecular data acquired by genetic activities on sapelli, moabi in Cameroon, DRC and Gabon and tali in the context of the Beyond Timber project
[_keywords] => Array
(
[value] => biodiversity
[agrovoc label] => biodiversity
[uri] => http://aims.fao.org/aos/agrovoc/c_33949
[score] => 1
)
[Vocabulary] =>
)
[row 49] => Array
(
[] => 66
[id] => https://doi.org/10.7910/DVN/NYDIXU
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/NYDIXU
)
[name] => Comparative phylogeography in rainforest trees from Lower Guinea, Africa
[_keywords] => Array
(
[value] => biogeography
[agrovoc label] => biogeography
[uri] => http://aims.fao.org/aos/agrovoc/c_915
[score] => 1
)
[Vocabulary] =>
)
[row 50] => Array
(
[] => 68
[id] => https://doi.org/10.7910/DVN/NYDIXU
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/NYDIXU
)
[name] => Comparative phylogeography in rainforest trees from Lower Guinea, Africa
[_keywords] => Array
(
[value] => biology
[agrovoc label] => biology
[uri] => http://aims.fao.org/aos/agrovoc/c_925
[score] => 1
)
[Vocabulary] =>
)
[row 51] => Array
(
[] => 301
[id] => http://dx.doi.org/10.7910/DVN/ABKJ9H
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/ABKJ9H
)
[name] => Characterisation of dwellers and their activity in Cameroon
[_keywords] => Array
(
[value] => budget
[agrovoc label] => budgets
[uri] => http://aims.fao.org/aos/agrovoc/c_1134
[score] => 0.85714285714286
)
[Vocabulary] =>
)
[row 52] => Array
(
[] => 102
[id] => https://doi.org/10.7910/DVN/3BTC8J
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/3BTC8J
)
[name] => Individual and combined threat maps of 16 selected food tree species within the boundaries of Burkina Faso
[_keywords] => Array
(
[value] => burkina faso
[agrovoc label] => Burkina Faso
[uri] => http://aims.fao.org/aos/agrovoc/c_8081
[score] => 1
)
[Vocabulary] =>
)
[row 53] => Array
(
[] => 283
[id] => http://dx.doi.org/10.7910/DVN/SUEWWX
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/SUEWWX
)
[name] => Skills needed for using social science research tools in natural resource management: Personal experience from gender research in the “Beyond timber project” in Cameroon
[_keywords] => Array
(
[value] => cameroon
[agrovoc label] => Cameroon
[uri] => http://aims.fao.org/aos/agrovoc/c_1229
[score] => 1
)
[Vocabulary] =>
)
[row 54] => Array
(
[] => 289
[id] => https://doi.org/10.7910/DVN/BKJG4P
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/BKJG4P
)
[name] => Samples collected for genetic activities on sapelli, moabi in Cameroon, DRC and Gabon and tali in the context of the Beyond Timber project
[_keywords] => Array
(
[value] => cameroon
[agrovoc label] => Cameroon
[uri] => http://aims.fao.org/aos/agrovoc/c_1229
[score] => 1
)
[Vocabulary] =>
)
[row 55] => Array
(
[] => 322
[id] => https://doi.org/10.7910/DVN/J94MZQ
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/J94MZQ
)
[name] => Biodiversity and complementary feeding practices of children in the north west region of Cameroon
[_keywords] => Array
(
[value] => cameroon
[agrovoc label] => Cameroon
[uri] => http://aims.fao.org/aos/agrovoc/c_1229
[score] => 1
)
[Vocabulary] =>
)
[row 56] => Array
(
[] => 37
[id] => http://dx.doi.org/10.7910/DVN/27275
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/27275
)
[name] => Compositional characterization of native Peruvian chili peppers (Capsicum spp.)
[_keywords] => Array
(
[value] => capsicum
[agrovoc label] => Capsicum
[uri] => http://aims.fao.org/aos/agrovoc/c_1287
[score] => 1
)
[Vocabulary] =>
)
[row 59] => Array
(
[] => 130
[id] => http://dx.doi.org/10.7910/DVN/5774FJ
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5774FJ
)
[name] => Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets
[_keywords] => Array
(
[value] => children
[agrovoc label] => children
[uri] => http://aims.fao.org/aos/agrovoc/c_1547
[score] => 1
)
[Vocabulary] =>
)
[row 60] => Array
(
[] => 152
[id] => http://dx.doi.org/10.7910/DVN/XWSNX8
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/XWSNX8
)
[name] => Ghana Diet Diversity and Food Security for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => children
[agrovoc label] => children
[uri] => http://aims.fao.org/aos/agrovoc/c_1547
[score] => 1
)
[Vocabulary] =>
)
[row 61] => Array
(
[] => 163
[id] => http://dx.doi.org/10.7910/DVN/RLMYMR
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/RLMYMR
)
[name] => Karnataka Diet Diversity and Food Security for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => children
[agrovoc label] => children
[uri] => http://aims.fao.org/aos/agrovoc/c_1547
[score] => 1
)
[Vocabulary] =>
)
[row 62] => Array
(
[] => 183
[id] => http://dx.doi.org/10.7910/DVN/VGU2DW
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/VGU2DW
)
[name] => Rajasthan Diet Diversity and Food Security for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => children
[agrovoc label] => children
[uri] => http://aims.fao.org/aos/agrovoc/c_1547
[score] => 1
)
[Vocabulary] =>
)
[row 63] => Array
(
[] => 234
[id] => http://dx.doi.org/10.7910/DVN/2DT22T
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/2DT22T
)
[name] => Mali Diet Diversity and Food Security for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => children
[agrovoc label] => children
[uri] => http://aims.fao.org/aos/agrovoc/c_1547
[score] => 1
)
[Vocabulary] =>
)
[row 64] => Array
(
[] => 320
[id] => https://doi.org/10.7910/DVN/J94MZQ
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/J94MZQ
)
[name] => Biodiversity and complementary feeding practices of children in the north west region of Cameroon
[_keywords] => Array
(
[value] => children
[agrovoc label] => children
[uri] => http://aims.fao.org/aos/agrovoc/c_1547
[score] => 1
)
[Vocabulary] =>
)
[row 65] => Array
(
[] => 326
[id] => https://doi.org/10.7910/DVN/ZO9YA2
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/ZO9YA2
)
[name] => Biodiversity and complementary feeding practices of children in the north west region of Viet Nam
[_keywords] => Array
(
[value] => children
[agrovoc label] => children
[uri] => http://aims.fao.org/aos/agrovoc/c_1547
[score] => 1
)
[Vocabulary] =>
)
[row 66] => Array
(
[] => 332
[id] => https://doi.org/10.7910/DVN/GDGPTK
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/GDGPTK
)
[name] => Traditional food consumption and its nutritional contribution in Guasaganda, Central Ecuador.
[_keywords] => Array
(
[value] => children
[agrovoc label] => children
[uri] => http://aims.fao.org/aos/agrovoc/c_1547
[score] => 1
)
[Vocabulary] =>
)
[row 67] => Array
(
[] => 343
[id] => https://doi.org/10.7910/DVN/O0CDZB
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/O0CDZB
)
[name] => Biodiversity and dietary diversity in Vihiga Kenya
[_keywords] => Array
(
[value] => children
[agrovoc label] => children
[uri] => http://aims.fao.org/aos/agrovoc/c_1547
[score] => 1
)
[Vocabulary] =>
)
[row 68] => Array
(
[] => 349
[id] => https://doi.org/10.7910/DVN/ENDSGS
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/ENDSGS
)
[name] => Investigating the current and potential role of local biodiversity in meeting nutritional requirements of infants and young children in rural Southern Benin
[_keywords] => Array
(
[value] => children
[agrovoc label] => children
[uri] => http://aims.fao.org/aos/agrovoc/c_1547
[score] => 1
)
[Vocabulary] =>
)
[row 69] => Array
(
[] => 356
[id] => https://doi.org/10.7910/DVN/QW0SEO
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/QW0SEO
)
[name] => Food security and the contribution of wild foods to diets, nutrition at three villages of Sinharaja Forest in Sri Lanka
[_keywords] => Array
(
[value] => children
[agrovoc label] => children
[uri] => http://aims.fao.org/aos/agrovoc/c_1547
[score] => 1
)
[Vocabulary] =>
)
[row 70] => Array
(
[] => 38
[id] => http://dx.doi.org/10.7910/DVN/27275
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/27275
)
[name] => Compositional characterization of native Peruvian chili peppers (Capsicum spp.)
[_keywords] => Array
(
[value] => chillies
[agrovoc label] => chillies
[uri] => http://aims.fao.org/aos/agrovoc/c_9795
[score] => 1
)
[Vocabulary] =>
)
[row 71] => Array
(
[] => 107
[id] => https://doi.org/10.7910/DVN/CGNMCZ
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/CGNMCZ
)
[name] => Online checklist of banana cultivars
[_keywords] => Array
(
[value] => classification
[agrovoc label] => classification
[uri] => http://aims.fao.org/aos/agrovoc/c_1653
[score] => 1
)
[Vocabulary] =>
)
[row 72] => Array
(
[] => 97
[id] => https://doi.org/10.7910/DVN/3BTC8J
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/3BTC8J
)
[name] => Individual and combined threat maps of 16 selected food tree species within the boundaries of Burkina Faso
[_keywords] => Array
(
[value] => climate change
[agrovoc label] => climate change
[uri] => http://aims.fao.org/aos/agrovoc/c_1666
[score] => 1
)
[Vocabulary] =>
)
[row 74] => Array
(
[] => 55
[id] => http://dx.doi.org/10.7910/DVN/ZFQM2U
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/ZFQM2U
)
[name] => The Coffee Genome Hub: a resource for coffee genomes
[_keywords] => Array
(
[value] => coffea
[agrovoc label] => Coffea
[uri] => http://aims.fao.org/aos/agrovoc/c_1720
[score] => 1
)
[Vocabulary] =>
)
[row 75] => Array
(
[] => 56
[id] => http://dx.doi.org/10.7910/DVN/ZFQM2U
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/ZFQM2U
)
[name] => The Coffee Genome Hub: a resource for coffee genomes
[_keywords] => Array
(
[value] => coffea canephora
[agrovoc label] => Coffea canephora
[uri] => http://aims.fao.org/aos/agrovoc/c_1723
[score] => 1
)
[Vocabulary] =>
)
[row 77] => Array
(
[] => 39
[id] => http://dx.doi.org/10.7910/DVN/27275
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/27275
)
[name] => Compositional characterization of native Peruvian chili peppers (Capsicum spp.)
[_keywords] => Array
(
[value] => colour
[agrovoc label] => colour
[uri] => http://aims.fao.org/aos/agrovoc/c_1773
[score] => 1
)
[Vocabulary] =>
)
[row 78] => Array
(
[] => 282
[id] => http://dx.doi.org/10.7910/DVN/SUEWWX
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/SUEWWX
)
[name] => Skills needed for using social science research tools in natural resource management: Personal experience from gender research in the “Beyond timber project” in Cameroon
[_keywords] => Array
(
[value] => community involvement
[agrovoc label] => community involvement
[uri] => http://aims.fao.org/aos/agrovoc/c_37559
[score] => 0.95454545454546
)
[Vocabulary] =>
)
[row 90] => Array
(
[] => 257
[id] => http://dx.doi.org/10.7910/DVN/GCODBQ
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/GCODBQ
)
[name] => Individuals and stumps of Moabi, Sapelli, Tali, Ozigo and Abam (timber species with food values) recorded around villages and within logged areas of timber concessions in Cameroon, Gabon and the DRC.
[_keywords] => Array
(
[value] => contracts
[agrovoc label] => contracts
[uri] => http://aims.fao.org/aos/agrovoc/c_1840
[score] => 1
)
[Vocabulary] =>
)
[row 91] => Array
(
[] => 297
[id] => http://dx.doi.org/10.7910/DVN/ABKJ9H
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/ABKJ9H
)
[name] => Characterisation of dwellers and their activity in Cameroon
[_keywords] => Array
(
[value] => contracts
[agrovoc label] => contracts
[uri] => http://aims.fao.org/aos/agrovoc/c_1840
[score] => 1
)
[Vocabulary] =>
)
[row 92] => Array
(
[] => 305
[id] => http://dx.doi.org/10.7910/DVN/J4TRIH
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/J4TRIH
)
[name] => Characterisation of dwellers and their activity in Gabon
[_keywords] => Array
(
[value] => contracts
[agrovoc label] => contracts
[uri] => http://aims.fao.org/aos/agrovoc/c_1840
[score] => 1
)
[Vocabulary] =>
)
[row 93] => Array
(
[] => 312
[id] => http://dx.doi.org/10.7910/DVN/SOM6RZ
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/SOM6RZ
)
[name] => Characterisation of dwellers and their activity in the Democratic Republic of the Congo (DRC)
[_keywords] => Array
(
[value] => contracts
[agrovoc label] => contracts
[uri] => http://aims.fao.org/aos/agrovoc/c_1840
[score] => 0.9
)
[Vocabulary] =>
)
[row 94] => Array
(
[] => 98
[id] => https://doi.org/10.7910/DVN/3BTC8J
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/3BTC8J
)
[name] => Individual and combined threat maps of 16 selected food tree species within the boundaries of Burkina Faso
[_keywords] => Array
(
[value] => cotton
[agrovoc label] => cotton
[uri] => http://aims.fao.org/aos/agrovoc/c_1926
[score] => 1
)
[Vocabulary] =>
)
[row 96] => Array
(
[] => 87
[id] => http://dx.doi.org/10.7910/DVN/POJCMA
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/POJCMA
)
[name] => Data from: Origins of food crops connect countries worldwide
[_keywords] => Array
(
[value] => crop improvement
[agrovoc label] => crop improvement
[uri] => http://aims.fao.org/aos/agrovoc/c_331560
[score] => 1
)
[Vocabulary] =>
)
[row 111] => Array
(
[] => 61
[id] => http://dx.doi.org/10.7910/DVN/CX3DIR
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/CX3DIR
)
[name] => Farm characterization in Cuba
[_keywords] => Array
(
[value] => cropping systems
[agrovoc label] => cropping systems
[uri] => http://aims.fao.org/aos/agrovoc/c_1971
[score] => 1
)
[Vocabulary] =>
)
[row 112] => Array
(
[] => 74
[id] => http://dx.doi.org/10.7910/DVN/U3MS5K
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/U3MS5K
)
[name] => On-farm diversity and market participation are positively associated with dietary diversity of rural mothers in southern Benin, West Africa
[_keywords] => Array
(
[value] => crops
[agrovoc label] => crops
[uri] => http://aims.fao.org/aos/agrovoc/c_1972
[score] => 0.83333333333333
)
[Vocabulary] =>
)
[row 113] => Array
(
[] => 83
[id] => http://dx.doi.org/10.7910/DVN/POJCMA
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/POJCMA
)
[name] => Data from: Origins of food crops connect countries worldwide
[_keywords] => Array
(
[value] => crops
[agrovoc label] => crops
[uri] => http://aims.fao.org/aos/agrovoc/c_1972
[score] => 1
)
[Vocabulary] =>
)
[row 119] => Array
(
[] => 58
[id] => http://dx.doi.org/10.7910/DVN/ZFQM2U
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/ZFQM2U
)
[name] => The Coffee Genome Hub: a resource for coffee genomes
[_keywords] => Array
(
[value] => data analysis
[agrovoc label] => data analysis
[uri] => http://aims.fao.org/aos/agrovoc/c_15962
[score] => 1
)
[Vocabulary] =>
)
[row 120] => Array
(
[] => 410
[id] => http://dx.doi.org/10.7910/DVN/5B9IV5
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5B9IV5
)
[name] => Occurrence data collation template v.1
[_keywords] => Array
(
[value] => data collation
[agrovoc label] => data collection
[uri] => http://aims.fao.org/aos/agrovoc/c_2128
[score] => 0.86666666666667
)
[Vocabulary] =>
)
[row 122] => Array
(
[] => 22
[id] => http://dx.doi.org/10.7910/DVN/26086
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/26086
)
[name] => The Banana Genome Hub
[_keywords] => Array
(
[value] => databases
[agrovoc label] => databases
[uri] => http://aims.fao.org/aos/agrovoc/c_24833
[score] => 1
)
[Vocabulary] =>
)
[row 123] => Array
(
[] => 339
[id] => https://doi.org/10.7910/DVN/I5FVAI
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/I5FVAI
)
[name] => Wild edible plant use in Tshopo district, DR Congo
[_keywords] => Array
(
[value] => democratic republic of congo
[agrovoc label] => Democratic Republic of the Congo
[uri] => http://aims.fao.org/aos/agrovoc/c_8500
[score] => 0.875
)
[Vocabulary] =>
)
[row 124] => Array
(
[] => 290
[id] => https://doi.org/10.7910/DVN/BKJG4P
[dataset] => Array
(
[scheme] => https
[host] => doi.org
[path] => /10.7910/DVN/BKJG4P
)
[name] => Samples collected for genetic activities on sapelli, moabi in Cameroon, DRC and Gabon and tali in the context of the Beyond Timber project
[_keywords] => Array
(
[value] => democratic republic of the congo
[agrovoc label] => Democratic Republic of the Congo
[uri] => http://aims.fao.org/aos/agrovoc/c_8500
[score] => 1
)
[Vocabulary] =>
)
[row 125] => Array
(
[] => 278
[id] => http://dx.doi.org/10.7910/DVN/SUEWWX
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/SUEWWX
)
[name] => Skills needed for using social science research tools in natural resource management: Personal experience from gender research in the “Beyond timber project” in Cameroon
[_keywords] => Array
(
[value] => design
[agrovoc label] => design
[uri] => http://aims.fao.org/aos/agrovoc/c_2208
[score] => 1
)
[Vocabulary] =>
)
[row 126] => Array
(
[] => 52
[id] => http://dx.doi.org/10.7910/DVN/68PZZ3
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/68PZZ3
)
[name] => Sequences of NAC genes of M. acuminata, O.sativa, V. vinifera and A. thaliana
[_keywords] => Array
(
[value] => dicotyledons
[agrovoc label] => dicotyledons
[uri] => http://aims.fao.org/aos/agrovoc/c_2253
[score] => 1
)
[Vocabulary] =>
)
[row 127] => Array
(
[] => 78
[id] => http://dx.doi.org/10.7910/DVN/U3MS5K
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/U3MS5K
)
[name] => On-farm diversity and market participation are positively associated with dietary diversity of rural mothers in southern Benin, West Africa
[_keywords] => Array
(
[value] => diet
[agrovoc label] => diet
[uri] => http://aims.fao.org/aos/agrovoc/c_2261
[score] => 1
)
[Vocabulary] =>
)
[row 128] => Array
(
[] => 120
[id] => http://dx.doi.org/10.7910/DVN/5774FJ
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/5774FJ
)
[name] => Agricultural Biodiversity Assessments in dryland systems of Ghana, India, Malawi, Mali and Niger: an overview of the framework, methods and datasets
[_keywords] => Array
(
[value] => diet
[agrovoc label] => diet
[uri] => http://aims.fao.org/aos/agrovoc/c_2261
[score] => 1
)
[Vocabulary] =>
)
[row 129] => Array
(
[] => 133
[id] => http://dx.doi.org/10.7910/DVN/DKAS4Z
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/DKAS4Z
)
[name] => Ghana Focus Group Discussions Data
[_keywords] => Array
(
[value] => diet
[agrovoc label] => diet
[uri] => http://aims.fao.org/aos/agrovoc/c_2261
[score] => 1
)
[Vocabulary] =>
)
[row 130] => Array
(
[] => 140
[id] => http://dx.doi.org/10.7910/DVN/IXSOMM
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/IXSOMM
)
[name] => Ghana Household Surveys for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => diet
[agrovoc label] => diet
[uri] => http://aims.fao.org/aos/agrovoc/c_2261
[score] => 1
)
[Vocabulary] =>
)
[row 131] => Array
(
[] => 158
[id] => http://dx.doi.org/10.7910/DVN/RLMYMR
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/RLMYMR
)
[name] => Karnataka Diet Diversity and Food Security for Agricultural Biodiversity Assessment
[_keywords] => Array
(
[value] => diet
[agrovoc label] => diet
[uri] => http://aims.fao.org/aos/agrovoc/c_2261
[score] => 1
)
[Vocabulary] =>
)
[row 132] => Array
(
[] => 173
[id] => http://dx.doi.org/10.7910/DVN/JDC7QW
[dataset] => Array
(
[scheme] => http
[host] => dx.doi.org
[path] => /10.7910/DVN/JDC7QW
)
[name] => Karnataka Focus Group Discussions Data
[_keywords] => Array
(
[value] => diet
[agrovoc label] => diet
[uri] => http://aims.fao.org/aos/agrovoc/c_2261
[score] => 1
)
[Vocabulary] =>
)
[row 133] => Array
(
[] => 178
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment