Hi I have a SPARQL query that has has this in the where clause
...
optional {
?v foo:thing ?something .
$dontgetthis
?v bar:somethingelse ?otherthing .
...
}
...
Now, I get most of this, except one thing. I don't get $dontgetthis
. What does this mean? $dontgetthis
is not used anywhere else in the query.