schemaorg-coda :: Example

eg-0267

From v29.4

JSON-LD

{
  "@context": "https://schema.org/",
  "@type": "VideoObject",
  "name": "Cat video",
  "duration": "P10M",
  "hasPart": {
    "@type": "Clip",
    "name": "Segment where cat jumps",
    "startOffset": 30,
    "endOffset": 45
  }
}

Pre-Markup

A Clip from a longer video.