You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/sail/shacl/src/main/java/org/eclipse/rdf4j/sail/shacl/ast/constraintcomponents/AbstractPairwiseConstraintComponent.java
Copy file name to clipboardExpand all lines: core/sail/shacl/src/main/java/org/eclipse/rdf4j/sail/shacl/ast/constraintcomponents/DisjointConstraintComponent.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ public DisjointConstraintComponent(IRI predicate, Shape shape) {
Copy file name to clipboardExpand all lines: core/sail/shacl/src/main/java/org/eclipse/rdf4j/sail/shacl/ast/constraintcomponents/EqualsConstraintComponent.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ public EqualsConstraintComponent(IRI predicate, Shape shape) {
Copy file name to clipboardExpand all lines: core/sail/shacl/src/main/java/org/eclipse/rdf4j/sail/shacl/ast/constraintcomponents/LessThanConstraintComponent.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ public LessThanConstraintComponent(IRI predicate, Shape shape) {
Copy file name to clipboardExpand all lines: core/sail/shacl/src/main/java/org/eclipse/rdf4j/sail/shacl/ast/constraintcomponents/LessThanOrEqualsConstraintComponent.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ public LessThanOrEqualsConstraintComponent(IRI predicate, Shape shape) {
Copy file name to clipboardExpand all lines: core/sail/shacl/src/main/java/org/eclipse/rdf4j/sail/shacl/ast/planNodes/CheckDisjointValuesBasedOnPathAndPredicate.java
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,6 @@
24
24
25
25
importcom.google.common.collect.Sets;
26
26
27
-
/**
28
-
* Used by sh:equals to return any targets and values where the target has values by path that are not values by the
29
-
* predicate, or vice versa. It returns the targets and any symmetricDifference values when comparing the set of values
Copy file name to clipboardExpand all lines: core/sail/shacl/src/main/java/org/eclipse/rdf4j/sail/shacl/ast/planNodes/CheckLessThanOrEqualValuesBasedOnPathAndPredicate.java
Copy file name to clipboardExpand all lines: core/sail/shacl/src/main/java/org/eclipse/rdf4j/sail/shacl/ast/planNodes/CheckLessThanValuesBasedOnPathAndPredicate.java
0 commit comments