I installed and ran 3store, which is a great package, I
think there is just a bug in the web-FORM's
action-property. It is set to "." while the Apache
handler's URL is /rdql. This results in the wrong URL
when submitting the query.
Example:
http://hostname/rdql/
submitting:
SELECT ?s WHERE (<go:term>, ?p, ?o)
USING go FOR
<http://139.91.183.30:9090/RDF/VRP/Examples/schema_go.rdf>
with the result:
Nothing to see here
Logged In: YES
user_id=17241
Yes, I've been meaning to fix this for ages, you have to
address the query to /rdql/, there is a value that can go in
the action that will stop this problem, but I've forogtten
what it is.
Will fix soon.