Re: [Virtuoso-users] CONSTRUCT GRAPH

2016-12-06 Thread Pasquale Di Donato
PS: sorry maybe I got it. *ResultSetMaxRows *in virtuoso.ini? On Tue, Dec 6, 2016 at 2:08 PM, Pasquale Di Donato < pasquale.didon...@gmail.com> wrote: > Dear all, > > I'm trying to CONSTRUCT a named graph (aroud 3 triples), but I'm not > able to get all properties of a resource (get just 1000

[Virtuoso-users] CONSTRUCT GRAPH

2016-12-06 Thread Pasquale Di Donato
Dear all, I'm trying to CONSTRUCT a named graph (aroud 3 triples), but I'm not able to get all properties of a resource (get just 1 triples). I get all subjects in the graph but only a limited subset of the properties. Same result if I do a: SELECT * WHERE {?s ?p ?o} Any idea? Any help ap