License |
License
http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
|
---|---|
Categories |
CategoriesGraal |
GroupId | GroupIdfr.lirmm.graphik |
ArtifactId | ArtifactIdgraal-io-api |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongraal-io-api
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graal-io-api-0.9.0.pom | |
graal-io-api-0.9.0.jar | 10 KB |
graal-io-api-0.9.0-sources.jar | 21 KB |
graal-io-api-0.9.0-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-io-api/ -->
<dependency>
<groupId>fr.lirmm.graphik</groupId>
<artifactId>graal-io-api</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-io-api/
implementation 'fr.lirmm.graphik:graal-io-api:0.9.0'
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-io-api/
implementation ("fr.lirmm.graphik:graal-io-api:0.9.0")
'fr.lirmm.graphik:graal-io-api:jar:0.9.0'
<dependency org="fr.lirmm.graphik" name="graal-io-api" rev="0.9.0">
<artifact name="graal-io-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.lirmm.graphik', module='graal-io-api', version='0.9.0')
)
libraryDependencies += "fr.lirmm.graphik" % "graal-io-api" % "0.9.0"
[fr.lirmm.graphik/graal-io-api "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
fr.lirmm.graphik : graal-core | jar | 0.9.0 |
fr.lirmm.graphik : graal-util | jar | 0.9.0 |