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-2513",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-8",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/104f2f12-4430-40be-9c66-71c58542b853",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-8#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8X 3Y9",
      "streetAddress": "25 Rue Laurier"
    },
    "name": "Galerie Montcalm"
  },
  "name": "Finissage de l'exposition « Les mondes invisibles »",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K16-114",
    "type": "Organization",
    "sameAs": [
      "http://scenepro.ca#Organization345",
      "http://www.wikidata.org/entity/Q124463789"
    ],
    "name": "Ville de Gatineau"
  },
  "endDate": "2024-07-28",
  "startDate": "2024-07-28T14:00:00-04:00"
}
</script>