'& ampersand in SparQL

Okay guys, have a trouble. I have simple sqparql query with filter.

  FILTER (?objectRdfType IN ( sym:Some&Some ))

I receive Malformed error becouse in Sparql & - is a symbol to create some variable. But I need this ampersand is name. How can i fix that?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source