The document provides an introduction to property graphs and the Gremlin traversal language. It discusses why graphs are useful for modeling real-world data and relationships. It describes where graphs are found in various domains. It then explains the differences between property graph and RDF graph data models, and how property graphs compactly represent data with nodes and edges having their own properties. Finally, it briefly mentions some graph query languages including Gremlin, SPARQL, and PGQL.