Export enhancements enabling knowledge graph generation

Tell us what could be improved in MyInfo
Post Reply
Crystal401
Posts: 126
Joined: Fri Jul 13, 2007 11:59 pm

Export enhancements enabling knowledge graph generation

Post by Crystal401 »

Hi Petko:

I have a simple suggestions that could enhance MI's functionality quite a bit.

Request:
Ver 1:
To add 3 columns for csv/tsv export
- UID: unique note ID
- LinkIDList: list of UIDs that the current note is pointing to
- BacklinkIDList: list of UIDs of nodes that are pointing to current node

Ver 2:
Have separate export option that only exports 4 columns as text file:
- UID: unique note ID
- Title
- LinkIDList: list of UIDs that the current note is pointing to
- BacklinkIDList: list of UIDs of nodes that are pointing to current node

This exported data can be used to generate a knowledge graph using
other tools (eg: python etc) that is popular these days.

Knowledge Graph Demonstration Example:
https://github.com/athensresearch/athens
Demo Video at 10:45
Post Reply