What is the most efficient way to get total number of triples?

Is this query below the only way?

SELECT (COUNT(*) AS ?no) { ?s ?p ?o }


Thanks,

Z

Reply via email to