GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/128
JENA-1147 : Introduce FactoryRDF
FactoryRDF is an interface to abstract the creation of nodes, triples and
quads from constituent elements, e.g. to create a URI Node, the operation takes
a string for the URI. This allows different policies to be slotted in. This PR
covers the use of FactoryRDF by ParserProfile.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/128.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 #128
----
commit 5bc88315ae5ec1c8bb75a794f6f8ca157ebcc6f3
Author: Andy Seaborne <[email protected]>
Date: 2016-03-06T22:56:03Z
Associate a ProgressMonitor with a StreamRDF.
commit ed9f62a0fe3d5616737725fc27205c03859424a6
Author: Andy Seaborne <[email protected]>
Date: 2016-03-06T22:58:26Z
JENA-1147: Introduce FactoryRDF and use in ParserProfile.
commit 1818bb50e6613eb606f6191242becae43099d82a
Author: Andy Seaborne <[email protected]>
Date: 2016-03-06T23:00:36Z
Adjust for FactoryRDF
----
---
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.
---