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-2614",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-456",
    "type": "Place",
    "sameAs": [
      "http://scenepro.ca#Venue163",
      "http://kg.footlight.io/resource/7826846d-0f28-44b4-9bc9-8b61b2536b81",
      "http://www.wikidata.org/entity/Q124295426"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-456#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Trois-Rivières",
      "addressRegion": "QC",
      "postalCode": "G8T 2V8",
      "streetAddress": "150, rue Fusey"
    },
    "name": "Espace Pauline-Julien"
  },
  "name": "Biennale nationale de sculpture contemporaine",
  "endDate": "2024-09-01",
  "startDate": "2024-06-21T12:00:00-04:00"
}
</script>