thank you all for your help. Actually, I wanted the total count from all
the graphs. I was only counting as Rumi suggested for each graph, then
adding...
Erick
Kunal Patel wrote:
Hi,
If you want the total count of triples from all the graphs in your
db you can also use
select count(*) f
Hi,
If you want the total count of triples from all the graphs in your db you can
also use
select count(*) from db.dba. rdf_quad;
Regards,
Kunal
Rumi Tsekova wrote: Hi Erick,
You can use:
select count (*)
from
where {?s ?p ?o}
See here for more examples:
http://docs.openlinksw.com/v
Hi Erick,
You can use:
select count (*)
from
where {?s ?p ?o}
See here for more examples:
http://docs.openlinksw.com/virtuoso/rdfsparqlaggregate.html
Best Regards,
Rumi
Hi,
is there an "intelligent" way to get the number of triples I've got in
my virtuoso db?
thanks,
erick
--
Hi,
is there an "intelligent" way to get the number of triples I've got in
my virtuoso db?
thanks,
erick