Labeled Directed Graph
A Labeled Directed Graph is a Directed Graph that is a Labeled Graph.
- Example(s):
- an Inheritance Network (whose nodes represent individuals and classes, and whose links denote various relations between the nodes).
- …
- Counter-Example(s):
- See: RDF Graph.