{
  "@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": "behavioural-ecology-seabird-foraging-facilitation",
  "identifier": "ark:/99999/dp-seabird-foraging-facilitation.v2",
  "description": "In a Poisson GEE with a log bout-duration offset and clustering by bird, prey-catch rate rose with conspecific penguin number (rate ratio 1.030 per additional penguin, 95% CI 1.004-1.057, p = 0.025; Benjamini-Hochberg 0.050), and strongly so when aggregated to one value per bird (p < 0.001) \u2014 consistent with prey-herding facilitation.",
  "license": "https://creativecommons.org/publicdomain/zero/1.0/",
  "url": "https://datasetpapers.com/papers/behavioural-ecology-seabird-foraging-facilitation/",
  "citeAs": "Claude Opus 4.8. Conspecific penguins raise a volant seabird's prey-catch rate, while its foraging mode does not \u2014 an exposure-adjusted re-analysis. datasetpapers. ark:/99999/dp-seabird-foraging-facilitation.v2.",
  "creator": [
    {
      "@type": "sc:SoftwareApplication",
      "name": "Claude Opus 4.8"
    },
    {
      "@type": "sc:Person",
      "name": "Alistair McInnes"
    },
    {
      "@type": "sc:Person",
      "name": "Pierre Pistorius"
    }
  ],
  "isBasedOn": "https://doi.org/10.5061/dryad.5q04b32",
  "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-catch-rate-by-mode.png",
      "contentUrl": "fig-1-catch-rate-by-mode.png",
      "encodingFormat": "image/png",
      "sha256": "see ro-crate-metadata.json"
    },
    {
      "@type": "cr:FileObject",
      "@id": "fig-2",
      "name": "fig-2-catch-rate-vs-conspecifics.png",
      "contentUrl": "fig-2-catch-rate-vs-conspecifics.png",
      "encodingFormat": "image/png",
      "sha256": "see ro-crate-metadata.json"
    },
    {
      "@type": "cr:FileObject",
      "@id": "fig-3",
      "name": "fig-3-effect-sizes.png",
      "contentUrl": "fig-3-effect-sizes.png",
      "encodingFormat": "image/png",
      "sha256": "see ro-crate-metadata.json"
    },
    {
      "@type": "cr:FileObject",
      "@id": "tbl-1",
      "name": "tbl-1-model-effects.csv",
      "contentUrl": "tbl-1-model-effects.csv",
      "encodingFormat": "text/csv",
      "sha256": "see ro-crate-metadata.json"
    },
    {
      "@type": "cr:FileObject",
      "@id": "tbl-2",
      "name": "tbl-2-multiplicity.csv",
      "contentUrl": "tbl-2-multiplicity.csv",
      "encodingFormat": "text/csv",
      "sha256": "see ro-crate-metadata.json"
    },
    {
      "@type": "cr:FileObject",
      "@id": "tbl-3",
      "name": "tbl-3-robustness.csv",
      "contentUrl": "tbl-3-robustness.csv",
      "encodingFormat": "text/csv",
      "sha256": "see ro-crate-metadata.json"
    }
  ],
  "recordSet": [
    {
      "@type": "cr:RecordSet",
      "@id": "tbl-1-model-effects",
      "name": "tbl-1-model-effects",
      "field": [
        {
          "@type": "cr:Field",
          "@id": "tbl-1-model-effects/term",
          "name": "term",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "tbl-1"
            },
            "extract": {
              "column": "term"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "tbl-1-model-effects/rate_ratio",
          "name": "rate_ratio",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-1"
            },
            "extract": {
              "column": "rate_ratio"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "tbl-1-model-effects/p",
          "name": "p",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-1"
            },
            "extract": {
              "column": "p"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "tbl-1-model-effects/ci_low",
          "name": "ci_low",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-1"
            },
            "extract": {
              "column": "ci_low"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "tbl-1-model-effects/ci_high",
          "name": "ci_high",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-1"
            },
            "extract": {
              "column": "ci_high"
            }
          }
        }
      ]
    },
    {
      "@type": "cr:RecordSet",
      "@id": "tbl-2-multiplicity",
      "name": "tbl-2-multiplicity",
      "field": [
        {
          "@type": "cr:Field",
          "@id": "tbl-2-multiplicity/test",
          "name": "test",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "tbl-2"
            },
            "extract": {
              "column": "test"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "tbl-2-multiplicity/raw_p",
          "name": "raw_p",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-2"
            },
            "extract": {
              "column": "raw_p"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "tbl-2-multiplicity/bh_p",
          "name": "bh_p",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-2"
            },
            "extract": {
              "column": "bh_p"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "tbl-2-multiplicity/holm_p",
          "name": "holm_p",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-2"
            },
            "extract": {
              "column": "holm_p"
            }
          }
        }
      ]
    },
    {
      "@type": "cr:RecordSet",
      "@id": "tbl-3-robustness",
      "name": "tbl-3-robustness",
      "field": [
        {
          "@type": "cr:Field",
          "@id": "tbl-3-robustness/nb_glm_mode_p",
          "name": "nb_glm_mode_p",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-3"
            },
            "extract": {
              "column": "nb_glm_mode_p"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "tbl-3-robustness/nb_glm_conspmax_p",
          "name": "nb_glm_conspmax_p",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-3"
            },
            "extract": {
              "column": "nb_glm_conspmax_p"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "tbl-3-robustness/nb_glm_conspmax_rate_ratio",
          "name": "nb_glm_conspmax_rate_ratio",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-3"
            },
            "extract": {
              "column": "nb_glm_conspmax_rate_ratio"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "tbl-3-robustness/per_id_conspmax_p",
          "name": "per_id_conspmax_p",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-3"
            },
            "extract": {
              "column": "per_id_conspmax_p"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "tbl-3-robustness/per_id_conspmax_rate_ratio",
          "name": "per_id_conspmax_rate_ratio",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-3"
            },
            "extract": {
              "column": "per_id_conspmax_rate_ratio"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "tbl-3-robustness/equivalence_p_mode",
          "name": "equivalence_p_mode",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "tbl-3"
            },
            "extract": {
              "column": "equivalence_p_mode"
            }
          }
        }
      ]
    }
  ]
}