Skip to content

Commit

Permalink
fixing more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
michael.gruninger committed Feb 5, 2014
1 parent e4fa8c6 commit 91cd8e1
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 25 deletions.
4 changes: 2 additions & 2 deletions ontologies/cimosa/cimosa.clif
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
(cl-comment "Process Completion Rules")
(cl-comment "WHEN (ES(EF1) = end_stat_x AND ES(EF2) = end_stat_y) DO FINISH")
(cl-comment "use leaf node to represent the end of a process/occurrence tree")
(cl-comment "if EF(f) is leaf node, then it must mean EF1 and EF2 reached their specific end states o3 and o4, respectively"...?)
(cl-comment "if EF(f) is leaf node, then it must mean EF1 and EF2 reached their specific end states o3 and o4, respectively...?")
(forall (s a o1 o2 f)
(if (and (leaf_occ o2 o1)
(occurrence_of o2 (enterprise_function f)))
Expand Down Expand Up @@ -209,4 +209,4 @@
(precedes o1 o3)
(precedes o1 o4)))))

)
)
2 changes: 1 addition & 1 deletion ontologies/combinatorial_magma/quasigroup_gen.clif
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

(cl-imports http://colore.oor.net/magma/quasigroup.clif)

(cl-imports http://colore.oor.net/magma/definitions/magma_def.clif)
(cl-imports http://colore.oor.net/magma/definitions/magma_defs.clif)

(forall (x)
(exists (y z)
Expand Down
6 changes: 2 additions & 4 deletions ontologies/contact_algebras/Conn.clif
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
(cl-comment "Con: Connection axiom (connection of an entity with its complement)")

(forall (x)
(if
(and
(if (and
(not (= x zero))
(not (= x one)))
)
(exists (y)
(and
(complement x y)
Expand All @@ -27,4 +25,4 @@
)
)

)
)
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

(cl-imports http://colore.oor.net/contact_algebras/boolean_contact_algebra.clif)

(cl-imports http://colore.oor.net/contact_algebras/atomless_boolean_lattice.clif)
(cl-imports http://colore.oor.net/lattices/atomless_boolean_lattice.clif)


)
2 changes: 1 addition & 1 deletion ontologies/contact_algebras/contact_algebra.clif
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

(cl-imports http://colore.oor.net/contact_algebras/distributive_contact_algebra.clif)

(cl-imports http://colore.oor.net/contact_algebras/pseudo_complemented_lattice.clif)
(cl-imports http://colore.oor.net/lattices/pseudo_complemented_lattice.clif)


)
15 changes: 4 additions & 11 deletions ontologies/lattices/Atom.clif
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
(cl-text http://colore.oor.net/lattices/*******************************************************************************
* Copyright (c) University of Toronto and others. All rights reserved.
* The content of this file is licensed under the Creative Commons Attribution-
* ShareAlike 3.0 Unported license. The legal text of this license can be
* found at http://creativecommons.org/licenses/by-sa/3.0/legalcode.
*
* Contributors:
* Torsten Hahmann - initial implementation
*******************************************************************************/

(cl-text http://colore.oor.net/lattices/Atom
(cl-comment " Contributors: Torsten Hahmann - initial implementation")

(cl-text http://colore.oor.net/lattices/Atom.clif

(exists (x)
(and
Expand All @@ -23,4 +16,4 @@
)
)

)
)
2 changes: 1 addition & 1 deletion ontologies/mereotopology/rcc_rbca.clif
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

(cl-imports http://colore.oor.net/mereotopology/rcc.clif)

(cl-imports http://colore.oor.net/mereotopology/region_boolean_contact_algebra.clif)
(cl-imports http://colore.oor.net/contact_algebras/region_boolean_contact_algebra.clif)

(forall (x y)
(iff
Expand Down
4 changes: 2 additions & 2 deletions ontologies/ordered_algebra/ordered_vectorspace.clif
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

(cl-text http://colore.oor.net/ontologies/ordered_algebra/ordered_vectorspace.clif
(cl-text http://colore.oor.net/ordered_algebra/ordered_vectorspace.clif

(cl-imports http://colore.oor.net/ontologies/algebra/vectorspace.clif)
(cl-imports http://colore.oor.net/algebra/vectorspace.clif)

(forall (x y z)
(iff (lesser x y)
Expand Down
2 changes: 1 addition & 1 deletion ontologies/subposet/prod_uplr.clif
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

(cl-text http://colore.oor.net/subposet/prod_uplr.clif

(cl-imports http://colore.oor.net/subposet/prod_mereology.clif)
(cl-imports http://colore.oor.net/mereology/prod_mereology.clif)

(cl-imports http://colore.oor.net/subposet/uplr.clif)

Expand Down
2 changes: 1 addition & 1 deletion ontologies/subposet/strong_lower_discrete_forest.clif
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

(cl-imports http://colore.oor.net/subposet/strong_lower_set.clif)

(cl-imports http://colore.oor.net/ordering/discrete_forest.clif)
(cl-imports http://colore.oor.net/orderings/discrete_forest.clif)

)

0 comments on commit 91cd8e1

Please sign in to comment.