|
Hello I'm using java protege API to create individuals and properties in a owl file, changes are made only at run time so when i close the application the owl file returns to its initial state, how can i submit the changes i made to the owl file |
|
owlModel.save() - http://protege.stanford.edu/protege/3.4/docs/api/owl/edu/stanford/smi/protegex/owl/jena/JenaOWLModel.html#save(java.net.URI) seeAlso: http://protegewiki.stanford.edu/wiki/ProtegeOWL_API_Advanced_Topics#Loading_and_Saving_Files
|

