Sha256: 03bb06fc38771c22c7c69ca417172816e4cb4623783acf2d6cfdfca1bc949476
Contents?: true
Size: 366 Bytes
Versions: 1
Compression:
Stored size: 366 Bytes
Contents
vocabulary Marriage; /* * Value Types */ Name is written as VariableLengthText(); /* * Entity Types */ Person is identified by given-Name and family-Name 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activefacts-0.7.3 | examples/CQL/Marriage.cql |