{
  "@context": "https://schema.org",
  "@type": "Place",
  "@id": "https://rocketsfight.org/schema/peninsula-of-charleston.json",
  "name": "Peninsula of Charleston",
  "alternateName": "Charleston Peninsula",
  "url": "https://rocketsfight.org/schema/peninsula-of-charleston.json",
  "sameAs": [ "https://en.wikipedia.org/wiki/Charleston,_South_Carolina" ],
  "containedInPlace": {
    "@type": "City",
    "@id": "https://rocketsfight.org/schema/city-of-charleston.json",
    "name": "City of Charleston, South Carolina"
  },
  "containsPlace": {
    "@type": "Place",
    "@id": "https://rocketsfight.org/schema/place-181-gordon-st.json",
    "name": "181 Gordon Street"
  }
}