-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Update graph-patterns.md
1 parent
c468939
commit 75ffddb
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
# Graph patterns | ||
|
||
A graph pattern is a collection of path patterns, which when applied to a property graph, results in a set of path bindings, each mapping variables in the expression to graph elements (node and edges) forming a path in the graph. | ||
|
||
These variable bindings can be used to refer to the graph elements and the values of their properties. |