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/K43-1013",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-116",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": [
      "http://www.wikidata.org/entity/Q545543",
      "https://twitter.com/capitolmoncton",
      "https://en.wikipedia.org/wiki/Capitol_Theatre_(Moncton)",
      "https://fr.wikipedia.org/wiki/Th%C3%A9%C3%A2tre_Capitol_(Moncton)"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-116#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Moncton",
      "addressRegion": "NB",
      "postalCode": "E1C 1G1",
      "streetAddress": "811 Main  Street"
    },
    "name": "Capitol Theatre",
    "url": "https://capitol.nb.ca/en/"
  },
  "description": "Known for her unifying spirit and comedic stylings, this unashamed drag queen, Mona de Grenoble (Alexandre Aussant) carries a satchel full of talent! On tour wi",
  "name": "Mona de Grenoble",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K14-197",
    "type": "Organization",
    "sameAs": [
      "https://capacoa.ca/member/265",
      "http://www.wikidata.org/entity/Q117090701"
    ],
    "name": "Théâtre Capitol Theatre",
    "url": "https://www.capitol.nb.ca"
  },
  "url": "https://capitol.nb.ca/en/tickets-events/mona-de-grenoble",
  "endDate": "2025-05-16T23:30:00",
  "startDate": "2025-05-16T20:00:00-03:00",
  "eventStatus": "http://schema.org/EventScheduled",
  "eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode",
  "image": {
    "type": "ImageObject",
    "url": "https://capitol.nb.ca/images/stories/flexicontent/item_350_field_41/original/mona-de-grenoble-intro.jpg"
  }
}
</script>