{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Dataset",
      "@id": "https://metalhatscats.com/ai/cognitive-biases.json",
      "name": "MetalHatsCats Cognitive Bias Library",
      "description": "Structured dataset of documented cognitive biases published by MetalHatsCats. Run `node automation/generate-cognitive-biases-jsonld.mjs` to regenerate with the latest entries.",
      "url": "https://metalhatscats.com/cognitive-biases/",
      "license": "https://metalhatscats.com/legal/terms",
      "mainEntityOfPage": "https://metalhatscats.com/cognitive-biases/",
      "isPartOf": { "@id": "https://metalhatscats.com/ai/site-graph.json" },
      "about": [
        { "@id": "https://metalhatscats.com/apps/cognitive-bias-explorer/" },
        { "@id": "https://metalhatscats.com/cbt/" }
      ],
      "creator": {
        "@type": "Organization",
        "@id": "https://metalhatscats.com/#organization",
        "name": "MetalHatsCats",
        "url": "https://metalhatscats.com/"
      }
    }
  ]
}
