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/spectart-com_concert-benefice-viva-opera",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-261",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": [
      "http://scenepro.ca#Venue109",
      "http://www.wikidata.org/entity/Q12163100",
      "https://fr.wikipedia.org/wiki/Salle_Desjardins-Telus"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-261#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Rimouski",
      "addressRegion": "QC",
      "postalCode": "G5L 4B4",
      "streetAddress": [
        "25, rue Saint-Germain Ouest",
        "25 Rue Saint Germain Ouest"
      ]
    },
    "name": "Salle Desjardins-Telus"
  },
  "mainEntityOfPage": {
    "id": "https://www.spectart.com/pages/evenements-independants/concert-benefice-viva-opera#WebPage",
    "type": "WebPage",
    "inLanguage": "fr",
    "schema:url": "https://www.spectart.com/pages/evenements-independants/concert-benefice-viva-opera",
    "lastReviewed": "2023-12-03T00:10:52.652-05:00"
  },
  "name": "Concert bénéfice Viva opéra ! - Spect'Art Rimouski",
  "schema:url": "https://www.spectart.com/pages/evenements-independants/concert-benefice-viva-opera",
  "startDate": "2024-04-06T20:00:00-04:00",
  "eventStatus": "http://schema.org/EventScheduled",
  "image": {
    "type": "ImageObject",
    "url": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20900%20753'%3E%3C/svg%3E"
  }
}
</script>