Re: Uploading file in fuseki

2015-07-24 Thread aj...@virginia.edu
For the first case, you should be able to HTTP PUT your file directly to the appropriate URL, e.g. http://remoteserver.com:3030/ds/data. You could also go to http://remoteserver.com:3030 and use the forms made available there. --- A. Soroka The University of Virginia Library On Jul 24, 2015,

Re: Uploading file in fuseki

2015-07-24 Thread Andy Seaborne
On 24/07/15 17:12, Roshan Bharath Das wrote: Hello, I am new to fuseki. I got to know about remote sparql query by using: http://remoteserver .com/3030/ds/sparql?query=SELECT%20*%20{?s%20?p%20?o}&output=text Do you have write access to the server? I have a file named

Uploading file in fuseki

2015-07-24 Thread Roshan Bharath Das
Hello, I am new to fuseki. I got to know about remote sparql query by using: http://remoteserver .com/3030/ds/sparql?query=SELECT%20*%20{?s%20?p%20?o}&output=text I have a file named “abc.ttl”. How can I upload it in a remote fuseki server(without s-put) for the below two