zazuko / vscode-sparql-notebook

Visual Studio Code SPARQL Notebook Extension
https://marketplace.visualstudio.com/items?itemName=Zazuko.sparql-notebook
Other
26 stars 8 forks source link

fixed query route and added namespaces parsing #23

Closed vojtechmusilek closed 2 years ago

vojtechmusilek commented 2 years ago

Query POST created invalid route for this sparql database: Oxigraph.

Instead of posting on this route 'http://localhost:7878/query', it was posting on this 'http://localhost:7878/query/' which resulted in 404 in Oxigraph database.

I also added parsing of namespaces from query prefixes. You can enable it using this line in settings "sparqlbook.useNamespaces": true and it will format the output.

BenjaminHofstetter commented 2 years ago

Thank you for your contribution. Merged and published . I changed the default to "true".