mdesalvo/RDFSharp

Make stores expose QuadruplesCount

mdesalvo opened this issue · 0 comments

Actually when we are in any implementation of RDFStore, apart memory store, we cannot simply know the number of the quadruples contained. We should impose an abstract QuadruplesCount to be overriden by implementations.