Class CheckEqualsValuesBasedOnPathAndPredicate

java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.CheckEqualsValuesBasedOnPathAndPredicate
All Implemented Interfaces:
PlanNode

public class CheckEqualsValuesBasedOnPathAndPredicate extends Object
Used by sh:equals to return any targets and values where the target has values by path that are not values by the predicate, or vice versa. It returns the targets and any symmetricDifference values when comparing the set of values by path and by predicate.
Author:
HÃ¥vard Ottestad