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