Github user stain commented on the issue:

    https://github.com/apache/incubator-commonsrdf/pull/23
  
    So I guess they would be mainly to represent the "triple patterns" in 
SPARQL, e.g. `?s` in:
    
    ```turtle
    ?s a <http://example.com/>;
    ```
    
    although there would not be any way to use those jena variables with the 
Commons RDF-exposed graph/datasets - and they should not be returned in there. 
(unless someone had deliberately added such to a Jena `Graph` manually - which 
is allowed today as it excepts any `Node`)
    
    Do I get it right that these would not be appearing in query *results*?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to