List<String> namedGraphs = this.getValues(props, PARAM_NAMED_GRAPH_URI);
List<String> usingGraphs = this.getValues(props, PARAM_USING_GRAPH_URI);
List<String> usingNamedGraphs = this.getValues(props, PARAM_USING_NAMED_GRAPH_URI);
// Authentication settings
HttpAuthenticator authenticator = this.configureAuthenticator(queryEndpoint, updateEndpoint, props);
// Result Types
String selectResultsType = props.getProperty(PARAM_SELECT_RESULTS_TYPE, null);
String modelResultsType = props.getProperty(PARAM_MODEL_RESULTS_TYPE, null);