Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stain/clj-owlapi
OWL API wrapper for Clojure
https://github.com/stain/clj-owlapi
Last synced: 3 months ago
JSON representation
OWL API wrapper for Clojure
- Host: GitHub
- URL: https://github.com/stain/clj-owlapi
- Owner: stain
- License: epl-1.0
- Created: 2012-04-29T22:45:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T07:43:19.000Z (over 9 years ago)
- Last Synced: 2024-10-04T14:44:30.883Z (4 months ago)
- Language: Clojure
- Size: 3.85 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.html
Awesome Lists containing this project
README
## clj-owlapi
[![Build Status](https://travis-ci.org/stain/clj-owlapi.svg)](https://travis-ci.org/stain/clj-owlapi)
[![doi:10.5281/zenodo.10564](https://zenodo.org/badge/doi/10.5281/zenodo.10564.png)](http://dx.doi.org/10.5281/zenodo.10564)An early attempt to provide [Clojure](http://clojure.org/) bindings for the
[OWL-API](http://owlapi.sourceforge.net/).Use [Leiningen](http://leiningen.org/) for building/testing:
$ lein test
## License
* clj-owlapi Copyright (C) 2012-2014 Stian Soiland-Reyes, University of Manchester. Distributed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html), the same as Clojure.
* Dependency: [OWL API](http://owlapi.sourceforge.net/) Copyright University of Manchester, Clark & Parsia, LLC and Ulm University, distributed under dual license of [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0) and [LGPL 3](http://www.gnu.org/copyleft/lesser.html)