Closed GoogleCodeExporter closed 9 years ago
The diff says it all: diff -r ade3a47cc712 lib/Syntax/InfixOWL.py --- a/lib/Syntax/InfixOWL.py Mon Jun 07 20:53:49 2010 -0400 +++ b/lib/Syntax/InfixOWL.py Tue Jul 20 14:18:30 2010 +0100 @@ -769,9 +769,9 @@ Chaining 3 intersections >>> female = Class(exNs.Female,graph=g) - >>> male = Class(exNs.Human,graph=g) + >>> human = Class(exNs.Human,graph=g) >>> youngPerson = Class(exNs.YoungPerson,graph=g) - >>> youngWoman = female & male & youngPerson + >>> youngWoman = female & human & youngPerson >>> youngWoman ex:YoungPerson that ( ex:Female and ex:Human ) >>> isinstance(youngWoman,BooleanClass)
Original issue reported on code.google.com by wwai...@gmail.com on 20 Jul 2010 at 1:20
wwai...@gmail.com
See: http://code.google.com/p/fuxi/source/detail?r=781be253fe4b15304b8679b84993794322 47a148
Original comment by chime...@gmail.com on 1 Aug 2010 at 6:07
chime...@gmail.com
Original issue reported on code.google.com by
wwai...@gmail.com
on 20 Jul 2010 at 1:20