[TASK] Properly rename abox data file.

This commit is contained in:
Jan Philipp Timme 2016-08-29 17:38:13 +02:00
parent 0338739c4d
commit a14388c253
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class Main {
// Add local background knowledge from file into graph
try {
engine.putStaticNamedModel("http://example.org/carSimKnowledgeGraph", CsparqlUtils.serializeRDFFile("data/carData.rdf"));
engine.putStaticNamedModel("http://example.org/carSimKnowledgeGraph", CsparqlUtils.serializeRDFFile("data/carSimulationABox.rdf"));
} catch (Exception e) {
logger.error(e.toString());
logger.error(e.getStackTrace().toString());