[Neo4j] How to upload an ontology(owl) file into neo4j

2014-09-19 Thread Srinivas Nagamalla
Please help me uploading OWL file -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com

[Neo4j] group_by

2014-09-16 Thread Srinivas Nagamalla
MATCH (p:Movie)-[r:directedBy]-(q:Director) I want to get the movies and directors group by director name and for each group I want at most 2 records Example output: Movie Director m1 per1 m2 per1 m3 per2 m4 per2 -- You received this message because you a