# `djangordf.query` `Q` objects compose filter expressions with `&`, `|`, and `~`. Pass them as positional arguments to `RDFManager.filter` alongside the usual kwargs. ```{eval-rst} .. automodule:: djangordf.query :members: ```