[Semweb] Old option rdf_statistics(core(X))
Wouter Beek <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <CAE1un7Os-LjDG0n0zsuEag7THLcgA_=9rX1SS0woE-vQp7Wjrw@mail.gmail.com> |
Hi all,
In ClioPatria and SWAPP I find references to =|rdf_statistics(core(X))|=.
Does anyone know what this statistic used to represent & what would be the
best way to retrieve the same / a similar value using the current Semweb
version?
Example from ClioPatria:
~~~
:- if((rdf_version(V),V<30000)).
using_core -->
{ rdf_statistics(core(Core)) }, !,
html([', using ', \n(human, Core), 'b memory']).
:- endif.
using_core -->
[].
~~~
Example from SWAPP:
~~~
semweb_statistics(Json) :-
rdf_statistics(triples(Total)),
rdf_statistics(core(Core)),
...
~~~
---
Cheers!,
Wouter Beek.
E-mail: [email protected]
WWW: www.wouterbeek.com
Tel.: 0647674624
-------------- next part --------------
HTML attachment scrubbed and removed