fr.lirmm.graphik:graal-query

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.

Лицензия

Лицензия

http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
Категории

Категории

Graal
Группа

Группа

fr.lirmm.graphik
Идентификатор

Идентификатор

graal-query
Последняя версия

Последняя версия

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

fr.lirmm.graphik:graal-query
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.
Организация-разработчик

Организация-разработчик

GraphIK (INRIA - LIRMM)

Скачать graal-query

Как подключить последнюю версию

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
fr.lirmm.graphik : graal-core jar 1.2.0
fr.lirmm.graphik : graal-util jar 1.2.0
fr.lirmm.graphik : graal-store-rdbms jar 1.2.0
fr.lirmm.graphik : graal-io-dlgp jar 1.2.0
com.beust : jcommander jar 1.35
ch.qos.logback : logback-classic jar 1.1.3

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.jacoco : org.jacoco.core jar 0.7.5.201505241946

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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