schemaorg-coda :: Example

eg-0047

From v29.4

JSON-LD

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

Pre-Markup

John and Steve disagreed with a scholar paper claiming that P = NP!,  resulting in another scholar paper claiming that P is in fact != NP!.