{
 "@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": "who you elected — U.S. elected officials and recorded votes",
   "description": "537 members of Congress, 7,453 state legislators, and local officeholders with their recorded votes and (federal) campaign-finance totals, linked to source. Roster and votes are CC0; FEC donor data is separately licensed and not in the bulk export.",
   "identifier": "https://whoyouelected.org/#dataset",
   "landingPage": "https://whoyouelected.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": [
    "elected officials",
    "Congress",
    "state legislature",
    "roll-call votes",
    "civic data"
   ],
   "distribution": [
    {
     "@type": "dcat:Distribution",
     "title": "Officials + votes — JSON Lines (gzip)",
     "downloadURL": "https://whoyouelected.org/bulk/whoyouelected.jsonl.gz",
     "mediaType": "application/x-ndjson"
    },
    {
     "@type": "dcat:Distribution",
     "title": "Officials + votes — CSV (gzip)",
     "downloadURL": "https://whoyouelected.org/bulk/whoyouelected.csv.gz",
     "mediaType": "text/csv"
    }
   ]
  }
 ]
}