What I’m trying to do
Create a knowledge graph of Questions & their underlying concept. This is how it looks:
As seen in the above graph, Some of the nodes in blue are questions. The nodes in peach are tags. Nodes in grey are orphan references. They will turn blue when I create a page for them (eg: ‘K-Heap’).
Now, I desire to create a different colour schema for questions and concepts. This I have realised I can do by creating tags. The limitation on tags is that I cant have a page that talks about what the concept is and I also cant link a tag to another tag.
Is there a way wherein I can create pages for tags and link it to other sub-tags?
My requirement is to have a hierarchy of connections such that each question links to a concept which in turn links to a sub concept. Each of the entities (question, concept, sub concept) should be identified via different colours and filtering.
How do I achieve this?