{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/new-york-state-fairgrounds-syracuse-ny",
  "name": "New York State Fairgrounds",
  "description": "New York State Fairgrounds is located at 581 State Fair Boulevard, Syracuse NY 13209. New York State Fairgrounds can be contacted at ***-***-**** or https://nysfairgrounds.ny.gov/venues/expo-center",
  "url": "https://campertunity.com/listings/campgrounds/new-york-state-fairgrounds-syracuse-ny",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "581 State Fair Boulevard",
    "addressLocality": "Syracuse",
    "addressRegion": "NY",
    "postalCode": "13209",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.0732169,
    "longitude": -76.2247431
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/new-york/syracuse/new-york-state-fairgrounds"
  ]
}