Hello,
From your experience what is better solution: Loading dbpedia in virtuoso and making queries against it locally or making queries against dbpedia via remote endpoint?
I'm making construct queries based on given object and trying to find relations to dbpedia so i can interlink my data with dbpedia. I'm trying this with sparql remote endpoint to dbpedia. It gives me results but it takes time to retrieve them.
Is it better solution (will it be working faster) if i load dbpedia locally in my virtuoso triple store and making queries locally?
I'm using dotnetrdf and virtuoso for the semantic development. Consider that my virtuoso is running on Core 2 Duo 2GHz Processor and 2GB RAM
Thanks

