Variables in paths


If somebody has a mailbox whose URI ends with w3.org, then they're a W3C person:

{
 ?x a con:Person.
 ?x.con:mailbox.log:uri.str:endsWith "@w3.org"
} => { ?x a :W3CPerson}