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-3108",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-418",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/c2bb79bc-215d-44c0-af21-7db979f71ee4",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-418#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8T 8H9",
      "streetAddress": "855 Bd de la Gappe"
    },
    "name": "Bibliothèque Guy-Sanche"
  },
  "name": "Conférence : Tel-aide Outaouais ",
  "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"
  },
  "endDate": "2024-10-29",
  "startDate": "2024-10-29T19:00:00-04:00"
}
</script>