[Virtuoso-users] Multiple SPARQL queries in one request

2010-06-18 Thread Aldo Bucchi
Hi, I find that a *granuarly* designed AJAX UI can easily issue 100s of queries per "page". In general, what happens is the following: You have one query to get a list of resources select ?person where { ?person a foaf:Person } Then for each of these, you create a new UI part which will itself

Re: [Virtuoso-users] Magic Predicates in Virtuoso?

2010-06-18 Thread Aldo Bucchi
Ivan, Thanks for your thorough explanation. I understand the limitations of including procedures as relations and now I see that it could indeed lend itself for costly situations and it is therefore not something to take lightly. But I hope to see more on this as my requirements and expectations o