Be sure to add all the JAR files to your project.

When you build a Java application that uses bossam, you need to include all the JAR files distributed with bossam to the classpath of the Java application. You can find the JAR files under bin directory of the bossam release.

Posted in bossam. 5 Comments »

An error in the code sample for RDF/OWL Ontology Querying fixed

I’ve just realized that the sample code I presented in my previous post has some error. The base namespace of the wine ontology is not correct in the code. I’ve just fixed it and the code correctly works!