Replies: 1 comment
-
This is a bit of a dependency issue, as now the domain depends on the fragmentation strategy implementations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe it's an idea that every fragmentation strategy and every retention policy active in the server (so all the ones that are loaded) expose a shape and the validation of a view could then use these to verify if a valid view is being created.
Originally posted by @WLefever-Cegeka in #651 (comment)
Every supported fragmentation is included in the current shacl shape. However if someone would write a custom fragmentation strategy, the shacl shape would not recoginize this fragmentation.
We could solve this with multiple solutions:
sh:or (tree:GeospatialFragmentation tree:PaginationFragmentation tree:SubstringFragmentation tree:TimebasedFragmentation) ;
could work. @Yalz is the expert on this, so he may have a better idea.
Beta Was this translation helpful? Give feedback.
All reactions