iptc / sport-schema

The next generation of sports data, based on IPTC’s SportsML and semantic web principles
17 stars 1 forks source link

define/clarify outcomeResult vs eventOutcome etc #165

Closed bquinn closed 1 year ago

bquinn commented 1 year ago

Table copied over from discussion in #154:

Sports Schema SportsML equivalent Definition/description notes
eventOutcome @event-outcome on stats elements Whether the competitor won, lost, or tied. SportsML vocab uri: http://cv.iptc.org/newscodes/speventoutcome/ (values: win, loss, tie, undecided) Used on an event to say whether the team won or lost
eventOutcomeType event-metadata@event-outcome-type What type of outcome. Includes overtime, random (eg. by coin toss), etc. SportsML vocab uri: http://cv.iptc.org/newscodes/speventoutcometype/ (regular, overtime, shootout etc) Used on an event to describe whether the event was won in normal time or based on a shootout etc. (In NHL teams get different points based on how they won)
outcomeResult: outcome-result A report on the result, if any, from the event etc usually applies to a season
outcomeResultType outcome-result@type The type of outcome result. Can be things like relegation, promotion and qualification Applied to a season
resultEffect: @result-effect Describes the effect that the result of the event or rank changing has had on the team. Example: Whether or not a team has qualified for the playoffs, or has been promoted or demoted to a different division. SportsML vocab uri: http://cv.iptc.org/newscodes/spresulteffect/ (values qualification, demotion, promotion) Applies to a single event
bquinn commented 1 year ago

covered by #154