Quick FYI / gotcha,
In order to use the IRI_RANK feature of virtuoso eg:
ORDER BY desc((?s))
you need to have the Facet (fct) vad package installed as the procedure
is part of this vad.
regards!
Patrick van Kleef wrote:
> Hi Natha,
>
>> is there a faster way to do: SELECT count(*) where { ?s ?p ?o } (ie
>> count all triples in a graph) - quite sure there was a procedure for
>> this but I've totally forgotten it!
>
> There should not be a need to use the stored procedure as the V6 codegen
Hi All,
Just a quick heads-up that I've also just finished loading in (some of)
the DBpedia datasets in to the new Virtuoso 6.1 - all went well and
without problems.
Quick notes / feedback (in-case they are useful)
Server (not exactly high spec):
Single AMD Opteron 2216HE [2.4GHz]
Jürgen Jakobitsch wrote:
kingsley thank you very much for
your support and patience!
i'm coming to terms now with virtuoso inference.
for people used to owlim it is important to note
that in most cases it is necessary to know t-box
to ask the right questions (sparql-wise) and that
some things a
Hi Natha,
> is there a faster way to do: SELECT count(*) where { ?s ?p ?o } (ie
> count all triples in a graph) - quite sure there was a procedure for
> this but I've totally forgotten it!
There should not be a need to use the stored procedure as the V6 codegen
will now generate exact same execut
Hi All,
is there a faster way to do: SELECT count(*) where { ?s ?p ?o } (ie
count all triples in a graph) - quite sure there was a procedure for
this but I've totally forgotten it!
Regards,
Nathan