Consider the following graph:

There are two facts we can represent:
1. Nodes: A vertex with a list of vertices linked directly to it. E.g. node(a,1,3,6).
2. Paths: An arc from one start point to an end point. E.g. path(1,4).
List all the possible facts (nodes & paths) from the diagram above.