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_1348742403",
      "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"
      },
      "name": "  KaRAR Christmas Joy!  ",
      "subEvent": [
        {
          "id": "http://kg.artsdata.ca/resource/fortsask-ca_1348742403#2019-12-16T180000-0500"
        },
        {
          "id": "http://kg.artsdata.ca/resource/fortsask-ca_1348742403#2019-12-16T194500-0500"
        }
      ],
      "schema:url": "https://www.fortsask.ca/en/things-to-do/events.aspx",
      "endDate": "2019-12-16T19:45:00-05:00",
      "startDate": "2019-12-16T18:00:00-05:00"
    },
    {
      "id": "http://kg.artsdata.ca/resource/fortsask-ca_1348742403#2019-12-16T180000-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": "  KaRAR Christmas Joy!  ",
      "startDate": "2019-12-16T18:00:00-05:00"
    },
    {
      "id": "http://kg.artsdata.ca/resource/fortsask-ca_1348742403#2019-12-16T194500-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": "  KaRAR Christmas Joy!  ",
      "startDate": "2019-12-16T19:45:00-05:00"
    }
  ]
}
</script>