fluree / db

Fluree database library
https://fluree.github.io/db/
Other
333 stars 21 forks source link

Support SHACL target targetNode #325

Open dpetran opened 1 year ago

dpetran commented 1 year ago

https://www.w3.org/TR/shacl/#targetNode

This will target a shape at the node with the given @id.

aaj3f commented 1 year ago

Description

This provides support for SHACL sh:targetNode, which allows a shape to be applied not just to abstracted instances of a particular class, but allows for individual nodes/entities to be targeted directly