Hi minto I'm wondering if the method
executeSparqlQuery(String query, TripleCollection defaultGraph, boolean forceFastlane) is justified. if forceFastlane is true the defaultGraph is necessarily ignored. If there is a usecase for such a method we could as well have a special method without the defaultGraph for queries that must have a FROM clause: executeSparqlQuery(String query, boolean forceFastlane) Cheers, Reto
