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-3971",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-740",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/aebc65a0-624b-4258-852d-4ed5dda3c831",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-740#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Trois-Rivières",
      "addressRegion": "QC",
      "postalCode": "G8Y 1Z5",
      "streetAddress": "Bd des Forges"
    },
    "name": "Rues des Forges"
  },
  "name": "TRIP GRATISSS – LES P’TITES POLISSES",
  "startDate": "2024-08-31T13:00:00-04:00"
}
</script>