Wraps a general {@link DataSource}, implementing getStatements using SPARQL queries.
8182838485868788
if (theSource instanceof TripleSource) { return (TripleSource) theSource; } else { return new TripleSourceAdapter(theSource); } }