RE: Complex SPARQL Query

2017-03-15 Thread Ullah, Izhar
Well, you are right, I'll get the desired output using your method but the question arises then why don't/can't I use the MAX() function here to get the same result. Best, Izhar From: Lorenz B. [buehm...@informatik.uni-leipzig.de] Sent: 15 March 2017

Re: Complex SPARQL Query

2017-03-15 Thread Lorenz B.
Sure, you don't need grouping here. You could just use ORDER BY ASC(?nodecount) LIMIT 1, i.e. sorting in the other direction and just take the first result. > Hi Lorenz, > > Yes, that's true but I can't retrieve all features along with their number of > sensing nodes. So, when I run one