schemaorg-coda :: Example

eg-0154

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "ReceiveAction",
  "agent": {
    "@type": "Person",
    "name": "John"
  },
  "object": {
    "@type": "Book",
    "name": "Outliers"
  },
  "sender": {
    "@type": "Person",
    "name": "Steve"
  },
  "deliveryMethod": "http://purl.org/goodrelations/v1#UPS",
  "fromLocation": {
    "@type": "Country",
    "name": "Brazil"
  },
  "toLocation": {
    "@type": "Country",
    "name": "USA"
  }
}

Pre-Markup

John received a book from Steve via UPS from Brazil to the USA.