query-e49b6d208594dedd6ace7a08f22ed086

rq turtle/ttl

TODO

Use at

select ?item ?min_X ?y {

  { SELECT ?item (MIN(?expression_X) AS ?min_X) GROUP BY ?item. }

  [ triple pattern or subquery compute ?x and ?y from ?item using expressionX and expressionY ]

  filter ( ?x = ?min_X) .
}

Query found at