Add SHACL shape for Solid WebID profile discovery#120
Open
jeff-zucker wants to merge 3 commits intomainfrom
Open
Add SHACL shape for Solid WebID profile discovery#120jeff-zucker wants to merge 3 commits intomainfrom
jeff-zucker wants to merge 3 commits intomainfrom
Conversation
This shape defines discovery predicates for Solid WebID profiles, including preferences file, inbox, storage, and OIDC issuer endpoints.
Add dct: prefix. Correct interop:authorizationAgent to interop:hasAuthorizationAgent
elf-pavlik
reviewed
Jan 25, 2026
Co-authored-by: elf Pavlik <elf-pavlik@hackers4peace.net>
TallTed
reviewed
Jan 28, 2026
Comment on lines
+24
to
+26
| # * both currently used discovery mechanisms - type indexes and SAI | ||
| # | ||
| # The shape is agnostic regarding whether the WebID document is located |
Contributor
There was a problem hiding this comment.
Suggested change
| # * both currently used discovery mechanisms - type indexes and SAI | |
| # | |
| # The shape is agnostic regarding whether the WebID document is located | |
| # * both currently used discovery mechanisms - type indexes and SAI. | |
| # | |
| # The shape is agnostic as to whether the WebID document is located |
TallTed
reviewed
Jan 28, 2026
| # or SAI for further discovery. | ||
| # | ||
| # To use this shape for validation, one must first load the full profile, | ||
| # i.e. all of the available endpoints in the shape. The resulting graph |
Contributor
There was a problem hiding this comment.
Suggested change
| # i.e. all of the available endpoints in the shape. The resulting graph | |
| # i.e., all of the available endpoints in the shape. The resulting graph |
TallTed
reviewed
Jan 28, 2026
| sh:nodeKind sh:IRI ; | ||
| sh:minCount 1 ; | ||
| sh:maxCount 1 ; | ||
| sh:description "The profile must have exactly 1 preferences file." |
Contributor
There was a problem hiding this comment.
Suggested change
| sh:description "The profile must have exactly 1 preferences file." | |
| sh:description "The profile must have exactly 1 preference file." |
TallTed
reviewed
Jan 28, 2026
| sh:path ldp:inbox ; | ||
| sh:nodeKind sh:IRI ; | ||
| sh:maxCount 1 ; | ||
| sh:description "The profile may have 0 or one inbox." |
Contributor
There was a problem hiding this comment.
Suggested change
| sh:description "The profile may have 0 or one inbox." | |
| sh:description "The profile may have 0 or 1 inbox." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This shape defines discovery predicates for Solid WebID profiles, including preferences file, inbox, storage, and OIDC issuer endpoints.