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-4359",
  "type": [
    "Event",
    "http://kg.artsdata.ca/ontology/Event"
  ],
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-444",
    "type": "Place",
    "sameAs": "https://maps.google.com/?q=92+Rue+du+Patrimoine,+Gatineau,+QC+J9H+3P4,+Canada&ftid=0x4cce01ed8cee70b3:0x284f2a727cd8f719",
    "address": {
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J9H 3P4",
      "streetAddress": "92 Rue du Patrimoine"
    },
    "name": "Centre d'animation jeunesse d'Aylmer"
  },
  "description": "Tu es invité.e à une soirée Pizza et jeux vidéo au CAJA!\n",
  "name": "Soirée Pizza",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K16-114",
    "type": [
      "Organization",
      "http://kg.artsdata.ca/ontology/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=44873",
  "endDate": "2024-10-16",
  "startDate": "2024-10-16T19:00:00-04:00",
  "eventStatus": "http://schema.org/EventScheduled",
  "eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode",
  "image": {
    "type": "ImageObject",
    "url": "https://calendrier.gatineau.cloud/upload/calendrier/caca2abb-0a70-4355-9032-d6d88d183de5.jpg"
  }
}
</script>