Sha256: 2cf157d79dd57aec04e6b1746aeba109b7d436f24a9f0b14150f85caaa5ff9d7

Contents?: true

Size: 364 Bytes

Versions: 23

Compression:

Stored size: 364 Bytes

Contents

vocabulary Marriage;

/*
 * Value Types
 */
Name is written as String;

/*
 * Entity Types
 */
Person is independent 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

23 entries across 23 versions & 2 rubygems

Version Path
activefacts-0.8.13 examples/CQL/Marriage.cql
activefacts-0.8.12 examples/CQL/Marriage.cql
activefacts-0.8.10 examples/CQL/Marriage.cql