-
Notifications
You must be signed in to change notification settings - Fork 61
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
as:Replace
proposal: something replaced something else
#538
Comments
An alternative design could be using |
I think there are different but related cases here depending on the object in question. The atomic activity is to Create object B and indicate that object A is a Server processing the activity may want to update object A to indicate that object B is a When the object of an Update activity is deemed to be |
I don't think we have a clear answer for this question. We have a number of properties that could provide the necessary information about an I can think of at least One option for moving forward is to define guidance on using existing properties for "before" and "after". A more rigourous approach would be creating a new extension with properties with specific semantics for beforeVersion and afterVersion. This would probably be a good FEP unless it's something we want to work on in the SocialCG. @pietercolpaert if this resolves your question, please feel free to close it and start the process for a FEP, etc. |
@csarven I think the atomic version is really to replace the content related to |
@evanp I’m not working on social media/fediverse use cases. I am using the activity streams vocabulary for data management of various collections of members (see Linked Data Event Streams), so I’m not interested in creating a FEP. I currently don’t understand why as:Update couldn’t, in accordance with the other collection and content management activities, be seen as something that changes an object |
I can't remember. Is the reason important? You could check the meeting minutes archives. It's clear in the spec that those properties are explicitly undefined. If you're not interested in writing a FEP, there may be other ways to do a profile, like a SocialCG note. It may make sense to package it with a |
Ok, just for reference linking the related issue on |
@pietercolpaert are you available to start work on this definition? |
Taking a holiday now, but I’m available in August. Can I do a PR here with a first proposal? |
No, the right place to define https://codeberg.org/fediverse/fep/src/branch/main/fep/a4ed/fep-a4ed.md |
But see #538 (comment) → I’m not working on a fediverse related project, I’m only using the vocabulary |
Documenting the outcome of a follow-up discussion in a private thread: There isn’t a process for making normative changes to only the Activity Streams 2.0 Vocabulary. We should draft an extension of AS that may be incorporated into the AS2 context doc; see the policy over here: https://w3c.github.io/activitystreams/draft-extensions-policy.html First step for me is thus to document the vocabulary, use a namespace, and implement it. |
This issue has been labelled as potentially needing a FEP, and contributors are welcome to submit a FEP on the topic. |
It looks like OP has defined next steps. Even if this extension is not defined as part of the FEP process, it can still be incorporated into the AS2 context using the extension mechanism. @pietercolpaert I'm going to close this issue, since it's resolved w/r/t AS2. However, please list this extension on the AS2 Extensions page when it's complete, so others can easily find it. |
Type of issue: Question
Issue description
At this moment, only as:Update exists, without any specified modification system. I wonder if a
as:Replace
could help to describe a very simple way to update something through deprecation and fully overwriting it.Example of what is proposed
Proposed text
URI: https://www.w3.org/ns/activitystreams#Replace
Notes: Indicates that the actor has updated the object from a certain state (origin - optional) to another (target).
Properties: Inherits all properties from Activity.
The text was updated successfully, but these errors were encountered: