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-3843",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-274",
    "type": "Place",
    "sameAs": [
      "http://scenepro.ca#Venue329",
      "http://www.wikidata.org/entity/Q124672955"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-274#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Lavaltrie",
      "addressRegion": "QC",
      "postalCode": "J5T 0C7",
      "streetAddress": [
        "1351, rue Notre Dame",
        "1351, rue Notre-Dame"
      ]
    },
    "name": "Église Saint-Antoine"
  },
  "name": "P'tit Belliveau | Série Coup de cœur | Chasse-galerie",
  "startDate": "2024-10-18T20:00:00-04:00"
}
</script>