Sha256: 863810cb0f7032aba416425e78d524c26e9497711da708072c81d2a84741fd84
Contents?: true
Size: 366 Bytes
Versions: 2
Compression:
Stored size: 366 Bytes
Contents
vocabulary Marriage; /* * Value Types */ Name is written as String; /* * Entity Types */ Person is identified by given-Name and family-Name [independent] where Person has one given-Name, Person has one family-Name; Marriage is identified by Husband and Wife where Marriage is by one husband-Person (as Husband), Marriage is of one wife-Person (as Wife);
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activefacts-0.8.9 | examples/CQL/Marriage.cql |
activefacts-0.8.8 | examples/CQL/Marriage.cql |