schemaorg-coda :: Example

eg-0115

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "MoveAction",
  "agent": {
    "@type": "Person",
    "name": "John"
  },
  "object": {
    "@type": "Sculpture",
    "name": "The thinker"
  },
  "fromLocation": {
    "@type": "Museum",
    "name": "MOMA"
  },
  "toLocation": {
    "@type": "Museum",
    "name": "Guggenheim"
  }
}

Pre-Markup

John moved a sculpture from one museum to another.