Jacek created ANY23-311:
---------------------------
Summary: YAML pareser 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
Priority: Minor
If yaml:document contains a map inside than there is necessary node between the
document and the map.
```
key1: val1
key2: val2
key3: val3
```
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
(v6.4.14#64029)