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-1551",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-4",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/b0e5da46-6b55-48f4-b6f9-3e9aa43100d4",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-4#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8P 6K7",
      "streetAddress": "360 Bd la Vérendrye E"
    },
    "name": "École Polyvalente Nicolas-Gatineau"
  },
  "name": "La dérape : l'histoire d'un blues",
  "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"
  },
  "endDate": "2024-11-10T20:00:00-05:00",
  "startDate": "2024-11-10T20:00:00-05:00"
}
</script>