MVN

fr.lirmm.graphik : integraal

Maven & Gradle

Nov 10, 2023

InteGraal : Knowledge-Representation and Reasoning for Data Integration · InteGraal has been designed in a modular way, in order to facilitate software reuse and extension. It should make it easy to test new scenarios and techniques, in particular by combining algorithms. The main features of Graal are currently the following: (1) internal storage to store data by using a SQL or RDF representation (Postgres, MySQL, HSQL, SQLite, Remote SPARQL endpoints, Local in-memory triplestores) as well as a native in-memory representation (2) data-integration capabilities for exploiting federated heterogeneous data-sources through mappings able to target systems such as SQL, RDF, and black-box (eg. Web-APIs) (3) algorithms for query-answering over heterogeneous and federated data based on query rewriting and/or forward chaining (or chase)

<dependency>
    <groupId>fr.lirmm.graphik</groupId>
    <artifactId>integraal</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.lirmm.graphik : integraal to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of fr.lirmm.graphik : integraal to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
integraal-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>fr.lirmm.graphik</groupId>
    <artifactId>integraal</artifactId>
    <version>1.0.0</version>
</dependency>