I want to modify the existing ontology in protege tool and then add individuals into it. After development of the framework in Protege i want to add lots of individuals to it (more than thousands).
So, for adding individuals i am planning to use RDF Jena Api.
Is it possible to extend the already build ontology from jena api?
Please provide some example..