{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Dataset",
      "@id": "https://kingfish.la/lightning/evidence.json#manifest",
      "name": "Project Lightning — evidence manifest",
      "description": "Kingfish's investigation into the Applied Digital \"Delta Forge 1\" data center in central Louisiana — its permits, power demand, and public subsidies.",
      "url": "https://kingfish.la/investigations/lightning",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "creator": {
        "@id": "https://kingfish.la/#organization"
      }
    },
    {
      "@type": "Dataset",
      "name": "Project Lightning — source documents",
      "description": "Primary-source records underpinning Project Lightning.",
      "url": "https://kingfish.la/lightning/evidence.json",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "isAccessibleForFree": true,
      "creator": {
        "@id": "https://kingfish.la/#organization"
      },
      "publisher": {
        "@id": "https://kingfish.la/#organization"
      },
      "distribution": [
        {
          "@type": "DataDownload",
          "name": "Air permit variance application — Delta Forge 1",
          "contentUrl": "https://assets.kingfish.la/docs/deq-2024-042-001.pdf",
          "encodingFormat": "application/pdf",
          "sameAs": "https://assets.kingfish.la/docs/deq-2024-042-001.txt"
        },
        {
          "@type": "DataDownload",
          "name": "Interconnection cost estimate — Delta Forge 1",
          "contentUrl": "https://assets.kingfish.la/docs/deq-2024-042-002.pdf",
          "encodingFormat": "application/pdf",
          "sameAs": "https://assets.kingfish.la/docs/deq-2024-042-002.txt"
        }
      ]
    },
    {
      "@type": "ClaimReview",
      "@id": "https://kingfish.la/delta-forge-first-permit#claim-1",
      "url": "https://kingfish.la/delta-forge-first-permit#claim-1",
      "claimReviewed": "the company sought relief from baseline emissions limits",
      "author": {
        "@id": "https://kingfish.la/#organization"
      },
      "itemReviewed": {
        "@type": "Claim",
        "text": "the company sought relief from baseline emissions limits",
        "appearance": {
          "@type": "CreativeWork",
          "url": "https://kingfish.la/delta-forge-first-permit"
        }
      },
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 5,
        "bestRating": 5,
        "worstRating": 1,
        "alternateName": "Documented"
      },
      "isBasedOn": "https://kingfish.la/docs/deq-2024-042-001 (p.4)"
    },
    {
      "@type": "ClaimReview",
      "@id": "https://kingfish.la/delta-forge-first-permit#claim-2",
      "url": "https://kingfish.la/delta-forge-first-permit#claim-2",
      "claimReviewed": "the interconnection was estimated at $4.2 million",
      "author": {
        "@id": "https://kingfish.la/#organization"
      },
      "itemReviewed": {
        "@type": "Claim",
        "text": "the interconnection was estimated at $4.2 million",
        "appearance": {
          "@type": "CreativeWork",
          "url": "https://kingfish.la/delta-forge-first-permit"
        }
      },
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 5,
        "bestRating": 5,
        "worstRating": 1,
        "alternateName": "Documented"
      },
      "isBasedOn": "https://kingfish.la/docs/deq-2024-042-002 (p.2)"
    }
  ]
}