====== Modélisation des évènements en JSON-LD ====== ===== Contextes ===== * [[http://schema.org/Event | Event]] * [[http://schema.org/PublicationEvent | PublicationEvent]] * [[http://schema.org/BroadcastService | BroadcastService ou Flux]] * Objet ===== Évènement en JSON-LD ===== { "@context": { "event": "http://schema.org/PublicationEvent", "flux": "http://schema.org/BroadcastService", "object": ... }, "@type": "event", "@id": "http://example.com/event#E7", "publishedOn": { "@type": "flux", "@id": "http://example.com/obj-42/flux#17" }, "superEvent": "http://example.com/event#34", "startDate": "2016-03-30T15:16:35+00:00", "endDate": "2016-03-30T15:17:21+00:00", }