schemaorg-coda :: Example

eg-0035

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "LoseAction",
  "agent": {
    "@type": "Person",
    "name": "John"
  },
  "object": {
    "@type": "SoftwareApplication",
    "name": "Angry Birds"
  },
  "winner": {
    "@type": "Person",
    "name": "Steve"
  }
}

Pre-Markup

John lost a match of angry birds to Steve.