On 15/08/2019 15:00, Mikael Pesonen wrote:
I'm trying to figure out how to validate RDF data that is modified with
GUI form and stored on Fuseki.
For example SHACL API has command line tool which inputs ttl file and
SHACL file. So lets say there is a resource consisting of 10 triplets
and user modifies one triplet with the form. Is the only/best way to
validate the modified resource by saving the triplet into db, read all
10 into a turtle file and then validate that?
At the moment, yes.
(See the message from Lorenz on Aug-13 for more)