On 7 Mar 2011, at 21:05, judy wrote:

> Sorry for the basic question, I'm new to SPARQL servers.
> 
> I'm having trouble connecting to my fuseki server as a public endpoint -- I'm 
> sure I'm not using the correct endpoint/default graph URLs.

...

> Fuseki starts: ./fuseki-server --desc tdb2.ttl /dataset
> 
> Get gets: ./s-get --verbose http://mydomain.com:3030/dataset/data default
> 
> Given these defaults, how can I use a query to connect to my fuseki server as 
> a (remote) public endpoint?

For query the endpoint will be:

<http://mydomain.com:3030/dataset/query>

(e.g. try using that at the service for ./s-query)

Damian

Reply via email to