|
Since Virtuoso doesn't provide full support for SPARQL1.1, I can't run any property path queries on Virtuoso. It seems that I'm actually using Virtuoso's own SPARQL implementations when I execute a SPARQL query using dotNetRDF. If I want to run SPARQL1.1 queries, I have to use In-Memory Triple Stores provided by dotNetRDF, right? Is there any way that I can run SPARQL1.1 queries on all the graphs stored in Virtuoso using dotNetRDF's SPARQL1.1 implementations? |

