Hi Reto, On 22 January 2014 22:49, Reto Gmür <[email protected]> wrote: > How do I do this? Do I have to define a subspace of the URI Space to be > such a read-write web space? On all the URIs I tried putting rdf I got an > 403 response, e.g.: > > $ curl -D - -T myfoaf.rdf -u "admin:admin" -H "Content-Type: > application/rdf+xml" http://localhost:8080/test You can access resources (r/w) using the "resource" web-service using http://localhost:8080/resource?uri=http://www.example.com/my/resource
For resources that share the same base-uri with the server, you can use a shortcut: http://localhost:8080/resource?uri=http://localhost:8080/resource/foo/bar is the same as http://localhost:8080/resource/foo/bar For bulk-imports there are io-services, placed under (POST) http://localhost:8080/import/upload A full list of web-services is available in the RESTdoc under http://localhost:8080/core/doc/rest/overview-index.html Best, Jakob
