Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor to increase modularity #173

Open
labra opened this issue Oct 1, 2019 · 0 comments
Open

Refactor to increase modularity #173

labra opened this issue Oct 1, 2019 · 0 comments

Comments

@labra
Copy link
Member

labra commented Oct 1, 2019

Given that ShEx and SHACL have been stable in the last years, it may make more sense to modularize this library and to divide it in at least the following libraries (repositories):

  • shaclex: which will contain the converters between ShEx and SHACL and will still be the main entrance point for RDFShape
  • shexcala: which will contain the shex validator
  • shacls: which will contain the shacl validator
  • rdfs: which will contain the simple RDF interface used by both ShEx and SHACL validators

In this way, each library/repository will evolve and be more modular. Those modules were originally separated by we decided to join them together to facilitate coding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant