How to query by chinese predicate name after adding chinese rdf successfully?

Hi @wwwjljj,

Can you try executing the query without ’ ’ inside has ?
That is instead of my(func: has('XYZ')) { , can you try my(func: has(XYZ)) {

I was able to query without ‘’ .