Daniel Alexander Smith wrote:
I've been using the ARC PHP libraries to query my local Virtuoso SPARQL end point. While this works fine for small amounts of data, the
Why do you need the ARC libraries? You can just query Virtuoso via an ODBC connection. This is very scalable and there should be no performance problems on the PHP side.
Best, Sören