Skip to content
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

dlprov:influencer yields unknown editor #44

Open
jsheunis opened this issue Aug 28, 2024 · 1 comment
Open

dlprov:influencer yields unknown editor #44

jsheunis opened this issue Aug 28, 2024 · 1 comment

Comments

@jsheunis
Copy link
Collaborator

Looking at the SHACL property shape:

[ 
   sh:description "Reference the resource (Entity, Agent, or Activity) whose influence is being qualified in a qualified influence pattern." ;
   sh:maxCount 1 ;
   sh:order 2 ;
   sh:path dlprov:influencer 
],

it does not contain nodeKind or datatype or any other discerning aspect that would allow it to be matched by a rendering component.

@jsheunis jsheunis changed the title dlprov:influencer yiels unknown editor dlprov:influencer yields unknown editor Sep 3, 2024
@jsheunis
Copy link
Collaborator Author

jsheunis commented Sep 4, 2024

The issue seems to be resolved when using an updated linkml version, see psychoinformatics-de/datalad-concepts#179 (comment)

This means we need a new component that matches based on classes in sh:or. The functionality could be very similar to the instancesselecteditor, it's just that multiple classes (and their subclasses) need to be represenetd in the dropdown list, and not just a single one (and its subclasses). Might even consider updating the existing instancesselecteditor to account for this use case aswell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant