How To Install python3-owl_rl on Fedora 36
Introduction
In this tutorial we learn how to install python3-owl_rl
on Fedora 36.
What is python3-owl_rl
A simple implementation of the OWL2 RL Profile, as well as a basic RDFS inference, on top of RDFLib. Based mechanical forward chaining. The distribution contains * scripts/RDFConvertService library. It may have to be adapted to the local server setup. * scripts/owlrl (on the standard output). Run the script with -h to get the available flags.
We can use yum
or dnf
to install python3-owl_rl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-owl_rl.
Install python3-owl_rl on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-owl_rl
using dnf
by running the following command:
sudo dnf -y install python3-owl_rl
Install python3-owl_rl on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-owl_rl
using yum
by running the following command:
sudo yum -y install python3-owl_rl
How To Uninstall python3-owl_rl on Fedora 36
To uninstall only the python3-owl_rl
package we can use the following command:
sudo dnf remove python3-owl_rl
python3-owl_rl Package Contents on Fedora 36
/usr/bin/RDFConvertService
/usr/bin/owlrl
/usr/lib/python3.10/site-packages/owlrl
/usr/lib/python3.10/site-packages/owlrl-5.2.3-py3.10.egg-info
/usr/lib/python3.10/site-packages/owlrl-5.2.3-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/owlrl-5.2.3-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/owlrl-5.2.3-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/owlrl-5.2.3-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/owlrl-5.2.3-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/owlrl/AxiomaticTriples.py
/usr/lib/python3.10/site-packages/owlrl/Closure.py
/usr/lib/python3.10/site-packages/owlrl/CombinedClosure.py
/usr/lib/python3.10/site-packages/owlrl/DatatypeHandling.py
/usr/lib/python3.10/site-packages/owlrl/OWL.py
/usr/lib/python3.10/site-packages/owlrl/OWLRL.py
/usr/lib/python3.10/site-packages/owlrl/OWLRLExtras.py
/usr/lib/python3.10/site-packages/owlrl/RDFS.py
/usr/lib/python3.10/site-packages/owlrl/RDFSClosure.py
/usr/lib/python3.10/site-packages/owlrl/RestrictedDatatype.py
/usr/lib/python3.10/site-packages/owlrl/XsdDatatypes.py
/usr/lib/python3.10/site-packages/owlrl/__init__.py
/usr/lib/python3.10/site-packages/owlrl/__pycache__
/usr/lib/python3.10/site-packages/owlrl/__pycache__/AxiomaticTriples.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/AxiomaticTriples.cpython-310.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/Closure.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/Closure.cpython-310.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/CombinedClosure.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/CombinedClosure.cpython-310.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/DatatypeHandling.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/DatatypeHandling.cpython-310.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/OWL.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/OWL.cpython-310.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/OWLRL.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/OWLRL.cpython-310.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/OWLRLExtras.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/OWLRLExtras.cpython-310.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/RDFS.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/RDFS.cpython-310.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/RDFSClosure.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/RDFSClosure.cpython-310.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/RestrictedDatatype.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/RestrictedDatatype.cpython-310.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/XsdDatatypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/XsdDatatypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/owlrl/__pycache__/__init__.cpython-310.pyc
/usr/share/doc/python3-owl_rl
/usr/share/doc/python3-owl_rl/README.rst
/usr/share/licenses/python3-owl_rl
/usr/share/licenses/python3-owl_rl/LICENSE.txt
References
Summary
In this tutorial we learn how to install python3-owl_rl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).