RDFLib / pySHACL

A Python validator for SHACL
Apache License 2.0
251 stars 64 forks source link

Does pySHACL support SHACL-JS? #43

Closed aafrozza closed 4 years ago

aafrozza commented 4 years ago

Hello,

I noticed that pySHACL supports SHACL Advanced Features (SPARQL).

I wonder if you also have to support the SHACL JavaScript Extensions (SHACL-JS)?

Best Regards,

Angelo

ashleysommer commented 4 years ago

Hello @aafrozza

No, PySHACL doesn't support SHACL-JS. We are looking at possible implementation strategies, but I don't think there's much interest from users for this feature.

alex-randles commented 4 years ago

I and my colleagues would be very interested in SHACL-JS support, as it would allow us to implement constraints based on fetching the vocabularies which are used within the data graph, such as correct domain and range definitions.

nicholascar commented 4 years ago

I and my colleagues would be very interested

We encourage all community initiated Pull Requests!