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-2656",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K16-246",
    "type": "Place",
    "sameAs": "https://maps.google.com/?cid=4986869985272758705",
    "address": {
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Trois-Rivières",
      "addressRegion": "QC",
      "postalCode": "G8Z 3W2",
      "streetAddress": "3175 Boulevard Laviolette"
    },
    "name": "Théâtre du Cégep de Trois-Rivières"
  },
  "name": "France d’Amour Quatorze",
  "startDate": "2024-06-21T20:00:00-04:00"
}
</script>