Evan Prodromou

Results 316 comments of Evan Prodromou

There is a [Primer document](https://www.w3.org/wiki/Activity_Streams/Primer/Context_document_versioning) that describes how we make snapshot versions when we add new terms and how to use the snapshot versions. In terms of how we add...

I think @gobengo 's patch is probably the correct way to deal with this issue. It adds support for `xsd:anyURI`, but does not remove `Object` as a potential range. That...

The Vocabulary document does not specify that these properties are "functional", but it does refer to the properties in the singular as part of the definitions. For example, - `content`:...

I think this is an interesting relationship. If the translation and the original are "the same object", we use the language map mechanism. If they are "not the same object",...

I will update the Primer to include that information. https://www.w3.org/wiki/Activity_Streams/Primer/Activity_Streams_1.0_to_Activity_Streams_2.0 I'll self-assign and close when it is complete.

I just commented on the similar issue on sorting, so I'll link it here. https://github.com/w3c/activitystreams/issues/484#issuecomment-1812959870 tl;dr is to use [FEP 5bf0](https://codeberg.org/fediverse/fep/src/branch/main/fep/5bf0/fep-5bf0.md), possibly with multiple types.

Based on this issue, I've updated the ERRATA document to include the information about `altitude` and `attributedTo`. https://github.com/w3c/activitystreams/blob/master/ERRATA.md Because `id` and `type` are addressed in the Core document, I don't...

Example 157 has a JSON error since a string wraps across multiple lines. I added an erratum to show the full string on a single line. There may be a...

So, 5 years later, we have a number of solutions to this issue. Mastodon uses the `ostatus:conversation` property directly. Here's an example "toot" from Mastodon: ```json { "@context" : [...

I'm going to document these procedures for determining if an AS2 object is an Activity here: https://www.w3.org/wiki/Activity_Streams/Primer/Identifying_Activity_Objects