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-2715",
  "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": "Symphony NB unwraps a special present for the whole family with the incredible Mr. Mark!\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$30.43\n\t\t\n\t\t\n\t\t\tStudent\n\t\t\t$13.04\n\t\t\n\t\t\n\t\t\tChild (12 & under)\n\t\t\t$8.70\n\t\t\n\t\n\n\n\n \n",
  "name": "Holiday Magic | Fredericton Playhouse",
  "organizer": [
    {
      "id": "http://kg.artsdata.ca/resource/K14-51",
      "type": "Organization",
      "sameAs": "http://www.wikidata.org/entity/Q104412772",
      "name": "Fredericton Playhouse"
    },
    {
      "id": "http://kg.footlight.io/resource/a0275ce4-4b6f-40ee-93c9-f60b78cc446c",
      "type": "Organization",
      "sameAs": "http://www.wikidata.org/entity/Q104412772",
      "name": "The Playhouse",
      "schema:url": "https://www.theplayhouse.ca/en"
    }
  ],
  "url": "https://theplayhouse.ca/en/schedule-and-tickets/holiday-magic",
  "startDate": "2024-12-23T19:00:00-04:00",
  "image": {
    "type": "ImageObject",
    "url": "https://theplayhouse.ca/sites/default/files/styles/hero_image/public/2024-06/SNB%20Holiday%20Magic%20%20web%20pic.png"
  }
}
</script>