org.obolibrary.owl.LabelFunctionalFormat Maven / Gradle / Ivy
package org.obolibrary.owl;
import org.semanticweb.owlapi.model.OWLOntologyFormat;
/**
* Format for serializing an OWL ontology in a functional syntax format and
* labels instead of identifiers. WARNING: This will produce a file, which
* cannot be read with the OWL-API. This is only intended to be used as basis
* for human readable version version control diffs.
*
* @deprecated use
* {@link org.semanticweb.owlapi.formats.LabelFunctionalDocumentFormat}
*/
@Deprecated
public class LabelFunctionalFormat extends
org.semanticweb.owlapi.formats.LabelFunctionalDocumentFormat implements
OWLOntologyFormat {
private static final long serialVersionUID = 30406L;
}