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",
  "@graph": [
    {
      "id": "http://kg.artsdata.ca/resource/fortsask-ca_1332979884",
      "type": "EventSeries",
      "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": "Rare Form Theatre returns bringing suspense and hilarity to the stage! You will enjoy the show as four retirees lose their life savings to a smooth-talking financial wizard. Pandemonium ensues as the residents of the retirement home try to choose between exacting their revenge and recouping their losses.\n\n\n\nrareformtheatre.com\n\n",
      "name": "  Rare Form Theatre \"Jack of Diamonds\"  ",
      "subEvent": [
        {
          "id": "http://kg.artsdata.ca/resource/fortsask-ca_1332979884#2020-02-28T193000-0500"
        },
        {
          "id": "http://kg.artsdata.ca/resource/fortsask-ca_1332979884#2020-02-29T193000-0500"
        }
      ],
      "schema:url": "https://www.fortsask.ca/en/things-to-do/events.aspx",
      "endDate": "2020-02-29T19:30:00-05:00",
      "startDate": "2020-02-28T19:30:00-05:00",
      "image": {
        "type": "ImageObject",
        "url": "https://www.fortsask.ca/en/things-to-do/resources/Images/Shell-Theatre/2019-20-Season/JackofDiamonds.png"
      }
    },
    {
      "id": "http://kg.artsdata.ca/resource/fortsask-ca_1332979884#2020-02-28T193000-0500",
      "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"
      },
      "name": "  Rare Form Theatre \"Jack of Diamonds\"  ",
      "startDate": "2020-02-28T19:30:00-05:00"
    },
    {
      "id": "http://kg.artsdata.ca/resource/fortsask-ca_1332979884#2020-02-29T193000-0500",
      "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"
      },
      "name": "  Rare Form Theatre \"Jack of Diamonds\"  ",
      "startDate": "2020-02-29T19:30:00-05:00"
    }
  ]
}
</script>