Hi, can anyone help me to figure out how to get query results back in json or xml etc when using the Arc sparql endpoint?
I am using the following code to get the result of my query:
$endPoint->handleQueryRequest($query);
$result = $endPoint->getResult();
I have looked through the code and tried passing some paramaters - trial and error - but can not get anywhere.