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

From W3C Wiki
<?xml version="1.0" encoding="UTF-8"?>
<!-- ESPN schema-proposal example - Thing > Person > SportsAthlete/Football -->
<!--
<n:loc>http://espn.go.com/nfl/player/_/id/11910/husain-abdullah</n:loc>
<country:language>en</country:language>-->
<n:content xmlns:n="espn:schema-proposal">
    <div itemscope="itemscope" itemtype="http://schema.org/SportsAthlete/Football/Safety">
        <img itemprop="image"
            src="full/11910.png&amp;w=65&amp;h=90&amp;scale=crop&amp;background=0xcccccc&amp; transparent=false"
            alt="player image"/>
        <h3 itemprop="name">Husain Abdullah</h3>
        <link itemprop="url" href="http://espn.go.com/nfl/player/_/id/11910/husain-abdullah"/>
        <div itemscope="itemscope" itemprop="currentTeam"
            itemtype="http://schema.org/SportsTeam/Football">
            <link itemprop="url" href="http://espn.go.com/nfl/team/_/name/min/minnesota-vikings"/>
            <span itemprop="name">Minnesota Vikings</span>
            <span itemprop="abbreviation">min</span>
            <span itemprop="nickname">Vikings</span>
            <img itemprop="image" src="trans/min.gif" alt="team image"/>
        </div>
        <link itemprop="sport" href="http://schema.org/Football"/>
        <link itemprop="gender" href="http://schema.org/MaleOnlyGender"/>
        <span itemprop="association" itemscope="itemscope"
            itemtype="http://schema.org/SportsAssociation">
            <link itemprop="url" href="http://espn.go.com/nfl/standings"/>
        </span>
        <span itemprop="uniformNumber">39</span>
        <span itemprop="positionName">Safety</span>
        <span itemprop="positionAbbrev">S</span>
        <time itemprop="birthDate" datetime="1985-07-27">1985-07-27</time>
        <span itemprop="height">183</span>
        <span itemprop="weight">93</span>
        <div itemprop="birthPlace" itemscope="itemscope" itemtype="http://schema.org/Place">
            <span itemprop="addressLocality">Los Angeles</span>
            <span itemprop="addressRegion">CA</span>
        </div>
        <div itemprop="deepLinks" itemscope="itemscope"
            itemtype="http://schema.org/SiteNavigationElement">
            <link itemprop="url"
                href="http://espn.go.com/nfl/player/stats/_/id/11910/husain-abdullah"/>
            <span itemprop="name">Stats</span>
        </div>
        <div itemprop="statistics" itemscope="itemscope"
            itemtype="http://schema.org/SportStat/TotalTackles">
            <span itemprop="name">Tackles</span>
            <span itemprop="abbreviation">TACK</span>
            <span itemprop="value">162</span>
        </div>
        <div itemprop="statistics" itemscope="itemscope"
            itemtype="http://schema.org/SportStat/FumblesForced">
            <span itemprop="name">Forced Fumbles</span>
            <span itemprop="abbreviation">FF</span>
            <span itemprop="value">0</span>
        </div>
        <div itemprop="statistics" itemscope="itemscope"
            itemtype="http://schema.org/SportStat/Interceptions">
            <span itemprop="name">Interceptions</span>
            <span itemprop="abbreviation">INT</span>
            <span itemprop="value">4</span>
        </div>
        <div itemprop="statistics" itemscope="itemscope"
            itemtype="http://schema.org/SportStat/TotalTackles">
            <div itemprop="context" itemscope="itemscope"
                itemtype="http://schema.org/SportsSeries/RegularSeason">
                <img itemprop="image" src=" trans/nfl.gif" alt="NFL League Image"/>
                <span itemprop="name">2011 National Football League Regular Season</span>
                <div itemprop="association" itemscope="itemscope"
                    itemtype="http://schema.org/SportsAssociation/Football">
                    <link itemprop="url" href="http://espn.go.com/nfl/"/>
                </div>
            </div>
            <link itemprop="url" href="http://espn.go.com/nfl/"/>
            <span itemprop="name">Tackles</span>
            <span itemprop="abbreviation">TACK</span>
            <span itemprop="value">49</span>
        </div>
        <div itemprop="statistics" itemscope="itemscope"
            itemtype="http://schema.org/SportStat/FumblesForced">
            <div itemprop="context" itemscope="itemscope"
                itemtype="http://schema.org/SportsSeries/RegularSeason">
                <img itemprop="image" src=" nfl.gif" alt="NFL League Image"/>
                <span itemprop="name">2011 National Football League Regular Season</span>
                <div itemprop="association" itemscope="itemscope"
                    itemtype="http://schema.org/SportsAssociation/Football">
                    <link itemprop="url" href="http://espn.go.com/nfl/"/>
                </div>
                <link itemprop="url" href="http://espn.go.com/nfl/standings#regular-season"/>
            </div>
            <span itemprop="name">Forced Fumbles</span>
            <span itemprop="abbreviation">FF</span>
            <span itemprop="value">0</span>
        </div>
        <div itemprop="statistics" itemscope="itemscope"
            itemtype="http://schema.org/SportStat/Interceptions">
            <div itemprop="context" itemscope="itemscope"
                itemtype="http://schema.org/SportsSeries/RegularSeason">
                <img itemprop="image" src="http://espn.com/i/teamlogos/leagues/nfl.gif"
                    alt="NFL League Image"/>
                <span itemprop="name">2011 National Football League Regular Season</span>
                <div itemprop="association" itemscope="itemscope"
                    itemtype="http://schema.org/SportsAssociation/Football"> </div>
            </div>
            <link itemprop="url" href="http://espn.go.com/nfl/"/>
            <link itemprop="url" href="http://espn.go.com/nfl/standings"/>
            <span itemprop="name">Interceptions</span>
            <span itemprop="abbreviation">INT</span>
            <span itemprop="value">1</span>
        </div>
    </div>
</n:content>