Skip to content

Commit

Permalink
Merge pull request #362 from kharus/cellShapePredicate
Browse files Browse the repository at this point in the history
Change cellShape from subclass to instance of BinaryPredicate
  • Loading branch information
apease authored Jul 30, 2023
2 parents ee8c931 + 61b7cd8 commit ef2b0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VirusProteinAndCellPart.kif
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ molecules.")
(instance ?OBJ2 CellNucleus)
(part ?OBJ2 ?OBJ1)))))

(subclass cellShape BinaryPredicate)
(instance cellShape BinaryPredicate)
(subrelation cellShape shape)
(domainSubclass cellShape 1 Cell)
(domain cellShape 2 ShapeAttribute)
Expand Down

0 comments on commit ef2b0a5

Please sign in to comment.