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-4431",
  "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": "Tu aimes relever des défis? alors ne manque pas cette soirée. Les animateurs du 99 ont prévu de nombreux parcours à affronter.\n",
  "name": "Soccer + Charivari",
  "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=44901",
  "endDate": "2024-11-08",
  "startDate": "2024-11-08T18:00:00-05:00",
  "eventStatus": "http://schema.org/EventScheduled",
  "eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode",
  "image": {
    "type": "ImageObject",
    "url": "https://calendrier.gatineau.cloud/upload/calendrier/e8c94833-60a6-4691-a2b4-0518365d69ae.jpg"
  }
}
</script>