schemaorg-coda :: Example

eg-0090

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "AskAction",
  "agent": {
    "@type": "Person",
    "name": "John"
  },
  "recipient": {
    "@type": "Person",
    "name": "Steve"
  },
  "question": {
    "@type": "Question",
    "text": "What's 2 + 2?"
  }
}

Pre-Markup

John asked Steve 'What is 2 + 2?'.