I'm using Jena 2.6.4 and build digital library over JSF Framework. The digital library have feature that let users can make anotation to the thesis document base on ontology. What I'm asking is, every anotation is represent by triple rdf, and this rdf will be inference to the ontology.
1. I have done the inference, and the triple statement anotation is store to the database, but I don't know how to store the inference statement to database. 2. My ontology isn's store in the database, but as a file, and called every time to inference the rdf statement anotation. Is it better to store it in database and save the inference ontology to database? and if this the best way, how to inference my rdf statement from anotation? Thanks for the help.
