221222223224225226227
* @param configuration * the configuration */ public OWLRDFConsumer(@Nonnull OWLOntology ontology, @Nonnull OWLOntologyLoaderConfiguration configuration) { this(ontology, new AnonymousNodeCheckerImpl(), configuration); }