80
Universal Quantifiers
FOR $b IN //book
WHERE EVERY $p IN $b//para SATISFIES
                        contains($p, "sailing")
RETURN { $b/title }