pyvandenbussche / lov

Linked Open Vocabularies (LOV) - FrontEnd
http://lov.okfn.org/dataset/lov/
60 stars 12 forks source link

SPARQL endpoint locally is not working #67

Closed jtrillos closed 7 years ago

jtrillos commented 7 years ago

Hi I am working in this project, and I want to use the SPARQL locally. But it is generating me an error. What I did first was to change the variable endpoint in lov/app/views/endpoint/index.jade and I put: endpoint: 'http://localhost:3030/lov/sparql' And I have jena Fuseki running and the data is in it. (I already did some queries and works) But, when I run the project and use the SPARQL like: SELECT * WHERE { ?sub ?pred ?obj . } It appears an error. error (#404) and in the inspector POST http://localhost:3030/lov/sparql 404 (Not Found) yasqe.bundled_2.0.1.min.js:9

Did I do something wrong?

Someone can help me please!

jtrillos commented 7 years ago

it was a mistake in a character when I create the jena fuseki dataset