iptc / sportsml-3

Development of SportsML 3
9 stars 1 forks source link

Stage attribute in sport-events #39

Closed trondhuso closed 5 years ago

trondhuso commented 8 years ago

There is a need for adding attribute stage to sport-events. Usage: When you are creating a single file of a result or match facts from a tournament, but do not want to model the complete tournament structure. Use cases: Skiing results (World Cup rounds) where you don't want to use tournament structure Soccer match facts / results (national leagues) where you don't want or cannot use tournament structure Olympic Games where you are receiving data from the different events.

trondhuso commented 8 years ago

Updated by Paul Kelly 15 days ago Kinda difficult now we don't have specific round or stage elements. What would we call the attribute? Clients tend to refer the event-key to another doc that has the tournament structure.

trondhuso commented 8 years ago

phase is an attribute that comes to mind.

bquinn commented 6 years ago

Discussion on sep 4 2018: the problem with tournament structure is that you would have to send the entire structure each time, and sometimes you don't even know the tournament info required.

jolla56 commented 5 years ago

https://github.com/iptc/sportsml-3/blob/68b246f17b2387b1d24540cafa870779e268e4a2/3.0/specification/sportsml.xsd#L2373

Here we have event-status with a vocab. The description says stage but it should be changed to status.

There is also event-type with a vocab which sounds what Trond is asking for.

pauljkelly commented 5 years ago

Not sure what you are referring to when you say event-status. All I see is the line with event-type.

trondhuso commented 5 years ago

What was I asking about btw ☺

T

From: Paul Kelly notifications@github.com Reply-To: iptc/sportsml-3 reply@reply.github.com Date: Thursday, 14 March 2019 at 15:03 To: iptc/sportsml-3 sportsml-3@noreply.github.com Cc: Trond Husø trond@trondhuso.no, Author author@noreply.github.com Subject: Re: [iptc/sportsml-3] Stage attribute in sport-events (#39)

Not sure what you are referring to when you say event-status. All I see is the line with event-type.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

jolla56 commented 5 years ago

round-number is added but not pushed to master yet. That what was Brendan and I saw last week when we wanted to push his update to the samples to master.

Trond's with for a stage attribute is covered with these two in combination with the round number I think:

The stage of the event, describing whether it has started, is in progress, etc. SportsML vocabulary uri: http://cv.iptc.org/newscodes/speventstatus/ The type of event, esp. in relation to tournament phase. Recommended SportsML vocabulary uri: http://cv.iptc.org/newscodes/sptournamentphase/ Johan Johan Lindgren, TT, 070-6528007 Den tors 14 mars 2019 kl 22:45 skrev Trond Husø : > What was I asking about btw ☺ > > > > > > T > > > > > > From: Paul Kelly > Reply-To: iptc/sportsml-3 > Date: Thursday, 14 March 2019 at 15:03 > To: iptc/sportsml-3 > Cc: Trond Husø , Author > Subject: Re: [iptc/sportsml-3] Stage attribute in sport-events (#39) > > > > Not sure what you are referring to when you say event-status. All I see is > the line with event-type. > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub, or mute the thread. > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > , or mute > the thread > > . >
bquinn commented 5 years ago

WG agreed to close this on our call today. Can be achieved with event-type, round-number and sptournamentphase as per conversation above.