On 10.11.15 20:37, A. Soroka wrote:

Hi,

> That’s Java, but it should be pretty easy to translate. The important
> point is to realize that the administrative forms are at the
> “{your-fuseki-instance}/$” url. In your case you want the
> “{your-fuseki-instance}/$/datasets” section, to which you can POST
> your request for a new dataset.

thanks that helped, got it work like this:

curl -u youruser:yourpassword --data "dbType=tdb&dbName=foobar"
http://localhost:3030/$/datasets

regards

Adrian

Reply via email to