Re: [Virtuoso-users] SPARQL Conformance

2008-02-21 Thread Thomas Hornung
Hello Ivan, I am sorry. To make the problem easier to spot I simplified our query somewhat. The original query is as follows: SELECT ?yr ?name ?document WHERE { ?class rdf:type foaf:Document. ?document rdf:type ?class. ?document dcterms:issued ?yr. ?document dc:creator ?author. ?auth

Re: [Virtuoso-users] post-processing query

2008-02-21 Thread Hugh Williams
Hi Ward Are you sure this worked with a previous version and if so which version. Might the size of the result set increased since then ? You can increased the available memory pool size by increasing the following params in the [Parameters] section of your virtuoso.ini file: NumberOfBuffers = 3

[Virtuoso-users] post-processing query

2008-02-21 Thread Ward Blondé
Hello, In VOS 5.0.5 I tried the following query: prefix rdf: prefix uri001: prefix uri002: prefix uri003: