{
  "@context": {
    "@language": "en",
    "@vocab": "https://schema.org/",
    "citeAs": "cr:citeAs",
    "column": "cr:column",
    "conformsTo": "dct:conformsTo",
    "cr": "http://mlcommons.org/croissant/",
    "data": {
      "@id": "cr:data",
      "@type": "@json"
    },
    "dataType": {
      "@id": "cr:dataType",
      "@type": "@vocab"
    },
    "dct": "http://purl.org/dc/terms/",
    "extract": "cr:extract",
    "field": "cr:field",
    "fileObject": "cr:fileObject",
    "fileProperty": "cr:fileProperty",
    "format": "cr:format",
    "includes": "cr:includes",
    "isLiveDataset": "cr:isLiveDataset",
    "key": "cr:key",
    "md5": "cr:md5",
    "parentField": "cr:parentField",
    "path": "cr:path",
    "recordSet": "cr:recordSet",
    "references": "cr:references",
    "repeated": "cr:repeated",
    "sc": "https://schema.org/",
    "sha256": "sha256",
    "source": "cr:source",
    "subField": "cr:subField"
  },
  "@type": "sc:Dataset",
  "citeAs": "https://doi.org/10.1111/1365-2745.13972",
  "conformsTo": "http://mlcommons.org/croissant/1.0",
  "creator": [],
  "description": "EcoSIS CABO 2018-2019 Leaf-Level Spectra (absorbance). v2.0 standardized NIRS package: 1 spectral source(s), 32 declared target(s). Auto-generated from dataset_card.json (verify before publication).\n\nOpen tier: freely usable and redistributable under the stated license.",
  "distribution": [
    {
      "@id": "file/X.parquet",
      "@type": "cr:FileObject",
      "encodingFormat": "application/vnd.apache.parquet",
      "name": "abs_spec.csv",
      "sha256": "aaf2d240d54718bb4056bdf534cbdf1a4eb0773b576498357e7f2b50d15f6bc4"
    },
    {
      "@id": "file/variables.parquet",
      "@type": "cr:FileObject",
      "encodingFormat": "application/vnd.apache.parquet",
      "name": "variables",
      "sha256": "641420289ee272a8f9c735fa8d2c43241dd0db60dbb731cc54f007b9445ca60d"
    }
  ],
  "keywords": [
    "nir",
    "v2",
    "ecosis"
  ],
  "license": "CC-BY-4.0",
  "name": "ecosis_cabo_2018_2019_leaf_level_spectra_absorbance_nirs",
  "recordSet": [
    {
      "@id": "X",
      "@type": "cr:RecordSet",
      "description": "Spectra from source 'abs_spec.csv' (1971 observations x 2001 wavelengths).",
      "field": [
        {
          "@id": "X/sample_id",
          "@type": "cr:Field",
          "dataType": "sc:Text",
          "description": "Sample identity (join key across sources and variables).",
          "name": "sample_id",
          "source": {
            "extract": {
              "column": "sample_id"
            },
            "fileObject": {
              "@id": "file/X.parquet"
            }
          }
        },
        {
          "@id": "X/spectrum",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Spectral intensities across the nm axis.",
          "name": "spectrum",
          "repeated": true,
          "source": {
            "fileObject": {
              "@id": "file/X.parquet"
            }
          }
        }
      ],
      "key": {
        "@id": "X/sample_id"
      },
      "name": "X"
    },
    {
      "@id": "variables",
      "@type": "cr:RecordSet",
      "description": "Per-sample target and metadata variables.",
      "field": [
        {
          "@id": "variables/sample_id",
          "@type": "cr:Field",
          "dataType": "sc:Text",
          "description": "Sample identity (join key).",
          "name": "sample_id",
          "source": {
            "extract": {
              "column": "sample_id"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/species",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'species' (role target, type categorical).",
          "name": "species",
          "source": {
            "extract": {
              "column": "species"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/latin.genus",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'latin.genus' (role target, type categorical).",
          "name": "latin.genus",
          "source": {
            "extract": {
              "column": "latin.genus"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/latin.species",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'latin.species' (role target, type categorical).",
          "name": "latin.species",
          "source": {
            "extract": {
              "column": "latin.species"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/growth.form",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'growth.form' (role target, type categorical).",
          "name": "growth.form",
          "source": {
            "extract": {
              "column": "growth.form"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/family",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'family' (role target, type categorical).",
          "name": "family",
          "source": {
            "extract": {
              "column": "family"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/genus",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'genus' (role target, type categorical).",
          "name": "genus",
          "source": {
            "extract": {
              "column": "genus"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/functional.group",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'functional.group' (role target, type categorical).",
          "name": "functional.group",
          "source": {
            "extract": {
              "column": "functional.group"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/SLA",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'SLA' (role target, type numeric).",
          "name": "SLA",
          "source": {
            "extract": {
              "column": "SLA"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/LDMC",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'LDMC' (role target, type numeric).",
          "name": "LDMC",
          "source": {
            "extract": {
              "column": "LDMC"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/Cmass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'Cmass' (role target, type numeric).",
          "name": "Cmass",
          "source": {
            "extract": {
              "column": "Cmass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/Nmass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'Nmass' (role target, type numeric).",
          "name": "Nmass",
          "source": {
            "extract": {
              "column": "Nmass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/solubles_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'solubles_mass' (role target, type numeric).",
          "name": "solubles_mass",
          "source": {
            "extract": {
              "column": "solubles_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/hemicellulose_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'hemicellulose_mass' (role target, type numeric).",
          "name": "hemicellulose_mass",
          "source": {
            "extract": {
              "column": "hemicellulose_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/cellulose_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'cellulose_mass' (role target, type numeric).",
          "name": "cellulose_mass",
          "source": {
            "extract": {
              "column": "cellulose_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/lignin_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'lignin_mass' (role target, type numeric).",
          "name": "lignin_mass",
          "source": {
            "extract": {
              "column": "lignin_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/chlA_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'chlA_mass' (role target, type numeric).",
          "name": "chlA_mass",
          "source": {
            "extract": {
              "column": "chlA_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/chlB_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'chlB_mass' (role target, type numeric).",
          "name": "chlB_mass",
          "source": {
            "extract": {
              "column": "chlB_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/car_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'car_mass' (role target, type numeric).",
          "name": "car_mass",
          "source": {
            "extract": {
              "column": "car_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/Al_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'Al_mass' (role target, type numeric).",
          "name": "Al_mass",
          "source": {
            "extract": {
              "column": "Al_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/B208.9_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'B208.9_mass' (role target, type numeric).",
          "name": "B208.9_mass",
          "source": {
            "extract": {
              "column": "B208.9_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/B249.8_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'B249.8_mass' (role target, type numeric).",
          "name": "B249.8_mass",
          "source": {
            "extract": {
              "column": "B249.8_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/Ca_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'Ca_mass' (role target, type numeric).",
          "name": "Ca_mass",
          "source": {
            "extract": {
              "column": "Ca_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/Cu_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'Cu_mass' (role target, type numeric).",
          "name": "Cu_mass",
          "source": {
            "extract": {
              "column": "Cu_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/Fe_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'Fe_mass' (role target, type numeric).",
          "name": "Fe_mass",
          "source": {
            "extract": {
              "column": "Fe_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/K_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'K_mass' (role target, type numeric).",
          "name": "K_mass",
          "source": {
            "extract": {
              "column": "K_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/Mg_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'Mg_mass' (role target, type numeric).",
          "name": "Mg_mass",
          "source": {
            "extract": {
              "column": "Mg_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/Mn_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'Mn_mass' (role target, type numeric).",
          "name": "Mn_mass",
          "source": {
            "extract": {
              "column": "Mn_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/Na_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'Na_mass' (role target, type numeric).",
          "name": "Na_mass",
          "source": {
            "extract": {
              "column": "Na_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/P_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'P_mass' (role target, type numeric).",
          "name": "P_mass",
          "source": {
            "extract": {
              "column": "P_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/Zn_mass",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'Zn_mass' (role target, type numeric).",
          "name": "Zn_mass",
          "source": {
            "extract": {
              "column": "Zn_mass"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/LMA",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'LMA' (role target, type numeric).",
          "name": "LMA",
          "source": {
            "extract": {
              "column": "LMA"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/EWT",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'EWT' (role target, type numeric).",
          "name": "EWT",
          "source": {
            "extract": {
              "column": "EWT"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/ecosis_resource_id",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'ecosis_resource_id' (role metadata, type categorical).",
          "name": "ecosis_resource_id",
          "source": {
            "extract": {
              "column": "ecosis_resource_id"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/site",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'site' (role metadata, type categorical).",
          "name": "site",
          "source": {
            "extract": {
              "column": "site"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/location",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'location' (role metadata, type categorical).",
          "name": "location",
          "source": {
            "extract": {
              "column": "location"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/country",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'country' (role metadata, type categorical).",
          "name": "country",
          "source": {
            "extract": {
              "column": "country"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/latitude",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'latitude' (role metadata, type numeric).",
          "name": "latitude",
          "source": {
            "extract": {
              "column": "latitude"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/longitude",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'longitude' (role metadata, type numeric).",
          "name": "longitude",
          "source": {
            "extract": {
              "column": "longitude"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/coordinate_precision_notes",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'coordinate_precision_notes' (role metadata, type categorical).",
          "name": "coordinate_precision_notes",
          "source": {
            "extract": {
              "column": "coordinate_precision_notes"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/year",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'year' (role metadata, type numeric).",
          "name": "year",
          "source": {
            "extract": {
              "column": "year"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/date",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'date' (role metadata, type categorical).",
          "name": "date",
          "source": {
            "extract": {
              "column": "date"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/plant_part",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'plant_part' (role metadata, type categorical).",
          "name": "plant_part",
          "source": {
            "extract": {
              "column": "plant_part"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/canopy_or_leaf",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'canopy_or_leaf' (role metadata, type categorical).",
          "name": "canopy_or_leaf",
          "source": {
            "extract": {
              "column": "canopy_or_leaf"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/instrument",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'instrument' (role metadata, type categorical).",
          "name": "instrument",
          "source": {
            "extract": {
              "column": "instrument"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/acquisition_mode",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'acquisition_mode' (role metadata, type categorical).",
          "name": "acquisition_mode",
          "source": {
            "extract": {
              "column": "acquisition_mode"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/signal_type",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'signal_type' (role metadata, type categorical).",
          "name": "signal_type",
          "source": {
            "extract": {
              "column": "signal_type"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/axis_unit",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'axis_unit' (role metadata, type categorical).",
          "name": "axis_unit",
          "source": {
            "extract": {
              "column": "axis_unit"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/axis_min",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'axis_min' (role metadata, type numeric).",
          "name": "axis_min",
          "source": {
            "extract": {
              "column": "axis_min"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/axis_max",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'axis_max' (role metadata, type numeric).",
          "name": "axis_max",
          "source": {
            "extract": {
              "column": "axis_max"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/n_points_original",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'n_points_original' (role metadata, type numeric).",
          "name": "n_points_original",
          "source": {
            "extract": {
              "column": "n_points_original"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/publication_doi",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'publication_doi' (role metadata, type categorical).",
          "name": "publication_doi",
          "source": {
            "extract": {
              "column": "publication_doi"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/citation",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'citation' (role metadata, type categorical).",
          "name": "citation",
          "source": {
            "extract": {
              "column": "citation"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/license",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'license' (role metadata, type categorical).",
          "name": "license",
          "source": {
            "extract": {
              "column": "license"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/rights_status",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'rights_status' (role metadata, type categorical).",
          "name": "rights_status",
          "source": {
            "extract": {
              "column": "rights_status"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/usage_scope",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'usage_scope' (role metadata, type categorical).",
          "name": "usage_scope",
          "source": {
            "extract": {
              "column": "usage_scope"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/notes",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'notes' (role metadata, type categorical).",
          "name": "notes",
          "source": {
            "extract": {
              "column": "notes"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        }
      ],
      "key": {
        "@id": "variables/sample_id"
      },
      "name": "variables"
    }
  ],
  "sameAs": [
    "https://doi.org/10.1111/1365-2745.13972",
    "https://doi.org/10.1101/2022.07.01.498461",
    "https://doi.org/10.21232/44vxHorW",
    "https://doi.org/10.1080/00103624.2016.1228952",
    "https://doi.org/10.21232/deP7jVyq",
    "https://doi.org/10.21232/dep7jvyq",
    "https://data.ecosis.org/dataset/cabo-2018-2019-leaf-level-spectra",
    "source_to_standard.py"
  ],
  "url": "https://entrepot.recherche.data.gouv.fr",
  "version": "1.0.0"
}