o

ontop

Ontop is a Virtual Knowledge Graph system
https://ontop-vkg.org/
The Apache Software License, Version 2.0
Free University of Bozen-Bolzano
Guohui Xiao Benjamin Cogrel Francesco Corcoglioniti Julien Corman Roman Konchakov Davide Lanti Albulen Pano Sarah Komla-Ebri
Files download
File Operation
ontop-5.1.2.pom download
Apache Maven
<dependency>
  <groupId>it.unibz.inf.ontop</groupId>
  <artifactId>ontop</artifactId>
  <version>5.1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.unibz.inf.ontop:ontop:5.1.2'
Gradle Kotlin
implementation("it.unibz.inf.ontop:ontop:5.1.2")
Scala SBT
libraryDependencies += "it.unibz.inf.ontop" % "ontop" % "5.1.2"
Groovy Grape
@Grapes(
  @Grab(group='it.unibz.inf.ontop', module='ontop', version='5.1.2')
)
Apache Ivy
<dependency org="it.unibz.inf.ontop" name="ontop" rev="5.1.2" />
Leiningen
[it.unibz.inf.ontop/ontop "5.1.2"]
Apache Buildr
'it.unibz.inf.ontop:ontop:jar:5.1.2'
Dependencies
The project has no third-party dependencies