I am trying to create a ui, for users to insert data for instances of classes of some owl files. This UI will be a form where the user can submit triples but the available choices for each part of the triplet will be retrieved from the existing owl files. I have managed so far, using this api, to convert the owl files to a triple store and query it, to show the available choices.
Although, I haven't found any way to save the data the user inserts. Does this API provide any method to save a triple store back to an owl/rdf file, or some other representation, that stays permanently in the hard drive, that I am unware of?
Lazaros
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
thank you for your work in owl-cpp.
I am trying to create a ui, for users to insert data for instances of classes of some owl files. This UI will be a form where the user can submit triples but the available choices for each part of the triplet will be retrieved from the existing owl files. I have managed so far, using this api, to convert the owl files to a triple store and query it, to show the available choices.
Although, I haven't found any way to save the data the user inserts. Does this API provide any method to save a triple store back to an owl/rdf file, or some other representation, that stays permanently in the hard drive, that I am unware of?
Lazaros