This repository was archived by the owner on Sep 25, 2018. It is now read-only.

Description
To educate myself (and others, because I'm trying to sell our approach) about phenopackets I went through the Java code and drew up a little diagram (see #10)
The question is this:
Associations are between 2 Entities
Both EnvironmentAssociation and PhenotypeAssociation isa Association with one Entity being an Environment class (or Phenotype class respectively)
But an neither Environment class nor Phenotype class are Entities. Both are ClassInstance
Shouldn't Entity be a subclass (isa) of ClassInstance?