map
fun <T, R> QueryResult<T>.map(transform: (T) -> R): List<R>
Iterates over the TupleQueryResult's BindingSet elements using block