Sha256: e31476de5f33ba431ab53c7e4804b70f8a7e794f8a4073eb2bf1d38438761ce8
Contents?: true
Size: 378 Bytes
Versions: 2
Compression:
Stored size: 378 Bytes
Contents
vocabulary Marriage; /* * Value Types */ Name is written as VariableLengthText; /* * 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.6 | examples/CQL/Marriage.cql |
activefacts-0.8.5 | examples/CQL/Marriage.cql |