This REST API provides programmatic access to all research aspects of this OCHRE site, subject to the same authentication and permissions checks that govern the web interface.
GET /api/primarysource/create/from_xsl_transformation/
HTTP 200 OK
	  Allow: GET, POST, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "name": "",
    "force": null,
    "data_file": null,
    "data_file_type": null,
    "transformation_file": null,
    "split_data": null,
    "created_by": null
}
A unique name for this object, typically just a unique lowercase string.
Overwrite any existing primary source of the same name and creator
Data in some supported non-RDF format (e.g. XML, JSON, CSV)
Format of data file
XSL file describing the transformation of the data into RDF
Split data files to emulate streaming (may lead to incorrect RDF for some formats/transformations)