qlever
qlever copied to clipboard
COUNT standard conformance
According to the sparql standard the COUNT
aggregate should only count how often the variable is bound to a non error value. The current implementation counts solutions in which the variable is not bound or bound to error as well as those where it is bound to a valid value.