You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2012/06/25 18:55:45 UTC

[jira] [Closed] (ANY23-90) NQuads parser should treat context as optional

     [ https://issues.apache.org/jira/browse/ANY23-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney closed ANY23-90.
-------------------------------------


Bulk close for 0.7.0-incubating release
                
> NQuads parser should treat context as optional
> ----------------------------------------------
>
>                 Key: ANY23-90
>                 URL: https://issues.apache.org/jira/browse/ANY23-90
>             Project: Apache Any23
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.7.0
>            Reporter: Peter Ansell
>
> The NQuadsParser currently requires a context for every line. This is in contradiction to the NQuads spec which says that the context is optional. http://sw.deri.org/2008/07/n-quads/
> The following three lines, or the code in parseGraph, need to be fixed so that either a graph, and a dot, or just a dot are required
>             graph = parseGraph(br);
>             consumeSpaces(br);
>             parseDot(br);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira