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.

thomas_stuempfi
Graph Buddy
since ‎10-07-2018
‎01-22-2023

User Statistics

  • 52 Posts
  • 3 Solutions
  • 3 Kudos given
  • 8 Kudos received

User Activity

I have a very slow query, that was ok for a long time (less that a second). But now takes minutes. The query is fast until the apoc CALL. The Business background is revising a node. ( (n)BusinessObject: PartId=BO1370, Revision:00, ... should become (...
Hi there, lets assume that there is a tree structure   create (n1:Item {MId:"1000",expanded:true}) create (n11:Item {MId:"1100",expanded:false}) create (n12:Item {MId:"1200",expanded:true}) create (n111:Item {MId:"1110",expanded:false}) create (n112:...
Hi all, can someone point me to tutorials how to use owl:Restriction, owl:unionOf, owl:someValuesFrom, owl:disjointWith ... i appreciate already what the:subClassOf etc... I would realy like to infer Classes elements based on their properties into Cl...
Hi All, i'd like to include the apoc library as a maven dependency in my pom.xml like so. <dependency> <groupId>org.neo4j.procedure</groupId> <artifactId>apoc</artifactId> <version>4.1.0.2</version> </dependency> But this does not work w...
Hello together, i have a small graph like the following. A network of objects(nodes) with weight and forces as (relations black edges) nodes(objects) might have alternatives these are represented by a "alternative" relation (blue edges). how can I q...