Clip
Type name: Clip
Extends CreativeWork
Name |
Type |
Description |
actor |
Person |
An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip. |
actors |
Person |
An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip. |
clipNumber |
Integer or Text |
Position of the clip within an ordered group of clips. |
director |
Person |
A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip. |
directors |
Person |
A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip. |
musicBy |
MusicGroup or Person |
The composer of the soundtrack. |
partOfEpisode |
Episode |
The episode to which this clip belongs. |
partOfSeason |
Season |
The season to which this episode belongs. |
partOfSeries |
Series |
The series to which this episode or season belongs. |
publication |
PublicationEvent |
A publication event associated with the episode, clip or media object. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["Defines a `Clip` type, extending the `CreativeWork` type, for structured data about video clips."],["Includes properties to identify actors, directors, composers, and the clip's position within a series or episode."],["Allows association with broader content like episodes, seasons, and series for context."],["Uses schema.org properties like `actor`, `director`, `musicBy`, `partOfEpisode`, and `partOfSeries` for semantic markup."]]],["The Clip type, extending CreativeWork, describes media segments. Key information includes actors and directors (both singular and plural forms), identified as Persons. Clips can be numbered (clipNumber) using Integer or Text. Music composers (musicBy) can be MusicGroups or Persons. Clips can be linked to larger structures: Episodes (partOfEpisode), Seasons (partOfSeason), and Series (partOfSeries). PublicationEvent is also linked to the Clip via publication.\n"]]