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/K43-272",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-240",
    "type": "Place",
    "sameAs": [
      "http://www.wikidata.org/entity/Q3389723",
      "https://en.wikipedia.org/wiki/Place_Bell",
      "https://fr.wikipedia.org/wiki/Place_Bell"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-240#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7N 0E4",
      "streetAddress": "1950 Rue Claude-Gagné"
    },
    "name": "Place Bell",
    "url": "https://www.placebell.ca/fr"
  },
  "name": "Bibliovente",
  "endDate": "2024-05-19T21:00:00-04:00",
  "startDate": "2024-05-18T14:00:00-04:00"
}
</script>