TYPES: Clip, endOffset, startOffset

PRE-MARKUP:

A Clip from a longer video.

MICRODATA:

TODO

RDFA:

TODO


JSON:

<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "VideoObject",
  "name": "Cat video",
  "duration": "P10M",
  "hasPart": {
    "@type": "Clip",
    "name": "Segment where cat jumps",
    "startOffset": 30,
    "endOffset": 45
  }
}
</script>
