site

The site filter takes a single argument which must be a quoted string. The site filter matches the current position if the argument string is a substring of the Site field in the PGN header of the current game.
    site "Open"

The site field can also be tested using the -site command line parameter:

    cql -site Open foo.cql

In this formulation, only games with the specified site are considered.