Hello! This is a question from me that I hope it will be a task for an expert to help out.
We have installed a Wikibase instance. It seems sparsql works, ie. we have access to http://domain:8834 . It takes queries, but very simple query as below return NO items although we have thousands of item in the system. Inserted similar to github, https://github.com/the-qa-company/WikibaseSync
"SELECT ?item ?itemLabel
WHERE
{
?item wdt:P18 wd:Q146. # Must be a country SERVICE wikibase:label bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}"
Any suggestions
Many thanks!