schemaorg-coda :: Example

eg-0096

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "InformAction",
  "agent": {
    "@type": "Person",
    "name": "John"
  },
  "recipient": {
    "@type": "Person",
    "name": "Steve"
  },
  "event": {
    "@type": "BusinessEvent",
    "name": "Department party"
  }
}

Pre-Markup

John informed Steve of a work party.