A SPARQL query we're using for a bot (https://github.com/konstin/github-wikidata-bot) has started return a page that doesn't exist anymore.
Minimized example query:
PREFIX schema: <http://schema.org/>
SELECT ?project ?repo WHERE {
?project wdt:P1324 ?repo.
FILTER(contains(STR(?repo), "https://github.com/dingocoin/dingocoin")).
}This returns wd:Q124831300 and https://github.com/dingocoin/dingocoin. The page (https://www.wikidata.org/wiki/Q124831300) has been deleted 2025-10-03, but the page is still returned by SPARQL queries. It seems that the deletion has not been synced.