[TASK] Generic commit.
This commit is contained in:
parent
e975f9825e
commit
9e610e7e22
|
@ -163,7 +163,7 @@ public class RentACarSimulation implements Runnable {
|
||||||
queryContainer.enableReasoning(
|
queryContainer.enableReasoning(
|
||||||
CsparqlUtils.fileToString("data/rdfs.rules"),
|
CsparqlUtils.fileToString("data/rdfs.rules"),
|
||||||
CsparqlUtils.serializeRDFFile("data/carSimulationTBox.rdf"),
|
CsparqlUtils.serializeRDFFile("data/carSimulationTBox.rdf"),
|
||||||
ReasonerChainingType.HYBRID
|
ReasonerChainingType.FORWARD
|
||||||
);
|
);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
RentACarSimulation.logger.error(e.getMessage());
|
RentACarSimulation.logger.error(e.getMessage());
|
||||||
|
|
Loading…
Reference in New Issue