graphml properties of properties


Laura Morales <lauretas@...>
 

Janus supports "properties of properties", ie. properties defined on other properties. How is this represented with graphml? Should I use nested elements like this

<node>
<data key="foo">
bar
<data key="xxx">yyy</data>
</data>
</node>

or should I use attributes like this?

<node>
<data key="foo" xxx="yyy">bar</data>
</node>

Join {janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.