{
 "@context": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld",
 "@type": "dcat:Catalog",
 "conformsTo": "https://project-open-data.cio.gov/v1.1/schema",
 "dataset": [
  {
   "@type": "dcat:Dataset",
   "title": "everyledger — U.S. nonprofit operating records",
   "description": "Revenue, expenses, reserves and staffing for 679,731 U.S. nonprofits (IRS Form 990/990-EZ, 2008–2024), computed and linked to each source filing, plus name-only records for 1.85 million postcard (990-N) filers.",
   "identifier": "https://everyledger.org/#dataset",
   "landingPage": "https://everyledger.org/",
   "license": "https://creativecommons.org/publicdomain/zero/1.0/",
   "accessLevel": "public",
   "publisher": {
    "@type": "org:Organization",
    "name": "The Lighthouse Project"
   },
   "contactPoint": {
    "@type": "vcard:Contact",
    "fn": "The Lighthouse Project",
    "hasEmail": "mailto:lighthouse_actual@proton.me"
   },
   "keyword": [
    "nonprofit",
    "IRS Form 990",
    "charity finances",
    "tax-exempt organizations",
    "990-N",
    "civic data",
    "public records"
   ],
   "temporal": "2008-01-01/2024-12-31",
   "distribution": [
    {
     "@type": "dcat:Distribution",
     "title": "Full dataset — JSON Lines (gzip)",
     "downloadURL": "https://everyledger.org/bulk/everyledger.jsonl.gz",
     "mediaType": "application/x-ndjson"
    },
    {
     "@type": "dcat:Distribution",
     "title": "Full dataset — CSV (gzip)",
     "downloadURL": "https://everyledger.org/bulk/everyledger.csv.gz",
     "mediaType": "text/csv"
    },
    {
     "@type": "dcat:Distribution",
     "title": "Record sitemap",
     "downloadURL": "https://everyledger.org/sitemap.xml",
     "mediaType": "application/xml"
    }
   ]
  }
 ]
}