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

From W3C Wiki
<?xml version="1.0" encoding="UTF-8"?>
<!-- ESPN schema-proposal example - Thing > Organization > SportsTeam -->
<n:content xmlns:n="espn:schema-proposal">
    <div itemscope="itemscope" itemtype="http://schema.org/SportsTeam/Football">
        <link itemprop="url"
            href="http://espn.go.com/college-football/team/_/id/52/florida-state- seminoles"/>
        <span itemprop="name">Florida State Seminoles</span>
        <span itemprop="abbreviation">FSU</span>
        <span itemprop="nickname">Seminoles</span>
        <span itemprop="location">Florida State</span>
        <img itemprop="image" src="http://espn.com/teamlogos/ncaa/fsu.gif" alt="team image"/>
        <div itemprop="deepLinks" itemscope="itemscope"
            itemtype="http://schema.org/SiteNavigationElement">
            <link itemprop="url"
                href="http://espn.go.com/college-football/team/schedule/florida-state- seminoles"/>
            <span itemprop="name">Schedule and Results</span>
        </div>
        <div itemprop="statistics" itemscope="itemscope"
            itemtype="http://schema.org/SportStat/GamesPlayed">
            <span itemprop="name">Games Played</span>
            <span itemprop="abbreviation">GP</span>
            <span itemprop="value">10</span>
            <div itemprop="context" itemscope="itemscope"
                itemtype="http://schema.org/SportsSeries/PostSeason>">
                <link itemprop="url" href="http://espn.go.com/college-football/bowls"/>
            </div>
        </div>
        <div itemprop="statistics" itemscope="itemscope" itemtype="http://schema.org/SportStat/Wins">
            <span itemprop="name">Wins</span>
            <span itemprop="abbreviation">W</span>
            <span itemprop="value">7</span>
            <div itemprop="context" itemscope="itemscope"
                itemtype="http://schema.org/SportsSeries/PostSeason>">
                <link itemprop="url" href="http://espn.go.com/college-football/bowls"/>
            </div>
        </div>
        <div itemprop="statistics" itemscope="itemscope"
            itemtype="http://schema.org/SportStat/Losses">
            <span itemprop="name">Losses</span>
            <span itemprop="abbreviation">L</span>
            <span itemprop="value">3</span>
            <div itemprop="context" itemscope="itemscope"
                itemtype="http://schema.org/SportsSeries/PostSeason>">
                <link itemprop="url" href="http://espn.go.com/college-football/bowls"/>
            </div>
        </div>
        <div itemprop="statistics" itemscope="itemscope" itemtype="http://schema.org/SportStat/Ties">
            <span itemprop="name">Ties</span>
            <span itemprop="abbreviation">T</span>
            <span itemprop="value">0</span>
            <div itemprop="context" itemscope="itemscope"
                itemtype="http://schema.org/SportsSeries/PostSeason>">
                <link itemprop="url" href="http://espn.go.com/college-football/bowls"/>
            </div>
        </div>
    </div>
</n:content>