i

integraal

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)
https://gitlab.inria.fr/rules/integraal
Apache License, Version 2.0
Florent Tornil
文件下载
文件名 操作
integraal-1.2.0.pom 下载
Apache Maven
<dependency>
  <groupId>fr.lirmm.graphik</groupId>
  <artifactId>integraal</artifactId>
  <version>1.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'fr.lirmm.graphik:integraal:1.2.0'
Gradle Kotlin
implementation("fr.lirmm.graphik:integraal:1.2.0")
Scala SBT
libraryDependencies += "fr.lirmm.graphik" % "integraal" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='fr.lirmm.graphik', module='integraal', version='1.2.0')
)
Apache Ivy
<dependency org="fr.lirmm.graphik" name="integraal" rev="1.2.0" />
Leiningen
[fr.lirmm.graphik/integraal "1.2.0"]
Apache Buildr
'fr.lirmm.graphik:integraal:jar:1.2.0'
本项目依赖
该项目无第三方依赖