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-4362",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-435",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/ae7e9413-d3b8-44e5-a077-36b85a1fd58c",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-435#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8Y 1S8",
      "streetAddress": "99 Bd Saint-Raymond"
    },
    "name": "Centre communautaire Saint-Raymond"
  },
  "description": "Le 99 ouvre ses portes à partir du 15 octobre 2024 et quoi de mieux qu'un délicieux BBQ pour commencer la saison en force!!\nVenez profiter de délicieux hotdog, tes chums et toi ;)!\n",
  "name": "BBQ de la rentrée",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K16-114",
    "type": "Organization",
    "sameAs": [
      "http://scenepro.ca#Organization345",
      "http://www.wikidata.org/entity/Q124463789"
    ],
    "name": "Ville de Gatineau"
  },
  "url": "https://calendrier.gatineau.cloud/calendrier/evenement.aspx?langue=fr-ca&id_evenement=44876",
  "endDate": "2024-10-19",
  "startDate": "2024-10-19T16:45:00-04:00",
  "eventStatus": "http://schema.org/EventScheduled",
  "eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode",
  "image": {
    "type": "ImageObject",
    "url": "https://calendrier.gatineau.cloud/upload/calendrier/834073cf-921b-4085-af2c-2aa950949d3d.jpg"
  }
}
</script>