Skip to content

Commit

Permalink
[Feature #122] Add Stardog OntoDriver module to the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Aug 7, 2023
1 parent 37998d7 commit 54d1a8c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions ontodriver-stardog/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>ontodriver-stardog</artifactId>
<name>OntoDriver - Stardog</name>
<description>Implementation of the OntoDriver API connecting to a Stardog database</description>
<parent>
<artifactId>jopa-all</artifactId>
<groupId>cz.cvut.kbss.jopa</groupId>
<version>1.1.0</version>
</parent>

<repositories>
<repository>
<id>stardog-public</id>
<url>https://maven.stardog.com</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>cz.cvut.kbss.jopa</groupId>
<artifactId>ontodriver-rdf4j</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<module>ontodriver-jena</module>
<module>ontodriver-owlapi</module>
<module>ontodriver-rdf4j</module>
<module>ontodriver-stardog</module>
<module>jopa-impl</module>
<module>jopa-integration-tests</module>
<module>jopa-integration-tests-jena</module>
Expand Down

0 comments on commit 54d1a8c

Please sign in to comment.