Hi,

I connected succesfully to a Fuseki SPARQL endpoint using following 
settings:
[]    rdf:type sml:ImportSPARQLEndpoint ;
      sml:baseURI "http://import.org/fuseki"; ;
      sml:defaultGraphURI "" ;
      sml:imports () ;
      sml:namedGraphURI "" ;
      sml:url "http://localhost:3030/ds/query"; ;
      sml:userName "" .

Now I want to do the same for a Sesame endpoint:
[]    rdf:type sml:ImportSPARQLEndpoint ;
      sml:baseURI "http://import.org/sesame"; ;
      sml:defaultGraphURI "" ;
      sml:imports () ;
      sml:namedGraphURI "" ;
      sml:url "http://localhost:8888/openrdf-sesame/repositories/OWMS"; ;
      sml:userName "" .

but I get following error:
Reason:
java.io.IOException: java.lang.Exception: No graph defined at the endpoint 
defined by the file L/Test/tosesame.sparqlep

I am able to query this SPARQL endpoint from outside TBC and from within 
TBC using the SERVICE keyword
SELECT *
WHERE {
   SERVICE <http://localhost:8888/openrdf-sesame/repositories/OWMS>
   { ?subject rdfs:subClassOf ?object .}
}

-- 
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary 
Network (EVN), TopBraid Composer, TopBraid Live,
TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en


Reply via email to