Closed vojtechmusilek closed 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.
"sparqlbook.useNamespaces": true
Thank you for your contribution. Merged and published . I changed the default to "true".
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.