justin2004 commented on issue #3866:
URL: https://github.com/apache/jena/issues/3866#issuecomment-4262777528
@namedgraph
```
$ cat a.rq
prefix u: <uri:>
construct {
u:thingA u:a _:b0 .
_:b0 u:time ?then .
}
where {
bind(now() as ?now)
}
$ /path/apache-jena-6.0.0/bin/sparql --data=a.ttl --query=./a.rq
PREFIX u: <uri:>
u:thingA u:a [] .
```
Maybe you're right.
Though it would be **really** nice to have a convenient way to build
structure around a variable but don't output any of it if the variable is
unbound.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]