The two scripts owlrl and RDFConvertService from the scripts/ directory were previously installed to the bin directory and they could be called directly from the command line.
With the move to poetry this is no longer the case. It appears there is no support in poetry for copying ready made scripts as is. It only supports what in setuptools is known as entry points using the tools.poetry,scripts table. This could be utilized for owlrl. However, I'm not sure this method is applicable to RDFConvertService. It seems to serve a different purpose.
Are there any plans for having those scripts included again, one way or another, in the future?