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-1418",
  "type": "EventSeries",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K2-196",
    "type": "Place",
    "sameAs": [
      "http://scenepro.ca#Venue158",
      "http://www.wikidata.org/entity/Q107015497"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K2-196#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Trois-Rivières",
      "addressRegion": "QC",
      "postalCode": "G9A 5H3",
      "streetAddress": "1425, place de l'Hôtel-de-Ville, C.P. 368"
    },
    "name": "Salle Anaïs-Allard-Rousseau"
  },
  "name": "Martin Vachon",
  "subEvent": [
    {
      "id": "http://kg.footlight.io/resource/culture3r-com_martin-vachon-ahh-caramel#2024-09-06T200000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/culture3r-com_martin-vachon-ahh-caramel#2024-09-07T200000-0400"
    }
  ],
  "endDate": "2024-09-07T20:00:00-04:00",
  "startDate": "2024-09-06T20:00:00-04:00"
}
</script>