JSON-LD Schema.org

JSON-LD using Schema.org @context. It can be copy/pasted into HTML Webpages.

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "id": "http://kg.artsdata.ca/resource/fortsask-ca_DCC17BS20",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-64",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-64#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Fort Saskatchewan",
      "addressRegion": "AB",
      "postalCode": "T8L 4P5",
      "streetAddress": "8700 84 Street"
    },
    "name": "Dow Centennial Centre - Shell Theatre"
  },
  "description": "With the energy of 1,000 suns, Alex Zerbe moves like a rubber band from one end of the stage to the other. Beatboxing, juggling, dancing, singing, music and magic are just a few of the things that led Piers Morgan of America's Got Talent to call this physical comedian, \"The total package.\" \n\n\n\nalexzerbe.com\n\n",
  "name": "Alex \"The Zaniac\" Zerbe",
  "schema:url": "https://www.fortsask.ca/en/things-to-do/events.aspx",
  "startDate": "2020-02-17T15:00:00-07:00",
  "image": {
    "type": "ImageObject",
    "url": "https://www.fortsask.ca/en/things-to-do/resources/Images/Shell-Theatre/2019-20-Season/AlexZerbe-TheZaniac-2.jpg"
  }
}
</script>