Dear All,
I was using the MINUS clause together with the TRANSITIVE option,
and I found an incorrect behavior.
1) I insert some triples as follow:
insert into
{
a owl:Class.
a owl:Class.
a owl:Class.
rdfs:subClassOf
rdfs:subClassOf
}
2) I list the owl:Class subjects
SELECT ?s
FROM
WHE
Roberto,
You can search for an exact phrase if you put it into quotes, or you can
require some weaker proximity between terms by using NEAR operator, like
Paris NEAR Hil*
Best Regards,
Ivan Mikhailov
OpenLink Software
http://virtuoso.openlinksw.com
On Wed, 2012-03-07 at 11:26 +0100, Roberto Gar
Hi Quenten,
Sounds as if you are just seeing tables owned by the “dba” user, is this the
user you are logging in as ? It would be interesting to see what call this tool
is making to the Virtuoso server to obtain this information which can be done
using the Virtuoso “trace_on()” function which w
Dear all,
I'm aware of the fact that bif:contains and REGEX produce different
results, as explained in
http://wikis.openlinksw.com/dataspace/owiki/wiki/VirtuosoWikiWeb/BifContainsAndREGEXSearchesProduceDifferentResults
However, we are implementing autocomplete at the UI and we would need
bif:cont