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

From W3C Wiki
<?xml version="1.0" encoding="UTF-8"?>
<!-- ESPN schema-proposal example - SportsPeriodFootball -->
<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>
    <span itemprop="possession" itemscope="itemscope" itemtype="http://schema.org/FootballTeam">
        <span itemprop="nickName">Browns</span>
        <link itemprop="url" href="http://espn.go.com/nfl/team/_/name/cle/cleveland-browns"/>
    </span>
    <span itemprop="down">3</span>
    <span itemprop="yardsToGo">5</span>
    <span itemprop="yardLine">20</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>