Directional and concept mapping links

Does org-roam have capability for links that show inheritance and direction for concept mapping? For example, parent, child, sibling, next and previous links?

I have been considering using vulpea to interpret metadata in the org roam note such as:

#+TITLE: Title of Child Note
- up :: [[parent-file-name][parent-file.org]]
- next :: [[sibling-file-name][sibling-file.org]]

Vulpea could interpret this metadata to create a concept map of a topic. I know that org-brain exists, but I don’t think there is interoperability between org-roam and org-brain.

1 Like

I use @nobiot’s tiny-emacs-packages: My experimental, low-pressure place where I tinker with Emacs for note-taking while the garage door up

Youd need to write the gap between tei and org-roam. Otherwise, why not use vulpea if it does what you want to do, vulpea is a well thought out project.