Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 3120a15

Browse files
Update ForwardRuleReasonerOWLHorst.scala
1 parent 09430b2 commit 3120a15

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sansa-inference-spark/src/main/scala/net/sansa_stack/inference/spark/forwardchaining/axioms/ForwardRuleReasonerOWLHorst.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,10 @@ class ForwardRuleReasonerOWLHorst (sc: SparkContext, parallelism: Int = 2) exten
609609

610610
// println("\n Finish with " + inferedAxioms.count + " Inferred Axioms after adding SameAs rules")
611611
println("\n...finished materialization in " + (time/1000) + " sec.")
612+
613+
val inferedGraph = inferedAxioms.union(axioms)
612614

613-
inferedAxioms
615+
inferedGraph
614616
}
615617

616618
def extractAxiom(axiom: RDD[OWLAxiom], T: AxiomType[_]): RDD[OWLAxiom] = {

0 commit comments

Comments
 (0)