owlrl


Nameowlrl JSON
Version 6.0.2 PyPI version JSON
download
home_pagehttps://github.com/RDFLib/OWL-RL/
SummaryOWL-RL and RDFS based RDF Closure inferencing for Python
upload_time2021-10-10 12:52:04
maintainerNicholas Car
docs_urlNone
authorIvan Herman
requires_python
licenseLICENSE.txt
keywords linked data semantic web python triples inferencing rdf owl owl-rl owlrl rdfs
VCS
bugtrack_url
requirements rdflib
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 mechanical forward chaining. The distribution contains:

**OWL-RL**: the Python library. You should copy the directory somewhere into your :code:`PYTHONPATH`. Alternatively, you can also run the :code:`python setup.py install` script in the directory.

* :code:`scripts/RDFConvertService`: can be used as a CGI script to invoke the library. It may have to be adapted to the local server setup.

* :code:`scripts/owlrl`: script that can be run locally on to transform a file into RDF (on the standard output). Run the script with :code:`-h` to get the available flags.

The package requires Python version 3.5 or higher; it depends on `RDFLib`_; version 4.2.2 or higher is required. If you need the python 2.7.x compatible version, see the @/py2 branch in this repository.

.. _RDFLib: https://github.com/RDFLib

For the 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/

To view the changelog for this software library, see `CHANGELOG.rst <CHANGELOG.rst>`_.

This software is released under the W3C© SOFTWARE NOTICE AND LICENSE. See `LICENSE.txt <LICENSE.txt>`_.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RDFLib/OWL-RL/",
    "name": "owlrl",
    "maintainer": "Nicholas Car",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "nicholas.car@surroundaustralia.au",
    "keywords": "Linked Data,Semantic Web,Python,triples,inferencing,RDF,OWL,OWL-RL,owlrl,RDFS",
    "author": "Ivan Herman",
    "author_email": "ivan@ivan-herman.net",
    "download_url": "https://files.pythonhosted.org/packages/7d/c7/208aece36279e4f1236e437119358786e39530ecc1719d4e1afeddba5288/owlrl-6.0.2.tar.gz",
    "platform": "",
    "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 mechanical forward chaining. The distribution contains:\n\n**OWL-RL**: the Python library. You should copy the directory somewhere into your :code:`PYTHONPATH`. Alternatively, you can also run the :code:`python setup.py install` script in the directory.\n\n* :code:`scripts/RDFConvertService`: can be used as a CGI script to invoke the library. It may have to be adapted to the local server setup.\n\n* :code:`scripts/owlrl`: script that can be run locally on to transform a file into RDF (on the standard output). Run the script with :code:`-h` to get the available flags.\n\nThe package requires Python version 3.5 or higher; it depends on `RDFLib`_; version 4.2.2 or higher is required. If you need the python 2.7.x compatible version, see the @/py2 branch in this repository.\n\n.. _RDFLib: https://github.com/RDFLib\n\nFor the 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\nTo view the changelog for this software library, see `CHANGELOG.rst <CHANGELOG.rst>`_.\n\nThis software is released under the W3C\u00a9 SOFTWARE NOTICE AND LICENSE. See `LICENSE.txt <LICENSE.txt>`_.\n\n\n",
    "bugtrack_url": null,
    "license": "LICENSE.txt",
    "summary": "OWL-RL and RDFS based RDF Closure inferencing for Python",
    "version": "6.0.2",
    "project_urls": {
        "Download": "https://github.com/RDFLib/OWL-RL/archive/v6.0.2.tar.gz",
        "Homepage": "https://github.com/RDFLib/OWL-RL/"
    },
    "split_keywords": [
        "linked data",
        "semantic web",
        "python",
        "triples",
        "inferencing",
        "rdf",
        "owl",
        "owl-rl",
        "owlrl",
        "rdfs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d5611fe63c2c317347f69be17e9ece1991e0ec6c2cdb8225c0baa5b96e283ed",
                "md5": "0ce49443ff93a406f5fd0659e5d74417",
                "sha256": "57eca06b221edbbc682376c8d42e2ddffc99f61e82c0da02e26735592f08bacc"
            },
            "downloads": -1,
            "filename": "owlrl-6.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0ce49443ff93a406f5fd0659e5d74417",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 54516,
            "upload_time": "2021-10-10T12:52:01",
            "upload_time_iso_8601": "2021-10-10T12:52:01.711572Z",
            "url": "https://files.pythonhosted.org/packages/9d/56/11fe63c2c317347f69be17e9ece1991e0ec6c2cdb8225c0baa5b96e283ed/owlrl-6.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7dc7208aece36279e4f1236e437119358786e39530ecc1719d4e1afeddba5288",
                "md5": "034f9262901fb82761ba5337bbfa0445",
                "sha256": "904e3310ff4df15101475776693d2427d1f8244ee9a6a9f9e13c3c57fae90b74"
            },
            "downloads": -1,
            "filename": "owlrl-6.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "034f9262901fb82761ba5337bbfa0445",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 57179,
            "upload_time": "2021-10-10T12:52:04",
            "upload_time_iso_8601": "2021-10-10T12:52:04.161611Z",
            "url": "https://files.pythonhosted.org/packages/7d/c7/208aece36279e4f1236e437119358786e39530ecc1719d4e1afeddba5288/owlrl-6.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-10-10 12:52:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RDFLib",
    "github_project": "OWL-RL",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "rdflib",
            "specs": [
                [
                    ">=",
                    "6.0.2"
                ]
            ]
        }
    ],
    "lcname": "owlrl"
}
        
Elapsed time: 0.20757s