virtuoso-opensource
virtuoso-opensource copied to clipboard
Creating Sparql endpoint
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.
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.