Sha256: 81c327fdeaf8048c85e1e79e30c20e77986c97078f4ad350e19a32d69c0487ab
Contents?: true
Size: 269 Bytes
Versions: 1
Compression:
Stored size: 269 Bytes
Contents
vocabulary PersonPlaysGame; /* * Value Types */ GameCode is written as FixedLengthText(); PersonName is written as VariableLengthText(); /* * Entity Types */ Game is identified by its Code; Person is identified by its Name; Playing is where Person plays Game;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activefacts-0.7.3 | examples/CQL/PersonPlaysGame.cql |