schemaorg-coda :: Example

eg-0063

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "ReadAction",
  "agent": {
    "@type": "Person",
    "name": "John"
  },
  "object": {
    "@type": "WebPage",
    "name": "CNN news!"
  }
}

Pre-Markup

John read a web page.