-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to setup a local fuseki server ? #147
Comments
Not sure why that wouldn't work. Can you query Do you see any error messages in the LDF server logs? Do you see any incoming requests in Fuseki? |
querying through webbrowser with http://localhost:3030/pizza/sparql?query=%0A%0ASELECT+%3Fsubject+%3Fpredicate+%3Fobject%0AWHERE+{%0A++%3Fsubject+%3Fpredicate+%3Fobject%0A}%0ALIMIT+25 |
there is something wrong with the "ex": preefix, i thing
removing it give me no more error
but even no matches
|
And what about Fuseki's logs? |
I had the same issue. The query generated by LDF was for quads and returned empty results: I fixed it by settings quads to false in the config:
|
i've tried to setup a fuseki local server with
with a pizza dataset imported from pizza.ttl
but i got no matches on ldf- server
The text was updated successfully, but these errors were encountered: