[Pellet-users] Does pellet support rules expressed in Prolog
Giantonio Chiarelli
giantkiar at gmail.com
Wed May 14 16:26:28 UTC 2008
Does pellet support rules expressed in Prolog (not in SWRL) ?
Example
Black(X) :- Person(X), hasHair(X, Y), Color(Y), Y = 'black';
Blond(X) :- Person(X), not Black(X)
Thanks...
More information about the Pellet-users
mailing list