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-3102",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-390",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/0ea7f004-bc36-498f-8e56-4a771be7afb5",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-390#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8R 1S5",
      "streetAddress": "Rue Main"
    },
    "name": "Parc La Vérendrye"
  },
  "name": "Yoga Flow",
  "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-07-31",
  "startDate": "2024-07-31T18:00:00-04:00"
}
</script>