Skip to content

Commit

Permalink
Fixed a typo in an axiom
Browse files Browse the repository at this point in the history
  • Loading branch information
apease committed Mar 2, 2010
1 parent c705016 commit 7d29800
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Transportation.kif
Original file line number Diff line number Diff line change
Expand Up @@ -2564,15 +2564,15 @@ has the ability to play the &%CaseRole ?ROLE in &%Processes of
(domain capableAtLocation 4 Region)

(=>
(and
(instance ?TYPE Process)
(instance ?EVENT ?TYPE)
(located ?EVENT ?REGION)
(instance ?ROLE CaseRole)
(instance ?OBJECT Object)
(instance ?REGION GeographicArea)
(holds ?ROLE ?EVENT ?OBJECT))
(capableAtLocation ?TYPE ?ROLE ?OBJECT ?PLACE))
(and
(subclass ?TYPE Process)
(instance ?EVENT ?TYPE)
(located ?EVENT ?REGION)
(instance ?ROLE CaseRole)
(instance ?OBJECT Object)
(instance ?REGION GeographicArea)
(?ROLE ?EVENT ?OBJECT))
(capableAtLocation ?TYPE ?ROLE ?OBJECT ?PLACE))

;; 2. Transitway state

Expand Down

0 comments on commit 7d29800

Please sign in to comment.