Re: [Virtuoso-users] Sesame + virtuoso + inference

2010-06-05 Thread Hugh Williams
Hi What is the query you are attempting to run that is resulting in this "unsupport query type" error ? Have you been able to confirm basic connectivity of the Sesame HTTP Repository to Virtuoso and its ability to run a simple query and explore the Virtuoso server as detailed in the documentat

Re: [Virtuoso-users] Sesame + virtuoso + inference

2010-06-05 Thread bluestar
hi Hugh, thanks for this. i got somewhere at least. it seems sesame does not know about virtouso queries. i get this exception trying execute a query via sesame workbench. any suggestions? javax.servlet.ServletException: org.openrdf.repository.http.HTTPQueryEvaluationException: Unsupported que

Re: [Virtuoso-users] How to create and configure a loose federation of endpoints that are part of a larger named graph, so one could query the federation :-)

2010-06-05 Thread Kingsley Idehen
Peter DeVries wrote: Hi All, I was thinking about setting up a federation of SPARQL Endpoints that all expose different aspects of a field of study. Each endpoint would be part of the larger LOD cloud. However, users could query the entire federation using the top main graph or query subset

Re: [Virtuoso-users] Sesame + virtuoso + inference

2010-06-05 Thread Hugh Williams
Hi As indicated in the examples in the Virtuoso inferencing documentation at [1] you would need to load your OWL files into Virtuoso, which being in RDF/XML can be done with the Virtuoso RDF_LOAD_RDFXML() function as detailed at [2]. Once the data is loaded into Virtuoso you can then used the

[Virtuoso-users] How to create and configure a loose federation of endpoints that are part of a larger named graph, so one could query the federation :-)

2010-06-05 Thread Peter DeVries
Hi All, I was thinking about setting up a federation of SPARQL Endpoints that all expose different aspects of a field of study. Each endpoint would be part of the larger LOD cloud. However, users could query the entire federation using the top main graph or query subsets of the federation. The