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

Update ActivityStreams 'object' id to be a URI #11727

Open
benosteen opened this issue Jan 13, 2025 · 0 comments
Open

Update ActivityStreams 'object' id to be a URI #11727

benosteen opened this issue Jan 13, 2025 · 0 comments

Comments

@benosteen
Copy link
Contributor

Further to #10665 - property name should by "id" instead of "url"

Unfortunately the value for this property was also changed as part of this issue, which was not correct. It should still be a full URI linking to the representation of the resource in Arches (eg http://localhost:8000/resources/09b97612-6abd-44fb-ba3d-8fb06c20f203)

  • The URI should be valid, and resolvable.
  • The URI should contain the FQDN for the service when the instance is deployed and publicly accessible.
  • it should point to the JSON-LD /resources/ export view of the resource.

For example, the object from an Update activity from a service at https://archives.dev.getty.fargeo.com/ should look something like the following:

... 
      "object": {
        "type": "http://www.cidoc-crm.org/cidoc-crm/E22_Human-Made_Object",
        "id": "https://archives.dev.getty.fargeo.com/resources/09b97612-6abd-44fb-ba3d-8fb06c20f203"
      }
...
@chiatt chiatt added this to pipeline Jan 13, 2025
apeters added a commit that referenced this issue Jan 14, 2025
apeters added a commit that referenced this issue Jan 14, 2025
apeters added a commit that referenced this issue Jan 14, 2025
apeters added a commit that referenced this issue Jan 14, 2025
apeters added a commit that referenced this issue Jan 14, 2025
…on_activity_stream

property value should be a URI, re #11727
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant