You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by afs <gi...@git.apache.org> on 2017/12/10 13:35:59 UTC

[GitHub] jena pull request #327: Add Node_Triple

GitHub user afs opened a pull request:

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

    Add Node_Triple

    In support of PR #299 (RDF*).
    
    Add `Node_Triple` - and RDF triple created as an RDF Term.
    
    Also add `Node_Graph` for completeness.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/afs/jena term-extend

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/327.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 #327
    
----
commit 41d2f7328544679e709b96e8746107ec05a873e5
Author: Andy Seaborne <an...@apache.org>
Date:   2017-11-28T18:42:30Z

    Add extension point for RDF Terms. Add Node_Triple and Node_Graph.
    
    Applicaton beware!

commit de30c0433063919a3588c387186c5ae98dc90a45
Author: Andy Seaborne <an...@apache.org>
Date:   2017-12-10T13:34:03Z

    Some tests for Node_Ext

----


---

[GitHub] jena pull request #327: Add Node_Triple

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---