This is a plugin for Obsidian.
Links nested tags (Sub_tag->Tag) in graph view:

Original Obsidian forum feature request
Caution! At the moment, there is no Obsidian API for working with the graph. So I did a bit of reverse engineering and found this method. Since this is not part of the public API, I have no confidence that this will work on newer versions.
main.js, manifest.json to your vault VaultFolder/.obsidian/plugins/graph-nested-tags/.Note: inspired by code from folders2graph