We all know that T20 cricket is catching up. Can we make recommendations for T20 schema changes. Just like ODI and Test, we need to have records related to T20 as well.
Schema additions for T20 cricket.
-
-
-
Hi.
The facility is already (almost) there via the Cricket Match Type type. What we don't have (as you mention) is player statistics associated with match types. They have been defined explicitly.
Unfortunately when I originally designed this domain, several of the more advance freebase.com and MQL features were not available, hence it is a bit too complicated. I am working on simplifying and making the domain a bit more clean.
The way it is organized right now is that at the top level there are Cricket teams, that participate in matches (which may or may not be part of tournaments or series - usually they are). For each match that a team participates in it has a roster associated with it which identifies the players playing in there. Also each match has a match type which can be set to anything. Player stats are a completely different beast.
I plan to modify it so that the match type can be associated with player statistics which will be part of an enumeration. That way if in the future a new game type comes up, we can add that to is also.
AM
-

