Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
apease committed Jan 17, 2025
1 parent 9c9866d commit f3e0c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mid-level-ontology.kif
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,8 @@ morse code transmitted by lamp, dance hall lighting or concert light shows.")
(instance ?I1 RadiatingLight)
(instance ?T2 TimeInterval)
(instance ?I3 RadiatingLight)
(meetsTemporally (WhenFn ?I1) ?I2)
(meetsTemporally ?I2 (WhenFn ?I3))
(meetsTemporally (WhenFn ?I1) ?T2)
(meetsTemporally ?T2 (WhenFn ?I3))
(not
(exists (?I2)
(and
Expand Down

0 comments on commit f3e0c2f

Please sign in to comment.