Sha256: 499792b3e239ce7da571e013a396edae14f8d3e58cbadb63ac5832f351b999ad
Contents?: true
Size: 265 Bytes
Versions: 23
Compression:
Stored size: 265 Bytes
Contents
vocabulary Death; /* * Value Types */ Cause Of Death is written as String; Person Name is written as String(40); /* * Entity Types */ Person is independent identified by its Name; Death is where Person is dead; Death was due to at most one Cause Of Death;
Version data entries
23 entries across 23 versions & 2 rubygems
Version | Path |
---|---|
activefacts-0.8.13 | examples/CQL/Death.cql |
activefacts-0.8.12 | examples/CQL/Death.cql |
activefacts-0.8.10 | examples/CQL/Death.cql |