[
https://issues.apache.org/jira/browse/JENA-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16371463#comment-16371463
]
ASF GitHub Bot commented on JENA-1490:
--------------------------------------
GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/365
JENA-1490: Handle blank nodes client-server when using Fuseki.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena fuseki-connect
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/365.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #365
----
commit e4b4f99fe28c68315e08d481e9099c992dd7e0ed
Author: Andy Seaborne <andy@...>
Date: 2018-02-20T13:53:28Z
JENA-1490: Handle remote blank nodes if remote is Fuseki
commit da71d0f64f2d073429d2732c59d50e5eeb4e30c7
Author: Andy Seaborne <andy@...>
Date: 2018-02-20T13:54:06Z
Sync for CacheSimple.getOrFill.
commit 0a73699a8c9146b6c163b09abe8b9ee1ece2a766
Author: Andy Seaborne <andy@...>
Date: 2018-02-20T13:54:43Z
Correct accept content negotiations headers.
commit fc3c3c2c6880cf01da0371885bcac3af413140b5
Author: Andy Seaborne <andy@...>
Date: 2018-02-20T13:55:10Z
<_:Label> bnodes in SSE.
commit 036491f75dca0ae28b92f99552e354cb03d587c1
Author: Andy Seaborne <andy@...>
Date: 2018-02-20T13:55:25Z
Better version output.
commit 8aad1f622e3c4a96f33b88f8998ad29531bfdade
Author: Andy Seaborne <andy@...>
Date: 2018-02-20T14:00:51Z
JENA-1490: Wire in new code
commit 09863b41c2a7cb94d3e507e5f55f8b91b2a64133
Author: Andy Seaborne <andy@...>
Date: 2018-02-20T14:02:38Z
Interceptor wrapper for RDFConnection
----
> Working with Blank Nodes with Fuseki
> ------------------------------------
>
> Key: JENA-1490
> URL: https://issues.apache.org/jira/browse/JENA-1490
> Project: Apache Jena
> Issue Type: Improvement
> Components: ARQ
> Affects Versions: Jena 3.6.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Major
>
> Be able to work with blank nodes between client and Fuseki server.
> This ticket is mainly about pulling together existing mechanisms.
> This would be a new {{RDFConnectionFactory}} function to return a
> {{RDFConnection}} with the right settings for presevring blank node id.
> Having a new {{RDFConnectionFuseki}}, subclass of {{RDFConnectionRemote}}, to
> handle the right settings and not simply option for {{RDFConnectionRemote}},
> because it is than a place for future Fuseki-specific operations.
>
> When working with a Fuseki remote:
> * Use RDF Thrift (RDF and Result set forms) for efficiency
> * Preserve blank node ids.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)