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
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
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