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
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
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
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
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