-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create a complete shacl schema with UI annotations #2
Comments
A blocker for this is that LinkML's |
Current status:
The current challenge is how to interpret the types of the annotation tag and value. For example if we have a custom type (or could also be a slot) with an annotation:
Here the annotation Other TODOs:
|
has been turned into a PR: linkml/linkml#2102 |
I added code to
This works quite nicely. Example: Schema:
code to run:
Output:
TODO:
|
Noting the definitions of |
Update:
I think this pretty much provides all the pieces necessary to address this issue. |
For reference:
We could start with a schema that we have authored in LinkML, from
datalad-concepts
, and then remove unnecessary complexities (at first) and add all the constraint annotations and dash annotations that we feel would be necessary for form or viewer generation.The text was updated successfully, but these errors were encountered: