{
  "@context": "https://schema.org",
  "@type": "GovernmentOrganization",
  "@id": "https://rocketsfight.org/schema/city-of-charleston.json",
  "name": "City of Charleston, South Carolina",
  "alternateName": "City of Charleston",
  "url": "https://www.charleston-sc.gov",
  "sameAs": [
    "https://en.wikipedia.org/wiki/Charleston,_South_Carolina",
    "https://www.wikidata.org/wiki/Q47855"
  ],
  "areaServed": { "@type": "City", "name": "Charleston", "containedInPlace": { "@type": "State", "name": "South Carolina" } },
  "leader": {
    "@type": "Person",
    "@id": "https://rocketsfight.org/schema/person-william-cogswell.json",
    "name": "William Cogswell",
    "jobTitle": "Mayor of Charleston"
  },
  "department": {
    "@type": "GovernmentOrganization",
    "name": "Mayor's Homeownership Initiative Committee",
    "member": {
      "@type": "Person",
      "@id": "https://rocketsfight.org/schema/person-jonathan-s-altman.json",
      "name": "Jonathan S. Altman"
    }
  }
}