// XSD libraries that are bundled with pellet: xsdlib.jar and relaxngDatatype.jar
// make sure these jars are on the classpath
URL url = new URL("http://127.0.0.1:8080");
ConsoleProgressMonitor progressMonitor = new ConsoleProgressMonitor();
OWLlinkReasonerConfiguration reasonerConfiguration = new OWLlinkReasonerConfiguration(progressMonitor, url, IndividualNodeSetPolicy.BY_SAME_AS);
OWLlinkHTTPXMLReasonerFactory reasonerFactory = new OWLlinkHTTPXMLReasonerFactory();