You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Michele Mostarda (JIRA)" <ji...@apache.org> on 2012/05/21 17:22:41 UTC

[jira] [Resolved] (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 ]

Michele Mostarda resolved ANY23-90.
-----------------------------------

    Resolution: Fixed

Fixed @ r1341067.
                
> 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