fr.lirmm.graphik:rdbms-test

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
Группа

Группа

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

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

rdbms-test
Последняя версия

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

1.3.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

fr.lirmm.graphik:rdbms-test
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)

Скачать rdbms-test

Имя Файла Размер
rdbms-test-1.3.1.pom
rdbms-test-1.3.1.jar 1 KB
Обзор

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.7

test (6)

Идентификатор библиотеки Тип Версия
fr.lirmm.graphik : rdbms-common jar 1.3.1
fr.lirmm.graphik : rdbms-adhoc jar 1.3.1
fr.lirmm.graphik : rdbms-natural jar 1.3.1
fr.lirmm.graphik : graal-io-dlgp jar 1.3.1
org.hsqldb : hsqldb jar 2.3.4
junit : junit jar 4.11

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

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

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.3.1
1.3.0
1.3.rc2
1.3.rc1
1.3.a2
1.3.a1
1.3.a0