natsteinmetz / ROSE

RDF(S) Reasoner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##ROSE

By Nathalie Steinmetz.

RDF(S) Reasoner

This RDFS Reasoner implementation is based on the work described in [Logical foundations of (e)RDF(S): Complexity and reasoning] (http://www.inf.unibz.it/~jdebruijn/publications-type/Bruijn-Heymans-LogiFoun-07.html). The work has been done under the umbrella of the Semantic Technology Institute (STI) at the University of Innsbruck, Austria. It is published under the LGPL license (http://www.gnu.org/copyleft/lesser.html).

Description

The RDFS Reasoner currently supports the simple, the RDF, the RDFS and the eRDFS entailment regimes. It has the following limitations:

  • only simple datatypes are supported (int, double, string).

The reasoner is using IRIS (http://iris-reasoner.org) as underlying reasoner engine.

The source code contains an example that shows how to use the RDFS Reasoner (e.g. parse an RDFS file, create a reasoner, register the graph at the reasoner, execute queries, etc.).

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

[LGPL License] (LICENSE.txt)

====

About

RDF(S) Reasoner

License:GNU Lesser General Public License v3.0


Languages

Language:Java 99.6%Language:CSS 0.4%