6970717273747576777879
if ( resetEachTime && i != 0) JenaUUID.reset() ; JenaUUID uuid = JenaUUID.generate() ; String str = null ; if ( asURN ) str = uuid.asURN() ; else if ( asURI ) str = uuid.asURI() ; else if ( asPlain ) str = uuid.asString() ; if ( str == null )