schemaorg-coda :: Example

eg-0152

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "GiveAction",
  "agent": {
    "@type": "Person",
    "name": "John"
  },
  "object": {
    "@type": "Book",
    "name": "Outliers"
  },
  "recipient": {
    "@type": "Person",
    "name": "Steve"
  }
}

Pre-Markup

John gave a book to Steve.