You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/24 08:31:03 UTC

[jira] [Commented] (JENA-1494) Allow setting of RDF/XML Reader properties when using RIOT.

    [ https://issues.apache.org/jira/browse/JENA-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16375409#comment-16375409 ] 

ASF GitHub Bot commented on JENA-1494:
--------------------------------------

GitHub user afs opened a pull request:

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

    JENA-1494: Reader properties

    Also includes:
    * Additional operations for RDFParser and RDFWriter
    * RDF/XML Writer properties example.

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

    $ git pull https://github.com/afs/jena reader-properties

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

    https://github.com/apache/jena/pull/366.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 #366
    
----
commit 78903268f7e48ab6672a183b5db46eeff963e6ea
Author: Andy Seaborne <an...@...>
Date:   2018-02-24T08:23:29Z

    Add parse(Model) and parse(Dataset)

commit 6550960a23bc275762bf4540b27f77e8330f7981
Author: Andy Seaborne <an...@...>
Date:   2018-02-24T08:24:21Z

    Add source(Model) and source(Dataset)

commit 9237d24a99617c219ce9d4a4ab085621be3784d4
Author: Andy Seaborne <an...@...>
Date:   2018-02-24T08:25:02Z

    JENA-1494: ARP property setting from RIOT.

commit e9eb97fdfe7f9e3e738ff5fbac2f53ddee5c15ad
Author: Andy Seaborne <an...@...>
Date:   2018-02-24T08:25:51Z

    Examples RDF/XML handling.
    
    JENA-1168, JENA-1494.

commit 27771c3faf67634dc53287fb0d99ee37ef8befb2
Author: Andy Seaborne <an...@...>
Date:   2018-02-24T08:27:20Z

    Inline the example data. Consistent format.

----


> Allow setting of RDF/XML Reader properties when using RIOT.
> -----------------------------------------------------------
>
>                 Key: JENA-1494
>                 URL: https://issues.apache.org/jira/browse/JENA-1494
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: RIOT
>    Affects Versions: Jena 3.6.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>             Fix For: Jena 3.7.0
>
>
> RIOT does not currently have a mechanism for setting the ARP (Jena's RDF/XML parser) properties. Of all the parsers, only ARP has properties to set. The RIOT/ARP bridge , {{ReaderRIOTRDFXML}}, has no mechanism for passing property/value settings to ARP.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)