Hi Jason,
The UI does a HTML form post with parameters (as in the "Templates"
section on that page).
It then uses those in a template from "templates/"
This is done in ActionDatasets.assemblerFromForm
It is also possible to send an assembler in the body of the POST (with
appropriate content type for the RDF syntax) or do a HTTP file upload.
See the code in ActionDatasets
What are you doing to get a 500? And which version are you running?
Andy
On 14/06/17 02:54, jason marr wrote:
How would you create a new dataset with a post? I know its somewhere on
this page
https://jena.apache.org/documentation/fuseki2/fuseki-server-protocol.html
but im struggling to find the missing piece. getting 500 error.
-Jason