-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add predicate to link TypeIndex to TypeRegistrations. #8
Comments
I always prefer |
"We currently rely on the unspecified anti-LinkedData convention that Type Registrations will be served in the same file as the Type Index itself." Actually I disagree that that is anti-linked-data. Linked data is a set of documents, and what is in each document is really important. For example, the triples about me in my profile are things I vouch for, and the ones about you in your profile are ones you vouch for. Systems must not treat with the same trust any things you might say about me in your profile. The typeindex is the document in which I declare my public stuff. When you say "the same file as the Type Index itself." well teh type index is a file, that's the same thing. Soon balance I disagree with this change to add the link as it is unnecessary. You look for anything in the file which declares itself to be of rdf:type TypeRegistration. Adding this extra link gives three problems- what to do when something has the link but not the type, or vice-versa, and transitioning our code and the existing type indexes. |
@timbl, first of all, we already decided during the meeting that we were in favor of this; the question in this issue is about how we want to approach it. Secondly, you point out the importance of documents, and suggest to stick with the type-based inference of relevant data. What you seem to miss/ignore is that we don't do take such an approach for almost all other data. When we want to know the Identity Provider of someone, or the Type Index itself, we look for the links Also, two of the three problems you indicate (what to do when something has the link but not the type, or vice-versa) are not problems of this accepted change: everywhere, anytime, you can ask that question about data; in particular, you can just as well ask "what to do when something has the |
Also see discussion at #29 |
As discussed in the meeting of today (January 17th), I repeat my last comment on #5 here, so that the PR itself can be closed.
We currently rely on the unspecified anti-LinkedData convention that Type Registrations will be served in the same file as the Type Index itself. I.m.o. it would be better to specify this in a Linked Data manner, by adding an extra predicate to the Type Index shapes. This way, all Type Registrations are linked to from their Type Index.
During the meeting, we concluded that we are in favour of adding this, but we have to look into compatibility. We saw two possible options:
The text was updated successfully, but these errors were encountered: