Convert SHACL model to code bindings
The SHACL validated method for detecting abstract classes had a problem in that it would not allow concrete derived subclasses to be construct, since sh:class looks at subclasses also. Instead, use a constraint on rdf:type, which checks the actual declared types of the objects without going into subclasses
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by JPEWdev and has received 1 comments.