TVSeries

From getSchema
Jump to: navigation, search

This Page Semantic Annotations

Description

A television series

Examples

Get the RDF! –> http://getschema.org/microdata2rdf/examples/tvSeries.html

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" 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>
  <br />
  <strong>Format:</strong><span property="genre">Reality</span>
  <div>
    <strong>Created by: </strong>
      <span property="author" typeof="Person">
        <span property="name">Mark Burnett</span>
      </span>
  </div>
  <div>
    <strong>Starring: </strong>
    <span property="actor" typeof="Person">
      <span property="name"> Donald Trump</span>
    </span>,
      <span property="actor" typeof="Person">
        <span property="name"> George H. Ross</span>
      </span>,
      <span property="actor" typeof="Person">
        <span property="name"> Ivanka Trump</span>
      </span>,
      <span property="actor" typeof="Person">
        <span property="name"> Donald Trump, Jr.</span>
      </span>,
      <span property="actor" typeof="Person">
        <span property="name"> Eric Trump</span>
      </span>,
      <span property="actor" typeof="Person">
        <span property="name"> Carolyn Kepcher</span>
      </span>,
      <span property="actor" typeof="Person">
        <span property="name"> Bill Rancic</span>
      </span>
  </div>
  <div>
    <strong>Language: </strong>
    <span property="inLanguage"> English</span>
  </div>
  <div>
    <strong>Producers: </strong>
      <span property="producer" typeof="Person">
        <span property="name">Mark Burnett</span>
      </span>and
      <span property="producer" typeof="Person">
        <span property="name">Donald Trump</span>
      </span>
  </div>
  <div>
    <strong>Production company:</strong>
      <span property="productionCompany" typeof="Organization">
        Trump Productions
      </span>,
      <span property="productionCompany" typeof="Organization">
        Mark Burnett Productions
      </span>
  </div>
  <div property="season" 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>
  </div>
  <div property="season" 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>
  </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" 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>
  <br />
  <strong>Format:</strong><span itemprop="genre">Reality</span>
  <div>
    <strong>Created by: </strong>
      <span itemprop="author" itemscope itemtype="http://schema.org/Person">
        <span itemprop="name">Mark Burnett</span>
      </span>
  </div>
  <div>
    <strong>Starring: </strong>
    <span itemprop="actor" itemscope itemtype="http://schema.org/Person">
      <span itemprop="name"> Donald Trump</span>
    </span>,
      <span itemprop="actor" itemscope itemtype="http://schema.org/Person">
        <span itemprop="name"> George H. Ross</span>
      </span>,
      <span itemprop="actor" itemscope itemtype="http://schema.org/Person">
        <span itemprop="name"> Ivanka Trump</span>
      </span>,
      <span itemprop="actor" itemscope itemtype="http://schema.org/Person">
        <span itemprop="name"> Donald Trump, Jr.</span>
      </span>,
      <span itemprop="actor" itemscope itemtype="http://schema.org/Person">
        <span itemprop="name"> Eric Trump</span>
      </span>,
      <span itemprop="actor" itemscope itemtype="http://schema.org/Person">
        <span itemprop="name"> Carolyn Kepcher</span>
      </span>,
      <span itemprop="actor" itemscope itemtype="http://schema.org/Person">
        <span itemprop="name"> Bill Rancic</span>
      </span>
  </div>
  <div>
    <strong>Language: </strong>
    <span itemprop="inLanguage"> English</span>
  </div>
  <div>
    <strong>Producers: </strong>
      <span itemprop="producer" itemscope itemtype="http://schema.org/Person">
        <span itemprop="name">Mark Burnett</span>
      </span>and
      <span itemprop="producer" itemscope itemtype="http://schema.org/Person">
        <span itemprop="name">Donald Trump</span>
      </span>
  </div>
  <div>
    <strong>Production company:</strong>
      <span itemprop="productionCompany" itemscope itemtype="http://schema.org/Organization">
        Trump Productions
      </span>,
      <span itemprop="productionCompany" itemscope itemtype="http://schema.org/Organization">
        Mark Burnett Productions
      </span>
  </div>
  <div itemprop="season" 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>
  </div>
  <div itemprop="season" 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>
  </div>
  ...........
</div>

Microformats


Retrieved from “?title=TVSeries&oldid=1960