When trying to load a current Wikidata dump as documented in Get Your Own Copy of WikiData by following the procedure describe in https://muncca.com/2019/02/14/wikidata-import-in-apache-jena/ i am running into some performance problems and limits of…
I'm trying to use tbdloader on Cygwin (Windows 7 with the latest Java installation). This is the tbdloader documentation: http://jenawiki.hpl.hp.com/wiki/TDB/Commands
This is the wrapper script I'm using to call tdbloader on my…
On a Apache Jena 3.1.0 on Ubuntu 14.04, while trying to use tdbloader to load triples to a triple store, I've got the following error:
tdb/tdbloader : Unsupported major.minor version 52.0
Any hints appreciated.
With Apache Jena Fuseki I am trying to load the latest-truthy.nt dataset from Wikidata, but I am getting the following error while trying to import the file. With the inspiration from the following success from Bitplan where they did have…
I have a requirement that incremental update tdb files daily. So I'm using tdb2.tdbloader to do the job with a generated N-Triples file. But when the job is done, the data directory which contains tdb data have a new directory called "data-0001" or…
I'm trying to learn how to use TDBLoader using this example I found:
https://github.com/ijdickinson/jena-tdb-ont-example
However, when trying to run the init-demo script, I keep running into…
First of all a happy new year 2015 to everybody!
I am a newbye in Jena and the first thing I do taking an RDF processing tool is loading some data into some separate graphs to test later SPARQL access on them.
My env is YOSEMITE with Java 1.8 (JDK…
I'm trying to save a bulk file into my TDB through TDBLoader into Jena API but when code is saving into my TDB it gives my this error
org.apache.jena.riot.RiotException: [line: 1, col: 1 ] Expected BNode or IRI: Got: [DIRECTIVE:prefix]
at…
How to load TDB storage with inference via tdbloader.bat (windows, Jena 2.7.3)?
I used this assembler file:
@prefix tdb: .
@prefix rdf: .
@prefix rdfs:…