[
https://issues.apache.org/jira/browse/COMMONSRDF-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15533126#comment-15533126
]
ASF GitHub Bot commented on COMMONSRDF-33:
------------------------------------------
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*?
> Jena integration
> ----------------
>
> Key: COMMONSRDF-33
> URL: https://issues.apache.org/jira/browse/COMMONSRDF-33
> Project: Apache Commons RDF
> Issue Type: New Feature
> Reporter: Stian Soiland-Reyes
> Assignee: Stian Soiland-Reyes
> Fix For: 0.3.0
>
>
> Add a new jena/ module with implementations mapping to Jena 3.x
> Based on JENA-1015, https://github.com/afs/commonsrdf-jena and
> https://github.com/stain/incubator-commonsrdf/tree/jena
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)