You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue by keski Thursday Feb 04, 2016 at 09:56 GMT
_Originally opened as _
A separate aggregate clause has been suggested but not discussed in depth. The major problem of this approach is that it deviates from the SPARQL standard without motivating it from a pure RSP perspective. Although potentially useful, this should probably be pushed in SPARQL standardisation efforts rather than in the RSP-QL. Anyways, to exemplify:
SELECT ...
{
...
}
AGGREGATE {
GROUP BY ?poi
COUNT(?somebody) AS ?howmanycouples
}
The text was updated successfully, but these errors were encountered:
Thursday Feb 04, 2016 at 09:56 GMT
_Originally opened as _
A separate aggregate clause has been suggested but not discussed in depth. The major problem of this approach is that it deviates from the SPARQL standard without motivating it from a pure RSP perspective. Although potentially useful, this should probably be pushed in SPARQL standardisation efforts rather than in the RSP-QL. Anyways, to exemplify:
The text was updated successfully, but these errors were encountered: