feat: Support Add/Remove notifications on containers

This commit is contained in:
Joachim Van Herwegen
2023-02-07 13:06:19 +01:00
parent 9e1e65cdb9
commit 134237a80f
17 changed files with 326 additions and 83 deletions

View File

@@ -145,8 +145,12 @@ export const ACP = createVocabulary('http://www.w3.org/ns/solid/acp#',
);
export const AS = createVocabulary('https://www.w3.org/ns/activitystreams#',
'object',
'Add',
'Create',
'Delete',
'Remove',
'Update',
);