virtuoso-opensource icon indicating copy to clipboard operation
virtuoso-opensource copied to clipboard

Creating Sparql endpoint

Open sherry-pan opened this issue 3 weeks ago • 1 comments

Hi, I just finished loading the rdf dump using virtuoso. And I wonder what's the sparql endpoint for query this data dump? Because I would like to run a bunch of sparql queries using SPARQL Wrapper, I would like to have access to the data via a local sparql endpoint.

Image

sherry-pan avatar Dec 06 '25 14:12 sherry-pan

The Virtuoso SPARQL endpoint is accessible at http://{hostname}:{port}/sparql, where {port} is 8890 by default, unless changed in the virtuoso.ini configuration file, as detailed in the Virtuoso SPARQL Web Services & APIs documentation.

HughWilliams avatar Dec 06 '25 23:12 HughWilliams