Re: [rdflib-dev] owl2shacl using pyshacl

2021-11-04 Thread Richard Dijkstra
A wrapper might work but will create a complex solution. My idea that any shacl processor should be able to do so is apparently not correct. Maybe shaclgen initiated by Miel might be a way to go. > Op 3 nov. 2021 om 17:11 heeft Boris Pelakh het volgende > geschreven: > >  > So is it just the

Re: [rdflib-dev] owl2shacl using pyshacl

2021-11-03 Thread Boris Pelakh
So is it just the issue of creating a wrapper around Sparna's work? pyshacl already supports both SPARQL rules and JS rules. Or do you think the rules themselves are not sufficient? There is unfortunately no test suite to validate compliance. On Wed, Nov 3, 2021 at 7:23 AM richarddi...@gmail.co

Re: [rdflib-dev] owl2shacl using pyshacl

2021-11-03 Thread richarddi...@gmail.com
Hi Miel, Thank you for this sugestion. I'll have a look at it. Using shacl and pyshacl for creating the shapes would be ideal. Regards, Richard On Wednesday, November 3, 2021 at 12:28:50 PM UTC+1 miel.van...@meemoo.be wrote: > Hi Richard, > > I did a PR on https://github.com/uwlib-cams/shaclge

Re: [rdflib-dev] owl2shacl using pyshacl

2021-11-03 Thread Miel Vander Sande
Hi Richard, I did a PR on https://github.com/uwlib-cams/shaclgen a while ago. It does the job, but could use a good refactoring. Might serve as a starting point? Best, Miel Op wo 3 nov. 2021 om 12:23 schreef richarddi...@gmail.com < richarddijkstra1...@gmail.com>: > Dear all, > > I would love

[rdflib-dev] owl2shacl using pyshacl

2021-11-03 Thread richarddi...@gmail.com
Dear all, I would love to create shapes from a owl file. Holger has created an initial version . Sparna did updates on it. In my idea pyshacl should be able to create a shapes file bas