Querying a Neptune Graph
Neptune supports two graph query languages to access a graph:
Gremlin is a graph traversal language for property graphs. See Apache TinkerPop3
SPARQL is a declarative query language based on the graph pattern matching that
is standardized by the World Wide Web Consortium (W3C). See SPARQL 1.1
Topics