issues
search
solid
/
solid-prep
Representation and Semantics for PREP Notifications sent from Solid hosted LDP Resources
https://solid.github.io/solid-prep/protocol/
Other
1
stars
2
forks
source link
fix: `id` and `state` in Data Model
#17
Open
CxRes
opened
1 week ago
CxRes
commented
1 week ago
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
(notid
) can be used to setLast-Event-ID
.Fixes #11.