Last Version

fr.lirmm.graphik:graal 1.3.1

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.

License

License

http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
Categories

Categories

Graal
GroupId

GroupId

fr.lirmm.graphik
ArtifactId

ArtifactId

graal
Version

Version

1.3.1
Type

Type

pom
Description

Description

fr.lirmm.graphik: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.
Project URL

Project URL

https://graphik-team.github.io/graal/
Project Organization

Project Organization

GraphIK (INRIA - LIRMM)
Source Code Management

Source Code Management

https://github.com/graphik-team/graal/

Download graal 1.3.1

Filename Size
graal-1.3.1.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/fr.lirmm.graphik/graal/ -->
<dependency>
    <groupId>fr.lirmm.graphik</groupId>
    <artifactId>graal</artifactId>
    <version>1.3.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal/
implementation 'fr.lirmm.graphik:graal:1.3.1'
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal/
implementation ("fr.lirmm.graphik:graal:1.3.1")
'fr.lirmm.graphik:graal:pom:1.3.1'
<dependency org="fr.lirmm.graphik" name="graal" rev="1.3.1">
  <artifact name="graal" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.lirmm.graphik', module='graal', version='1.3.1')
)
libraryDependencies += "fr.lirmm.graphik" % "graal" % "1.3.1"
[fr.lirmm.graphik/graal "1.3.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

  • graal-api
  • graal-core
  • graal-homomorphism
  • graal-grd
  • graal-io
  • graal-kb
  • graal-forward-chaining
  • graal-store
  • graal-backward-chaining
  • graal-rules-analyser
  • graal-util
  • rdf4j-common
  • graal-test
  • graal-coverage