Graph File Format that supports list as attributes -


i'd store graph file. in graphml. nodes have non-scalar properties (e.g. property "hobby" of node "alice" has values ["swimming", "reading"]). defined in graphml specification, properties of nodes may scalars, not lists. looked around , did not find graph file format supports lists properties. know such format?

cheers,

manuel

since graphml type of xml, can use custom xml schema able add in own custom properties graphml, include adding lists.

extending graphml , w3schools schema tutorial


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -