RDF4JException not found - Ontop 5.1.2

39 views
Skip to first unread message

johan...@gmail.com

unread,
Mar 13, 2024, 7:59:47 AM3/13/24
to ontop4obda
Hello,

I get this exception :

13-03-2024 12:49:37.951 [http-nio-6060-exec-2] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet].log - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch failed: java.lang.NoClassDefFoundError: org/eclipse/rdf4j/RDF4JException] with root cause
java.lang.ClassNotFoundException: org.eclipse.rdf4j.RDF4JException
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at org.eclipse.rdf4j.rio.trix.TriXParser.parse(TriXParser.java:153)
at org.eclipse.rdf4j.rio.trix.TriXParser.parse(TriXParser.java:137)
at org.semanticweb.owlapi.rio.RioParserImpl.parseDocumentSource(RioParserImpl.java:186)
at org.semanticweb.owlapi.rio.RioParserImpl.parse(RioParserImpl.java:134)
at uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl.loadOWLOntology(OWLOntologyFactoryImpl.java:195)
at uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.load(OWLOntologyManagerImpl.java:1105)
at uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.loadOntology(OWLOntologyManagerImpl.java:1055)
at uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.loadOntologyFromOntologyDocument(OWLOntologyManagerImpl.java:1005)
at uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.loadOntologyFromOntologyDocument(OWLOntologyManagerImpl.java:1018)
at it.unibz.inf.ontop.injection.impl.OntopMappingOntologyConfigurationImpl.loadOntologyFromFile(OntopMappingOntologyConfigurationImpl.java:88)
at it.unibz.inf.ontop.injection.impl.OntopMappingOntologyConfigurationImpl.loadInputOntology(OntopMappingOntologyConfigurationImpl.java:65)
at it.unibz.inf.ontop.injection.impl.OntopMappingOntologyConfigurationImpl.loadOntology(OntopMappingOntologyConfigurationImpl.java:198)
at it.unibz.inf.ontop.injection.impl.OntopMappingConfigurationImpl.loadSpecification(OntopMappingConfigurationImpl.java:94)
at it.unibz.inf.ontop.injection.impl.OntopMappingSQLConfigurationImpl.loadSpecification(OntopMappingSQLConfigurationImpl.java:85)
at it.unibz.inf.ontop.injection.impl.OntopMappingSQLAllConfigurationImpl.loadSpecification(OntopMappingSQLAllConfigurationImpl.java:47)
at it.unibz.inf.ontop.injection.impl.OntopSQLOWLAPIConfigurationImpl.loadOBDASpecification(OntopSQLOWLAPIConfigurationImpl.java:35)
at it.unibz.inf.ontop.injection.impl.OntopOBDAConfigurationImpl.loadSpecification(OntopOBDAConfigurationImpl.java:44)
at it.unibz.inf.ontop.injection.OntopSystemConfiguration.loadQueryEngine(OntopSystemConfiguration.java:20)
at it.unibz.inf.ontop.rdf4j.repository.impl.OntopVirtualRepository.initializeInternal(OntopVirtualRepository.java:72)
at org.eclipse.rdf4j.repository.base.AbstractRepository.init(AbstractRepository.java:36)

alt this line of my code (repo.init():
Repository repo = OntopRepository.defaultRepository(configuration);
repo.init();

When I look for the RDF4Exception class it is in this package : org.eclipse.rdf4j.common.exception


I have these dependencies in my pom.xml :

<dependency>
<groupId>it.unibz.inf.ontop</groupId>
<artifactId>ontop-system-sql-owlapi</artifactId>
<version>5.1.2</version>
</dependency>
<dependency>
<groupId>it.unibz.inf.ontop</groupId>
<artifactId>ontop-rdf4j</artifactId>
<version>5.1.2</version>
</dependency>

What am I doing wrong? Any sample spring boot project out there?

Thanks for you help!

Johan

johan...@gmail.com

unread,
Mar 13, 2024, 5:50:27 PM3/13/24
to ontop4obda
According to mvn depêndency:tree the RDF4J 4.2.4 version is a transitive dependency of Ontop 5.1.2 :

[INFO] world.mycompany:knowledge-hypercatalog-manager-rest:jar:1.0-SNAPSHOT
[INFO] +- org.springframework.boot:spring-boot-starter:jar:3.1.4:compile
[INFO] |  +- org.springframework.boot:spring-boot:jar:3.1.4:compile
[INFO] |  |  \- org.springframework:spring-context:jar:6.0.12:compile
[INFO] |  +- org.springframework.boot:spring-boot-autoconfigure:jar:3.1.4:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-logging:jar:3.1.4:compile
[INFO] |  |  +- ch.qos.logback:logback-classic:jar:1.4.11:compile
[INFO] |  |  |  \- ch.qos.logback:logback-core:jar:1.4.11:compile
[INFO] |  |  +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.20.0:compile
[INFO] |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.20.0:compile
[INFO] |  |  \- org.slf4j:jul-to-slf4j:jar:2.0.9:compile
[INFO] |  +- jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile
[INFO] |  +- org.springframework:spring-core:jar:6.0.12:compile
[INFO] |  |  \- org.springframework:spring-jcl:jar:6.0.12:compile
[INFO] |  \- org.yaml:snakeyaml:jar:1.33:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:3.1.4:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:3.1.4:compile
[INFO] |  |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.15.2:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.15.2:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.2:compile
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.15.2:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:3.1.4:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:10.1.13:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:10.1.13:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:10.1.13:compile
[INFO] |  +- org.springframework:spring-web:jar:6.0.12:compile
[INFO] |  |  +- org.springframework:spring-beans:jar:6.0.12:compile
[INFO] |  |  \- io.micrometer:micrometer-observation:jar:1.11.4:compile
[INFO] |  |     \- io.micrometer:micrometer-commons:jar:1.11.4:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:6.0.12:compile
[INFO] |     +- org.springframework:spring-aop:jar:6.0.12:compile
[INFO] |     \- org.springframework:spring-expression:jar:6.0.12:compile
[INFO] +- world.mycompany:knowledge-hypercatalog-manager:jar:1.0-SNAPSHOT:compile
[INFO] |  +- it.unibz.inf.ontop:ontop-system-sql-owlapi:jar:5.1.2:compile
[INFO] |  |  +- it.unibz.inf.ontop:ontop-model:jar:5.1.2:compile
[INFO] |  |  |  +- org.apache.commons:commons-rdf-simple:jar:0.5.0:compile
[INFO] |  |  |  +- com.google.inject.extensions:guice-assistedinject:jar:5.0.1:compile
[INFO] |  |  |  +- io.github.solf:nullanno:jar:3.0.0:compile
[INFO] |  |  |  +- io.mikael:urlbuilder:jar:2.0.9:compile
[INFO] |  |  |  +- org.locationtech.proj4j:proj4j:jar:1.1.1:compile
[INFO] |  |  |  +- commons-codec:commons-codec:jar:1.15:compile
[INFO] |  |  |  \- javax.inject:javax.inject:jar:1:compile
[INFO] |  |  +- it.unibz.inf.ontop:ontop-obda-core:jar:5.1.2:compile
[INFO] |  |  |  \- org.javabits.jgrapht:jgrapht-core:jar:0.9.3:compile
[INFO] |  |  +- it.unibz.inf.ontop:ontop-optimization:jar:5.1.2:compile
[INFO] |  |  +- it.unibz.inf.ontop:ontop-rdb:jar:5.1.2:compile
[INFO] |  |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-guava:jar:2.15.2:compile
[INFO] |  |  |  \- com.github.jsqlparser:jsqlparser:jar:4.4:compile
[INFO] |  |  +- it.unibz.inf.ontop:ontop-mapping-core:jar:5.1.2:compile
[INFO] |  |  |  +- it.unibz.inf.ontop:ontop-kg-query:jar:5.1.2:compile
[INFO] |  |  |  +- org.antlr:antlr4-runtime:jar:4.12.0:compile
[INFO] |  |  |  +- org.eclipse.rdf4j:rdf4j-rio-turtle:jar:4.2.4:compile
[INFO] |  |  |  \- commons-io:commons-io:jar:2.7:compile
[INFO] |  |  +- it.unibz.inf.ontop:ontop-mapping-owlapi:jar:5.1.2:compile
[INFO] |  |  |  +- it.unibz.inf.ontop:ontop-ontology-owlapi:jar:5.1.2:compile
[INFO] |  |  |  +- net.sourceforge.owlapi:owlapi-apibinding:jar:5.1.20:compile
[INFO] |  |  |  |  +- net.sourceforge.owlapi:owlapi-impl:jar:5.1.20:compile
[INFO] |  |  |  |  +- net.sourceforge.owlapi:owlapi-parsers:jar:5.1.20:compile
[INFO] |  |  |  |  +- net.sourceforge.owlapi:owlapi-oboformat:jar:5.1.20:compile
[INFO] |  |  |  |  +- net.sourceforge.owlapi:owlapi-tools:jar:5.1.20:compile
[INFO] |  |  |  |  \- net.sourceforge.owlapi:owlapi-rio:jar:5.1.20:compile
[INFO] |  |  |  |     +- org.eclipse.rdf4j:rdf4j-rio-binary:jar:3.7.4:compile
[INFO] |  |  |  |     |  \- org.eclipse.rdf4j:rdf4j-util:jar:3.7.4:compile
[INFO] |  |  |  |     +- org.eclipse.rdf4j:rdf4j-rio-n3:jar:3.7.4:compile
[INFO] |  |  |  |     +- org.eclipse.rdf4j:rdf4j-rio-rdfjson:jar:3.7.4:compile
[INFO] |  |  |  |     +- org.eclipse.rdf4j:rdf4j-rio-rdfxml:jar:3.7.4:compile
[INFO] |  |  |  |     +- org.eclipse.rdf4j:rdf4j-rio-trix:jar:3.7.4:compile
[INFO] |  |  |  |     +- org.eclipse.rdf4j:rdf4j-rio-hdt:jar:3.7.4:compile
[INFO] |  |  |  |     \- org.eclipse.rdf4j:rdf4j-rio-jsonld:jar:3.7.4:compile
[INFO] |  |  |  |        \- org.apache.httpcomponents:httpclient-cache:jar:4.5.13:compile
[INFO] |  |  |  +- edu.stanford.protege:org.protege.xmlcatalog:jar:1.0.5:compile
[INFO] |  |  |  |  +- log4j:log4j:jar:1.2.17:compile (version selected from constraint [1.2.0,1.3))
[INFO] |  |  |  |  \- xml-resolver:xml-resolver:jar:1.2:compile
[INFO] |  |  |  \- org.slf4j:log4j-over-slf4j:jar:2.0.9:runtime
[INFO] |  |  +- it.unibz.inf.ontop:ontop-mapping-sql-core:jar:5.1.2:compile
[INFO] |  |  +- it.unibz.inf.ontop:ontop-mapping-sql-all:jar:5.1.2:compile
[INFO] |  |  |  +- it.unibz.inf.ontop:ontop-mapping-native:jar:5.1.2:compile
[INFO] |  |  |  \- it.unibz.inf.ontop:ontop-mapping-r2rml:jar:5.1.2:compile
[INFO] |  |  |     +- org.apache.commons:commons-rdf-rdf4j:jar:0.5.0:compile
[INFO] |  |  |     |  \- org.eclipse.rdf4j:rdf4j-sail-memory:jar:2.2.2:compile
[INFO] |  |  |     |     +- org.eclipse.rdf4j:rdf4j-sail-base:jar:2.2.2:compile
[INFO] |  |  |     |     +- org.eclipse.rdf4j:rdf4j-sail-inferencer:jar:2.2.2:compile
[INFO] |  |  |     |     |  +- org.eclipse.rdf4j:rdf4j-queryparser-serql:jar:2.2.2:runtime
[INFO] |  |  |     |     |  \- org.eclipse.rdf4j:rdf4j-sail-model:jar:2.2.2:compile
[INFO] |  |  |     |     \- org.eclipse.rdf4j:rdf4j-queryalgebra-evaluation:jar:2.2.2:compile
[INFO] |  |  |     |        \- org.mapdb:mapdb:jar:1.0.8:compile
[INFO] |  |  |     +- eu.optique-project:r2rml-api-core:jar:0.9.0:compile
[INFO] |  |  |     \- eu.optique-project:r2rml-api-rdf4j-binding:jar:0.9.0:compile
[INFO] |  |  |        \- org.eclipse.rdf4j:rdf4j-repository-sail:jar:5.0.0-SNAPSHOT:compile (version selected from constraint [4.2.4,))
[INFO] |  |  +- it.unibz.inf.ontop:ontop-mapping-sql-owlapi:jar:5.1.2:compile
[INFO] |  |  +- it.unibz.inf.ontop:ontop-reformulation-core:jar:5.1.2:compile
[INFO] |  |  |  +- org.eclipse.rdf4j:rdf4j-queryalgebra-model:jar:4.2.4:compile
[INFO] |  |  |  \- org.eclipse.rdf4j:rdf4j-queryparser-sparql:jar:4.2.4:compile
[INFO] |  |  |     \- org.eclipse.rdf4j:rdf4j-rio-trig:jar:4.2.4:compile
[INFO] |  |  +- it.unibz.inf.ontop:ontop-reformulation-sql:jar:5.1.2:compile
[INFO] |  |  +- it.unibz.inf.ontop:ontop-system-core:jar:5.1.2:compile
[INFO] |  |  +- it.unibz.inf.ontop:ontop-system-sql-core:jar:5.1.2:compile
[INFO] |  |  |  +- org.apache.tomcat:tomcat-jdbc:jar:10.1.13:compile
[INFO] |  |  |  |  \- org.apache.tomcat:tomcat-juli:jar:10.1.13:compile
[INFO] |  |  |  \- com.zaxxer:HikariCP:jar:5.0.1:compile
[INFO] |  |  +- it.unibz.inf.ontop:ontop-system-owlapi:jar:5.1.2:compile
[INFO] |  |  +- net.sourceforge.owlapi:owlapi-api:jar:5.1.20:compile
[INFO] |  |  |  +- org.tukaani:xz:jar:1.6:compile
[INFO] |  |  |  +- com.github.vsonnier:hppcrt:jar:0.7.5:compile
[INFO] |  |  |  \- com.github.ben-manes.caffeine:caffeine:jar:3.1.8:compile
[INFO] |  |  +- org.apache.commons:commons-rdf-api:jar:0.5.0:compile
[INFO] |  |  +- org.slf4j:slf4j-api:jar:2.0.9:compile
[INFO] |  |  \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] |  \- it.unibz.inf.ontop:ontop-rdf4j:jar:5.1.2:compile
[INFO] |     +- org.apache.httpcomponents:httpcore:jar:4.4.16:compile
[INFO] |     +- com.fasterxml.jackson.core:jackson-core:jar:2.15.2:compile
[INFO] |     +- com.fasterxml.jackson.core:jackson-annotations:jar:2.15.2:compile
[INFO] |     +- com.google.inject:guice:jar:5.0.1:compile
[INFO] |     |  \- aopalliance:aopalliance:jar:1.0:compile
[INFO] |     +- com.google.guava:guava:jar:32.0.1-jre:compile
[INFO] |     |  +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] |     |  +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] |     |  +- org.checkerframework:checker-qual:jar:3.33.0:compile
[INFO] |     |  +- com.google.errorprone:error_prone_annotations:jar:2.18.0:compile
[INFO] |     |  \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
[INFO] |     +- com.github.jsonld-java:jsonld-java:jar:0.13.0:compile
[INFO] |     |  \- org.slf4j:jcl-over-slf4j:jar:2.0.9:runtime
[INFO] |     +- org.eclipse.rdf4j:rdf4j-model:jar:4.2.4:compile
[INFO] |     |  +- org.eclipse.rdf4j:rdf4j-model-api:jar:4.2.4:compile
[INFO] |     |  |  \- org.eclipse.rdf4j:rdf4j-common-annotation:jar:4.2.4:compile
[INFO] |     |  +- org.eclipse.rdf4j:rdf4j-model-vocabulary:jar:4.2.4:compile
[INFO] |     |  +- org.eclipse.rdf4j:rdf4j-common-exception:jar:4.2.4:compile
[INFO] |     |  +- org.eclipse.rdf4j:rdf4j-common-text:jar:4.2.4:compile
[INFO] |     |  +- org.eclipse.rdf4j:rdf4j-common-io:jar:4.2.4:compile
[INFO] |     |  |  \- org.eclipse.rdf4j:rdf4j-common-util:jar:4.2.4:compile
[INFO] |     |  \- org.eclipse.rdf4j:rdf4j-common-iterator:jar:4.2.4:compile
[INFO] |     +- org.eclipse.rdf4j:rdf4j-query:jar:4.2.4:compile
[INFO] |     |  \- org.apache.commons:commons-text:jar:1.10.0:compile
[INFO] |     |     \- org.apache.commons:commons-lang3:jar:3.12.0:compile
[INFO] |     +- org.eclipse.rdf4j:rdf4j-repository-sparql:jar:4.2.4:compile
[INFO] |     |  +- org.eclipse.rdf4j:rdf4j-http-client:jar:4.2.4:compile
[INFO] |     |  |  +- org.eclipse.rdf4j:rdf4j-http-protocol:jar:4.2.4:compile
[INFO] |     |  |  +- org.eclipse.rdf4j:rdf4j-queryresultio-api:jar:4.2.4:compile
[INFO] |     |  |  +- org.eclipse.rdf4j:rdf4j-queryresultio-binary:jar:4.2.4:runtime
[INFO] |     |  |  +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[INFO] |     |  |  \- org.eclipse.rdf4j:rdf4j-sail-api:jar:4.2.4:compile
[INFO] |     |  \- org.eclipse.rdf4j:rdf4j-queryresultio-sparqlxml:jar:4.2.4:compile
[INFO] |     +- org.eclipse.rdf4j:rdf4j-rio-nquads:jar:4.2.4:compile
[INFO] |     |  +- org.eclipse.rdf4j:rdf4j-rio-ntriples:jar:4.2.4:compile
[INFO] |     |  +- org.eclipse.rdf4j:rdf4j-rio-datatypes:jar:4.2.4:compile
[INFO] |     |  \- org.eclipse.rdf4j:rdf4j-rio-languages:jar:4.2.4:compile
[INFO] |     +- org.eclipse.rdf4j:rdf4j-repository-api:jar:4.2.4:compile
[INFO] |     |  \- org.eclipse.rdf4j:rdf4j-common-transaction:jar:4.2.4:compile
[INFO] |     +- org.eclipse.rdf4j:rdf4j-queryparser-api:jar:4.2.4:compile
[INFO] |     +- org.eclipse.rdf4j:rdf4j-rio-api:jar:4.2.4:compile
[INFO] |     |  +- org.eclipse.rdf4j:rdf4j-common-xml:jar:4.2.4:compile
[INFO] |     |  \- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.1:compile
[INFO] |     |     \- jakarta.activation:jakarta.activation-api:jar:2.1.2:compile
[INFO] |     +- org.eclipse.rdf4j:rdf4j-queryrender:jar:4.2.4:compile
[INFO] |     \- com.moandjiezana.toml:toml4j:jar:0.7.2:compile
[INFO] |        \- com.google.code.gson:gson:jar:2.10.1:compile
[INFO] \- org.springdoc:springdoc-openapi-starter-webmvc-ui:jar:2.2.0:compile
[INFO]    +- org.springdoc:springdoc-openapi-starter-webmvc-api:jar:2.2.0:compile
[INFO]    |  \- org.springdoc:springdoc-openapi-starter-common:jar:2.2.0:compile
[INFO]    |     \- io.swagger.core.v3:swagger-core-jakarta:jar:2.2.15:compile
[INFO]    |        +- io.swagger.core.v3:swagger-annotations-jakarta:jar:2.2.15:compile
[INFO]    |        +- io.swagger.core.v3:swagger-models-jakarta:jar:2.2.15:compile
[INFO]    |        +- jakarta.validation:jakarta.validation-api:jar:3.0.2:compile
[INFO]    |        \- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.15.2:compile
[INFO]    \- org.webjars:swagger-ui:jar:5.2.0:compile

Op woensdag 13 maart 2024 om 12:59:47 UTC+1 schreef johan...@gmail.com:

johan...@gmail.com

unread,
Mar 14, 2024, 4:09:50 AM3/14/24
to ontop4obda
Hello,

I managed to get it working by excluding some dependencies and adding others as shown below. I don't think this is the goal though as I would expect the dependencies needed by Ontop should arrive by only adding Ontop as dependency in my project. The properties ontop.version = 5.1.2 and rdf4j.version = 4.1.3

<dependency>
<groupId>it.unibz.inf.ontop</groupId>
<artifactId>ontop-system-sql-owlapi</artifactId>
<version>${ontop.version}</version>
</dependency>

<dependency>
<groupId>it.unibz.inf.ontop</groupId>
<artifactId>ontop-rdf4j</artifactId>
<version>${ontop.version}</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-rdf4j</artifactId>
<version>0.5.0</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-repository-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-repository-sail</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-util</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-turtle</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-ntriples</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-nquads</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-rdfxml</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-trig</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-jsonld</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-sail-memory</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-repository-sail</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-model</artifactId>
<version>${rdf4j.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-repository-api</artifactId>
<version>${rdf4j.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-repository-sail</artifactId>
<version>${rdf4j.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-api</artifactId>
<version>${rdf4j.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-turtle</artifactId>
<version>${rdf4j.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-n3</artifactId>
<version>${rdf4j.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-ntriples</artifactId>
<version>${rdf4j.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-rdfxml</artifactId>
<version>${rdf4j.version}</version>
</dependency>

Op woensdag 13 maart 2024 om 22:50:27 UTC+1 schreef johan...@gmail.com:

Benjamin Cogrel

unread,
Mar 14, 2024, 4:22:45 AM3/14/24
to johan...@gmail.com, ontop4obda
Hi Johan,

Thanks for feedback! Maven dependencies are sometimes a bit tricky.

Out of curiosity, what is the format of your ontology file? Not a TriX I suppose?

Best,
Benjamin

--
Please follow our guidelines on how to report a bug https://ontop-vkg.org/community/contributing/bug-report
---
You received this message because you are subscribed to the Google Groups "ontop4obda" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ontop4obda+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ontop4obda/1f4293c6-1730-4e3c-a96e-31d60bc987acn%40googlegroups.com.

johan...@gmail.com

unread,
Mar 14, 2024, 8:48:01 AM3/14/24
to ontop4obda
My ontology is in RDF/XML. See attach.

Op donderdag 14 maart 2024 om 09:22:45 UTC+1 schreef benjami...@ontopic.ai:
exampleBooks.owl
Reply all
Reply to author
Forward
0 new messages