WebSchemas/Sports/samples/espn-schema-proposal-SportsPeriod

From W3C Wiki
<!-- ESPN schema-proposal example - SportsPeriod -->
<div itemprop="periods" itemscope="itemscope"
    itemtype="http://schema.org/SportsPeriod/Football/Regular">
    <span itemprop="name">4th quarter</span>
    <span itemprop="abbreviation">4</span>
    <span itemprop="order">4</span>
    <span itemprop="outOf">4</span>
    <link itemprop="status" href="http://schema.org/InPeriod"/>
    <span itemprop="clock">PT0M00S</span>
    <div itemprop="competitors" itemscope="itemscope"
        itemtype="http://schema.org/SportsMatchCompetitor">
        <span itemprop="team" itemscope="itemscope" itemtype="http://schema.org/FootballTeam">
            <link itemprop="url" href="http://espn.go.com/nfl/team/_/name/cle/cleveland-browns"/>
        </span>
        <span itemprop="score">0</span>
    </div>
    <div itemprop="competitors" itemscope="itemscope"
        itemtype="http://schema.org/SportsMatchCompetitor">
        <span itemprop="team" itemscope="itemscope" itemtype="http://schema.org/FootballTeam">
            <link itemprop="url" href="http://espn.go.com/nfl/team/_/name/pit/pittsburgh-steelers"/>
        </span>
        <span itemprop="score">7</span>
    </div>
</div>
</n:content>