Hello,

I noticed today a major problem on my Wikibase-cloud project with respect to a particular sparql query (see below). After using WikibaseIntegrator to bulk create about 300,000 items all having a specific 'instance of X' statement, a sparql query that tried to retrieve those items on the basis of that 'instance of X' statement failed to retrieve any of them. It isn't a problem with the query syntax since changing X to another item Y yields proper results. The item X is retrievable via its Qid and label in the main search box. Does anyone have experience with this problem or know what is going on?

Query:
https://framenet-akkadian257.wikibase.cloud/query/#PREFIX%20pr%3A%20%3Chttps%3A%2F%2Fframenet-akkadian257.wikibase.cloud%2Fprop%2Fdirect%2F%3E%0APREFIX%20it%3A%20%3Chttps%3A%2F%2Fframenet-akkadian257.wikibase.cloud%2Fentity%2F%3E%0A%0ASELECT%20DISTINCT%0A%20%20%3Fqitem%0AWHERE%20%7B%0A%20%20%20%20%3Fqitem%20pr%3AP2%20it%3AQ177175%20.%20%23Q177175%20%3D%20Attestation%0A%20%20%20%20%23%3Fqitem%20pr%3AP2%20it%3AQ3%20.%20%23Q3%20%3D%20Frame%0A%20%20%20%20%0A%20%20%20%20%0A%7D%0A%0A%23%3FattestationLabel%20%3Fconllu_sentence%20%3Fconllu_index%20%3Fconllu_head_index%0A%23%3Fattestation%20rdfs%3Alabel%20%3FattestationLabel%20.%0A%20%20%20%20%23%3Fattestation%20pr%3AP35%20%3Fconllu_sentence%20.%0A%20%20%20%20%23%3Fattestation%20pr%3AP26%20%3Fconllu_index%20.%0A%20%20%20%20%23%3Fattestation%20pr%3AP28%20%3Fconllu_head_index%20.