I'm using ARC2 in order to execute SPARQL queries on DBpedia and get the results as a HTML Web page (a table). Thus the script for this purpose is written in PHP and SPARQL.
But I would also like to integrate "in the same time" another endpoint in order to query another Database/Knowledge Base (such as DBpedia, FreeBase or WikiData) and combine it to the results, how is it possible please ? What do I need to write ?
I can give more information if necessary.