fr.lirmm.graphik:graal-util

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-util
Last Version

Last Version

1.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

fr.lirmm.graphik:graal-util
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 Organization

Project Organization

GraphIK (INRIA - LIRMM)

Download graal-util

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.5
org.jgrapht : jgrapht-core jar 0.9.0
org.slf4j : slf4j-api jar 1.7.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Graal

See Graal homepage

How to build graal?

  • install git
  • clone the repository
  git clone https://github.com/graphik-team/graal.git
  • build the project
mvn package

How to generate Javadoc?

mvn javadoc:javadoc
mvn javadoc:aggregate

How to check code with code analyzer?

mvn pmd:check
mvn findbugs:check

How to build graal when you don't want to get all stuff maven brings?

./prepare_ant.sh
ant
fr.lirmm.graphik

GraphIK

Versions

Version
1.3.1
1.3.0
1.3.rc2
1.3.rc1
1.3.a2
1.3.a1
1.3.a0
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.9.0
0.8.7