What about the SPARQL query?
SELECT (count(*) as ?n)
WHERE { ?s ?p ?o }
Maybe do you also want to count triples in named graphs. In this case,
your question is ambiguous, unless you answer the following
questions. Do you want to count repeated triples from different named
graphs as one, or to consider their multiplicities? Is the default graph
a separate graph, or the union of the named graphs?
Best,
Daniel
Sorin Gheorghiu <[email protected]> writes:
> Hi,
>
> can Jena Fuseki return the total number of triples of a dataset?
>
> Cheers,
> Sorin