mdesalvo / RDFSharp

Lightweight and friendly .NET library for realizing Semantic Web applications
Apache License 2.0
118 stars 26 forks source link

Make stores expose QuadruplesCount #314

Closed mdesalvo closed 1 year ago

mdesalvo commented 1 year ago

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.