graph_database_practical (259B)
1 # Graph database practical 2 3 Implementations: 4 5 - [Neo4j] 6 7 Query languages: 8 9 - [graph_query_languages] 10 11 Models: 12 13 - [Property_graph]s: nodes and directed edges which have an ID and takes a value from some property 14 15 Up: [graph_database] 16 17 See also: [triple_store]