Currently, using a shape recursively, such as in `sh:node` will cause a stack overflow ```turtle <PersonShape> a sh:NodeShape ; sh:property [ sh:path schema:parent ; sh:node <PersonShape> ; ] ; . ```
Currently, using a shape recursively, such as in
sh:nodewill cause a stack overflow