This document discusses temporal graphs, which are graphs where nodes and edges are active for specific time instances. It provides examples of temporal graphs and compares them to non-temporal graphs. It then covers temporal graph traversal methods like depth-first search and breadth-first search, accounting for temporal constraints. Various path types in temporal graphs are defined, such as foremost paths, latest-departure paths, and fastest paths. Algorithms for finding these paths using a stream representation or graph transformation approach are outlined.