The semmeddb RIG uses an association_categories field on an edge type that isn't in the schema.
Used by: semmeddb (1 RIG)
Example (semmeddb_rig.yaml):
association_categories:
- biolink:Association
- biolink:CausalGeneToDiseaseAssociation
- biolink:GeneToPhenotypicFeatureAssociation
- biolink:ChemicalAffectsGeneAssociation
- biolink:GeneAffectsChemicalAssociation
Shape: a multivalued list of Biolink Association subclasses on an EdgeType, recording the association categories the edges reify to.
Decision: add an association_categories slot to EdgeType, or is this redundant with the subject/predicate/object specification? Worth a modeling discussion.
The
semmeddbRIG uses anassociation_categoriesfield on an edge type that isn't in the schema.Used by:
semmeddb(1 RIG)Example (semmeddb_rig.yaml):
Shape: a multivalued list of Biolink
Associationsubclasses on anEdgeType, recording the association categories the edges reify to.Decision: add an
association_categoriesslot toEdgeType, or is this redundant with the subject/predicate/object specification? Worth a modeling discussion.