phpSesame
phpSesame copied to clipboard
infer not working correctly
Hey, I've been working with this script for a while. And recently changed to OWLIM / GraphDB because I wanted inference.
I couldnt figure out at first why inference wasnt working, and then found out that there was a tiny bug in this script. The sesame doc specifies that you should send "true", and everything else will result in no inference. So sending the boolean true wasnt working, when I changed it to "true" it started working.
Cheers!