Movie

From getSchema

Jump to: navigation, search

This Page Semantic Annotations

Contents

Description

A movie.

Examples

Star Wars Episode IV: A New Hope

RDFa 1.1 Lite

<div vocab="http://schema.org/" typeof="Movie">   <h1 property="name">Star Wars Episode IV: A New Hope</h1>   <span property="description">     Set "a long time ago in a galaxy far, far away", the film follows a group of freedom fighters known as      the Rebel Alliance as they plot to destroy the powerful Death Star space station, a devastating weapon      created by the evil Galactic Empire.      This conflict disrupts the isolated life of farmboy Luke Skywalker when he inadvertently acquires the      droids carrying the stolen plans to the Death Star.      After the Empire begins a cruel and destructive search for the droids, Skywalker decides to accompany      Jedi Master Obi-Wan Kenobi on a daring mission to rescue the owner of the droids, rebel leader      Princess Leia Organa, and save the galaxy.   </span>   <div>     <strong>Directed by: </strong>     <span property="director">       <span typeof="Person">         <span property="name">           George Lucas         </span>       </span>     </span>   </div>   <div>     <strong>Produced by: </strong>     <span property="producer">       <span typeof="Person">         <span property="name">           Gary Kurtz         </span>       </span>     </span>   </div>   <div>     <strong>Written by: </strong>     <span property="author">       <span typeof="Person">         <span property="name">           George Lucas         </span>       </span>     </span>   </div>   <div>     <strong>Starring: </strong>     <span property="actors">       <span typeof="Person">         <span property="name">           Mark Hamill         </span>       </span>     </span>,     <span property="actors">       <span typeof="Person">         <span property="name">           Harrison Ford         </span>       </span>     </span>,     <span property="actors">       <span typeof="Person">         <span property="name">           Carrie Fisher         </span>       </span>     </span>,     <span property="actors">       <span typeof="Person">         <span property="name">           Peter Cushing         </span>       </span>     </span>,     <span property="actors">       <span typeof="Person">         <span property="name">           Alec Guinness         </span>       </span>     </span>   </div>   <div>     <strong>Music by: </strong>     <span property="musicBy">       <span typeof="Person">         <span property="name">           John Williams         </span>       </span>     </span>   </div>   <div>     <strong>Studio: </strong>     <span property="productionCompany">       <span typeof="Organization">         <span property="name">           Lucasfilm         </span>       </span>     </span>   </div>   <div>     <strong>Distributed by: </strong>     <span property="provider">       <span typeof="Organization">         <span property="name">           20th Century Fox         </span>       </span>     </span>   </div>   <div>     <strong>Release date(s): </strong>     <span property="datePublished">       May 25, 1977     </span>   </div>   <div>     <strong>Duration: </strong>     <span property="duration">       121 minutes     </span>   </div>   <div>     <strong>Country: </strong>     <span property="contentLocation">       <span typeof="Place">         United States       </span>     </span>   </div>   <div>     <strong>Language: </strong>     <span property="inLanguage">       English     </span>   </div> </div>

Microdata

One may want to create annotated pages from its movie repository. Look below to Star Wars Episode IV: A New Hope:

<div itemscope itemtype="http://schema.org/Movie">   <h1 itemprop="name">Star Wars Episode IV: A New Hope</h1>   <span itemprop="description">     Set "a long time ago in a galaxy far, far away", the film follows a group of freedom fighters known as      the Rebel Alliance as they plot to destroy the powerful Death Star space station, a devastating weapon      created by the evil Galactic Empire.      This conflict disrupts the isolated life of farmboy Luke Skywalker when he inadvertently acquires the      droids carrying the stolen plans to the Death Star.      After the Empire begins a cruel and destructive search for the droids, Skywalker decides to accompany      Jedi Master Obi-Wan Kenobi on a daring mission to rescue the owner of the droids, rebel leader      Princess Leia Organa, and save the galaxy.   </span>   <div>     <strong>Directed by: </strong>       <span itemprop="director" itemscope itemtype="http://schema.org/Person">         <span itemprop="name">           George Lucas         </span>       </span>   </div>   <div>     <strong>Produced by: </strong>       <span itemprop="director" itemscope itemtype="http://schema.org/Person">         <span itemprop="name">           Gary Kurtz         </span>       </span>   </div>   <div>     <strong>Written by: </strong>       <span itemprop="author" itemscope itemtype="http://schema.org/Person">         <span itemprop="name">           George Lucas         </span>       </span>   </div>   <div>     <strong>Starring: </strong>       <span itemprop="actors" itemscope itemtype="http://schema.org/Person">         <span itemprop="name">           Mark Hamill         </span>       </span>,       <span iteprop="actors" itemscope itemtype="http://schema.org/Person">         <span itemprop="name">           Harrison Ford         </span>       </span>,       <span itemprop="actors" itemscope itemtype="http://schema.org/Person">         <span itemprop="name">           Carrie Fisher         </span>       </span>,       <span itemprop="actors" itemscope itemtype="http://schema.org/Person">         <span itemprop="name">           Peter Cushing         </span>       </span>,       <span itemprop="actors" itemscope itemtype="http://schema.org/Person">         <span itemprop="name">           Alec Guinness         </span>       </span>   </div>   <div>     <strong>Music by: </strong>       <span itemprop="musicBy" itemscope itemtype="http://schema.org/Person">         <span itemprop="name">           John Williams         </span>       </span>   </div>   <div>     <strong>Studio: </strong>       <span itemprop="productionCompany" itemscope itemtype="http://schema.org/Organization">         <span itemprop="name">           Lucasfilm         </span>       </span>   </div>   <div>     <strong>Distributed by: </strong>       <span itemprop="provider" itemscope itemtype="http://schema.org/Organization">         <span itemprop="name">           20th Century Fox         </span>       </span>   </div>   <div>     <strong>Release date(s): </strong>     <span itemprop="datePublished">       May 25, 1977     </span>   </div>   <div>     <strong>Duration: </strong>     <span itemprop="duration">       121 minutes     </span>   </div>   <div>     <strong>Country: </strong>       <span itemprop="contentLocation" itemscope itemtype="http://schema.org/Place">         United States       </span>   </div>   <div>     <strong>Language: </strong>     <span itemprop="inLanguage">       English     </span>   </div> </div>

Microformats

TODO

Sometimes we may want to relate actors to their roles but at this time the definitions from Schema.org does not help.

Personal tools

Namespaces

Variants

Actions

Navigation

Toolbox