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-8469",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-240",
    "type": "Place",
    "sameAs": [
      "http://www.wikidata.org/entity/Q3389723",
      "https://en.wikipedia.org/wiki/Place_Bell",
      "https://fr.wikipedia.org/wiki/Place_Bell"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-240#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7N 0E4",
      "streetAddress": "1950 Rue Claude-Gagné"
    },
    "name": "Place Bell",
    "url": "https://www.placebell.ca/fr"
  },
  "image": {
    "type": "ImageObject",
    "disambiguatingDescription": "Image of Les Trois Accords, sourced from evenko.ca",
    "url": "https://images.ctfassets.net/3yxl57nu0yl4/4AqAOACKWSqv9njwO1FHgn/e58b843e756de698dc3acff21173de79/680X473__1_.jpg",
    "usageInfo": "https://kg.artsdata.ca/doc/image-policy",
    "copyrightNotice": "© Copyright source: evenko 2024. All rights reserved."
  },
  "name": "Les Trois Accords",
  "url": "https://evenko.ca/en/events/place-bell/les-trois-accords?code=e008255",
  "startDate": "2027-03-13T19:30:00-05:00"
}
</script>