schemaorg-coda :: Example

eg-0077

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "PaintAction",
  "agent": {
    "@type": "Person",
    "name": "John"
  },
  "object": {
    "@type": "Painting",
    "name": "Les Demoiselles d'Avignon"
  }
}

Pre-Markup

John painted Les Demoiselles d'Avignon.