-
Notifications
You must be signed in to change notification settings - Fork 2
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
Can you Offer a remote artefact an what does it mean? #23
Comments
Add example in the spec to cover this issue |
This was discussed in the august 24 2002 meeting. The conclusion was that an 'object' can be about anything (local or remote). An Data Node typically ignores all The spec doesn't forbid these use-cases but it is not a typical value-added use-case. |
Thanks @phochste . The sentence
did make me think of the discussion about Data and Service Nodes being purely logical roles. It might be worth taking the distinction a step further and indeed have the ability to be
|
I think we need to land first on the event log spec to be able to do that. For now the spec only says what could happen when notifications are being send or received, not what should happen. E.g. we could/should ..add something what the LDN Receiver does when it doesn't like a notification it reads. Should we add something like a HTTP Link |
I think that's irrelevant. Just like in the LD spec, you are a spec-compliant Consumer when you can follow the inbox link and make a GET request. The LDN spec says nothing about what Consumers are supposed to do with the response of the inbox.
I think it is interesting to at least describe the ability to do that. We were planning to create SHACL shapes of the payloads anyway, and that way implementations can be specific about our protocol. |
I write this down as a todo to add an SHACL example how these contrains can be specified. Of course it is irrelevant what should happen. But I'm wary to write something like:
or
I fear that the latter can't even be expressed in SHACL (and certainly not when an |
In the context of Cultural Heritage, we are working on a collection loan use case. One institution (lender) lends a collection of physical/digital objects (artefact) to another institution (borrower). The metadata about this collection and its objects is stored in the data pod of the lender, but the borrower can request access to the collection.
In this scenario:
When translating this to the specification, is "can I have access to X?" an Offer with the artefact you want to have access to as object. It sounds a bit weird, but given the current vocabulary, this would be the best option. Of course, there would be a domain-specific type as well.
The text was updated successfully, but these errors were encountered: