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/esmf-aspect-model-validator/src/main/java/org/eclipse/esmf/aspectmodel/shacl/constraint/SparqlConstraint.java
try ( finalQueryExecutionqueryExecution = QueryExecutionFactory.create( query1, model ) ) {
@@ -68,4 +74,28 @@ public String name() {
68
74
public <T> Taccept( finalVisitor<T> visitor ) {
69
75
returnvisitor.visitSparqlConstraint( this );
70
76
}
77
+
78
+
/**
79
+
* Perform proper query substitutions; unfortunately the substutions done by {@see org.apache.jena.query.ParameterizedSparqlString} are not always correct.
80
+
* @param query the query
81
+
* @param substitutions the map of substitutions to perform
0 commit comments