We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbe2b7e + b6b31bd commit 08ee34bCopy full SHA for 08ee34b
app/rdf/query-cube-preview.ts
@@ -110,7 +110,9 @@ CONSTRUCT {
110
VALUES ?cube { <${iri}> }
111
?cube cube:observationConstraint/sh:property/sh:path ?observationPredicate .
112
{ SELECT ?observation ?observationPredicate ?observationValue ?observationLabel ?observationPosition WHERE {
113
- { SELECT ?observation WHERE {
+ {
114
+#pragma evaluate on ## improve preview speed (wrt Stardog issue 2094 on Stardog >= 10 // see also SBAR-1122)
115
+ SELECT ?observation WHERE {
116
117
?cube cube:observationSet ?observationSet .
118
?observationSet cube:observation ?observation .
0 commit comments