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 ...