Troubleshooting SPARQL rCurl queries in R
问题 I'm doing a sparql query against an authenticated endpoint in R using the SPARQL library. The same query/endpoint/user works using the rrdf package. Unfortuantely, once I get the query working, I need to process the data in R and update the graph with the answers, which rrdf can't do. Setting up a few variables first, the below query works using rrdf: sparql.remote(myEndpoint,myQuery,'rowvar',myUsername,myUserpwd) Using SPARQL, this does not work: SPARQL(myEndpoint,myQuery,curl_args=c(