
net.sansa_stack.inference.spark.backwardchaining.BackwardChainingReasoner.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sansa-inference-spark_2.12 Show documentation
Show all versions of sansa-inference-spark_2.12 Show documentation
Apache Spark based inference layer for RDF and OWL
The newest version!
package net.sansa_stack.inference.spark.backwardchaining
import org.apache.jena.reasoner.TriplePattern
/**
* @author Lorenz Buehmann
*/
trait BackwardChainingReasoner[T] {
def query(tp: TriplePattern): T
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy