Sha256: 79ec6b2e5d8acab17fdb23b8afc263f738f0fb6552d61f4da56df2d00e2c2a4a
Contents?: true
Size: 384 Bytes
Versions: 7
Compression:
Stored size: 384 Bytes
Contents
vocabulary MonthInSeason; /* * Value Types */ Event Id is written as Auto Counter; Month is written as String; Season is written as String; /* * Entity Types */ Event is identified by its Id; Occurrence is where Event occurred in Month; /* * Fact Types */ Month is in at most one Season; /* * Constraints: */ each Season occurs at least one time in Month is in Season;
Version data entries
7 entries across 7 versions & 1 rubygems