Notification configuration

25 views
Skip to first unread message

Don Hannemann

unread,
Nov 22, 2024, 10:12:36 AM11/22/24
to TopBraid Suite Users
I'm currently going through many of our collections that were created when all notifications were selected as the default.  Does this configuration live in the teamwork graph for the collection?  Is there an easier way to clear all notifications than unchecking all of the boxes?

Holger Knublauch

unread,
Nov 23, 2024, 6:51:48 AM11/23/24
to 'Luis Enrique Ramos García' via TopBraid Suite Users
Hi Don,

I had to remind myself how this works. I assume you are referring to the notifications that can be activated as default on the server config pages.

They end up in the TCH graphs with triples suh as
teamwork:VocabularyClearedNotification
        teamwork:notificationRACIProperty
                <http://edg.topbraid.solutions/model/dataSteward> .
To delete them either use SPARQL or ADS JavaScript. For the latter, here is a script

dataset.masterGraphs().forEach(masterGraph => {
let tch = masterGraph + '.tch'
graph.transaction(tch, 'Delete notifications', () => {
graph.remove(null, teamwork.NS + 'notificationRACIProperty', null)
})
})

which you can run as shown

PastedGraphic-1.png

HTH
Holger


On 22 Nov 2024, at 4:10 PM, 'Don Hannemann' via TopBraid Suite Users <topbrai...@googlegroups.com> wrote:

I'm currently going through many of our collections that were created when all notifications were selected as the default.  Does this configuration live in the teamwork graph for the collection?  Is there an easier way to clear all notifications than unchecking all of the boxes?

--
The topics of this mailing list include TopBraid EDG and related technologies such as SHACL.
To post to this group, send email to topbrai...@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to topbraid-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/topbraid-users/65ca988c-fb4c-4138-8c03-d7bb2be66147n%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages