{
  "@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": null,
  "conformsTo": "http://mlcommons.org/croissant/1.0",
  "creator": [],
  "description": "EcoSIS Oven Dried Leaf Spectra and Measured Traits from the Sierra Nevada (CA) in July 2023 (reflectance). v2.0 standardized NIRS package: 1 spectral source(s), 16 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": "CA2023_ovendried_dryspectra.csv",
      "sha256": "a8d4d347492ed5b9fb005ec46dd06fba509fd4bf7d76ef1f7c7fda155a3df455"
    },
    {
      "@id": "file/variables.parquet",
      "@type": "cr:FileObject",
      "encodingFormat": "application/vnd.apache.parquet",
      "name": "variables",
      "sha256": "5b73076ddaca4d8d60a6d43334372bda77af8b8ff22de32419c9d01e7c8e7a79"
    }
  ],
  "keywords": [
    "nir",
    "v2",
    "ecosis"
  ],
  "license": "ODbL-1.0",
  "name": "ecosis_oven_dried_leaf_spectra_and_measured_traits_from_the_si_reflectance_nirs",
  "recordSet": [
    {
      "@id": "X",
      "@type": "cr:RecordSet",
      "description": "Spectra from source 'CA2023_ovendried_dryspectra.csv' (498 observations x 2151 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/sample_number",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'sample_number' (role target, type numeric).",
          "name": "sample_number",
          "source": {
            "extract": {
              "column": "sample_number"
            },
            "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/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/plant_functional_type",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'plant_functional_type' (role target, type categorical).",
          "name": "plant_functional_type",
          "source": {
            "extract": {
              "column": "plant_functional_type"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/part_of_plant",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'part_of_plant' (role target, type categorical).",
          "name": "part_of_plant",
          "source": {
            "extract": {
              "column": "part_of_plant"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/young_needle_percent",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'young_needle_percent' (role target, type numeric).",
          "name": "young_needle_percent",
          "source": {
            "extract": {
              "column": "young_needle_percent"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/old_needle_percent",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'old_needle_percent' (role target, type numeric).",
          "name": "old_needle_percent",
          "source": {
            "extract": {
              "column": "old_needle_percent"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/tree_DBH_cm",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'tree_DBH_cm' (role target, type numeric).",
          "name": "tree_DBH_cm",
          "source": {
            "extract": {
              "column": "tree_DBH_cm"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/NS_crown_width_m",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'NS_crown_width_m' (role target, type numeric).",
          "name": "NS_crown_width_m",
          "source": {
            "extract": {
              "column": "NS_crown_width_m"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/WE_crown_width_m",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'WE_crown_width_m' (role target, type numeric).",
          "name": "WE_crown_width_m",
          "source": {
            "extract": {
              "column": "WE_crown_width_m"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/tree_height_m",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'tree_height_m' (role target, type numeric).",
          "name": "tree_height_m",
          "source": {
            "extract": {
              "column": "tree_height_m"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/crown_length_m",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'crown_length_m' (role target, type numeric).",
          "name": "crown_length_m",
          "source": {
            "extract": {
              "column": "crown_length_m"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/LMA_value_g/m2",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'LMA_value_g/m2' (role target, type numeric).",
          "name": "LMA_value_g/m2",
          "source": {
            "extract": {
              "column": "LMA_value_g/m2"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/leaf_water_content_percent",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'leaf_water_content_percent' (role target, type numeric).",
          "name": "leaf_water_content_percent",
          "source": {
            "extract": {
              "column": "leaf_water_content_percent"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/chlorophyll__mg/m2",
          "@type": "cr:Field",
          "dataType": "sc:Float",
          "description": "Variable 'chlorophyll__mg/m2' (role target, type numeric).",
          "name": "chlorophyll__mg/m2",
          "source": {
            "extract": {
              "column": "chlorophyll__mg/m2"
            },
            "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:Integer",
          "description": "Variable 'latitude' (role metadata, type categorical).",
          "name": "latitude",
          "source": {
            "extract": {
              "column": "latitude"
            },
            "fileObject": {
              "@id": "file/variables.parquet"
            }
          }
        },
        {
          "@id": "variables/longitude",
          "@type": "cr:Field",
          "dataType": "sc:Integer",
          "description": "Variable 'longitude' (role metadata, type categorical).",
          "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://data.ecosis.org/dataset/oven-dried-leaf-spectra-and-measured-traits-from-the-sierra-nevada--ca--in-july-2023",
    "source_to_standard.py"
  ],
  "url": "https://entrepot.recherche.data.gouv.fr",
  "version": "1.0.0"
}