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/K23-10016",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-73",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": "http://www.wikidata.org/entity/Q115610946",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-73#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Burlington",
      "addressRegion": "ON",
      "postalCode": "L7S 1T7",
      "streetAddress": "440 Locust Street"
    },
    "name": "Burlington Performing Arts Centre - Main Theatre"
  },
  "image": {
    "type": "ImageObject",
    "url": "https://burlingtonpac.ca/wp-content/uploads/2025/05/Concert-Posters-for-BPAC-Box-Office-800-x-500-px-003.png"
  },
  "name": "Oakville Symphony Youth Orchestra: Musical Potpurri - The Burlington Performing Arts Centre",
  "startDate": "2026-05-24T15:00:00-04:00",
  "eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode"
}
</script>