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_DCC01LM19",
  "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": "4 Generations, 4 Groups, 3 Directors....1 Concert:\nPatterns of voices and instruments will create a kaleidoscope of traditional and contemporary Christmas music in this collaboration by The Fort Saskatchewan Community Band, Bach to Pop Chorale, St. John Paul II Patriot Performance Choir & Musical Theatre and Fort Saskatchewan Senior High School Band",
  "name": "Fort Saskatchewan Community Band | Christmas Kaleidoscope 2019",
  "schema:url": "https://www.fortsask.ca/en/things-to-do/events.aspx",
  "startDate": "2019-12-01T14:00:00-07:00"
}
</script>