I open an owl file and access owl individuals in the file as JenaBeans (works great), however, when I add property values or create new individuals and then use a Bean2RDF writer to save the bean, it looks like the information is being written to the rdf graph (so the new information can be accessed by JenaBeans), but it is not out to the file on disk (No file modify date time change). Would I be correct to assume that Bean2RDF saves to the in memory RDF graph and not out to disk/database and that I have to explicitly write the model back to the file on disk (or commit to database). Is that correct?
Regards
Arthur