[Pellet-users] How I make pellet negation?

Giantonio Chiarelli giantkiar at gmail.com
Sun May 11 17:33:47 UTC 2008


How I make this negation with Pellet ?

bruno(X) :- Persona(X), haCapelli(X, Y), Colore(Y), Y = 'nero';
biondo(X) :- Persona(X), not bruno(X)

Thanks...
giantonio


More information about the Pellet-users mailing list