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_DCC30KS19",
  "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": "Celebrate one of the most iconic albums of all time 40 years to the day after it was first released! \"The Wall\" has since became the number one selling album of the 70s. All of the sounds, all of the sonic luxury, it all comes alive on stage as Classic Albums Live take this monumental work of art from start to finish in a special night of rock music.\n\n\n\nclassicalbumslive.com",
  "name": "Classic Albums Live - Pink Floyd \"The Wall\"",
  "schema:url": "https://www.fortsask.ca/en/things-to-do/events.aspx",
  "startDate": "2019-11-30T19:30:00-07:00"
}
</script>