Assert.assertNotNull(model);
}
@Test
public void jenaTest() throws IOException, RecognitionException {
Validator validator = new Validator();
Model model =
validator.validate(this.getClass().getResourceAsStream("/html/example.html"));
String[][] taxonomyTemplate = new String[][] {
new String[] { "http://purl.org/NET/biol/ns#commonName", "Common Name"},
new String[] { "http://purl.org/NET/biol/ns#kingdom", "Kingdom"},
new String[] { "http://purl.org/NET/biol/ns#phylum", "Phylum"},