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-2680",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K2-197",
    "type": "Place",
    "sameAs": [
      "http://scenepro.ca#Venue196",
      "http://www.wikidata.org/entity/Q107015498"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K2-197#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8T 8H9",
      "streetAddress": "855, boulevard de la Gappe"
    },
    "name": "Salle Odyssée"
  },
  "name": "Rêves de Monique",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K16-67",
    "type": "Organization",
    "sameAs": [
      "http://scenepro.ca#Organization284",
      "http://www.wikidata.org/entity/Q111857187"
    ],
    "name": "Maison de la culture de Gatineau"
  },
  "startDate": "2024-11-17T19:30:00-05:00"
}
</script>