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-4223",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-62",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": "http://www.wikidata.org/entity/Q7757458",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-62#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Fredericton",
      "addressRegion": "NB",
      "postalCode": "E3B 1C2",
      "streetAddress": "686 Queen St"
    },
    "name": "Fredericton Playhouse",
    "url": "https://www.theplayhouse.ca"
  },
  "description": "Unprincipled lothario or hopeless romantic? Igor Dobrovolskiy’s lighthearted contemporary ballet takes a witty and fresh look at the legend of one of history’s most flamboyant characters. \n\nA dazzling fusion of inventive sets, exquisite lighting and sparkling choreography set to the music of George Gershwin, deliver the perfect setting for the virtuosity and athleticism of the dancers of Atlantic Ballet Atlantique Canada. Costumes created by Denis Lavoie, who designed Mick Jagger’s wardrobe for the Voodoo Lounge Tour, completely capture the outrageous and playful mood of this vividly theatrical farce. \n\n\n\t\n\t\t\n\t\t\tPRICE TYPE\n\t\t\tALL PRICES SUBJECT TO 15% HST\n\t\t\n\t\n\t\n\t\t\n\t\t\tRegular\n\t\t\t$42.61\n\t\t\n\t\t\n\t\t\tStudent\n\t\t\t$21.74\n\t\t\n\t\n\n\n \n",
  "name": "Don Juan",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K14-51",
    "type": "Organization",
    "sameAs": "http://www.wikidata.org/entity/Q104412772",
    "name": "Fredericton Playhouse"
  },
  "url": "https://theplayhouse.ca/en/schedule-and-tickets/don-juan",
  "startDate": "2025-03-24T19:30:00-03:00",
  "eventStatus": "http://schema.org/EventScheduled",
  "image": {
    "type": "ImageObject",
    "url": "https://theplayhouse.ca/sites/default/files/styles/hero_image/public/2024-09/Don%20Juan%20web%20pic.png"
  }
}
</script>