{"id":18695803,"url":"https://github.com/rdflib/owl-rl","last_synced_at":"2025-04-04T07:08:09.527Z","repository":{"id":3109041,"uuid":"4135288","full_name":"RDFLib/OWL-RL","owner":"RDFLib","description":"A simple implementation of the OWL2 RL Profile on top of RDFLib: it expands the graph with all possible triples that OWL RL defines. It can be used together with RDFLib to expand an RDFLib Graph object, or as a stand alone service with its own serialization.","archived":false,"fork":false,"pushed_at":"2025-03-18T01:50:54.000Z","size":7225,"stargazers_count":149,"open_issues_count":24,"forks_count":27,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-03-28T06:08:46.990Z","etag":null,"topics":["inference","owl","owl-rl","python","rdf","rdflib","reasoning"],"latest_commit_sha":null,"homepage":"http://www.ivan-herman.net/Misc/2008/owlrl/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RDFLib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-04-25T10:13:14.000Z","updated_at":"2025-03-21T10:16:38.000Z","dependencies_parsed_at":"2024-06-18T16:51:42.881Z","dependency_job_id":"95995daf-9e41-41ba-8566-93dd14374669","html_url":"https://github.com/RDFLib/OWL-RL","commit_stats":{"total_commits":119,"total_committers":11,"mean_commits":"10.818181818181818","dds":0.6974789915966386,"last_synced_commit":"a77e1791b88b54aace609bc6000aac14c7add4ff"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RDFLib%2FOWL-RL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RDFLib%2FOWL-RL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RDFLib%2FOWL-RL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RDFLib%2FOWL-RL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RDFLib","download_url":"https://codeload.github.com/RDFLib/OWL-RL/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135144,"owners_count":20889421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["inference","owl","owl-rl","python","rdf","rdflib","reasoning"],"created_at":"2024-11-07T11:16:20.591Z","updated_at":"2025-04-04T07:08:09.503Z","avatar_url":"https://github.com/RDFLib.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"|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© SOFTWARE NOTICE AND LICENSE. See `LICENSE.txt \u003cLICENSE.txt\u003e`_.\n\n\nSupport \u0026 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 \u003chttps://gitter.im/RDFLib/rdflib\u003e`_ or via matrix `#RDFLib_rdflib:gitter.im \u003chttps://matrix.to/#/#RDFLib_rdflib:gitter.im\u003e`_\n\n\nDevelopment\n-----------\n\nChanges\n~~~~~~~\n\nTo view the changelog for this software library, see `CHANGELOG.rst \u003cCHANGELOG.rst\u003e`_.\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 \u003cOWL-RL PyPI Token\u003e\n\n* commit the version update\n* tag it\n* push the commits \u0026 tag to GitHub\n* make a GitHub release\n\n    * reuse the CHANGELOG entry for the release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdflib%2Fowl-rl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdflib%2Fowl-rl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdflib%2Fowl-rl/lists"}