Separate Prefix supplement #1176
Unanswered
Laschoking
asked this question in
Q&A
Replies: 1 comment
-
Thank you for using Oxigraph and reporting this! Sadly there is no better way at the moment. But I think we should update the SPARQL parser to allow setting some default prefixes programmaticaly. It should make your usecase much easier. I have open #1177 about it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I am testing
spargebra
to check whether wikidata queries are syntactically correct before making a request to the wikidata-endpoint.Wikidata uses a set of wellknown prefixes, that I don't need to specify them for a query e.g.
wd,wdt,p
work out of the box.However to verify the queries with
spargebra
I need to include all used prefixes for each query.Is there a more comfortable way to parse queries in
spargebra
without specifying common-known prefixes likeowl, xsd
for each query?Beta Was this translation helpful? Give feedback.
All reactions