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

Type indexes #1171

Open
srosset81 opened this issue Oct 5, 2023 · 0 comments
Open

Type indexes #1171

srosset81 opened this issue Oct 5, 2023 · 0 comments

Comments

@srosset81
Copy link
Contributor

srosset81 commented Oct 5, 2023

https://github.com/solid/type-indexes

This is a recommended Solid way to identify containers based on the class they contain. This could be used in Pod provider config to replace the VOID endpoint.

Implementation

  • Add a solid:publicTypeIndex predicate to the WebID
  • Create an document listing the classes and related containers.
@prefix solid: <http://www.w3.org/ns/solid/terms#>.

<>
    a solid:TypeIndex ;
    a solid:ListedDocument.

<#ab09fd> a solid:TypeRegistration;
    solid:forClass as:Event;
    solid:instance </as/events>.

Issues

  • Can we put all this on the same JDON-LD document, or if do we need to create a resource for every TypeRegistration (this would prevent to auto-build the document on the fly) ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant