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-3114",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-6",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": "http://www.wikidata.org/entity/Q129439702",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-6#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Toronto",
      "addressRegion": "ON",
      "postalCode": "M5E 1B4",
      "streetAddress": "27 Front St E"
    },
    "name": "St. Lawrence Centre for the Arts - Bluma Appel Theatre"
  },
  "name": "Crypto",
  "startDate": "2020-04-22"
}
</script>