GitHub user afs opened a pull request:

    https://github.com/apache/jena/pull/127

    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. A PR to follow will use a 
caching implementation of FactoryRDF as the default mechanism when parsing.

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/127.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 #127
    
----
commit a19aa45a1106ae9ece835a9f17a39663f74f4b78
Author: Andy Seaborne <a...@apache.org>
Date:   2016-03-05T14:28:18Z

    Introduce FactoryRDF and use in ParserProfile.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to