TVSeries

From getSchema

Revision as of 10:24, 7 December 2012 by Admin66 (Talk | contribs)

Jump to: navigation, search

This Page Semantic Annotations

File:TVSeries.png

TVSeries UML Diagram
Supertypes = Thing, CreativeWork
Subtypes = none
Inherited properties = additionalType:URL, description:Text, image:URL, name:Text, url:URL,

about:Thing,accountablePerson:Person, aggregateRating:AggregateRating, alternativeHeadline:Text, associatedMedia:MediaObject, audio:AudioObject, author🙁Person or Organization),awards:Text,comment:UserComments, contentLocation:Place, contentRating:Text, contributor: (Person or Organization), copyrightHolder🙁Person or Organization),copyrightYear:Number, creator🙁Person or Organization), dateCreated:Date, dateModified:Date, datePublished:Date, discussionUrl:URL, editor:Person, encodings:MediaObject, genre:Text, headline:Text, inLanguage:Text, interactionCount:Text, isFamilyFriendly:Boolean, keywords:Text, mentions:Thing, offers:Offer, provider🙁Person or Organization), publisher:Organization, publishingPrinciples:URL, reviews:Review, sourceOrganization:Organization, thumbnailUrl:URL, version:Number, video:VideoObject

Properties = acotrs:Person, director:Person, endDate:Date, episodes:TVEpisode, musicBy🙁Person or MusicGroup), numberOfEpisodes:Number, producer:Person, productionCompany:Organization, seasons:TVSeason, startDate:Date, trailer:VideoObject
Defined by = http://schema.org/TVSeries
Install RuleTheWeb! the Firefox extension using Schema.org annotations!

Contents

Description

A television series

Examples

RDFa 1.1 Lite

<div vocab="http://schema.org/" typeof="TVSeries">   <meta property="numberOfEpisodes" content="150" />   <h1 property="name">The Apprentice (U.S. series)</h1>     <span property="associatedMedia">       <span typeof="ImageObject">         <img property="image" src="http://upload.wikimedia.org/wikipedia/en/d/d9/The_Apprentice_Logo.png" />         <br />         <meta property="creator" content="http://en.wikipedia.org/wiki/User:Gariseiro" />       </span>     </span>    <br />   <strong>Format:</strong><span property="genre">Reality</span>   <div>     <strong>Created by: </strong>     <span property="author">       <span typeof="Person">         <span property="name">Mark Burnett</span>       </span>     </span>   </div>   <div>     <strong>Starring: </strong>     <span property="actors">       <span typeof="Person">         <span property="name"> Donald Trump</span>       </span>     </span>,     <span property="actors">       <span typeof="Person">         <span property="name"> George H. Ross</span>       </span>     </span>,     <span property="actors">       <span typeof="Person">         <span property="name"> Ivanka Trump</span>       </span>     </span>,     <span property="actors">       <span typeof="Person">         <span property="name"> Donald Trump, Jr.</span>       </span>     </span>,     <span property="actors">       <span typeof="Person">         <span property="name"> Eric Trump</span>       </span>     </span>,     <span property="actors">       <span typeof="Person">         <span property="name"> Carolyn Kepcher</span>       </span>     </span>,     <span property="actors">       <span typeof="Person">         <span property="name"> Bill Rancic</span>       </span>     </span>   </div>   <div>     <strong>Language: </strong>     <span property="inLanguage"> English</span>   </div>   <div>     <strong>Producers: </strong>     <span property="producer">       <span typeof="Person">         <span property="name">Mark Burnett</span>       </span>     </span> and     <span property="producer">       <span typeof="Person">         <span property="name">Donald Trump</span>       </span>     </span>   </div>   <div>     <strong>Production company:</strong>     <span property="productionCompany">       <span typeof="Organization">         Trump Productions       </span>     </span>,     <span property="productionCompany">       <span typeof="Organization">         Mark Burnett Productions       </span>     </span>   </div>   <div property="seasons">     <span typeof="TVSeason">       <span property="name"><strong>Season 1:</strong></span>       <div>         Started <span property="startDate">January 8, 2004</span>         and finished <span property="endDate">April 15, 2004</span>       </div>       <meta property="numberOfEpisodes" content="15" />       <strong>Short description:</strong>       <span property="description">         The first season was a ratings smash, ranking at #7 in the average weekly Nielsen Rankings,          with an average viewership of 20.7 million viewers each week.          The final episode of the season was seen by an estimated 28.05 million viewers and ranked          as the #1 show of the week, beating out a new episode of CSI.          It was the most popular new show of 2004.       </span>     </span>   </div>   <div property="seasons">     <span typeof="TVSeason">       <span property="name"><strong>Season 2:</strong></span>       <div>         Started <span property="startDate">September 9, 2004</span>         and finished <span property="endDate">December 16, 2004</span>       </div>       <meta property="numberOfEpisodes" content="15" />       <strong>Short description:</strong>       <span property="description">         Three new twists were introduced to The Apprentice this season.          First, each team was unexpectedly forced to trade one member of their team for a member of the other team,          resulting in a male on the female team, and a female on the male team.          The traded members then became the project managers for the first task. Second, it was revealed that          the project manager of the winning team would not be eligible for firing the following week.           Finally, the losing project manager could choose either two or three people to bring to the boardroom to be considered for firing.          Surprisingly, the option to take three people to the boardroom was only used twice, with the first person          (Ivana Ma) to bring in three people had been pressured by Trump to do so.          Although this season did not match the ratings of the first and dropped out of the Top 10 Nielsen,          it still performed strongly overall, ranking #11 with an average of 16.14 million viewers.       </span>     </span>   </div>   ........... </div>

Microdata

<div itemscope itemtype="http://schema.org/TVSeries">   <meta itemprop="numberOfEpisodes" content="150" />   <h1 itemprop="name">The Apprentice (U.S. series)</h1>     <span itemprop="associatedMedia">       <span itemscope itemtype="http://schema.org/ImageObject">         <img itemprop="image" src="http://upload.wikimedia.org/wikipedia/en/d/d9/The_Apprentice_Logo.png" />         <br />         <meta itemprop="creator" content="http://en.wikipedia.org/wiki/User:Gariseiro" />       </span>     </span>    <br />   <strong>Format:</strong><span itemprop="genre">Reality</span>   <div>     <strong>Created by: </strong>     <span itemprop="author">       <span itemscope itemtype="http://schema.org/Person">         <span itemprop="name">Mark Burnett</span>       </span>     </span>   </div>   <div>     <strong>Starring: </strong>     <span itemprop="actors">       <span itemscope itemtype="http://schema.org/Person">         <span itemprop="name"> Donald Trump</span>       </span>     </span>,     <span itemprop="actors">       <span itemscope itemtype="http://schema.org/Person">         <span itemprop="name"> George H. Ross</span>       </span>     </span>,     <span itemprop="actors">       <span itemscope itemtype="http://schema.org/Person">         <span itemprop="name"> Ivanka Trump</span>       </span>     </span>,     <span itemprop="actors">       <span itemscope itemtype="http://schema.org/Person">         <span itemprop="name"> Donald Trump, Jr.</span>       </span>     </span>,     <span itemprop="actors">       <span itemscope itemtype="http://schema.org/Person">         <span itemprop="name"> Eric Trump</span>       </span>     </span>,     <span itemprop="actors">       <span itemscope itemtype="http://schema.org/Person">         <span itemprop="name"> Carolyn Kepcher</span>       </span>     </span>,     <span itemprop="actors">       <span itemscope itemtype="http://schema.org/Person">         <span itemprop="name"> Bill Rancic</span>       </span>     </span>   </div>   <div>     <strong>Language: </strong>     <span itemprop="inLanguage"> English</span>   </div>   <div>     <strong>Producers: </strong>     <span itemprop="producer">       <span itemscope itemtype="http://schema.org/Person">         <span itemprop="name">Mark Burnett</span>       </span>     </span> and     <span itemprop="producer">       <span itemscope itemtype="http://schema.org/Person">         <span itemprop="name">Donald Trump</span>       </span>     </span>   </div>   <div>     <strong>Production company:</strong>     <span itemprop="productionCompany">       <span itemscope itemtype="http://schema.org/Organization">         Trump Productions       </span>     </span>,     <span itemprop="productionCompany">       <span itemscope itemtype="http://schema.org/Organization">         Mark Burnett Productions       </span>     </span>   </div>   <div itemprop="seasons">     <span itemscope itemtype="http://schema.org/TVSeason">       <span itemprop="name"><strong>Season 1:</strong></span>       <div>         Started <span itemprop="startDate">January 8, 2004</span>         and finished <span itemprop="endDate">April 15, 2004</span>       </div>       <meta itemprop="numberOfEpisodes" content="15" />       <strong>Short description:</strong>       <span itemprop="description">         The first season was a ratings smash, ranking at #7 in the average weekly Nielsen Rankings,          with an average viewership of 20.7 million viewers each week.          The final episode of the season was seen by an estimated 28.05 million viewers and ranked          as the #1 show of the week, beating out a new episode of CSI.          It was the most popular new show of 2004.       </span>     </span>   </div>   <div itemprop="seasons">     <span itemscope itemtype="http://schema.org/TVSeason">       <span itemprop="name"><strong>Season 2:</strong></span>       <div>         Started <span itemprop="startDate">September 9, 2004</span>         and finished <span itemprop="endDate">December 16, 2004</span>       </div>       <meta itemprop="numberOfEpisodes" content="15" />       <strong>Short description:</strong>       <span itemprop="description">         Three new twists were introduced to The Apprentice this season.          First, each team was unexpectedly forced to trade one member of their team for a member of the other team,          resulting in a male on the female team, and a female on the male team.          The traded members then became the project managers for the first task. Second, it was revealed that          the project manager of the winning team would not be eligible for firing the following week.           Finally, the losing project manager could choose either two or three people to bring to the boardroom to be considered for firing.          Surprisingly, the option to take three people to the boardroom was only used twice, with the first person          (Ivana Ma) to bring in three people had been pressured by Trump to do so.          Although this season did not match the ratings of the first and dropped out of the Top 10 Nielsen,          it still performed strongly overall, ranking #11 with an average of 16.14 million viewers.       </span>     </span>   </div>   ........... </div>

Microformats

Personal tools

Namespaces

Variants

Actions

Navigation

Toolbox