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

fix: id and state in Data Model #17

Merged
merged 3 commits into from
Dec 29, 2024
Merged

fix: id and state in Data Model #17

merged 3 commits into from
Dec 29, 2024

Conversation

CxRes
Copy link
Member

@CxRes CxRes commented Nov 12, 2024

  • id is a IRI or bnode (not string).
  • notify:state (not id) can be used to set Last-Event-ID.
  • Add prefixes to properties in Data Model.

Fixes #11.

+ `id` is a IRI or bnode (not string).
+ `notify:state` (not `id`) can be used to set `Last-Event-ID`.
+ Add prefixes to properties in Data Model.
@CxRes CxRes requested review from csarven and elf-pavlik November 12, 2024 22:47
src/sections/data-model.md Outdated Show resolved Hide resolved
src/sections/data-model.md Outdated Show resolved Hide resolved
Co-authored-by: Sarven Capadisli <[email protected]>
@CxRes CxRes requested a review from csarven November 13, 2024 00:14
Copy link
Member

@elf-pavlik elf-pavlik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is an improvement once rdfs:subject is replaced with IRI

I created #18 to possibly improve it even further

Set the notification identifier to be an IRI.
@CxRes CxRes merged commit 362d019 into solid:main Dec 29, 2024
1 check passed
github-actions bot added a commit that referenced this pull request Dec 29, 2024
SHA: 362d019
Reason: push, by CxRes

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a Note about the subject IRI of the Activity
3 participants