2

What is the endpoint for Virtuoso?

felipe.zkn
  • 1,804
  • 7
  • 28
  • 62

1 Answers1

1

For a Virtuoso server the default SPARQL endpoint will be at the following URL:

http://localhost:8890/sparql

It is likely your code is not working because you are using a non-SPARQL endpoint as the URL

RobV
  • 26,016
  • 10
  • 71
  • 114