g

graal

Graal is a java toolkit dedicated to ontological query answering in the framework of existential rules. We consider knowledge bases composed of data and an ontology expressed by existential rules. The main features of Graal are the following: a basic layer that provides generic interfaces to store and query various kinds of data, forward chaining and query rewriting algorithms, structural analysis of decidability properties of a rule set, a textual format and its parser, and import of OWL 2 files. We describe in more detail the query rewriting algorithms, which rely on original techniques, and report some experiments.
https://graphik-team.github.io/graal/
GraphIK (INRIA - LIRMM)
Mélanie KONIG Swan ROCHER Clément SIPIETER
Files download
File Operation
graal-1.3.1.pom download
Apache Maven
<dependency>
  <groupId>fr.lirmm.graphik</groupId>
  <artifactId>graal</artifactId>
  <version>1.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'fr.lirmm.graphik:graal:1.3.1'
Gradle Kotlin
implementation("fr.lirmm.graphik:graal:1.3.1")
Scala SBT
libraryDependencies += "fr.lirmm.graphik" % "graal" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='fr.lirmm.graphik', module='graal', version='1.3.1')
)
Apache Ivy
<dependency org="fr.lirmm.graphik" name="graal" rev="1.3.1" />
Leiningen
[fr.lirmm.graphik/graal "1.3.1"]
Apache Buildr
'fr.lirmm.graphik:graal:jar:1.3.1'
Dependencies