You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
@tfrancart can you please provide an example given as Turtle? Maybe you can also give more context based on that example. I think that would be useful for further discussions.
ex:PersonShape a sh:NodeShape ;
sh:property [
sh:path dct:subject ;
sh:description "The category of the person"@en ;
xxxx:tooltip "The category of the person, as a tree widget. Entries that are greyed out in the tree cannot be selected because they are never used as values. You can select up to 3 values."@en
] ;
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See #16 for the complete story.
I would like to be able to associate a user-oriented tooltip to node shapes and property shapes.
I could rely on
sh:description
also.Currently I am trying to read a custom property (http://data.sparna.fr/ontologies/volipi/index-en.html#message), then defaults to sh:description if not found.
The text was updated successfully, but these errors were encountered: