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.

max_beikirch
Node
since ‎10-25-2021
‎08-18-2022

User Statistics

  • 8 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hello, I want to load shacl data on neo4j startup. The following works to load "ordinary" graph data (in plan.cypher) and validation data (in validation.cypher) I added the following to my neo4j.conf:dbms.security.procedures.unrestricted=apoc.* I add...
Hello, as the output of neosemantics is quite hard to read for non-technical people, I'd love tosee  support for the sh:message within neosemantics. I also opened an issue on GitHub to demonstrate the usefulness (https://github.com/neo4j-labs/neosema...
Hello, consider I have the following graph: CREATE (n:A)-[:develops]->(m:B) I'd like to enforce that A has at least one edge "develops" and that B has at least one edge "develops". For A, this is easy enough: @prefix neo4j: <neo4j://graph.schema#> ....
Hello, I want to use neosemantics to validate a graph in neo4j, but I'm having trouble to get the model constraints loaded on a minimal example: Suppose I have the following graph: CREATE (n:Person {name: 'Andy'}) Then, I initialize neosemantics as ...
Kudos given to