{ "$schema": "https://frictionlessdata.io/schemas/table-schema.json", "name": "open-research-collection-juan-mois-s-de-la-serna-t", "title": "Open Research Collection — Juan Moisés de la Serna Tuya: Neurociencia, Economía Conductual, Salud Pública y Demografía en América Latina (2024-2025)", "description": "This is the master collection of all open research datasets and scientific outputs published by Juan Moisés de la Serna Tuya (ORCID: 0000-0002-8401-8018), Neuroeconomista Forense, Universidad Internacional de La Rioja (UNIR).\n\nThe collection encompasses 1273+ individual datasets and scientific recor", "id": "10.5281/zenodo.19151060", "version": "1.0.3", "created": "2026-03-21", "author": "De la Serna Tuya, Juan Moisés", "license": "https://creativecommons.org/licenses/by/4.0/", "encoding": "UTF-8", "note": "This schema provides a general structure. Actual column names are in file headers. See CODEBOOK.md for detailed variable descriptions.", "resources": [ { "name": "dataset_index", "path": "dataset_index.csv", "format": "csv", "mediatype": "text/csv", "encoding": "UTF-8", "schema": { "fields": [ { "name": "country", "title": "Country", "description": "Country name (ISO 3166-1 alpha-2 compatible)", "type": "string", "constraints": { "required": false } }, { "name": "year", "title": "Year", "description": "Reference year (YYYY format)", "type": "integer", "constraints": { "minimum": 1990, "maximum": 2030 } }, { "name": "value", "title": "Value", "description": "Primary measurement value", "type": "number", "constraints": { "required": false } }, { "name": "indicator", "title": "Indicator", "description": "Name of the measured indicator", "type": "string", "constraints": { "required": false } }, { "name": "source", "title": "Source", "description": "Data source (institution or database)", "type": "string", "constraints": { "required": false } }, { "name": "unit", "title": "Unit", "description": "Unit of measurement", "type": "string", "constraints": { "required": false } }, { "name": "notes", "title": "Notes", "description": "Additional notes or caveats", "type": "string", "constraints": { "required": false } } ], "missingValues": [ "", "NA", "N/A", "null", "NULL", "NaN" ], "primaryKey": [], "foreignKeys": [] } } ] }