schemaorg-coda :: Example

eg-0050

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "LikeAction",
  "agent": {
    "@type": "Person",
    "name": "John"
  },
  "object": {
    "@type": "ScholarlyArticle",
    "name": "We found out that P = NP!"
  },
  "participant": {
    "@type": "Person",
    "name": "Steve"
  }
}

Pre-Markup

John and Steve like an article.