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-4413",
  "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": [
    "It’s time to hit the stage! Join us in celebrating our Season Three recreational Club dancers as they showcase their hard work on the big stage. With special guest performances from our competitive Company, our Winter Spectacular will be a show you don’t want to miss! \n",
    "Tickets go on sale on Friday, November 1 at 10am. Playhouse Member presale starts on Wednesday, October 30 at 10am. \n\nIt’s time to hit the stage! Join us in celebrating our Season Three recreational Club dancers as they showcase their hard work on the big stage. With special guest performances from our competitive Company, our Winter Spectacular will be a show you don’t want to miss! \n"
  ],
  "name": "Core Dance: Season Three Winter Spectacular Episode 3",
  "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/core-dance-season-three-winter-spectacular-episode-3",
  "startDate": "2024-12-06T18:00:00-04:00",
  "eventStatus": "http://schema.org/EventScheduled",
  "image": {
    "type": "ImageObject",
    "url": "https://theplayhouse.ca/sites/default/files/styles/hero_image/public/2024-10/Core%20Dance%20web%20pic.png"
  }
}
</script>