Hello everybody,
I struggle to find the right sequence of actions to select a workflow and mutate data within via ADS.
I would appreciate a solution template, that documents the relevant steps.
The situation:
in ontology M there is a modify action bound to owl:Ontology that should:
- select ontology A
- select a specific workflow T in that ontology A.
- then add and remove some triples in that workflow (so that it gets part of the workflow changes - no direct write to the underlying ontology A)
I am aware about the data structure in the teamgraph and have no problems to solve the problem in SPARQL - however SPARQL does not allow me to write into the workflow - only to the underlying ontology A directly.
I read, that I also should not use graph.transaction(<target>, ...) where I could provide A->T as <target> resource, as this bypasses the workflows.
Is there a solution pattern?
Thanks for your suggestions.
Greetings
Bernd