schemaorg-coda :: Example

eg-0095

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "CommentAction",
  "agent": {
    "@type": "Person",
    "name": "John"
  },
  "resultComment": {
    "@type": "Comment",
    "text": "That's cool!"
  },
  "about": {
    "@type": "ScholarlyArticle",
    "name": "We found that P = NP!"
  }
}

Pre-Markup

John commented on a blog post.