-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incomplete SHACL export of any_of
range
#179
Comments
SHACL's Logical Constraint Components can be used to achieve this. The resulting SHACL shape should be something like:
|
Actually looks like |
Updated to latest version of linkml and this seems to be resolved:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I picked this up in shacl-vue and traced it back to the following:
https://github.com/psychoinformatics-de/datalad-concepts/blob/main/src/prov/unreleased.yaml#L165-L177:
It looks like the
any_of
range doesn't get propagated correctly to the SHACL export. I need to investigate whether LinkML'sshaclgen
actually deals with this.The text was updated successfully, but these errors were encountered: