You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Jacek Grzebyta (JIRA)" <ji...@apache.org> on 2018/08/22 13:06:00 UTC

[jira] [Closed] (ANY23-311) YAML parser returns overly complicated RDF tree

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

Jacek Grzebyta closed ANY23-311.
--------------------------------

no more work planned.

> YAML parser returns overly complicated RDF tree
> -----------------------------------------------
>
>                 Key: ANY23-311
>                 URL: https://issues.apache.org/jira/browse/ANY23-311
>             Project: Apache Any23
>          Issue Type: Improvement
>          Components: rover
>    Affects Versions: 2.1
>            Reporter: Jacek Grzebyta
>            Assignee: Jacek Grzebyta
>            Priority: Minor
>
> If yaml:document contains a map inside than there is necessary node between the document and the map.
> {code}
> key1: val1
> key2: val2
> key3: val3
> {code}
> is parsed to: {{<urn:test#document_0> yaml:contains <urn:test#node_1> .}}
> and {{node_1}} contains the map. It might be simplified by removing that additional node.



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