jsexauer / networkx_viewer

Interactive GUI for NetworkX graphs
GNU General Public License v3.0
137 stars 27 forks source link

[Question] does networkx_viewer support labeled property graph model #26

Open blueray453 opened 4 months ago

blueray453 commented 4 months ago

I have read the README. Just to get rid of the confusion, I am asking this question.

I am trying to build a desktop app (Tkinter / Kivy / PySimpleGUI) that will leverage labeled property graph model for knowledge graph (the relationships will have label or may be shapes with label). The data will be in JSON.

bkgr_0202

different taxonomies can coexist in a single knowledge graph.

bkgr_0205

Will it be possible with networkx_viewer.

[1] The Images are from Building Knowledge Graphs A Practitioner's Guide by Jesús Barrasa and Jim Webber