JSON-LD Schema.org

JSON-LD utilisant le @context de Schema.org. Il peut être copié-collé dans des pages Web HTML.

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "id": "http://kg.artsdata.ca/resource/K23-3033",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-1",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": [
      "http://scenepro.ca#Venue209",
      "http://www.wikidata.org/entity/Q99984282"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-1#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Joliette",
      "addressRegion": "QC",
      "postalCode": "J6E 0L1",
      "streetAddress": [
        "1655 Boulevard Base-de-Roc",
        "1655 boulevard Base-de-Roc"
      ]
    },
    "name": "Amphithéâtre Fernand-Lindsay"
  },
  "name": "Aida en clôture de saison Amphithéâtre Fernand-Lindsay",
  "endDate": "2024-08-04",
  "startDate": "2024-08-04T16:00:00-04:00"
}
</script>