Steps to replicate the issue (include links if applicable):
- Go to query service (https://lgbtdb.wikibase.cloud/query/)
- Use the following SPARQL query:
SELECT ?item ?itemLabel
WHERE
{
?item wdt:P1 wd:Q92 . # This should return instances of "sovereign state".
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}I've tried a few different functions, but I'm not getting any results returned.
- Execute the query
What happens?:
No matching records are found.
What should have happened instead?:
Records should have been found and printing in results. The equivalent query, which I've tested on Wikidata functions as expected:
SELECT ?item ?itemLabel
WHERE
{
?item wdt:P31 wd:Q3624078 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}Software version (skip for WMF-hosted wikis like Wikipedia):
MediaWiki 1.39.3
PHP 7.4.33 (apache2handler)
MariaDB 10.5.15-MariaDB-log
ICU 67.1
Pygments 2.11.2
Lua 5.1.5
LilyPond 2.22.0
Elasticsearch 6.8.23
Other information (browser name/version, screenshots, etc.):
Google Chrome Version 114.0.5735.199 (Official Build) (64-bit)