Document( Prefix(ex ) Prefix(xs ) Group ( Forall ?X ( If ?X[ex:status -> "normal"] Then Do ( Modify (?X[ex:discount -> "0"]) ) ) ex:john[ex:status -> "normal" ex:discount -> "10"] ) )