Get COUNT of query triples
652134Jan 15 2009 — edited Jan 16 2009Hello,
Is there a way to execute a query using SPARQL and Jena to get a count of the RDF data that would be returned without actually performing the query? Basically, I want to perform the same type of query as "SELECT COUNT(1) FROM tablex". If not, is there a way to intercept the Oracle SQL statement generated from the SPARQL query? I could grab that and remove the SELECT statement and replace it with SELECT COUNT(1).
Thanks,
Chuck