Site Tools


Hotfix release available: 2024-02-06b "Kaos". upgrade now! [55.2] (what's this?)
Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
Hotfix release available: 2023-04-04b "Jack Jackrum". upgrade now! [54.2] (what's this?)
Hotfix release available: 2023-04-04a "Jack Jackrum". upgrade now! [54.1] (what's this?)
New release available: 2023-04-04 "Jack Jackrum". upgrade now! [54] (what's this?)
Hotfix release available: 2022-07-31b "Igor". upgrade now! [53.1] (what's this?)
Hotfix release available: 2022-07-31a "Igor". upgrade now! [53] (what's this?)
New release available: 2022-07-31 "Igor". upgrade now! [52.2] (what's this?)
New release candidate 2 available: rc2022-06-26 "Igor". upgrade now! [52.1] (what's this?)
New release candidate available: 2022-06-26 "Igor". upgrade now! [52] (what's this?)
Hotfix release available: 2020-07-29a "Hogfather". upgrade now! [51.4] (what's this?)
reflexion-jsonld

Modélisation des évènements en JSON-LD

Contextes

  • Event
  • PublicationEvent
  • 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",
  
}
reflexion-jsonld.txt · Last modified: 2024/10/24 16:43 by 47.128.22.217