schemaorg-coda :: Example

eg-0084

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "TrackAction",
  "agent": {
    "@type": "Person",
    "name": "John"
  },
  "object": {
    "@type": "Product",
    "name": "fitbit"
  },
  "deliveryMethod": {
    "@type": "DeliveryMethod",
    "@id": "http://purl.org/goodrelations/v1#UPS"
  }
}

Pre-Markup

John tracked his fitbit via UPS.