Skip to content

Commit

Permalink
fix: chemical-affects-gene-association aspect qualifier range
Browse files Browse the repository at this point in the history
chemical-affects-gene-association aspect qualifiers were set to the "Part" enum, when they should probably be set to the "Aspect" Enum. 

This was identified in biothings/biothings_explorer#587 (comment) (under Analyzing Errors, Qualifier_type_id for edge has unresolved qualifier_value (Knowledge Graph Edge Qualifier)
  • Loading branch information
colleenXu authored Jul 21, 2023
1 parent 0668991 commit 038fd49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9423,7 +9423,7 @@ classes:
subject derivative qualifier:
range: ChemicalEntityDerivativeEnum
subject aspect qualifier:
range: GeneOrGeneProductOrChemicalPartQualifierEnum
range: GeneOrGeneProductOrChemicalEntityAspectEnum
subject context qualifier:
range: anatomical entity
subject direction qualifier:
Expand All @@ -9439,7 +9439,7 @@ classes:
object part qualifier:
range: GeneOrGeneProductOrChemicalPartQualifierEnum
object aspect qualifier:
range: GeneOrGeneProductOrChemicalPartQualifierEnum
range: GeneOrGeneProductOrChemicalEntityAspectEnum
object context qualifier:
range: anatomical entity
object direction qualifier:
Expand Down

0 comments on commit 038fd49

Please sign in to comment.