latest sports draft from Tom Grahame
authordanbri <danbri@google.com>
Fri, 30 Aug 2013 15:54:41 +0100
changeset 110 f716b1f8490c
parent 109 d31d17756139
child 111 282aedb2e39d
latest sports draft from Tom Grahame
https://groups.google.com/forum/#!topic/sports-schema-collab/nGNfhhwCGv0
schema.org/ext/sportsschema.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/sportsschema.html	Fri Aug 30 15:54:41 2013 +0100
@@ -0,0 +1,176 @@
+<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/">  
+  <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>Event constructs</h3>
+    <div resource="schema:SportsCompetition">
+      <span property="rdfs:label">Sports Competition</span>
+      <span property="rdfs:comment">A competitive sporting event.</span>
+      <span property="owl:equivalentClass" resource="so:Competition">Equivalent class: <a href="http://www.bbc.co.uk/ontologies/sport/Competition">so:Competition</a></span>
+    </div>
+    
+    <div typeof="rdfs:Class" resource="schema:MultiStageCompetition">
+      <span property="rdfs:label">Multi-stage Competition</span>
+      <span property="rdfs:comment">A Multi-stage Competition is a competition that is organised as a set of stages. An example is the Football World Cup.</span>
+      <span property="rdfs:subClassOf" resource="schema:SportsCompetition" >Subclass of: <a href="http://schema.org/SportsCompetition">SportsCompetition</a></span>
+      <span property="owl:equivalentClass" resource="so:MultiStageCompetition" >Equivalent class: <a href="http://www.bbc.co.uk/ontologies/sport/MultiStageCompetition">so:MultiStageCompetition</a></span>
+    </div>
+    
+    <div typeof="rdfs:Class" resource="schema:Match">
+      <span property="rdfs:label">Match</span>
+      <span property="rdfs:comment">A competitive game between two teams. Cross discipline use, Tennis and Soccer for example.</span>
+      <span property="rdfs:subClassOf" resource="schema:SportsEvent">Subclass of: <a href="http://schema.org/SportsEvent">SportsEvent</a></span>
+      <span property="owl:equivalentClass" resource="so:Match">Equivalent class: <a href="http://www.bbc.co.uk/ontologies/sport/Match">so:Match</a></span>
+    </div>
+    
+    <div typeof="rdfs:Class" resource="schema:Race">
+      <span property="rdfs:label">Race</span>
+      <span property="rdfs:comment">A competition between at least two parties. Cross discipline use, Formula 1 and Athletics for example.</span>
+      <span property="rdfs:subClassOf" resource="schema:SportsEvent">Subclass of: <a href="http://schema.org/SportsEvent">SportsEvent</a></span>
+    </div>
+
+    <h3>Disciplines</h3>
+    <div typeof="rdfs:Class" resource="schema:SportsDiscipline">
+      <span property="rdfs:label">Sports Discipline</span>
+      <span property="rdfs:comment">Also generally known as Sport, Discipline is more specific. 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>Abstract entities</h3>
+    <div typeof="rdfs:Class" resource="schema:SportsOrganization">
+      <span property="rdfs:label">SportsOrganization</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">SportsGoverningBody</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>People - Competitiors and Officials</h3>
+    <div typeof="rdfs:Class" resource="schema:SportsPerson">
+      <span property="rdfs:label">SportsPerson</span>
+      <span property="rdfs:comment">A person involved in Sport, an athlete or official for example.</span>
+      <span property="rdfs:subClassOf" resource="schema:Person">Subclass of: <a href="http://schema.org/Person">Person</a></span>
+    </div>
+    
+    <div typeof="rdfs:Class" resource="schema:SportsCompetitor">
+      <span property="rdfs:label">SportsCompetitor</span>
+      <span property="rdfs:comment">A Field or Track Athlete, Soccer player, F1 driver, Jockey, Swimmer etc.</span>
+      <span property="rdfs:subClassOf" resource="schema:SportsPerson">Subclass of: <a href="http://schema.org/SportsPerson">Sports Person</a></span>
+    </div>
+   
+    <div typeof="schema:SportsCompetitor" resource="schema:SoccerPlayer">
+      <span property="rdfs:label">Soccer Player</span>
+      <span property="rdfs:comment">Someone who plays Soccer.</span>
+    </div>
+    
+    <div typeof="rdf:Property" resource="schema:hasPosition">
+      <span property="rdfs:label">has position</span>
+      <span property="rdfs:comment">Relates a team member to a position on a field or pitch.</span>
+      <span property="rdfs:domain" resource="schema:SportsCompetitor"/>
+      <span property="rdfs:range" resource="schema:FieldPosition"/>
+    </div>
+    
+    <div typeof="rdf:Class" resource="schema:FieldPosition">
+      <span property="rdfs:label">FieldPosition</span>
+      <span property="rdfs:comment">The place on sports field or pitch where the member of a team is assigned to play or 'fielded'.</span>
+    </div>
+    
+    <div typeof="schema:FieldPostion" resource="schema:Forward">
+      <span property="rdfs:label">Forward</span>
+      <span property="rdfs:comment">A team member positioned near to the opposing teams defending zone.</span>
+    </div>
+    <!-- Lots more Field positions required here... -->
+   
+    <div typeof="rdfs:Class" resource="schema:SportsOfficial">
+      <span property="rdfs:label">SportsOfficial</span>
+      <span property="rdfs:comment">A person involved in a Sporting event that is not a competitior, for example a Referee, Linesman or Umpire.</span>
+      <span property="rdfs:subClassOf" resource="schema:SportsPerson">Subclass of: <a href="http://schema.org/SportsPerson">Sports Person</a></span>
+    </div>
+    
+    <h3>Statistic constructs</h3>
+    <div typeof="rdfs:Class" resource="schema:SportsStatistic">
+      <span property="rdfs:label">Sports Statistic</span>
+      <span property="rdfs:comment">Measurements of Sporting aspects such as wins, losses, point, draws, scores etc.</span>
+      <span property="rdfs:subClassOf" resource="schema:Intangible">Subclass of: <a href="http://schema.org/Intangible">Intangible</a></span>
+    </div>
+    
+    <div typeof="schema:SportsStatistic" resource="schema:Wins">
+      <span property="rdfs:label">Wins</span>
+      <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="schema:SportsStatistic" resource="schema:Losses">
+      <span property="rdfs:label">Losses</span>
+      <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="schema:SportsStatistic" resource="schema:Draws">
+      <span property="rdfs:label">Draws</span>
+      <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="schema:SportsStatistic" resource="schema:Points">
+      <span property="rdfs:label">Points</span>
+      <span property="rdfs:comment">The number of points accrued by a team or individual for a given competition or period of time.</span>
+    </div>
+    <!-- Lots more Statistics required here... -->
+    
+    <div typeof="rdf:Property" resource="schema:hasAchieved">
+      <span property="rdfs:label">has achieved</span>
+      <span property="rdfs:comment">The relationship between a team or individual and a Sports Statistic such as 'wins'.</span>
+      <span property="rdfs:range" resource="schema:SportsStatistic">Range: SportsStatistic</span>
+    </div>
+ 
+    <h3>Display constructs</h3>
+    <div typeof="rdfs:Class" resource="schema:Standings">
+      <span property="rdfs:label">Standings</span>
+      <span property="rdfs:comment">A ranked display of teams or individuals in a competition. Also known as a League table.</span>
+    </div>
+    
+    <div typeof="rdfs:Class" resource="schema:ResultsTable">
+      <span property="rdfs:label">Results Table</span>
+      <span property="rdfs:comment">A grouped display of a team or individuals performance in a single competition or series of events over a period of time.</span>
+    </div>
+    
+  </body>
+</html>
+