Hi Chris,
How are you connecting Jena to Virtuoso, is this via is http client to the
Virtuoso SPARQL endpoint or via the Virtuoso Jena Provider ? Also confirm the
version of Virtuoso being used and if using the Jena Provider the version of it
…
Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc. // http://www.openlinksw.com/
Weblog -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter -- http://twitter.com/OpenLink
Google+ -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers
> On 11 Mar 2015, at 16:23, Chris Rimmer <chris.rim...@67bricks.com> wrote:
>
> I am running the following query to give me a list of triples which exist in
> one graph but do not exist in another:
>
> SELECT ?s ?p ?o
> WHERE {
> GRAPH ?from {
> ?s rdf:type skos:Concept .
> ?s ?p ?o .
> }
> MINUS {
> GRAPH ?to {
> ?s ?p ?o .
> }
> }
> }
>
> This works as expected when run via the Conductor SPARQL interface (with
> ?from and ?to bound correctly) and also works via Jena operating against an
> in-memory TDB datastore. But when run via Jena against Virtuoso I get no
> results at all.
>
> Any clue as to what is going wrong here?
>
> Thanks
>
> Chris
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now.
> http://goparallel.sourceforge.net/_______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users