An html version of wcct7.cql

; wcct7.cql can be downloaded here.
;;This checks for the world championship theme of a single missing white piece occurring
(match
 :pgn heijden.pgn
 :output out.pgn
 :result 1-0
 (position
  :markall
  :relation (:missingpiececount A 1 10)
 )
)