Offset: offset
If you want to skip the first n results then you can use the "offset" option:
@{q1, options[offset(10)]} ?- ?X::?Y.
In this example, only the answers starting from the 10th result are returned.