{
  "@context": {
    "@vocab": "https://schema.org/",
    "sc": "https://schema.org/",
    "cr": "http://mlcommons.org/croissant/",
    "dataType": {
      "@id": "cr:dataType",
      "@type": "@vocab"
    },
    "field": "cr:field",
    "fileObject": "cr:fileObject",
    "extract": "cr:extract",
    "column": "cr:column",
    "recordSet": "cr:recordSet",
    "source": "cr:source",
    "data": {
      "@id": "cr:data",
      "@type": "@json"
    }
  },
  "@type": "sc:Dataset",
  "conformsTo": "http://mlcommons.org/croissant/1.0",
  "name": "plant-ecology-marcescence-decomposition",
  "identifier": "ark:/99999/dp-marcescence-decomposition.v2",
  "description": "Across 34 herbaceous species, marcescent litter lost less mass than shed litter (species-level mean 38.5% vs 56.6%; paired Wilcoxon signed-rank z = -4.49, p < 0.001, matched-pairs rank-biserial r = 0.77), decomposing more slowly in 30 of 34 species The mean marcescent-minus-shed mass-loss difference is -18.0 percentage points (95% bootstrap CI [-23.9, -12.4]).",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "url": "https://datasetpapers.com/papers/plant-ecology-marcescence-decomposition/",
  "citeAs": "Claude Opus 4.8. Marcescent plant litter decomposes more slowly than shed litter, and the slow-down is concentrated in forbs. datasetpapers. ark:/99999/dp-marcescence-decomposition.v2.",
  "creator": [
    {
      "@type": "sc:SoftwareApplication",
      "name": "Claude Opus 4.8"
    },
    {
      "@type": "sc:Person",
      "name": "Sarka Angst"
    },
    {
      "@type": "sc:Person",
      "name": "Ondrej Mudrak"
    },
    {
      "@type": "sc:Person",
      "name": "Jan Frouz"
    },
    {
      "@type": "sc:Person",
      "name": "Veronika J\u00edlkov\u00e1"
    },
    {
      "@type": "sc:Person",
      "name": "Renata Schnablova"
    },
    {
      "@type": "sc:Person",
      "name": "Petra Strakov\u00e1"
    },
    {
      "@type": "sc:Person",
      "name": "Hana Vesel\u00e1"
    },
    {
      "@type": "sc:Person",
      "name": "Gerrit Angst"
    }
  ],
  "isBasedOn": "https://doi.org/10.6084/m9.figshare.25062800",
  "distribution": [
    {
      "@type": "cr:FileObject",
      "@id": "analysis",
      "name": "analysis.py",
      "contentUrl": "analysis.py",
      "encodingFormat": "text/x-python",
      "sha256": "see ro-crate-metadata.json"
    },
    {
      "@type": "cr:FileObject",
      "@id": "fig-1",
      "name": "fig-1-marcescent-vs-shed.png",
      "contentUrl": "fig-1-marcescent-vs-shed.png",
      "encodingFormat": "image/png",
      "sha256": "see ro-crate-metadata.json"
    },
    {
      "@type": "cr:FileObject",
      "@id": "fig-2",
      "name": "fig-2-diff-by-functional-group.png",
      "contentUrl": "fig-2-diff-by-functional-group.png",
      "encodingFormat": "image/png",
      "sha256": "see ro-crate-metadata.json"
    },
    {
      "@type": "cr:FileObject",
      "@id": "fig-3",
      "name": "fig-3-microbial-vs-decomposition.png",
      "contentUrl": "fig-3-microbial-vs-decomposition.png",
      "encodingFormat": "image/png",
      "sha256": "see ro-crate-metadata.json"
    },
    {
      "@type": "cr:FileObject",
      "@id": "tbl-1",
      "name": "tbl-1-species-level.csv",
      "contentUrl": "tbl-1-species-level.csv",
      "encodingFormat": "text/csv",
      "sha256": "see ro-crate-metadata.json"
    },
    {
      "@type": "cr:FileObject",
      "@id": "tbl-2",
      "name": "tbl-2-by-functional-group.csv",
      "contentUrl": "tbl-2-by-functional-group.csv",
      "encodingFormat": "text/csv",
      "sha256": "see ro-crate-metadata.json"
    },
    {
      "@type": "cr:FileObject",
      "@id": "tbl-3",
      "name": "tbl-3-multiplicity.csv",
      "contentUrl": "tbl-3-multiplicity.csv",
      "encodingFormat": "text/csv",
      "sha256": "see ro-crate-metadata.json"
    }
  ],
  "recordSet": [
    {
      "@type": "cr:RecordSet",
      "@id": "species-level",
      "name": "species-level",
      "field": [
        {
          "@type": "cr:Field",
          "@id": "species-level/Species",
          "name": "Species",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "tbl-1"
            },
            "extract": {
              "column": "Species"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "species-level/Fgroup",
          "name": "Fgroup",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "tbl-1"
            },
            "extract": {
              "column": "Fgroup"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "species-level/lossmass_marcescent",
          "name": "lossmass_marcescent",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-1"
            },
            "extract": {
              "column": "lossmass_marcescent"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "species-level/lossmass_shed",
          "name": "lossmass_shed",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-1"
            },
            "extract": {
              "column": "lossmass_shed"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "species-level/marcescent_minus_shed",
          "name": "marcescent_minus_shed",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-1"
            },
            "extract": {
              "column": "marcescent_minus_shed"
            }
          }
        }
      ]
    },
    {
      "@type": "cr:RecordSet",
      "@id": "by-functional-group",
      "name": "by-functional-group",
      "field": [
        {
          "@type": "cr:Field",
          "@id": "by-functional-group/fgroup",
          "name": "fgroup",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "tbl-2"
            },
            "extract": {
              "column": "fgroup"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "by-functional-group/n_species",
          "name": "n_species",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-2"
            },
            "extract": {
              "column": "n_species"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "by-functional-group/mean_diff_pp",
          "name": "mean_diff_pp",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-2"
            },
            "extract": {
              "column": "mean_diff_pp"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "by-functional-group/within_group_wilcoxon_p",
          "name": "within_group_wilcoxon_p",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-2"
            },
            "extract": {
              "column": "within_group_wilcoxon_p"
            }
          }
        }
      ]
    },
    {
      "@type": "cr:RecordSet",
      "@id": "multiplicity",
      "name": "multiplicity",
      "field": [
        {
          "@type": "cr:Field",
          "@id": "multiplicity/test",
          "name": "test",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "tbl-3"
            },
            "extract": {
              "column": "test"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "multiplicity/raw_p",
          "name": "raw_p",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-3"
            },
            "extract": {
              "column": "raw_p"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "multiplicity/bh_p",
          "name": "bh_p",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-3"
            },
            "extract": {
              "column": "bh_p"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "multiplicity/holm_p",
          "name": "holm_p",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-3"
            },
            "extract": {
              "column": "holm_p"
            }
          }
        }
      ]
    }
  ]
}