cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

asperlinga
Graph Buddy
since ‎06-23-2020
‎06-01-2022

User Statistics

  • 70 Posts
  • 2 Solutions
  • 21 Kudos given
  • 20 Kudos received

User Activity

Hi all, I love the theory of language and also the theory of graphs. In this article I talk about the liar paradox and of the paradox of Epimenedes and I created my version of the graph in Neo4j. linkedin.com The liar par...
TITLE: From Neo4j graph to Virtual Reality concept map. I love Graph Theory and VR, I’ve been using Neo4j since March 2020 and Oculus Rift from march 2019. The first thing I did in Neo4j is the graphdb for my non-profit association: www.Lecco100.it a...
VERSION NEO4J 4.0.4 I wrote this on a subset of the Movie db: MATCH (P:Person{name:"Diane Keaton"}),(P2:Person{name:"Julia Roberts"}) merge (P)-[:KNOW]-(P2) MERGE (P2)-[:FOLLOW]->(P) The results are : (Diane)-[:Know]>(Julia) (Julia)-[:Follow]->(Diane...
Hi all, Is possible to know the display x,y position of a matched node in Desktop browser? Some library can ?!? Thank you Alessio
Hi, I have this model: Nodes: LESSON - Properies: Title TEACHER - Properties: Name Relationship: TEACHER->LESSON relationship named SPEAKER - Properties: Years (example: [2011,2012,2013]) Situation: The same LESSON can have different TEACHER in diffe...