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-2592",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-815",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/a12f2c93-1fee-47e6-af4d-46a61e7f569d",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-815#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8P",
      "streetAddress": "238 Bd Saint-René E"
    },
    "name": "Parc Saint-René"
  },
  "name": "Ma Place - Ultimate frisbee au parc St-René",
  "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-08-08",
  "startDate": "2024-08-08T18:00:00-04:00"
}
</script>