Thank you Admin for adding me. I am Neha and in the final semester of my Bachelor degree. My project is in Semantic web and Jena, unfortunately. I have read a lot about Jena and knows how to create classes and individuals. I know how to create single individual and assign it to a variable like
Individual janeSmith = class.createIndividual(ns + "Jane"); If we have to create two or three individuals, we will assign it to variables and will print or do something with it. My question here is what if we have to create hundreds of individuals and we do not know the limit of individuals. There are some other questions but I will try to figure it out, if could not, will ask here. I will be very thank full for help.
