I have an Rdf file created in Protege, named Company.rdf which have several classes and properties. The file is in C:/users/desktop/Company.rdf. The ontology URI is www.Sales.owl
I want to add another class using Jena i-e Customer, so I am confuse about the uri ? I mean what will be the class Customer URI and where in the code I will mention this uri? **(Also is it mandatory to mention the URI because we already have to read* *the rdf file using FileManager.get().open( inputFileName )*
