Skip to content

Commit

Permalink
Create piece_transitivity.clif
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonneru committed Mar 31, 2017
1 parent 4375016 commit 82850e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ontologies/piece/piece_transitivity.clif
@@ -0,0 +1,11 @@
(cl-text http://colore.oor.net/piece/piece_transitivity.clif)
(cl-imports http://colore.oor.net/piece/piece_def.clif)

(cl-text "Transitivity")

(forall (x y z)
(if (and (pieceOf x y)
(pieceOf y z))
(pieceOf x z))

)

0 comments on commit 82850e4

Please sign in to comment.