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-2435",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-913",
    "type": "Place",
    "sameAs": "http://api.footlight.io/places/6655ecc45066ec006371431d",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-913#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Trois-Rivières",
      "addressRegion": "QC",
      "postalCode": "G9B 6X1",
      "streetAddress": "11930 Rue Notre Dame Ouest"
    },
    "name": "Moulin seigneurial de Pointe-du-lac"
  },
  "name": "Moulin seigneurial de Pointe-du-Lac",
  "endDate": "2024-10-28",
  "startDate": "2024-05-26"
}
</script>