On 21/07/16 17:55, neha gupta wrote:
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.
err
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.
A loop?
if you need to create URIs, then either
startName+"1"
startName+"2"
startName+"3"
etc to generate unique URIs or if you don't have a good starting point,
generate one with a string baded on a UUID.
Andy
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.