Name | owlrl JSON |
Version |
7.1.4
JSON |
| download |
home_page | None |
Summary | A simple implementation of the OWL2 RL Profile, as well as a basic RDFS inference, on top of RDFLib. Based mechanical forward chaining. |
upload_time | 2025-07-29 00:17:27 |
maintainer | None |
docs_url | None |
author | Nicholas Car |
requires_python | <4.0,>=3.9 |
license | W3C software and Document Notice License |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
|Original Author DOI| |PyPI badge|
|OWL-RL Logo|
.. |Original Author DOI| image:: https://zenodo.org/badge/9385/RDFLib/OWL-RL.svg
:target: http://dx.doi.org/10.5281/zenodo.14543
.. |PyPI badge| image:: https://badge.fury.io/py/owlrl.svg
:target: https://badge.fury.io/py/owlrl
.. |OWL-RL Logo| image:: https://raw.githubusercontent.com/RDFLib/OWL-RL/master/OWL-RL.png
:width: 250
:target: http://owl-rl.readthedocs.io/
OWL-RL
======
A simple implementation of the OWL2 RL Profile, as well as a basic RDFS inference, on top of RDFLib, based on forward chaining.
This package is a Python library that also contains a couple of scripts:
* `scripts/RDFConvertService`: a CGI script to invoke the library. It may have to be adapted to the local server setup.
* `scripts/owlrl`: a script that can be run locally on to transform a file into RDF (on the standard output). Run the script with `-h` to get the available flags.
Installation
------------
This package requires RDFLib 7.1.3 as its only dependency and it can be installed from the Python Package index in the usual way:
::
pip install owlrl
or
::
poetry add owlrl
Use
---
This package can run inference according to RDFS and/or OWL-RL.
For details on RDFS, see the `RDF Semantics Specification`_; for OWL 2 RL, see the `OWL 2 Profile specification`_.
.. _RDF Semantics Specification: http://www.w3.org/TR/rdf11-mt/
.. _OWL 2 Profile specification: http://www.w3.org/TR/owl2-profiles/#Reasoning_in_OWL_2_RL_and_RDF_Graphs_using_Rules
View the **OWL-RL documentation** online: http://owl-rl.readthedocs.io/
License
-------
This software is released under the W3C© SOFTWARE NOTICE AND LICENSE. See `LICENSE.txt <LICENSE.txt>`_.
Support & Contacts
------------------
For general "how do I..." queries, please use https://stackoverflow.com and tag your question with ``rdflib``. Existing questions:
* https://stackoverflow.com/questions/tagged/rdflib
If you want to contact the rdflib maintainers, please do so via:
* the rdflib-dev mailing list: https://groups.google.com/group/rdflib-dev
* the chat, which is available at `gitter <https://gitter.im/RDFLib/rdflib>`_ or via matrix `#RDFLib_rdflib:gitter.im <https://matrix.to/#/#RDFLib_rdflib:gitter.im>`_
Development
-----------
Changes
~~~~~~~
To view the changelog for this software library, see `CHANGELOG.rst <CHANGELOG.rst>`_.
Release Procedure
~~~~~~~~~~~~~~~~~
* update all the version numbers
* pyproject.toml
* README.rst
* remove the current ``dist/`` dir
* build the new distribution
* test the metadata rendering
* test push it to PyPI
* actually push it to PyPI
::
rm -vf dist/*
poetry build
bsdtar -xvf dist/owlrl-*.whl -O '*/METADATA' | view -
bsdtar -xvf dist/owlrl-*.tar.gz -O '*/PKG-INFO' | view -
poetry publish --dry-run
poetry publish -u __token__ -p <OWL-RL PyPI Token>
* commit the version update
* tag it
* push the commits & tag to GitHub
* make a GitHub release
* reuse the CHANGELOG entry for the release
Raw data
{
"_id": null,
"home_page": null,
"name": "owlrl",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Nicholas Car",
"author_email": "nick@kurrawong.ai",
"download_url": "https://files.pythonhosted.org/packages/d1/fc/ce12482d096d65fff01af58f555a6f25e9dbf416fad5d99f91eaab0e11ca/owlrl-7.1.4.tar.gz",
"platform": null,
"description": "|Original Author DOI| |PyPI badge|\n\n|OWL-RL Logo|\n\n.. |Original Author DOI| image:: https://zenodo.org/badge/9385/RDFLib/OWL-RL.svg\n :target: http://dx.doi.org/10.5281/zenodo.14543\n\n.. |PyPI badge| image:: https://badge.fury.io/py/owlrl.svg\n :target: https://badge.fury.io/py/owlrl\n\n.. |OWL-RL Logo| image:: https://raw.githubusercontent.com/RDFLib/OWL-RL/master/OWL-RL.png\n :width: 250\n :target: http://owl-rl.readthedocs.io/\n\n\nOWL-RL\n======\n\nA simple implementation of the OWL2 RL Profile, as well as a basic RDFS inference, on top of RDFLib, based on forward chaining.\n\nThis package is a Python library that also contains a couple of scripts:\n\n* `scripts/RDFConvertService`: a CGI script to invoke the library. It may have to be adapted to the local server setup.\n\n* `scripts/owlrl`: a script that can be run locally on to transform a file into RDF (on the standard output). Run the script with `-h` to get the available flags.\n\nInstallation\n------------\n\nThis package requires RDFLib 7.1.3 as its only dependency and it can be installed from the Python Package index in the usual way:\n\n::\n\n pip install owlrl\n\n\nor\n\n::\n\n poetry add owlrl\n\n\nUse\n---\n\nThis package can run inference according to RDFS and/or OWL-RL.\n\nFor details on RDFS, see the `RDF Semantics Specification`_; for OWL 2 RL, see the `OWL 2 Profile specification`_.\n\n.. _RDF Semantics Specification: http://www.w3.org/TR/rdf11-mt/\n.. _OWL 2 Profile specification: http://www.w3.org/TR/owl2-profiles/#Reasoning_in_OWL_2_RL_and_RDF_Graphs_using_Rules\n\nView the **OWL-RL documentation** online: http://owl-rl.readthedocs.io/\n\n\nLicense\n-------\nThis software is released under the W3C\u00a9 SOFTWARE NOTICE AND LICENSE. See `LICENSE.txt <LICENSE.txt>`_.\n\n\nSupport & Contacts\n------------------\n\nFor general \"how do I...\" queries, please use https://stackoverflow.com and tag your question with ``rdflib``. Existing questions:\n\n* https://stackoverflow.com/questions/tagged/rdflib\n\nIf you want to contact the rdflib maintainers, please do so via:\n\n* the rdflib-dev mailing list: https://groups.google.com/group/rdflib-dev\n* the chat, which is available at `gitter <https://gitter.im/RDFLib/rdflib>`_ or via matrix `#RDFLib_rdflib:gitter.im <https://matrix.to/#/#RDFLib_rdflib:gitter.im>`_\n\n\nDevelopment\n-----------\n\nChanges\n~~~~~~~\n\nTo view the changelog for this software library, see `CHANGELOG.rst <CHANGELOG.rst>`_.\n\nRelease Procedure\n~~~~~~~~~~~~~~~~~\n\n* update all the version numbers\n\n * pyproject.toml\n * README.rst\n\n* remove the current ``dist/`` dir\n* build the new distribution\n* test the metadata rendering\n* test push it to PyPI\n* actually push it to PyPI\n\n::\n\n rm -vf dist/*\n poetry build\n bsdtar -xvf dist/owlrl-*.whl -O '*/METADATA' | view -\n bsdtar -xvf dist/owlrl-*.tar.gz -O '*/PKG-INFO' | view -\n\n poetry publish --dry-run\n poetry publish -u __token__ -p <OWL-RL PyPI Token>\n\n* commit the version update\n* tag it\n* push the commits & tag to GitHub\n* make a GitHub release\n\n * reuse the CHANGELOG entry for the release\n",
"bugtrack_url": null,
"license": "W3C software and Document Notice License",
"summary": "A simple implementation of the OWL2 RL Profile, as well as a basic RDFS inference, on top of RDFLib. Based mechanical forward chaining.",
"version": "7.1.4",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "de78f857ff1a7207e967dc5e8414bbcc15e0aa5cf45f693b1d2ebe2afb3eb1ce",
"md5": "6c4e2b61743d48cf5899ccdb8b5585dd",
"sha256": "e78b46020169783345636da93a467d318f18700c483184dd15e885850cf64775"
},
"downloads": -1,
"filename": "owlrl-7.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6c4e2b61743d48cf5899ccdb8b5585dd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 51981,
"upload_time": "2025-07-29T00:17:26",
"upload_time_iso_8601": "2025-07-29T00:17:26.229483Z",
"url": "https://files.pythonhosted.org/packages/de/78/f857ff1a7207e967dc5e8414bbcc15e0aa5cf45f693b1d2ebe2afb3eb1ce/owlrl-7.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d1fcce12482d096d65fff01af58f555a6f25e9dbf416fad5d99f91eaab0e11ca",
"md5": "a6b7a770a282630a3c52f0b38a3495ac",
"sha256": "60bd4067e346b9111f0a2924565afe97ac6595b98b2bbe953928b5113971daf7"
},
"downloads": -1,
"filename": "owlrl-7.1.4.tar.gz",
"has_sig": false,
"md5_digest": "a6b7a770a282630a3c52f0b38a3495ac",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 44420,
"upload_time": "2025-07-29T00:17:27",
"upload_time_iso_8601": "2025-07-29T00:17:27.608860Z",
"url": "https://files.pythonhosted.org/packages/d1/fc/ce12482d096d65fff01af58f555a6f25e9dbf416fad5d99f91eaab0e11ca/owlrl-7.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-29 00:17:27",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "owlrl"
}