MIN/MAX in SPARQL
Friday, September 29th, 2006Reading through Lee’s new SPARQL FAQ I didn’t really expect to learn anything new, but here we go: How can I use SPARQL to query maximum/minimum values or other universally quantified criteria? A combination of the SPARQL OPTIONAL keyword and the bound(…) filter function can be used to mimic some universally quantified queries. As an example, consider […]