Re: Executing SHACL over Fuseki dataset

2023-06-06 Thread Martynas Jusevičius
Thanks Øyvind, that looks promising. On Tue, Jun 6, 2023 at 11:58 AM Øyvind Gjesdal wrote: > > I haven't tried it, but it looks like it is implemented, and you can > configure a SHACL service on datasets, in the assembler for Fuseki. > https://jena.apache.org/documentation/shacl/#integration-with

Re: Executing SHACL over Fuseki dataset

2023-06-06 Thread Øyvind Gjesdal
I haven't tried it, but it looks like it is implemented, and you can configure a SHACL service on datasets, in the assembler for Fuseki. https://jena.apache.org/documentation/shacl/#integration-with-apache-jena-fuseki You can then use the api and post shapes as files for validating datasets: The

Executing SHACL over Fuseki dataset

2023-06-06 Thread Martynas Jusevičius
Hi, What is the approach to validating data stored in Fuseki with SHACL? Without having to retrieve a data dump first. I have found some generic projects that claim to translate SHACL to SPARQL: https://github.com/rdfshapes/shacl-sparql https://github.com/Shape-Fragments/SHACL2SPARQL Has anyone h