https://github.com/stardog-union/pellet
Pellet is an OWL 2 reasoner in Java; open source (AGPL) and commercially licensed, commercial support available.
https://github.com/stardog-union/pellet
Last synced: 8 months ago
JSON representation
Pellet is an OWL 2 reasoner in Java; open source (AGPL) and commercially licensed, commercial support available.
- Host: GitHub
- URL: https://github.com/stardog-union/pellet
- Owner: stardog-union
- License: other
- Created: 2013-04-10T23:47:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T05:57:06.000Z (almost 9 years ago)
- Last Synced: 2025-03-30T07:32:28.773Z (8 months ago)
- Language: Web Ontology Language
- Homepage: http://clarkparsia.com/pellet
- Size: 52.2 MB
- Stars: 314
- Watchers: 72
- Forks: 152
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-semantic-web - Pellet
- awesome-semantic-web - Pellet
- awesome-ontology - Pellet 2 - An open source OWL DL reasoner for Java. Pellet 3 (proprietary) is embedded in the [Stardog](https://www.stardog.com/) platform. (Java) (Reasoners / Vocabularies)
README
Pellet: An Open Source OWL DL reasoner for Java
-----------------------------------------------
[](https://gitter.im/complexible/pellet?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Pellet is the OWL 2 DL reasoner:
* [open source](https://github.com/complexible/pellet/blob/master/LICENSE.txt) (AGPL) or commercial license
* pure Java
* developed and [commercially supported](http://complexible.com/) by Complexible Inc.
Pellet can be used with Jena or OWL-API libraries. Pellet provides functionality to check consistency of ontologies, compute the classification hierarchy,
explain inferences, and answer SPARQL queries.
_Pellet 3.0, a closed source, next-gen version of Pellet, is embedded and available in [Stardog](http://stardog.com/), the RDF database._
Feel free to fork this repository and submit pull requests if you want to
see changes, new features, etc. in Pellet.
Documentation about how to use Pellet is in the doc/ directory and there are some
code samples in the examples/ directory.
Commercial support for Pellet is [available](http://complexible.com/). The [Pellet FAQ](http://clarkparsia.com/pellet/faq) answers some frequently asked questions.
There is a [pellet-users mailing list](https://groups.google.com/forum/?fromgroups#!forum/pellet-users) for questions and feedback. You can search [pellet-users archives](http://news.gmane.org/gmane.comp.web.pellet.user).
Bug reports and enhancement requests should be sent to the mailing list. Issues are on [Github](http://github.com/complexible/pellet/issues).
Thanks for using Pellet.