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-4353",
  "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": "Tickets go on sale on Wednesday, October 16 at 10am. Playhouse Member presale starts on Monday, October 14 at 10am.\n\nThe Fredericton Symphony Orchestra presents music of France. From la 'Belle Époque' to WWII, France, and Paris in particular, was a magnet for artists of all kinds. Musicians, painters dancers, and writers from far and wide came to soak up the culture and be part of this creative period. \n\nHelp us celebrate the music of France with special guest Karine Basque with the songs of Édith Piaf. \n\n\n  \n      \n  \n    \n      Image    \n                    \n\n\n\n              \n\n  \n\n\n \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$36.50\n\t\t\n\t\t\n\t\t\tMember\n\t\t\t$33.50\n\t\t\n\t\t\n\t\t\tStudent\n\t\t\t$18.50\n\t\t\n\t\n\n\n \n",
  "name": "Fredericton Symphony Orchestra: Vive La France",
  "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/fredericton-symphony-orchestra-vive-la-france",
  "startDate": "2025-04-07T19:30:00-03:00",
  "eventStatus": "http://schema.org/EventScheduled",
  "image": {
    "type": "ImageObject",
    "url": "https://theplayhouse.ca/sites/default/files/styles/hero_image/public/2024-10/FSO-photo_2019-12-06-action_1900x600.jpg"
  }
}
</script>