assertNull(f.getDefaultMIMEType());
}
@Test
public void testRDFXMLOntologyFormat() {
OWLDocumentFormatFactory f = new RDFXMLDocumentFormatFactory();
assertEquals("RDF/XML Syntax", f.getKey());
assertEquals(0, f.getMIMETypes().size());
assertNull(f.getDefaultMIMEType());
}