fr.lirmm.graphik:graal-incubator

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

Last Version

1.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

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

Filename Size
graal-incubator-1.2.0.pom 635 bytes
Browse

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
org.jacoco : org.jacoco.core jar 0.7.5.201505241946

Project Modules

  • graal-io-rdf
  • graal-io-iris-dtg
  • graal-incubator-misc

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.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