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-2720",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-62",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": "http://www.wikidata.org/entity/Q7757458",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-62#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Fredericton",
      "addressRegion": "NB",
      "postalCode": "E3B 1C2",
      "streetAddress": "686 Queen St"
    },
    "name": "Fredericton Playhouse",
    "url": "https://www.theplayhouse.ca"
  },
  "name": "Martin Levac: A Tribute to Phil Collins & Genesis | Fredericton Playhouse",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K14-51",
    "type": "Organization",
    "sameAs": "http://www.wikidata.org/entity/Q104412772",
    "name": "Fredericton Playhouse"
  },
  "startDate": "2025-06-04T19:30:00-03:00"
}</script>