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/query/create/from_file/
HTTP 200 OK
	  Allow: GET, POST, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "name": "",
    "sparql_file": null,
    "force": null,
    "created_by": null
}
Names must be unique for the user and type of object.
A text file with a SPARQL SELECT query that shouldn't declare, but may use, the 'ochre:' prefix. The query should not make reference to any particular graph (OCHRE handles that).
Overwrite any existing model of the same name and creator