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_DCC29KS19",
  "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": "Two of Fort Saskatchewan's favourite songwriters return in a special night of music and stories.  Joe Nolan showcases his newest album \"Cry Baby\" while Braden Gates brings his \"Picture of Us\" for us all to hear. Local troubadours return for a special hometown show.\n\n\n\njoenolanmusic.com / bradengates.com",
  "name": "Joe Nolan with Braden Gates",
  "schema:url": "https://www.fortsask.ca/en/things-to-do/events.aspx",
  "startDate": "2019-11-29T19:30:00-07:00"
}
</script>