package org.semanticweb.owlapi.model; /** * @deprecated this interface is here only to help with backwards compatibility */ @Deprecated public interface OWLOntologyFormat extends OWLDocumentFormat { }