WebSchemas/Sports/samples/sport-vocabulary-003.html

From W3C Wiki
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xmlns:schema="http://schema.org/" xmlns:so="http://www.bbc.co.uk/ontologies/sport/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dbp="http://dbpedia.org/resource/" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">  
  <head>  
    <title>Sport</title>
    <style type="text/css">
      div {
        margin: auto;
        padding: 10px;
      }
      span {
        display: block;
      }
    </style>
  </head>
  <body>

   <h1>Sport Vocabulary</h1>

    <p>See <a href="https://groups.google.com/forum/?fromgroups=#!forum/sports-schema-collab">Sport Schema collab Google Group</a> for discussion.</p>

    <h3>Disciplines</h3>
    <div typeof="rdfs:Class" resource="schema:SportsDiscipline">
      <span property="rdfs:label">Sports Discipline</span>
      <span property="rdfs:comment">A discipline is a distinct type of sport. Rugby League is a Discipline as it has a different set of rules from Rugby Union.</span>
      <span property="owl:equivalentClass" resource="so:SportsDiscipline">Equivalent class: <a href="http://www.bbc.co.uk/ontologies/sport/SportsDiscipline">so:SportsDiscipline</a></span>
    </div>

    <div typeof="schema:SportsDiscipline" resource="schema:Soccer">
      <span property="rdfs:label">Soccer</span>
      <span property="rdfs:comment">Team sport, also known as football.</span>
      <span property="rdfs:seeAlso" resource="dbp:Soccer">See also: <a href="http://en.wikipedia.org/wiki/Soccer">Soccer on Wikipedia.</a></span>
    </div>
    
    <div typeof="schema:SportsDiscipline" resource="schema:AmericanFootball">
      <span property="rdfs:label">American Football</span>
      <span property="rdfs:comment">Team sport, also known as football.</span>
      <span property="rdfs:seeAlso" resource="dbp:American_football">See also: <a href="http://en.wikipedia.org/wiki/American_Football">American Football on Wikipedia.</a></span>
    </div>
   
    <div typeof="schema:SportsDiscipline" resource="schema:Tennis">
      <span property="rdfs:label">Tennis</span>
      <span property="rdfs:comment">Racquet sport usually played between two individuals.</span>
      <span property="rdfs:seeAlso" resource="dbp:Tennis">See also: <a href="http://en.wikipedia.org/wiki/Tennis">Tennis on Wikipedia.</a></span>
    </div>
    
    <h3>Organizational entities</h3>
    <div typeof="rdfs:Class" resource="schema:SportsOrganization">
      <span property="rdfs:label">Sports Organization</span>
      <span property="rdfs:comment">An organization involved in Sport, for example the UK Government Department for Culture, Media and Sport.</span>
      <span property="rdfs:subClassOf" resource="schema:Organization">Subclass of: <a href="http://wwww.schema.org/Organization">Organization</a></span>
      <span property="owl:equivalentClass" resource="so:SportingOrganization">Equivalent class: <a href="http://www.bbc.co.uk/ontologies/sport/SportingOrganization">so:SportingOrganization</a></span>
    </div>
    
    <div typeof="rdfs:Class" resource="schema:SportsGoverningBody">
      <span property="rdfs:label">Sports Governing Body</span>
      <span property="rdfs:comment">The Governing Body for a sport, such as The Football Association.</span>
      <span property="rdfs:subClassOf" resource="schema:SportsOrganization">Subclass of: <a href="http://schema.org/SportsOrganization">SportsOrganization</a></span>
      <span property="owl:equivalentClass" resource="so:GoverningBody" >Equivalent class: <a href="http://www.bbc.co.uk/ontologies/sport/GoverningBody">so:GoverningBody</a></span>
    </div>
    
    <h3>Event properties</h3>
    <div typeof="rdfs:property" resource="schema:awayCompetitor">
      <span property="rdfs:label">away competitor</span>
      <span property="rdfs:comment">Relates an event to an away team competing in that event.</span
      <span property="owl:equivalentProperty" resource="so:awayCompetitor">Equivalent class: <a href="http://www.bbc.co.uk/ontologies/sport/awayCompetitor">so:awayCompetitor</a></span>
    </div>
    
    <div typeof="rdfs:property" resource="schema:homeCompetitor">
      <span property="rdfs:label">home competitor</span>
      <span property="rdfs:comment">Relates an event to a home team competing in that event.</span
      <span property="owl:equivalentProperty" resource="so:homeCompetitor">Equivalent class: <a href="http://www.bbc.co.uk/ontologies/sport/homeCompetitor">so:homeCompetitor</a></span>
    </div>
    
    <h3>People - Players, Drivers, Competitors and Officials</h3>
    
    <div typeof="rdf:Class" resource="schema:SoccerFieldPosition">
      <span property="rdfs:label">Soccer Field Position</span>
      <span property="rdfs:comment">The place on a soccer pitch where the member of a team is assigned to play or 'fielded'.</span>
    </div>
    
    <div typeof="schema:SoccerFieldPosition" resource="schema:SoccerForward">
      <span property="rdfs:label">Soccer Forward</span>
      <span property="rdfs:comment">A soccer team member role positioned near to the opposing teams defending zone.</span>
    </div>
    
    <div typeof="rdfs:property" resource="schema:sportingRole"> 
      <span property="rdfs:label">sporting role</span>
      <span property="rdfs:domain" resource="schema:Person"/>
      <span property="rdfs:comment">Relates a person to a role in a team or event.</span>
    </div>
    
    <div typeof="rdfs:Class" resource="schema:SportingOfficial">
      <span property="rdfs:label">Sporting Official</span>
      <span property="rdfs:comment">A person with an official role involved in a Sporting event that is not a competitor, for example a Referee, Linesman or Umpire.</span>
    </div>
    
    <div typeof="rdfs:property" resource="schema:officialOf"> 
      <span property="rdfs:label">official of</span>
      <span property="rdfs:domain" resource="schema:Person"/>
      <span property="rdfs:range" resource="schema:SportsEvent"/>
      <span property="rdfs:comment">Relates a person to a sports event.</span>
    </div>
    
    <div typeof="rdfs:Class" resource="schema:SoccerReferee">
      <span property="rdfs:label">Soccer Referee</span>
      <span property="rdfs:comment">Supervises a soccer match.</span>
      <span property="rdfs:subClassOf" resource="schema:SportingOfficial">Subclass of: <a href="http://schema.org/SportingOfficial">Intangible</a></span>
    </div>
    
    <h3>Statistic properties</h3>
    <div typeof="rdfs:property" resource="schema:wins">
      <span property="rdfs:label">wins</span>
      <span property="rdfs:range" resource="xsd:integer"/>
      <span property="rdfs:comment">The number of wins achieved by a team or individual for a given competition or period of time.</span>
    </div>   
    
    <div typeof="rdfs:property" resource="schema:losses">
      <span property="rdfs:label">losses</span>
      <span property="rdfs:range" resource="xsd:integer"/>
      <span property="rdfs:comment">The number of losses achieved by a team or individual for a given competition or period of time.</span>
    </div>
    
    <div typeof="rdfs:property" resource="schema:draws">
      <span property="rdfs:label">draws</span>
      <span property="rdfs:range" resource="xsd:integer"/>
      <span property="rdfs:comment">The number of draws achieved by a team or individual for a given competition or period of time.</span>
    </div>
    
    <div typeof="rdfs:property" resource="schema:points">
      <span property="rdfs:label">points</span>
      <span property="rdfs:range" resource="xsd:integer"/>
      <span property="rdfs:comment">The number of points accrued by a team or individual for a given competition or period of time.</span>
    </div>
    
  </body>
</html>